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/83224] creating character array from elements shorter than declared does not pad with whitespace properly and aborts


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83224

Thomas Koenig <tkoenig at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |NEW
           Assignee|tkoenig at gcc dot gnu.org         |unassigned at gcc dot gnu.org

--- Comment #6 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
r255294 fixes the test case in comment#1, but not the
original test case; that one now ICEs:

interner Compiler-Fehler: in gimplify_var_or_parm_decl, bei gimplify.c:2615
0x663044 gimplify_var_or_parm_decl
        ../../trunk/gcc/gimplify.c:2615
0xbc3387 gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        ../../trunk/gcc/gimplify.c:11785
0xbce9bf gimplify_modify_expr
        ../../trunk/gcc/gimplify.c:5538
0xbc3b59 gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        ../../trunk/gcc/gimplify.c:11340
0xbc6ec6 gimplify_stmt(tree_node**, gimple**)
        ../../trunk/gcc/gimplify.c:6556
0xbc49db gimplify_statement_list
        ../../trunk/gcc/gimplify.c:1736
0xbc49db gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        ../../trunk/gcc/gimplify.c:11769
0xbc6ec6 gimplify_stmt(tree_node**, gimple**)
        ../../trunk/gcc/gimplify.c:6556
0xbc4aa2 gimplify_and_add(tree_node*, gimple**)
        ../../trunk/gcc/gimplify.c:442
0xbc4aa2 gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        ../../trunk/gcc/gimplify.c:11691
0xbc6ec6 gimplify_stmt(tree_node**, gimple**)
        ../../trunk/gcc/gimplify.c:6556
0xbc49db gimplify_statement_list
        ../../trunk/gcc/gimplify.c:1736
0xbc49db gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        ../../trunk/gcc/gimplify.c:11769
0xbc6ec6 gimplify_stmt(tree_node**, gimple**)
        ../../trunk/gcc/gimplify.c:6556
0xbc7bce gimplify_bind_expr
        ../../trunk/gcc/gimplify.c:1294
0xbc35d2 gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        ../../trunk/gcc/gimplify.c:11541
0xbc6ec6 gimplify_stmt(tree_node**, gimple**)
        ../../trunk/gcc/gimplify.c:6556
0xbc49db gimplify_statement_list
        ../../trunk/gcc/gimplify.c:1736
0xbc49db gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        ../../trunk/gcc/gimplify.c:11769
0xbc6ec6 gimplify_stmt(tree_node**, gimple**)
        ../../trunk/gcc/gimplify.c:6556


Unassigning (for now).

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