]> gcc.gnu.org Git - gcc.git/commit
parse.y (make_plus_expression): New function.
authorSteven Bosscher <steven@gcc.gnu.org>
Wed, 30 Apr 2003 19:08:12 +0000 (19:08 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Wed, 30 Apr 2003 19:08:12 +0000 (19:08 +0000)
commit1dcfc9d1fa3f3ba7de21349fde5e83b5435dd4b4
tree5eed3a0ac36520f5f61266349cf765c7bf2085de
parentb7bfc1c0b5168ec25f7ac314bbb21d70fd802862
parse.y (make_plus_expression): New function.

* parse.y (make_plus_expression): New function.
(expression:): Use make_plus_expression for PLUS, MINUS,
ASSIGN and EQUALS.
* tree1.c (treelang_decode_option): Don't fall through to
options that start with a different character when an option
was not recognized.

From-SVN: r66303
gcc/treelang/ChangeLog
gcc/treelang/parse.y
gcc/treelang/tree1.c
This page took 0.998833 seconds and 5 git commands to generate.