[Bug bootstrap/40338] bootstrap comparision fails on 32 bit PA when comparing libgcc objects

2009-06-04 Thread dje at gcc dot gnu dot org


--- Comment #2 from dje at gcc dot gnu dot org  2009-06-04 16:18 ---
AIX started miscomparing in libgcc as well.


-- 

dje at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||dje at gcc dot gnu dot org
 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1
   Priority|P3  |P1
   Last reconfirmed|-00-00 00:00:00 |2009-06-04 16:18:21
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40338



[Bug bootstrap/40338] bootstrap comparision fails on 32 bit PA when comparing libgcc objects

2009-06-04 Thread sje at cup dot hp dot com


--- Comment #1 from sje at cup dot hp dot com  2009-06-04 15:52 ---
Compiling the following program with -O2 -fPIC -g -fexceptions will reproduce
the problem.  I get a global variable created with a different name using
gcc/cc1 and prev-gcc/cc1.

void splat (void) { return; }
static void (*bar) (void) = *splat;
void foo (void) { bar (); }


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40338