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/35105] GNAT bug



------- Comment #2 from sam at gcc dot gnu dot org  2008-02-24 08:40 -------
This appears to be fixed in 4.3.0 already.

GNAT 4.3.0 20080202 (experimental) [trunk revision 132072]
Copyright 1992-2007, Free Software Foundation, Inc.

Compiling: xxx/tasks.adb (source file time stamp: 2008-02-24 08:38:43)

     4. with Ada.Calendar;
             |
        >>> warning: redundant with clause in body

   214.                      Computations (2) := Comp;
                                                 |
        >>> cannot convert local pointer to non-local access type

 234 lines: 1 error, 1 warning


-- 

sam at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sam at gcc dot gnu dot org
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.3.0


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


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