[Bug bootstrap/69352] [6 Regression] profiledbootstrap failure with --with-build-config=bootstrap-lto

2016-01-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69352 --- Comment #5 from Jakub Jelinek --- Reproduces with -O1 on x86_64-linux too. Slightly cleaned up testcase: int a[10][14], b, c, d, e, f, g, h, i; void bar (void); int foo (int x) { unsigned j; int k = 0, l; int m; if (h) m = 12;

[Bug bootstrap/69352] [6 Regression] profiledbootstrap failure with --with-build-config=bootstrap-lto

2016-01-19 Thread jan.sm...@alcatel-lucent.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69352 --- Comment #4 from Jan Smets --- compile with : -xc -c pr69352.best -w -o /dev/null -O1 $ cat pr69352.best typedef enum { REG_HSTRH, REG_HSTRL, REG_HFAERH, REG_HFAERL, REG_HIMRH, REG_HIMRL, REG_HCMRH, REG_HCMRL, REG_HADDRH,

[Bug bootstrap/69352] [6 Regression] profiledbootstrap failure with --with-build-config=bootstrap-lto

2016-01-19 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69352 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug bootstrap/69352] [6 Regression] profiledbootstrap failure with --with-build-config=bootstrap-lto

2016-01-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69352 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2

[Bug bootstrap/69352] [6 Regression] profiledbootstrap failure with --with-build-config=bootstrap-lto

2016-01-18 Thread jan.sm...@alcatel-lucent.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69352 Jan Smets changed: What|Removed |Added CC||jan.sm...@alcatel-lucent.co