[Bug c++/104712] -fkeep-inline-functions causing link errors (debian but not godbolt?)

2022-02-28 Thread ajrh at ajrh dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104712 ajrh at ajrh dot net changed: What|Removed |Added CC||ajrh at ajrh dot net --- Comment

[Bug c++/104712] -fkeep-inline-functions causing link errors (debian but not godbolt?)

2022-02-28 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104712 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment

[Bug c++/104712] -fkeep-inline-functions causing link errors (debian but not godbolt?)

2022-02-28 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104712 --- Comment #4 from Jonathan Wakely --- The in-class declaration is the definition if it's inline and has an initializer.

[Bug c++/104712] -fkeep-inline-functions causing link errors (debian but not godbolt?)

2022-02-27 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104712 --- Comment #3 from Andrew Pinski --- (In reply to ajrh from comment #2) > Oh drat, reduced test cases are maddening... it's an inline static const > in my original. I'll try to reduce something again. I think even with inline static

[Bug c++/104712] -fkeep-inline-functions causing link errors (debian but not godbolt?)

2022-02-27 Thread ajrh at ajrh dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104712 --- Comment #2 from ajrh at ajrh dot net --- Oh drat, reduced test cases are maddening... it's an inline static const in my original. I'll try to reduce something again.

[Bug c++/104712] -fkeep-inline-functions causing link errors (debian but not godbolt?)

2022-02-27 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104712 Andrew Pinski changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED