https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81340
--- Comment #5 from Daniel Black ---
Thankyou Martin.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81318
Daniel Black changed:
What|Removed |Added
CC||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;
}
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80593
Daniel Black changed:
What|Removed |Added
CC||daniel.black at au dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80593
--- Comment #13 from Daniel Black ---
Thanks Richard.
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78614
Daniel Black changed:
What|Removed |Added
CC||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|---
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
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&action=edit
miminzed
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`
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78169
Daniel Black changed:
What|Removed |Added
Target||x86_64-unknown-linux-gnu-gc
12 matches
Mail list logo