[gnu.gcc.bug] another cross compilation floating point bug

ham@Neon.Stanford.EDU (Peter R. Ham) (09/22/89)

*** print-tree.c	Thu Sep 21 13:28:29 1989
--- ../dist/print-tree.c	Mon Aug  7 17:10:17 1989
***************
*** 574,581 ****
  #else
  	  {
  	    int i;
- 	    char *p = (char *) &TREE_REAL_CST (node);
  	    fprintf (outfile, " = 0x");
  	    for (i = 0; i < sizeof TREE_REAL_CST (node); i++)
  	      fprintf (outfile, "%02x", *p++);
  	    fprintf (outfile, ";");
--- 574,581 ----
  #else
  	  {
  	    int i;
  	    fprintf (outfile, " = 0x");
+ 	    char *p = (char *) &TREE_REAL_CST (node);
  	    for (i = 0; i < sizeof TREE_REAL_CST (node); i++)
  	      fprintf (outfile, "%02x", *p++);
  	    fprintf (outfile, ";");
--
Peter Ham			PO Box 3430	(h)(415) 324-9645
MS Computer Science Student	Stanford, CA	ham@polya.stanford.edu
Stanford University 		94309		(o)(415) 723-2067