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]

Re: possible bug?


>pafeyn.F:274: internal error--unrecognizable insn:  (insn 1082 1081 1083
>(set (reg:DF 452) 
>    (le:DF (float_extend:DF (reg:SF 448))
>            (float_extend:DF (reg:SF 449)))) -1 (insn_list 1077 (insn_list
>1081 (nil)))
>    (expr_list:REG_DEAD (reg:SF 448)
>        (nil)))
>../../gcc/toplev.c:1138: Internal compiler error in function fatal_insn
>
>Here's the fragment of code which g77 claims is failing:
[...]
>I can't see anything wrong with this in terms of the fortran...

Even if you could, the compiler should not crash, "period".  Though,
this is a lower-priority kind of bug (in most peoples' minds) than
one in which it doesn't crash but generates wrong code.

In any case, a code fragment is unlikely to help anyone find the
source of the problem.  Please follow the directions for reporting
bugs (in the g77 docs should do fine), especially the part about
sending the complete source code.  This is a classic case where
that's necessary, at least under normal circumstances (though we
perhaps have a few on this list who can figure out the bug just
by looking at the error message, so we might get lucky ;-).

        tq vm, (burley)


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