[Bug tree-optimization/29710] gnat ICEs on -fprefetch-loop-arrays -O1.

2021-07-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29710 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |5.0 Resolution|---

[Bug tree-optimization/29710] gnat ICEs on -fprefetch-loop-arrays -O1.

2010-12-11 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29710 Dave Korn davek at gcc dot gnu.org changed: What|Removed |Added Last reconfirmed|2006-11-10 19:32:46 |2010-12-11 19:32:46

[Bug tree-optimization/29710] gnat ICEs on -fprefetch-loop-arrays -O1.

2010-12-11 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29710 --- Comment #7 from Dave Korn davek at gcc dot gnu.org 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

[Bug tree-optimization/29710] gnat ICEs on -fprefetch-loop-arrays -O1.

2006-11-10 Thread laurent at guerby dot net
--- 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

[Bug tree-optimization/29710] gnat ICEs on -fprefetch-loop-arrays -O1.

2006-11-07 Thread pluto at agmk dot net
--- 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

[Bug tree-optimization/29710] gnat ICEs on -fprefetch-loop-arrays -O1.

2006-11-07 Thread pluto at agmk dot net
--- 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

[Bug tree-optimization/29710] gnat ICEs on -fprefetch-loop-arrays -O1.

2006-11-06 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug tree-optimization/29710] gnat ICEs on -fprefetch-loop-arrays -O1.

2006-11-06 Thread pluto at agmk dot net
--- 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: