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 rtl-optimization/42461] [4.5/4.6 regression] missed optimization for pure functions



------- Comment #7 from hjl dot tools at gmail dot com  2010-06-10 22:02 -------
The testcase failed on Linux/ia64 at -O:

[hjl@gnu-12 gcc]$ ./xgcc -B./ -O
/export/gnu/import/svn/gcc-test/src-trunk/gcc/testsuite/gcc.dg/pr42461.c  
/tmp/ccmdb99H.o: In function `main':
pr42461.c:(.text+0x22): undefined reference to `link_failure'
collect2: ld returned 1 exit status
[hjl@gnu-12 gcc]$ ./xgcc -B./ -O2
/export/gnu/import/svn/gcc-test/src-trunk/gcc/testsuite/gcc.dg/pr42461.c  
[hjl@gnu-12 gcc]$ 


-- 


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


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