[Bug debug/78363] [7 Regression] ICE in in force_type_die, at dwarf2out.c:24864

2017-01-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78363 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug debug/78363] [7 Regression] ICE in in force_type_die, at dwarf2out.c:24864

2017-01-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78363 --- Comment #9 from Richard Biener --- Author: rguenth Date: Wed Jan 25 09:48:10 2017 New Revision: 244892 URL: https://gcc.gnu.org/viewcvs?rev=244892=gcc=rev Log: 2017-01-25 Richard Biener PR debug/78363

[Bug debug/78363] [7 Regression] ICE in in force_type_die, at dwarf2out.c:24864

2017-01-24 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78363 Jakub Jelinek changed: What|Removed |Added CC||jamborm at gcc dot gnu.org --- Comment

[Bug debug/78363] [7 Regression] ICE in in force_type_die, at dwarf2out.c:24864

2017-01-24 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78363 --- Comment #7 from Richard Biener --- (In reply to Jakub Jelinek from comment #6) > I think I'd prefer the second hunk (but it needs to go omp-expand.c instead), > guarded with if (!gimple_in_ssa_p (cfun)), so that it is really done only >

[Bug debug/78363] [7 Regression] ICE in in force_type_die, at dwarf2out.c:24864

2017-01-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78363 --- Comment #6 from Jakub Jelinek --- I think I'd prefer the second hunk (but it needs to go omp-expand.c instead), guarded with if (!gimple_in_ssa_p (cfun)), so that it is really done only early. It should likely be done in expand_omp_target

[Bug debug/78363] [7 Regression] ICE in in force_type_die, at dwarf2out.c:24864

2017-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78363 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Status|NEW

[Bug debug/78363] [7 Regression] ICE in in force_type_die, at dwarf2out.c:24864

2016-11-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78363 --- Comment #5 from Richard Biener --- diff --git a/gcc/tree-cfg.c b/gcc/tree-cfg.c index e99e102..e23c8c6 100644 --- a/gcc/tree-cfg.c +++ b/gcc/tree-cfg.c @@ -7054,6 +7054,13 @@ replace_block_vars_by_duplicates (tree block, hash_map

[Bug debug/78363] [7 Regression] ICE in in force_type_die, at dwarf2out.c:24864

2016-11-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78363 --- Comment #4 from Richard Biener --- Ok, so we eliminate as unused DIE0: DW_TAG_structure_type (0x2c04fb40) abbrev id: 0 offset: 0 mark: 0 DW_AT_name: "" DW_AT_byte_size: 1 DW_AT_decl_file: "t.ii"

[Bug debug/78363] [7 Regression] ICE in in force_type_die, at dwarf2out.c:24864

2016-11-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78363 Richard Biener changed: What|Removed |Added Keywords||openmp, wrong-debug

[Bug debug/78363] [7 Regression] ICE in in force_type_die, at dwarf2out.c:24864

2016-11-15 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78363 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Keywords|