[Bug c++/94426] [10 Regression] ICE in mangle_decl with -flto

2020-04-16 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94426 --- Comment #7 from CVS Commits --- The master branch has been updated by Iain D Sandoe : https://gcc.gnu.org/g:b084efe3fcdfcf88e1703800b9b99347e89beefb commit r10-7761-gb084efe3fcdfcf88e1703800b9b99347e89beefb Author: Iain Sandoe Date: Thu

[Bug c++/94426] [10 Regression] ICE in mangle_decl with -flto

2020-04-13 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94426 Nathan Sidwell changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug c++/94426] [10 Regression] ICE in mangle_decl with -flto

2020-04-01 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94426 --- Comment #5 from Nathan Sidwell --- Reduced testcase: template using Void = void; template bool Init (U); template bool VAR = Init ([] {}); template Void> Foo (T) {} void q () { Foo ([] {}); } bug.ii: At global scope: bug.ii:5:38:

[Bug c++/94426] [10 Regression] ICE in mangle_decl with -flto

2020-04-01 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94426 Nathan Sidwell changed: What|Removed |Added Status|SUSPENDED |ASSIGNED --- Comment #4 from Nathan

[Bug c++/94426] [10 Regression] ICE in mangle_decl with -flto

2020-04-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94426 --- Comment #3 from Jakub Jelinek --- Is this SUSPENDED on https://github.com/itanium-cxx-abi/cxx-abi/issues/94 resolution, or something else?

[Bug c++/94426] [10 Regression] ICE in mangle_decl with -flto

2020-04-01 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94426 Nathan Sidwell changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |nathan at gcc dot gnu.org

[Bug c++/94426] [10 Regression] ICE in mangle_decl with -flto

2020-04-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94426 --- Comment #2 from Jakub Jelinek --- Adjusted testcase that ICEs already starting with the r10-7243 commit, again -O2 -flto: template struct b { static constexpr int c = a; }; template using d = b; template auto ad() -> decltype(0); struct m

[Bug c++/94426] [10 Regression] ICE in mangle_decl with -flto

2020-04-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94426 Jakub Jelinek changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug c++/94426] [10 Regression] ICE in mangle_decl with -flto

2020-04-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94426 Richard Biener changed: What|Removed |Added Keywords||lto Priority|P3

[Bug c++/94426] [10 Regression] ICE in mangle_decl with -flto

2020-03-31 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94426 Jakub Jelinek changed: What|Removed |Added Target Milestone|--- |10.0