This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



------- 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:

guerby@gcc13:~/pr42816$ PATH=/opt/cfarm/release/4.4.1/bin:$PATH
guerby@gcc13:~/pr42816$ gnatmake world_test_main.adb 
gcc -c world_test_main.adb
gcc -c world_test.adb
gcc -c log.adb
gcc -c world.adb
gnatbind -x world_test_main.ali
gnatlink world_test_main.ali
guerby@gcc13:~/pr42816$ ./world_test_main 
test_tasks(1)_000000000066C420: waiting to initialize
world_task_0000000000668D10: running
main_task_0000000000668020: initializing tasks
test_tasks(1)_000000000066C420: initialized
test_tasks(1)_000000000066C420: logged in
test_tasks(1)_000000000066C420: fetching messages
world_task_0000000000668D10: running
test_tasks(1)_000000000066C420: fetching messages
world_task_0000000000668D10: running
... (looping)

So this is freebsd specific.


-- 

laurent at guerby dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |laurent at guerby dot net
           Keywords|                            |wrong-code


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42816


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]