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 target/11229] pure-1.c fails on powerpc64-linux with -O1


------- Additional Comments From amodra at gcc dot gnu dot org  2003-12-02 03:25 -------
Hmm, there are some interesting differences in the behaviour of the two patches.
 My patch allows cse to remove the dead calls to link_error*.  With Fariborz's
patch, the calls stay until combine cleans things up.  Also, -O1 code is better
with my patch as it allows life analysis to remove stores to i[0..7].


-- 


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


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