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/42168] [4.4/4.5 Regression] GNAT bug box with invalid anonymous access declaration



------- Comment #3 from laurent at guerby dot net  2009-11-24 20:52 -------
Confirmed and this is a regression from 4.3.

$ gcc -c timer3.adb 
+===========================GNAT BUG DETECTED==============================+
| 4.5.0 20091109 (experimental) [trunk revision 154026]
(x86_64-unknown-linux-gnu) |
| Assert_Failure sinfo.adb:2412                                            |
| Error detected at timer3.adb:4:25                                        |

$ gcc -c timer3.adb
+===========================GNAT BUG DETECTED==============================+
| 4.4.1 (x86_64-unknown-linux-gnu) Assert_Failure sinfo.adb:2362           |
| Error detected at timer3.adb:4:25                                        |

$ gcc -c timer3.adb
timer3.adb:4:33: unexpected right parenthesis


-- 

laurent at guerby dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |laurent at guerby dot net
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   GCC host triplet|x86_64-portbld-freebsd7.2   |
           Keywords|                            |ice-on-invalid-code
   Last reconfirmed|0000-00-00 00:00:00         |2009-11-24 20:52:44
               date|                            |
            Summary|GNAT bug box with invalid   |[4.4/4.5 Regression] GNAT
                   |anonymous access declaration|bug box with invalid
                   |                            |anonymous access declaration


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


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