[Bug lto/81940] [8 regression] internal compiler error: in dwarf2out_abstract_function, at dwarf2out.c:21613

2017-09-13 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81940 --- Comment #9 from Aldy Hernandez --- Author: aldyh Date: Wed Sep 13 17:22:49 2017 New Revision: 252544 URL: https://gcc.gnu.org/viewcvs?rev=252544=gcc=rev Log: 2017-08-23 Richard Biener PR lto/81940 *

[Bug lto/81940] [8 regression] internal compiler error: in dwarf2out_abstract_function, at dwarf2out.c:21613

2017-08-23 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81940 --- Comment #8 from Dmitry G. Dyachenko --- r251306 PASS for me

[Bug lto/81940] [8 regression] internal compiler error: in dwarf2out_abstract_function, at dwarf2out.c:21613

2017-08-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81940 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug lto/81940] [8 regression] internal compiler error: in dwarf2out_abstract_function, at dwarf2out.c:21613

2017-08-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81940 --- Comment #6 from Richard Biener --- Author: rguenth Date: Wed Aug 23 12:11:03 2017 New Revision: 251306 URL: https://gcc.gnu.org/viewcvs?rev=251306=gcc=rev Log: 2017-08-23 Richard Biener PR lto/81940 *

[Bug lto/81940] [8 regression] internal compiler error: in dwarf2out_abstract_function, at dwarf2out.c:21613

2017-08-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81940 --- Comment #5 from Richard Biener --- Ok, so we have no early debug but enable late debug. I suppose at some point we want to have -g vs. -g0 set per function. Index: gcc/dwarf2out.c

[Bug lto/81940] [8 regression] internal compiler error: in dwarf2out_abstract_function, at dwarf2out.c:21613

2017-08-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81940 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug lto/81940] [8 regression] internal compiler error: in dwarf2out_abstract_function, at dwarf2out.c:21613

2017-08-23 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81940 --- Comment #3 from Dmitry G. Dyachenko --- r251301 FAIL

[Bug lto/81940] [8 regression] internal compiler error: in dwarf2out_abstract_function, at dwarf2out.c:21613

2017-08-23 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81940 --- Comment #2 from Dmitry G. Dyachenko --- $ cat x.ii int a, b = a;

[Bug lto/81940] [8 regression] internal compiler error: in dwarf2out_abstract_function, at dwarf2out.c:21613

2017-08-23 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81940 --- Comment #1 from Dmitry G. Dyachenko --- $ g++ -fpreprocessed -Werror -Wall -Wextra -flto -O -std=c++98 x.ii -fpic -DPIC -c -o x.o && g++ -shared x.o -g -flto -o x.so during IPA pass: inline /home/dimhen/src/CSPbuild/ipsec/esp/esp_init.cpp: