https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97814
Bug ID: 97814
Summary: Copy constructor deletion not recognized in
initialization list with -std=c++17
Product: gcc
Version: 9.3.0
Status: UNCONFIRMED
Severity:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97814
--- Comment #1 from Colby Parsons ---
It is worth mentioning that the error does appear if I delete the move
assignment operator too.
i.e. add "S & operator=(S &&) = delete;" to struct S.
I have no idea why this would make the error appear thou
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101128
Bug ID: 101128
Summary: Decimal floating point fails on ARM with gcc-10/11 but
works with gcc-6/7/8/9
Product: gcc
Version: 10.2.0
Status: UNCONFIRMED
Severity