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 middle-end/37236] internal compiler error: in mark_operand_necessary, at tree-ssa-dce.c:242



------- Comment #1 from burnus at gcc dot gnu dot org  2008-08-25 19:57 -------
Using 4.4 I get the following:

aa.f: In function 'fftrc':
aa.f:2: error: expected an SSA_NAME object
aa.f:2: error: in statement
# NMT.31 = VDEF <NMT.31> { NMT.31 }
IMAGPART_EXPR <(*x_29(D))[1]> = 0.0;
aa.f:2: internal compiler error: verify_ssa failed

while with 4.3:

aa.f: In function 'fftrc':
aa.f:2: internal compiler error: Segmentation fault


-- 

burnus at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at gcc dot gnu dot
                   |                            |org
          Component|fortran                     |middle-end


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37236


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