[Bug middle-end/34300] gcc 4.2.2 miscompiles code that uses global register variables

2018-01-22 Thread howunijemu at crypemail dot info
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34300 dnahrblock changed: What|Removed |Added CC||howunijemu at crypemail dot info ---

[Bug middle-end/34300] gcc 4.2.2 miscompiles code that uses global register variables

2017-03-18 Thread bruno at clisp dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34300 --- Comment #10 from Bruno Haible --- I confirm. I cannot reproduce the bug (neither with -O nor -O2) in GCC versions 4.2.3 4.2.4 4.3.1 4.3.2 4.3.3 4.3.4 4.3.5 4.3.6 4.4.0 4.4.1 4.4.2 4.4.3 4.4.4 4.4.5 4.4.6 4.4.7 4.5.0 4.5.1 4.5.2 4.5.3 4.5.4

[Bug middle-end/34300] gcc 4.2.2 miscompiles code that uses global register variables

2017-03-17 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34300 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug middle-end/34300] gcc 4.2.2 miscompiles code that uses global register variables

2014-02-16 Thread jackie.rosen at hushmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34300 Jackie Rosen jackie.rosen at hushmail dot com changed: What|Removed |Added CC|

[Bug middle-end/34300] gcc 4.2.2 miscompiles code that uses global register variables

2009-03-13 Thread rob1weld at aol dot com
--- Comment #6 from rob1weld at aol dot com 2009-03-13 20:30 --- Confirmed on the Trunk. In the Bug mentioned at http://bugs.gentoo.org/54738 and here this fails on gcc version 4.4.0 20090312 [trunk revision 144821]. Rob -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34300

[Bug middle-end/34300] gcc 4.2.2 miscompiles code that uses global register variables

2009-03-13 Thread hjl dot tools at gmail dot com
--- Comment #7 from hjl dot tools at gmail dot com 2009-03-13 21:10 --- It works for me on Linux/Intel64 with gcc 4.4.0 revision 144836. -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug middle-end/34300] gcc 4.2.2 miscompiles code that uses global register variables

2007-12-26 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|major |normal http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34300

[Bug middle-end/34300] gcc 4.2.2 miscompiles code that uses global register variables

2007-11-30 Thread ismail at pardus dot org dot tr
--- Comment #4 from ismail at pardus dot org dot tr 2007-11-30 11:56 --- Are we sure it works with trunk? Because this is initially found as a clisp crash bug and it still crashes with gcc 4.3 trunk but only when compiled with -O2. --

[Bug middle-end/34300] gcc 4.2.2 miscompiles code that uses global register variables

2007-11-30 Thread ismail at pardus dot org dot tr
--- Comment #5 from ismail at pardus dot org dot tr 2007-11-30 11:59 --- Indeed testcase doesn't abort with gcc 4.3 20071130 , so there must be another gcc bug hiding there :( -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34300

[Bug middle-end/34300] gcc 4.2.2 miscompiles code that uses global register variables

2007-11-30 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2007-11-30 11:09 --- Works with trunk as well. (Aliasing should be not the issue here, strict-aliasing is off) -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/34300] gcc 4.2.2 miscompiles code that uses global register variables

2007-11-30 Thread bruno at clisp dot org
--- Comment #1 from bruno at clisp dot org 2007-11-30 10:46 --- Created an attachment (id=14671) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14671action=view) source code exhibiting the bug -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34300

[Bug middle-end/34300] gcc 4.2.2 miscompiles code that uses global register variables

2007-11-30 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-11-30 10:50 --- hmm, i see some alias issues. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34300