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]

[basic-improvements] N-way choice syntax in specs


Zack Weinberg writes:
> !  %{S:X;   if S was given to CC, substitutes X;
> !    T:Y;   else if Y was given to CC, substitutes Y;
> !     :D}   else substitutes D.  There can be as many clauses as you need.

The second line should presumably read "else if T was given to CC"?

-- 
Jonathan Lennox
lennox@cs.columbia.edu


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