[Bug c/18156] Wrong code in gcc-3.3.5 and gcc-3.4.2 (4.0 not checked)

2005-06-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-05 09:03 --- Mark as a dup of bug 21920. *** This bug has been marked as a duplicate of 21920 *** -- What|Removed |Added -

[Bug c/18156] Wrong code in gcc-3.3.5 and gcc-3.4.2 (4.0 not checked)

2005-06-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-05 09:03 --- Reopning to ... -- What|Removed |Added Status|RESOLVED|UNCON

[Bug c/18156] Wrong code in gcc-3.3.5 and gcc-3.4.2 (4.0 not checked)

2004-10-26 Thread strasbur at chkw386 dot ch dot pwr dot wroc dot pl
--- Additional Comments From strasbur at chkw386 dot ch dot pwr dot wroc dot pl 2004-10-26 11:26 --- Subject: Re: Wrong code in gcc-3.3.5 and gcc-3.4.2 (4.0 not checked) Thanks a lot! This error occured originally in the f2c-translated FORTRAN code. It works flawlessly with -fno-stric

[Bug c/18156] Wrong code in gcc-3.3.5 and gcc-3.4.2 (4.0 not checked)

2004-10-26 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2004-10-26 11:16 --- Wrong code indeed, but on your side: your C code violates the aliasing rules of the ISO C language. Either fix it or pass -fno-strict-aliasing to the compiler. See the entry of -fstrict-aliasing in the m