This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/26994] [4.2/4.3 Regression] Scalar TRANSFER - error: invalid operand to unary operator
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Nov 2006 02:01:57 -0000
- Subject: [Bug tree-optimization/26994] [4.2/4.3 Regression] Scalar TRANSFER - error: invalid operand to unary operator
- References: <bug-26994-10374@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #11 from pinskia at gcc dot gnu dot org 2006-11-12 02:01 -------
Note we get a different ICE now on the mainline:
t.f90: In function ?MAIN__?:
t.f90:2: error: control flow in the middle of basic block 2
t.f90:2: error: true/false edge after a non-COND_EXPR in bb 2
t.f90:2: error: true/false edge after a non-COND_EXPR in bb 2
t.f90:2: error: control flow in the middle of basic block 5
t.f90:2: error: true/false edge after a non-COND_EXPR in bb 5
t.f90:2: error: true/false edge after a non-COND_EXPR in bb 5
t.f90:2: internal compiler error: verify_flow_info failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26994