[Bug ada/42816] Crash in Ada.Containers.Vectors.Update_Element

2015-12-06 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42816 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug ada/42816] Crash in Ada.Containers.Vectors.Update_Element

2010-01-21 Thread gcc at coreland dot ath dot cx
--- 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=19675action=view) Simpler repro As usual, here's a smaller repro that provokes the same crash. --

[Bug ada/42816] Crash in Ada.Containers.Vectors.Update_Element

2010-01-21 Thread gcc at coreland dot ath dot cx
--- 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=19676action=view) Even simpler Some experimentation has determined that the protected object isn't even necessary to cause the

[Bug ada/42816] Crash in Ada.Containers.Vectors.Update_Element

2010-01-20 Thread gcc at coreland dot ath dot cx
--- 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=19668action=view) Repro -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42816

[Bug ada/42816] Crash in Ada.Containers.Vectors.Update_Element

2010-01-20 Thread laurent at guerby dot net
--- 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