[Bug bootstrap/56593] LTO profiledbootstrap fails for Ada

2020-01-09 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56593 Martin Jambor changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug bootstrap/56593] LTO profiledbootstrap fails for Ada

2013-03-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56593 --- Comment #9 from Richard Biener 2013-03-13 09:59:29 UTC --- (In reply to comment #8) > But if you strip that info away, you'll never get correct DWARF debug info for > the nested function, I believe you'll never get it whenever you put

[Bug bootstrap/56593] LTO profiledbootstrap fails for Ada

2013-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56593 --- Comment #8 from Jakub Jelinek 2013-03-13 09:05:34 UTC --- But if you strip that info away, you'll never get correct DWARF debug info for the nested function, I believe you'll never get it whenever you put the nested functions in a diff

[Bug bootstrap/56593] LTO profiledbootstrap fails for Ada

2013-03-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56593 --- Comment #7 from Richard Biener 2013-03-13 08:53:29 UTC --- (In reply to comment #2) > The ICE in output_die is a known issue: when LTO puts nested and parent > functions in different partitions, implicit assumptions made in dwarf2out.c

[Bug bootstrap/56593] LTO profiledbootstrap fails for Ada

2013-03-12 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56593 --- Comment #6 from Eric Botcazou 2013-03-12 17:31:28 UTC --- > What "it" do you mean at (1)? -g > Putting nested functions in the same partition as the parent is not > really arbitrary. Nested functions have a limited scope, and AFA

[Bug bootstrap/56593] LTO profiledbootstrap fails for Ada

2013-03-12 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56593 Steven Bosscher changed: What|Removed |Added CC||steven at gcc dot gnu.org ---

[Bug bootstrap/56593] LTO profiledbootstrap fails for Ada

2013-03-12 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56593 --- Comment #4 from Eric Botcazou 2013-03-12 16:53:15 UTC --- > Is there any advantage in putting nested functions in different partition from > the parent function? I'd say LTO just should try hard to make to put them > into > the same

[Bug bootstrap/56593] LTO profiledbootstrap fails for Ada

2013-03-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56593 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Co

[Bug bootstrap/56593] LTO profiledbootstrap fails for Ada

2013-03-12 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56593 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug bootstrap/56593] LTO profiledbootstrap fails for Ada

2013-03-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56593 --- Comment #1 from Richard Biener 2013-03-11 13:15:35 UTC --- Non-profiled LTO bootstrap works with Ada.