This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/26994] [4.2/4.3 Regression] Scalar TRANSFER - error: invalid operand to unary operator



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]