public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* [tree-ssa] bootstrap failure on ppc-apple-darwin6.6
@ 2003-05-20 16:17 Andrew Pinski
  2003-05-20 20:59 ` Andrew Pinski
  2003-06-12 15:22 ` Diego Novillo
  0 siblings, 2 replies; 9+ messages in thread
From: Andrew Pinski @ 2003-05-20 16:17 UTC (permalink / raw)
  To: gcc; +Cc: Andrew Pinski

Fails on stage3 compiling libgcc

testcase:

#define TEMP (!0?4:8)
#if TEMP > 4
int temp1 = TEMP;
#else
int temp2 = TEMP;
#endif


Should output temp2, not temp1.

stage1/2 and mainline of gcc:
[zhivago2:objdir/gcc/stage1] pinskia% !./
./cc1 test1.c -E -o -
# 1 "test1.c"
# 1 "<built-in>"
# 1 "<command line>"
# 1 "test1.c"
# 10 "test1.c"
int temp2 = (!0?4:8);

Execution times (seconds)
  TOTAL                 :   0.05             0.00             0.28



stage3:
./cc1 test1.c -E -o -
# 1 "test1.c"
# 1 "<built-in>"
# 1 "<command line>"
# 1 "test1.c"





int temp1 = (!0?4:8);

Execution times (seconds)
  TOTAL                 :   0.02             0.00             0.03

Thanks,
Andrew Pinski

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2003-06-14 20:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-20 16:17 [tree-ssa] bootstrap failure on ppc-apple-darwin6.6 Andrew Pinski
2003-05-20 20:59 ` Andrew Pinski
2003-05-20 21:16   ` Andrew Pinski
2003-05-21 16:07     ` Andrew Pinski
2003-05-21 16:17       ` Andrew Pinski
2003-06-12 15:22 ` Diego Novillo
2003-06-12 15:42   ` Andrew Pinski
2003-06-12 16:01     ` Diego Novillo
2003-06-14 21:45       ` Andrew Pinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).