This is the mail archive of the gcc-patches@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]

Re: [Ada] Workaround for bootstrap problem on PPC/S390 (PR19853)


    -      Lib_Opts : Argument_List_Access := No_Argument'Unrestricted_Access;
    +      Lib_Opts : Argument_List_Access := No_Argument'Access;

This is weird in the extreme.  There don't appear to be any differences in
code generation in this case between the two attributes: the only difference
is in validity checks.


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