[Bug middle-end/81318] [8 regression] ICE in to_reg_br_prob_base, at profile-count.h:189

2017-10-08 Thread daniel.black at au dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81318 --- Comment #30 from Daniel Black --- Still failing for me. $ toolchain/bin/gcc --version gcc (GCC) 8.0.0 20171008 (experimental) (code from comment 27) $ toolchain/bin/gcc -O1 -c /tmp/x.c ... during GIMPLE pass: profile_estimate /tmp/x.c: In

[Bug middle-end/81318] [8 regression] ICE in to_reg_br_prob_base, at profile-count.h:189

2017-09-07 Thread daniel.black at au dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81318 --- Comment #27 from Daniel Black --- reduced test case, quite similar however just to be sure: int a, b; __attribute__((__cold__)) fn1(); __attribute__((always_inline)) fn2() { fn1(); } fn3() { fn2(); if (b) a = 0; }

[Bug middle-end/81318] [8 regression] ICE in to_reg_br_prob_base, at profile-count.h:189

2017-09-06 Thread daniel.black at au dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81318 Daniel Black changed: What|Removed |Added CC||daniel.black at au dot ibm.com

[Bug sanitizer/81340] ICE in compute_bb_dataflow, at var-tracking.c:6877

2017-07-30 Thread daniel.black at au dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81340 --- Comment #5 from Daniel Black --- Thankyou Martin.

[Bug c++/80593] [7 Regression] GCC 7, aligned_storage and “dereferencing type-punned pointer will break strict-aliasing rules”

2017-06-07 Thread daniel.black at au dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80593 --- Comment #13 from Daniel Black --- Thanks Richard.

[Bug c++/80593] [7 Regression] GCC 7, aligned_storage and “dereferencing type-punned pointer will break strict-aliasing rules”

2017-06-05 Thread daniel.black at au dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80593 Daniel Black changed: What|Removed |Added CC||daniel.black at au dot ibm.com

[Bug target/78614] [7 Regression] ICE error: invalid rtl sharing found in the insn (verify_rtx_sharing) gcc/emit-rtl.c:2743

2016-12-11 Thread daniel.black at au dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78614 Daniel Black changed: What|Removed |Added CC||daniel.black at au dot ibm.com

[Bug target/78624] [7 Regression] ICE (invalid rtl sharing) while doing a build

2016-12-11 Thread daniel.black at au dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78624 Daniel Black changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug bootstrap/78624] New: crosstool-ng targets powerpc-unknown-linux-gnu and powerpc64-unknown-linux-gnu fail to compile

2016-11-30 Thread daniel.black at au dot ibm.com
Severity: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: daniel.black at au dot ibm.com Target Milestone: --- GCC_REVISION=7f5fcbbd91c8e2 There failures occur on all LE and BE targets for Power platform

[Bug preprocessor/78169] internal compiler error: in get_substring_ranges_for_loc, at input.c:1379

2016-10-31 Thread daniel.black at au dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78169 Daniel Black changed: What|Removed |Added Target||x86_64-unknown-linux-gnu-gc

[Bug preprocessor/78169] internal compiler error: in get_substring_ranges_for_loc, at input.c:1379

2016-10-31 Thread daniel.black at au dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78169 --- Comment #2 from Daniel Black --- Yes, using a x86_84 -> x86_64 cross compiler. Built with `ct-ng x86_64-unknown-linux-gnu`

[Bug libgcc/78169] New: internal compiler error: in get_substring_ranges_for_loc, at input.c:1379

2016-10-31 Thread daniel.black at au dot ibm.com
Priority: P3 Component: libgcc Assignee: unassigned at gcc dot gnu.org Reporter: daniel.black at au dot ibm.com Target Milestone: --- Created attachment 39927 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39927=edit miminzed util.c GCC_REVIS