[Bug fortran/27478] getting : error: invalid operand to binary operator

2006-10-02 Thread fxcoudert at gcc dot gnu dot org
--- Comment #6 from fxcoudert at gcc dot gnu dot org 2006-10-02 11:35 --- That one is annoying. Reduced testcase is: FUNCTION X() ENTRY X1 IF (X .GT. 0) CALL FOO(X) END The error message is: a.f: In function ‘master.0.x’: a.f:3: error: invalid operand to

[Bug fortran/27478] getting : error: invalid operand to binary operator

2006-06-04 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last

[Bug fortran/27478] getting : error: invalid operand to binary operator

2006-06-04 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-06-04 15:16 --- *** Bug 27889 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/27478] getting : error: invalid operand to binary operator

2006-06-04 Thread fxcoudert at gcc dot gnu dot org
--- Comment #4 from fxcoudert at gcc dot gnu dot org 2006-06-04 20:58 --- I'm amazed that 27889 is a duplicate of this bug, although I agree that they have similar error messages. They happen in very different (and specific circumstances). FYI, the testcases from 27889 are: [on 4.1 at

[Bug fortran/27478] getting : error: invalid operand to binary operator

2006-06-04 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-06-04 21:02 --- (In reply to comment #4) I'm amazed that 27889 is a duplicate of this bug, although I agree that they have similar error messages. They happen in very different (and specific circumstances). FYI, the testcases

[Bug fortran/27478] getting : error: invalid operand to binary operator

2006-05-07 Thread johnurban at adelphia dot net
--- Comment #1 from johnurban at adelphia dot net 2006-05-08 05:17 --- Created an attachment (id=11400) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11400action=view) script that shows bug + output from running script -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27478

[Bug fortran/27478] getting : error: invalid operand to binary operator

2006-05-07 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-05-08 05:20 --- As far as I can tell it is a middle-end/gimplifier problem: real4 __result_master.0.tsl; real4 tsl.0 [value-expr: __result_master.0.tsl]; Unless the value expression should also be marked as TREE_ADDRESSABLE.