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/30614] compiler puts the blame on in parameter mode, not pointer to constant, for assignment to component


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30614

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |ebotcazou at gcc dot gnu.org
         Resolution|---                         |FIXED
   Target Milestone|---                         |4.9.0

--- Comment #3 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
GCC 4.9 and above yieds:
p.adb:6:13: left hand side of assignment must be a variable
p.adb:11:13: left hand side of assignment must be a variable

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