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 fortran/51966] [4.6/4.7 Regression] ICE in gfc_conv_array_constructor_expr


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

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
                 CC|                            |burnus at gcc dot gnu.org
      Known to work|                            |4.1.2, 4.3.4, 4.4.0, 4.5.3
   Target Milestone|---                         |4.6.3
            Summary|internal compiler error     |[4.6/4.7 Regression] ICE in
                   |                            |gfc_conv_array_constructor_
                   |                            |expr
      Known to fail|                            |4.6.2, 4.7.0

--- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-01-23 15:06:13 UTC ---
Fails at the assert of gfc_conv_array_constructor_expr at 
fortran/trans-expr.c:4753:
4753      gcc_assert (ss != NULL && ss != gfc_ss_terminator);

as ss == NULL.


Backtrace:
#1  gfc_conv_expr (se=0x7fffffffd260, expr=0x16bf0b0) at trans-expr.c:5421
#2  0x00000000005d0dfe in gfc_trans_subcomponent_assign (expr=0x16bf0b0,
cm=0x16bf270, dest=0x2aaaacf250a8)
    at fortran/trans-expr.c:5179
#3  gfc_trans_structure_assign (dest=0x2aaaace26280, expr=Unhandled dwarf
expression opcode 0xfa
)
    at fortran/trans-expr.c:5230
#4  0x00000000005d1cb4 in gfc_conv_structure (se=0x7fffffffd740,
expr=0x16c0810, init=0)
    at fortran/trans-expr.c:5257
#5  0x00000000005d241c in gfc_trans_assignment_1 (expr1=0x16c0090,
expr2=0x16c0810, init_flag=false, dealloc=true)


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