]> git.ipfire.org Git - thirdparty/gcc.git/commit - libcpp/expr.c
cppexp.c: (_cpp_parse_expr): Numerical constants are pushed within the switch statement.
authorNeil Booth <neilb@earthling.net>
Sat, 1 Apr 2000 07:42:37 +0000 (07:42 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sat, 1 Apr 2000 07:42:37 +0000 (07:42 +0000)
commit9ee70313bc999f044c8affc12e01ab41b8ccd6c5
tree53012977ab4e9d966588e6df27ef231ad9086875
parent81eace42692969b248028fffcccb67818c251279
cppexp.c: (_cpp_parse_expr): Numerical constants are pushed within the switch statement.

        * cppexp.c: (_cpp_parse_expr): Numerical constants are pushed
        within the switch statement.  Binary operations break out of
        the switch naturally.  '(' tokens handled by forcing
        immediate shift.  ')' handled by forcing immediate reduce to
        the previous '('.  New error messages.

From-SVN: r32854
gcc/ChangeLog
gcc/cppexp.c