[Bug bootstrap/70422] [6 regression] Bootstrap comparison failure

2018-11-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70422 --- Comment #11 from Martin Liška --- Author: marxin Date: Thu Nov 1 09:19:31 2018 New Revision: 265711 URL: https://gcc.gnu.org/viewcvs?rev=265711=gcc=rev Log: Make __PRETTY_FUNCTION__-like functions mergeable string csts (PR c++/64266).

[Bug bootstrap/70422] [6 regression] Bootstrap comparison failure

2016-03-29 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70422 --- Comment #10 from Segher Boessenkool --- Created attachment 38121 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38121=edit patch on top of the original patch (In reply to Richard Biener from comment #9) > Presumably the C++ FE should

[Bug bootstrap/70422] [6 regression] Bootstrap comparison failure

2016-03-29 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70422 --- Comment #9 from Richard Biener --- Presumably the C++ FE should have set DECL_IGNORED_P on the fname decl.

[Bug bootstrap/70422] [6 regression] Bootstrap comparison failure

2016-03-29 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70422 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug bootstrap/70422] [6 regression] Bootstrap comparison failure

2016-03-28 Thread wilson at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70422 --- Comment #7 from Jim Wilson --- The function alloc_entries calls fancy_abort with __func__, causing the string to get into the output. This function is inlined into the hash_table expand function, which is then in turn inlined into other

[Bug bootstrap/70422] [6 regression] Bootstrap comparison failure

2016-03-28 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70422 --- Comment #6 from Jason Merrill --- Author: jason Date: Mon Mar 28 20:16:21 2016 New Revision: 234511 URL: https://gcc.gnu.org/viewcvs?rev=234511=gcc=rev Log: PR c++/70422 PR c++/64266 PR c++/70353 * decl.c,

[Bug bootstrap/70422] [6 regression] Bootstrap comparison failure

2016-03-28 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70422 --- Comment #5 from Jason Merrill --- (In reply to Jim Wilson from comment #4) > The broken targets all define flag_section_anchors at -O1 and up. Probably the -O1 matters because it implies -fmerge-constants.

[Bug bootstrap/70422] [6 regression] Bootstrap comparison failure

2016-03-27 Thread wilson at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70422 --- Comment #4 from Jim Wilson --- The broken targets all define flag_section_anchors at -O1 and up. x86_64 does not. I don't know why this makes a difference yet.

[Bug bootstrap/70422] [6 regression] Bootstrap comparison failure

2016-03-27 Thread wilson at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70422 Jim Wilson changed: What|Removed |Added CC||wilson at gcc dot gnu.org --- Comment #3

[Bug bootstrap/70422] [6 regression] Bootstrap comparison failure

2016-03-27 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70422 Segher Boessenkool changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug bootstrap/70422] [6 regression] Bootstrap comparison failure

2016-03-27 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70422 Segher Boessenkool changed: What|Removed |Added Target|aarch64-*-*, ia64-*-* |aarch64-*-*, ia64-*-*,

[Bug bootstrap/70422] [6 regression] Bootstrap comparison failure

2016-03-27 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70422 --- Comment #1 from Andreas Schwab --- @@ -1,5 +1,5 @@ -stage2-gcc/bitmap.o: file format elf64-littleaarch64 +stage3-gcc/bitmap.o: file format elf64-littleaarch64 Disassembly of section .text: @@ -4788,11