[Bug ada/34496] [4.2/4.3 Regression] prefixed notation allows changing the value of a constant

2008-05-09 Thread sam at gcc dot gnu dot org
--- Comment #4 from sam at gcc dot gnu dot org 2008-05-09 09:48 --- This appears to be fixed in SVN trunk: 25.pak3.x2.p1(5); -- line 25 | actual for x1 must be a variable 27.pak3.x3.all.p1(7); -- line 27 | actual for

[Bug ada/34496] [4.2/4.3 Regression] prefixed notation allows changing the value of a constant

2008-05-09 Thread andreasmeier80 at gmx dot de
--- Comment #5 from andreasmeier80 at gmx dot de 2008-05-09 13:18 --- Perhaps it is a good idea to add the testcase to the testsuite -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34496

[Bug ada/34496] [4.2/4.3 Regression] prefixed notation allows changing the value of a constant

2008-03-19 Thread ludovic at ludovic-brenta dot org
--- Comment #3 from ludovic at ludovic-brenta dot org 2008-03-20 01:01 --- Still present in 4.3.0: $ gnatmake -gnat05 test1 gcc-4.3 -c -gnat05 test1.adb gnatbind -x test1.ali gnatlink test1.ali $ ./test1 3 raised STORAGE_ERROR : stack overflow (or erroneous memory access) I am not