[Bug ipa/66705] [5/6 Regression] section is missing linker error with -flto -fipa-pta

2015-09-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66705 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ipa/66705] [5/6 Regression] section is missing linker error with -flto -fipa-pta

2015-09-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66705 --- Comment #8 from Richard Biener --- Author: rguenth Date: Thu Sep 3 09:25:35 2015 New Revision: 227431 URL: https://gcc.gnu.org/viewcvs?rev=227431&root=gcc&view=rev Log: 2015-09-03 Richard Biener PR ipa/66705 * tree-ssa-s

[Bug ipa/66705] [5/6 Regression] section is missing linker error with -flto -fipa-pta

2015-09-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66705 --- Comment #7 from Richard Biener --- Author: rguenth Date: Thu Sep 3 09:24:51 2015 New Revision: 227430 URL: https://gcc.gnu.org/viewcvs?rev=227430&root=gcc&view=rev Log: 2015-09-03 Richard Biener PR ipa/66705 * tree-ssa-s

[Bug ipa/66705] [5/6 Regression] section is missing linker error with -flto -fipa-pta

2015-09-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66705 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug ipa/66705] [5/6 Regression] section is missing linker error with -flto -fipa-pta

2015-09-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66705 Richard Biener changed: What|Removed |Added CC||gjl at gcc dot gnu.org --- Comment #5 f

[Bug ipa/66705] [5/6 Regression] section is missing linker error with -flto -fipa-pta

2015-07-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66705 Richard Biener changed: What|Removed |Added Target Milestone|5.2 |5.3 --- Comment #4 from Richard Biener

[Bug ipa/66705] [5/6 Regression] section is missing linker error with -flto -fipa-pta

2015-06-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66705 --- Comment #3 from Richard Biener --- (gdb) p debug_tree (decl) unit size align 32 symtab 0 alias set -1 canonical type 0x768d0690 precision 32 min max pointer_to_this > public external SI file t.ii line 5 co

[Bug ipa/66705] [5/6 Regression] section is missing linker error with -flto -fipa-pta

2015-06-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66705 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Status|UNCONFIRMED

[Bug ipa/66705] [5/6 Regression] section is missing linker error with -flto -fipa-pta

2015-06-30 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66705 --- Comment #1 from Markus Trippelsdorf --- trippels@gcc75 ~ % cat tramp3d-v4.ii class A { public: A(); }; int a = 0; void foo() { a = 0; A b; for (; a;) ; } trippels@gcc75 ~ % g++ -r -nostdlib -O2 -flto -flto-partition=max -fipa-pta