[Bug rtl-optimization/24812] New: Optimizer creates infinite loop with -fno-strict-aliasing

2005-11-11 Thread cnewbold at mathworks dot com
ReportedBy: cnewbold at mathworks dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24812

[Bug c++/24368] New: -Wshadow gets confused by built-ins

2005-10-14 Thread cnewbold at mathworks dot com
-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

[Bug c++/22129] Optimization stomps const, initialized local array

2005-06-20 Thread cnewbold at mathworks dot com
--- 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

[Bug c++/22129] Optimization stomps const, initialized local array

2005-06-20 Thread cnewbold at mathworks dot com
--- 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

[Bug rtl-optimization/22129] Optimization stomps const, initialized local array

2005-06-20 Thread cnewbold at mathworks dot com
--- 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

[Bug rtl-optimization/22129] [3.4 only] Optimization stomps const, initialized local array

2005-06-20 Thread cnewbold at mathworks dot com
--- 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

[Bug rtl-optimization/22129] [3.4 only] Optimization stomps const, initialized local array

2005-06-21 Thread cnewbold at mathworks dot com
--- 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

[Bug c++/23624] New: ICE: internal compiler error: in invert_truthvalue, at fold-const.c:2697

2005-08-29 Thread cnewbold at mathworks dot com
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

[Bug c++/22129] New: Optimization stomps const, initialized local array

2005-06-20 Thread cnewbold at mathworks dot com
-- 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