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 middle-end/15666] [3.4 regression] [unit-at-a-time] Gcc abort on valid code


------- Additional Comments From zack at codesourcery dot com  2004-05-31 20:41 -------
Subject: Re:  [3.4 regression] [unit-at-a-time] Gcc
 abort on valid code


Oh, I see now.  If the optimization fails, we fall back on a normal
call to __builtin_strchr ... which would fail to link if its
DECL_ASSEMBLER_NAME weren't "strchr".

So based on that I think your patch is correct, but you should move
the test case into the testsuite where it belongs.

zw


-- 


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


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