https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109506
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|[13 regression] 'error: |[10/11/12/13 regression]
|inlining failed in call to |-fchecking=2 causes some
|‘always_inline’ |template constructor not be
|‘foo<T>::foo() [with T = |instantiated when used with
|void]’: function body not |NSDMI
|available' |
Target Milestone|13.0 |10.5
Known to fail| |12.2.0
Known to work|12.2.0 |
--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
>On our box, I bisected this to r251422. Surely that isn't the real cause of
>the problem.
it is in the end as oh yes adding -fchecking=2 causes the failure in released
versions.