[Bug target/30148] parameter passing bug

2010-07-13 Thread steven at gcc dot gnu dot org
--- Comment #4 from steven at gcc dot gnu dot org 2010-07-13 10:49 --- GCC 4.1 and GCC 4.2 are no longer maintained => WONTFIX. -- steven at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/30148] parameter passing bug

2008-02-04 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-02-04 16:16 --- Works on the trunk, fails for 4.1 and 4.2 branches with -O2, -fno-strict-aliasing makes the failure go away there. Inlining is not required to trigger the bug. Probably a dup of one of the various alias-related mis

[Bug target/30148] parameter passing bug

2006-12-13 Thread lindig at cs dot uni-sb dot de
--- Comment #2 from lindig at cs dot uni-sb dot de 2006-12-13 12:09 --- Created an attachment (id=12794) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12794&action=view) preprocessed file to reproduce the bug. I have now attached the file that reproduces the bug to make everyone's