https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96873
--- Comment #9 from CVS Commits ---
The releases/gcc-10 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:92e9b2a995f718f1c2ab1cd0840b439c24d3535f
commit r10-9852-g92e9b2a995f718f1c2ab1cd0840b439c24d3535f
Author: Jason Merrill
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96873
Jason Merrill changed:
What|Removed |Added
CC||jason at gcc dot gnu.org
Resolut
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96873
--- Comment #7 from CVS Commits ---
The master branch has been updated by Jason Merrill :
https://gcc.gnu.org/g:1a19d334ce493ec2ce2daeac74beef63fd67e2bc
commit r11-8104-g1a19d334ce493ec2ce2daeac74beef63fd67e2bc
Author: Jason Merrill
Date: Fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96873
Johel Ernesto Guerrero Peña changed:
What|Removed |Added
CC||johelegp at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96873
--- Comment #5 from Mateusz Pusz ---
Thanks!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96873
--- Comment #4 from Marek Polacek ---
Yeah, hopefully for both.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96873
--- Comment #3 from Mateusz Pusz ---
Are there any chances for it to be fixed for gcc-11 or gcc-10.3? This feature
is essential for the Physical Units library for C++Next.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96873
Marek Polacek changed:
What|Removed |Added
Ever confirmed|0 |1
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96873
--- Comment #1 from Mateusz Pusz ---
Similar error but in a different line happens for:
```
#include
template
struct basic_fixed_string {
CharT data_[N + 1] = {};
constexpr basic_fixed_string(CharT ch) noexcept { data_[0] = ch; }
const