--- Comment #9 from baldrick at gcc dot gnu dot org 2007-12-08 09:42
---
I don't see any valgrind messages or other failure using svn head,
when compiling at -O0 or -O2.
--
baldrick at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #8 from sam at gcc dot gnu dot org 2007-12-07 13:01 ---
I cannot reproduce the problem on 4.3.0 20071207 by running the test case.
However, the valgrind messages remain.
--
sam at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #7 from charlet at gcc dot gnu dot org 2007-05-02 10:16 ---
OK well, reopening then.
--
charlet at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #6 from baldrick at gcc dot gnu dot org 2007-05-02 10:14
---
The problem still occurs. I tested with gcc version 4.3.0 20070425
(experimental), i.e. after all your patches went in.
--
baldrick at gcc dot gnu dot org changed:
What|Removed
--
charlet at gcc dot gnu dot org changed:
What|Removed |Added
Status|SUSPENDED |WAITING
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19409
--- Comment #5 from charlet at gcc dot gnu dot org 2007-04-30 10:45 ---
Do you still see the error with 4.3.0 ?
Arno
--
charlet at gcc dot gnu dot org changed:
What|Removed |Added
---
--
What|Removed |Added
Target Milestone|4.0.0 |---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19409
--- Additional Comments From baldrick at free dot fr 2005-07-19 12:22
---
The same problem is still present if the array bounds are not static.
The following test case gives
$ ./u
Expected 20, found 30
Expected 30, found 40
Expected 40, found -1076635688
with Ada.Text_IO;
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-10
20:42 ---
Fixed by:
2005-02-09 Ed Schonberg <[EMAIL PROTECTED]>
* exp_aggr.adb (Gen_Assign): If the expression is an aggregate for a
component of an array of arrays in an assignment context, and the
--- Additional Comments From laurent at guerby dot net 2005-01-25 20:59
---
confirmed with "4.0.0 20050115 (experimental)" (since current doesn't work) on
x86_64-linux.
--
What|Removed |Added
---
--- Additional Comments From baldrick at free dot fr 2005-01-20 12:15
---
Here is a simpler example:
with Ada.Text_IO; use Ada.Text_IO;
procedure T is
type Index_Type is range 0 .. 4; -- does not fail if lower bound is 1
type Unconstrained_Array_Type is array (Index_Typ
--
What|Removed |Added
Keywords||wrong-code
Version|tree-ssa|4.0.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=
12 matches
Mail list logo