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]

Re: A patch for spec parsing.


On Wed, Sep 08, 1999 at 03:54:26PM -0700, H.J. Lu wrote:
> The problem is gcc treates "%{S|P:X}" as "%{S:X}%{P:X}". We can either
> force people to use "%{S|P: X}" or handle it gracefuly by appending a
> space ' ' if necessary.

I don't see how this is different than any other bit of 
spec handling -- we simply require the space.


r~


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