[Bug c++/80614] [7/8 Regression] Bad mangling for noexcept abominable function types

2017-06-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80614 --- Comment #4 from Jason Merrill --- Author: jason Date: Sat Jun 17 02:28:06 2017 New Revision: 249321 URL: https://gcc.gnu.org/viewcvs?rev=249321&root=gcc&view=rev Log: PR c++/80614 - Wrong mangling for C++17 noexcept type * m

[Bug c++/80614] [7/8 Regression] Bad mangling for noexcept abominable function types

2017-06-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80614 --- Comment #5 from Jason Merrill --- Author: jason Date: Sat Jun 17 02:33:28 2017 New Revision: 249327 URL: https://gcc.gnu.org/viewcvs?rev=249327&root=gcc&view=rev Log: PR c++/80614 - Wrong mangling for C++17 noexcept type * m

[Bug c++/80614] [7/8 Regression] Bad mangling for noexcept abominable function types

2017-06-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80614 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/80614] [7/8 Regression] Bad mangling for noexcept abominable function types

2017-05-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80614 Richard Biener changed: What|Removed |Added Keywords||ABI Priority|P3

[Bug c++/80614] [7/8 Regression] Bad mangling for noexcept abominable function types

2017-05-04 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80614 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug c++/80614] [7/8 Regression] Bad mangling for noexcept abominable function types

2017-05-04 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80614 --- Comment #3 from Jonathan Wakely --- (In reply to Marek Polacek from comment #2) > Bisection points to r241958 but that is nonsense, so I suspect r241944. Yes that would have been my guess.

[Bug c++/80614] [7/8 Regression] Bad mangling for noexcept abominable function types

2017-06-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80614 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|