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/18823] [3.4 regression] [ia64-linux] ICE in ia64_st_address_bypass_p, at config/ia64/ia64.c:7387


------- Additional Comments From sje at cup dot hp dot com  2005-06-02 22:46 -------
This has been fixed for 4.1 because the whole sync code has been redone. 
__sync_bool_compare_and_swap_di is no longer a builtin function, although
__sync_bool_compare_and_swap is.  But __sync_bool_compare_and_swap generates
different code than before and it no longer generates an ICE.  I am not closing
it in case we want to try and fix it for 3.4.* or 4.0.*.

-- 


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


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