https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29710
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |5.0
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29710
--- Comment #7 from Dave Korn 2010-12-11 10:46:22
UTC ---
(In reply to comment #6)
> Although I haven't verified that this is the same as the original problem
> report, it really looks like it, modulo various changes to the compiler's
> internal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29710
Dave Korn changed:
What|Removed |Added
Last reconfirmed|2006-11-10 19:32:46 |2010-12-11 19:32:46
CC|
--- Comment #5 from laurent at guerby dot net 2006-11-10 19:32 ---
Confirmed with gcc version 4.2.0 20061020 (experimental) on x86_64-linux
$ H=.../gcc/ada
$ gcc -c -fprefetch-loop-arrays -gnatpg -gnata -g0 -O1 -fno-inline -I$H
$H/a-except.adb
raised STORAGE_ERROR : stack overflow
--- Comment #4 from pluto at agmk dot net 2006-11-07 14:43 ---
(gdb) p current_stmt_group
$6 = (struct stmt_group *) 0x0
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29710
--- Comment #3 from pluto at agmk dot net 2006-11-07 14:42 ---
Program received signal SIGSEGV, Segmentation fault.
append_to_statement_list_1 (t=0x2b70307e9940, list_p=0x8) at
../../gcc/gimplify.c:297
297 tree list = *list_p;
(gdb) bt
#0 append_to_statement_list_1 (t=0x2b70307e
--- Comment #2 from pluto at agmk dot net 2006-11-07 06:06 ---
(In reply to comment #1)
> Can you give the backtrace and also attach the sources which crash?
sources come from gcc-4.2.0-0.20061030r118195.
(gdb) r
Starting program:
/home/users/pluto/rpm/BUILD/gcc-4_2-branch/builddir/pre
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-11-06 20:38 ---
Can you give the backtrace and also attach the sources which crash?
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
-