OSDN Git Service

PR fortran/13912
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 May 2004 02:35:29 +0000 (02:35 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 May 2004 02:35:29 +0000 (02:35 +0000)
commit4b4d8a7e742b8ee74139c53477db78b6b0c49acb
tree6f5765b663bb23e6df8435cb2a011290e1575360
parentce716239506030d8c9d37085625ea702668d1fd8
PR fortran/13912
* matchexp.c: Allow unary operators after arithmetic operators
as a GNU extension.
(match_ext_mult_operand, match_ext_add_operand): New functions.
(match_mult_operand): Tweak to call match_ext_mult_operand.
(match_add_operand): Tweak to call match_ext_mult_operand.
(match_level_2): Rearrange to call match_ext_add_operand.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82277 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/matchexp.c