This is the mail archive of the gcc@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: Regression for trunk on i686-pc-linux-gnu


    Uh, according to the grammar:

        addr-expr-arg: ID
         | compref

    so the original code is correct.

    I thought &* got folded away anyway.

I think that's the point: because it will be folded away, it
apparently has to be accepted here.

This is certainly not as clean as it ought to be, which is what led
to this confusion in the first place.


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