[Bug debug/83391] [8 Regression] error: definition in block 9 does not dominate use in block 8

2017-12-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83391 --- Comment #11 from Jakub Jelinek --- Author: jakub Date: Wed Dec 13 18:46:43 2017 New Revision: 255609 URL: https://gcc.gnu.org/viewcvs?rev=255609=gcc=rev Log: PR bootstrap/83396 PR debug/83391 * tree-cfgcleanup.c

[Bug debug/83391] [8 Regression] error: definition in block 9 does not dominate use in block 8

2017-12-12 Thread aoliva at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83391 Alexandre Oliva changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug debug/83391] [8 Regression] error: definition in block 9 does not dominate use in block 8

2017-12-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83391 --- Comment #9 from Jakub Jelinek --- Or, if you for some reason really need some debug markers, do you really need also debug bind stmts in there? E.g. in light of the AIX bootstrap failure, having just markers before labels shouldn't be that

[Bug debug/83391] [8 Regression] error: definition in block 9 does not dominate use in block 8

2017-12-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83391 --- Comment #8 from Richard Biener --- (In reply to Jakub Jelinek from comment #6) > The bb is split in: > #0 gsi_split_seq_before (i=0x7fffd940, pnew_seq=0x7fffd918) at > ../../gcc/gimple-iterator.c:415 > #1 0x011fc89d in

[Bug debug/83391] [8 Regression] error: definition in block 9 does not dominate use in block 8

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