re PR fortran/13912 (Does not accept consecutive arithmetic operators (*-))
authorRoger Sayle <roger@eyesopen.com>
Wed, 26 May 2004 02:35:29 +0000 (02:35 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Wed, 26 May 2004 02:35:29 +0000 (02:35 +0000)
commita2f29587957bf9f1853b9eeba2b05492c9b7150a
tree6f5765b663bb23e6df8435cb2a011290e1575360
parent7d34a5a986580c5fa23a165c800eb60ad5348450
re PR fortran/13912 (Does not accept consecutive arithmetic operators (*-))

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.

From-SVN: r82277
gcc/fortran/ChangeLog
gcc/fortran/matchexp.c