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]

Re: Reorganize C statement parsing


Richard Henderson <rth@redhat.com> writes:

> On Fri, Jun 25, 2004 at 09:13:35AM +0000, Joseph S. Myers wrote:
>> On Thu, 24 Jun 2004, Richard Henderson wrote:
>> 
>> > 	* c-parse.in: Update expected conflicts.
>> 
>> I take it all conflicts not involved in error recovery have been examined
>> in the Bison dumps to ensure they aren't resolved incorrectly?
>
> Yes.  They're all in/under if_statement.  We get conflicts shifting
> ';' and IF vs reducing save_location associated with lineno_stmt.

Now that we have EXPR_LOCUS, surely a lot of the save_location rules
can be eliminated?

zw


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