This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/42878] "-fcompare-debug failure" at -O1 (2)



------- Comment #2 from zsojka at seznam dot cz  2010-01-26 19:30 -------
Created an attachment (id=19718)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19718&action=view)
different reduced testcase

Reduced from gcc/builtins.c as well

This testcase started failing between r154830 and r154886 as well, so I am not
creating separate bugport for it.
All tested revisions fail at -O1, -O2 and -O3.

Command line:
gcc -O1 -fcompare-debug -c pr42878-2.c
or
gcc -O2 -fcompare-debug -c pr42878-2.c
or
gcc -O3 -fcompare-debug -c pr42878-2.c


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]