[Bug ada/58128] Problem using NAME (STANDARD_INPUT) in gcc-4.7.2

2013-08-15 Thread ExtraLeveLInSoftware at ntlworld dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58128 --- Comment #4 from Ellis N. Thomas --- The decision to close this without any action seems unjustified. The problem is being rejected on the basis that the handling of the exception is faulty in the older Darwin. However, the fundamental probl

[Bug ada/58128] Problem using NAME (STANDARD_INPUT) in gcc-4.7.2

2013-08-14 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58128 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug ada/58128] Problem using NAME (STANDARD_INPUT) in gcc-4.7.2

2013-08-14 Thread ExtraLeveLInSoftware at ntlworld dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58128 --- Comment #2 from Ellis N. Thomas --- Further Information about the Exception Added extra "others" handler for Unexpected exceptions to TryStdIP3. Compiled: bash> gnatmake TryStdIP3.ada gcc -c -x ada trystdip3.ada gnatbind -x trystdip

[Bug ada/58128] Problem using NAME (STANDARD_INPUT) in gcc-4.7.2

2013-08-14 Thread ExtraLeveLInSoftware at ntlworld dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58128 --- Comment #1 from Ellis N. Thomas --- Created attachment 30654 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30654&action=edit Source code showing problem handling the exception (TryStdIP3) Further Ada source program, modified as describ