[gold][aarch64]Patch for Relaxation

Andrew Pinski pinskia@gmail.com
Fri Oct 17 23:27:00 GMT 2014
On Fri, Oct 17, 2014 at 4:24 PM, Ian Lance Taylor <iant@google.com> wrote:
> On Fri, Oct 17, 2014 at 4:13 PM, Cary Coutant <ccoutant@google.com> wrote:
>>> If I change "This::Status" to just "Status", it compiles.
>>
>> If I change it to "typename This::Status", it also compiles. Should I
>> just go with that?
>
> Sure, I guess so.  I'm not sure why typename is not needed in newer
> versions.  We do normally use typename with This::Status, and it is,
> after all, a type.


It depends on if This is considered dependent or not.  I don't
remember the rules exactly and there has been some changes in the C++
dealing with rulings too.

Thanks,
Andrew

>
> ian



More information about the Binutils mailing list