[Bug c/89211] [8/9 Regression] ICE in int_mode_for_mode, at stor-layout.c:403

2019-02-06 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89211 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Wed Feb 6 09:17:55 2019 New Revision: 268574 URL: https://gcc.gnu.org/viewcvs?rev=268574=gcc=rev Log: PR c/89211 * c-parser.c (c_parser_declaration_or_fndef): Don't

[Bug c/89211] [8/9 Regression] ICE in int_mode_for_mode, at stor-layout.c:403

2019-02-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89211 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug c/89211] [8/9 Regression] ICE in int_mode_for_mode, at stor-layout.c:403

2019-02-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89211 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug c/89211] [8/9 Regression] ICE in int_mode_for_mode, at stor-layout.c:403

2019-02-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89211 --- Comment #2 from Jakub Jelinek --- I bet it is the + if (d && TREE_CODE (d) == FUNCTION_DECL) + if (declarator->kind == cdk_function) + if (DECL_ARGUMENTS (d) == NULL_TREE) +

[Bug c/89211] [8/9 Regression] ICE in int_mode_for_mode, at stor-layout.c:403

2019-02-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89211 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|