https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42816
Eric Botcazou changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
--- Comment #4 from gcc at coreland dot ath dot cx 2010-01-21 08:51 ---
Created an attachment (id=19676)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19676&action=view)
Even simpler
Some experimentation has determined that the protected object isn't even
necessary to cause the cr
--- Comment #3 from gcc at coreland dot ath dot cx 2010-01-21 08:29 ---
Created an attachment (id=19675)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19675&action=view)
Simpler repro
As usual, here's a smaller repro that provokes the same crash.
--
http://gcc.gnu.org/bugzill
--- Comment #2 from laurent at guerby dot net 2010-01-20 21:59 ---
I tested 4.4.1 on x86_64-linux and it seems not to crash:
gue...@gcc13:~/pr42816$ PATH=/opt/cfarm/release/4.4.1/bin:$PATH
gue...@gcc13:~/pr42816$ gnatmake world_test_main.adb
gcc -c world_test_main.adb
gcc -c world_test
--- Comment #1 from gcc at coreland dot ath dot cx 2010-01-20 21:24 ---
Created an attachment (id=19668)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19668&action=view)
Repro
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42816