[Bug c++/97814] New: Copy constructor deletion not recognized in initialization list with -std=c++17

2020-11-12 Thread caparson at uwaterloo dot ca via Gcc-bugs
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:

[Bug c++/97814] Copy constructor deletion not recognized in initialization list with -std=c++17

2020-11-12 Thread caparson at uwaterloo dot ca via Gcc-bugs
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

[Bug c/101128] New: Decimal floating point fails on ARM with gcc-10/11 but works with gcc-6/7/8/9

2021-06-18 Thread caparson at uwaterloo dot ca via Gcc-bugs
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