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



On Jul 27, 2004, at 4:10 PM, Richard Kenner wrote:


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.

No it doesn't. It worked before without accepting it 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]