ReportedBy: cnewbold at mathworks dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24812
-Wshadow gets confused by built-ins
Product: gcc
Version: 3.4.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: cnewbold at mathworks dot com
ht
--- Additional Comments From cnewbold at mathworks dot com 2005-06-20
20:26 ---
Created an attachment (id=9119)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9119&action=view)
pre-processed source which illustrates the bug
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22129
--- Additional Comments From cnewbold at mathworks dot com 2005-06-20
20:36 ---
I should add that this initialization problem also occurs for one other local
arrays in the example in addition to the one already noted: the array
"plain" on line 611.
The problem still manife
--- Additional Comments From cnewbold at mathworks dot com 2005-06-20
20:46 ---
Subject: Re: Optimization stomps const,
initialized local array
On Mon, 2005-06-20 at 20:39 +, pinskia at gcc dot gnu dot org wrote:
> I don't see the problem on the mainline, may
--- Additional Comments From cnewbold at mathworks dot com 2005-06-20
20:51 ---
Subject: Re: [3.4 only] Optimization stomps
const, initialized local array
On Mon, 2005-06-20 at 20:48 +, pinskia at gcc dot gnu dot org wrote:
> Also note this is not a full testcase
--- Additional Comments From cnewbold at mathworks dot com 2005-06-21
15:50 ---
Subject: Re: [3.4 only] Optimization stomps
const, initialized local array
On Mon, 2005-06-20 at 20:48 +, pinskia at gcc dot gnu dot org wrote:
> Also note this is not a full testcase
assigned at gcc dot gnu dot org
ReportedBy: cnewbold at mathworks dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23624
--
Summary: Optimization stomps const, initialized local array
Product: gcc
Version: 3.4.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy