[Bug target/51900] [4.6/4.7 Regression] const variable initialization always zero

2024-10-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51900 Andrew Pinski changed: What|Removed |Added Target Milestone|4.6.3 |4.7.0

[Bug target/51900] [4.6/4.7 Regression] const variable initialization always zero

2012-01-23 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51900 Kai Tietz changed: What|Removed |Added Resolution|INVALID |FIXED --- Comment #13 from Kai Tietz 2012-01

[Bug target/51900] [4.6/4.7 Regression] const variable initialization always zero

2012-01-23 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51900 --- Comment #12 from Kai Tietz 2012-01-23 19:55:40 UTC --- Author: ktietz Date: Mon Jan 23 19:55:35 2012 New Revision: 183450 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183450 Log: PR target/51900 * config/i386/predicates.md (

[Bug target/51900] [4.6/4.7 Regression] const variable initialization always zero

2012-01-20 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51900 --- Comment #11 from Dmitry Gorbachev 2012-01-20 22:37:02 UTC --- It looks like a GCC bug, not INVALID. myVar[i] is replaced by constant zero in main().

[Bug target/51900] [4.6/4.7 Regression] const variable initialization always zero

2012-01-19 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51900 --- Comment #10 from Daniel Starke 2012-01-20 07:41:10 UTC --- I have tested the problem with the option switches -O0, -O1, -O2, -O3, -O4, -Os and -Ofast. Only -O0 results in a 5, 6, 7 output. Turning on the options listed in the documentation ac

[Bug target/51900] [4.6/4.7 Regression] const variable initialization always zero

2012-01-19 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51900 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #9 f

[Bug target/51900] [4.6/4.7 Regression] const variable initialization always zero

2012-01-19 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51900 Kai Tietz changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug target/51900] [4.6/4.7 Regression] const variable initialization always zero

2012-01-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51900 Richard Guenther changed: What|Removed |Added Summary|[4.6 Regression] const |[4.6/4.7 Regression] const