Path: utzoo!utgpu!watmath!uunet!shelby!polya!Polya.Stanford.EDU!ham From: ham@Neon.Stanford.EDU (Peter R. Ham) Newsgroups: gnu.gcc.bug Subject: another cross compilation floating point bug (minor) Message-ID: Date: 21 Sep 89 20:41:05 GMT Sender: USENET News System Distribution: gnu Organization: Stanford University Lines: 25 *** 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