[Bug target/118676] Getting "the ABI of passing union with ‘long double’ has changed in GCC 4.4" warning for a function that doesn't take long double and isn't subject to ABI at all (static)

2025-01-27 Thread nabijaczleweli at nabijaczleweli dot xyz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118676 --- Comment #4 from наб --- Thanks, I'll put that in there. https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html doesn't seem to indicate this change affects return values, either (it only says "passed"). I think static-linkage functions co

[Bug c++/118676] New: Getting "the ABI of passing union with ‘long double’ has changed in GCC 4.4" warning for a function that doesn't take long double and isn't subject to ABI at all (static)

2025-01-27 Thread nabijaczleweli at nabijaczleweli dot xyz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118676 Bug ID: 118676 Summary: Getting "the ABI of passing union with ‘long double’ has changed in GCC 4.4" warning for a function that doesn't take long double and isn't subject to ABI at

[Bug c/117853] New: "warning: '?:' using integer constants in boolean context, the expression will always evaluate to 'true' [-Wint-in-bool-context]" but no ?: in sight

2024-11-29 Thread nabijaczleweli at nabijaczleweli dot xyz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117853 Bug ID: 117853 Summary: "warning: '?:' using integer constants in boolean context, the expression will always evaluate to 'true' [-Wint-in-bool-context]" but no ?: in sight

[Bug c++/116476] New: error: binding reference of type 'int&&' to 'const int' discards qualifiers for std::vector> f{2}; (OK under Clang and GCC<=13)

2024-08-24 Thread nabijaczleweli at nabijaczleweli dot xyz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116476 Bug ID: 116476 Summary: error: binding reference of type 'int&&' to 'const int' discards qualifiers for std::vector> f{2}; (OK under Clang and GCC<=13) Product: gcc

[Bug c++/114165] New: &scalar+1 and array+1 rejected as template parameters

2024-02-29 Thread nabijaczleweli at nabijaczleweli dot xyz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114165 Bug ID: 114165 Summary: &scalar+1 and array+1 rejected as template parameters Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compo

[Bug c++/111895] New: error: invalid operands of types 'unsigned char:2' and 'int' to binary 'operator!='

2023-10-20 Thread nabijaczleweli at nabijaczleweli dot xyz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111895 Bug ID: 111895 Summary: error: invalid operands of types 'unsigned char:2' and 'int' to binary 'operator!=' Product: gcc Version: 13.2.0 Status: UNCONFIRMED Se

[Bug c++/106604] New: Fully-specified deduction guide in anonymous namespace warns as-if a function? Unsuppressably?

2022-08-12 Thread nabijaczleweli at nabijaczleweli dot xyz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106604 Bug ID: 106604 Summary: Fully-specified deduction guide in anonymous namespace warns as-if a function? Unsuppressably? Product: gcc Version: 13.0 Status: UNCONFIRMED