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



             Bug #: 54690

           Summary: [4.8 Regression] FAIL:

                    gfortran.dg/typebound_operator_(7|13).f03  *

                    (internal compiler error) after revision 191649

    Classification: Unclassified

           Product: gcc

           Version: 4.8.0

            Status: UNCONFIRMED

          Severity: normal

          Priority: P3

         Component: fortran

        AssignedTo: unassig...@gcc.gnu.org

        ReportedBy: domi...@lps.ens.fr

                CC: bur...@net-b.de, hjl.to...@gmail.com





The tests gfortran.dg/typebound_operator_7.f03 and

gfortran.dg/typebound_operator_13.f03 fail after revision 191649

(see http://gcc.gnu.org/ml/gcc-regression/2012-09/msg00430.html ):



/opt/gcc/_clean/gcc/testsuite/gfortran.dg/typebound_operator_13.f03: In

function 'MAIN__':

/opt/gcc/_clean/gcc/testsuite/gfortran.dg/typebound_operator_13.f03:54:0:

internal compiler error: in gfc_conv_procedure_call, at

fortran/trans-expr.c:3944

   fireworks = fireworks + fireworks*dt



Line 3944 is 



                         gcc_assert (fsym->ts.u.derived == e->ts.u.derived);



added by r191649.

Reply via email to