[Bug c++/112769] ICE on valid code related to requires-expression

2023-11-30 Thread janpmoeller at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112769 --- Comment #1 from janpmoeller at gmx dot de --- The following equivalent program does not trigger the ICE: // template concept C = requires (U u) { T{u}; }; template struct type {

[Bug c++/112769] New: ICE on valid code related to requires-expression

2023-11-29 Thread janpmoeller at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112769 Bug ID: 112769 Summary: ICE on valid code related to requires-expression Product: gcc Version: 13.2.1 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/108934] New: bit_cast'ing to long double errors out with "the argument cannot be interpreted" since gcc-12

2023-02-25 Thread janpmoeller at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108934 Bug ID: 108934 Summary: bit_cast'ing to long double errors out with "the argument cannot be interpreted" since gcc-12 Product: gcc Version: 13.0 Status: UNCONFIRMED

[Bug c++/95298] [10/11/12/13 Regression] sorry, unimplemented: mangling record_type

2022-08-28 Thread janpmoeller at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95298 janpmoeller at gmx dot de changed: What|Removed |Added CC||janpmoeller at gmx dot de

[Bug c++/106174] New: c++20: compilation fails erroneously with "deallocation of already deallocated storage"

2022-07-03 Thread janpmoeller at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106174 Bug ID: 106174 Summary: c++20: compilation fails erroneously with "deallocation of already deallocated storage" Product: gcc Version: 12.1.1 Status: UNCONFIRMED

[Bug libstdc++/105440] New: c++20: std::string's destructor not a constant expression when it should

2022-04-30 Thread janpmoeller at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105440 Bug ID: 105440 Summary: c++20: std::string's destructor not a constant expression when it should Product: gcc Version: 12.0 Status: UNCONFIRMED Severity:

[Bug c++/101315] C++20 lambdas in unevaluated context: erroneously fails with "incomplete type"

2021-07-08 Thread janpmoeller at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101315 --- Comment #1 from janpmoeller at gmx dot de --- Just for reference, the clang bug report is https://bugs.llvm.org/show_bug.cgi?id=51032.

[Bug c++/101315] New: C++20 lambdas in unevaluated context: erroneously fails with "incomplete type"

2021-07-04 Thread janpmoeller at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101315 Bug ID: 101315 Summary: C++20 lambdas in unevaluated context: erroneously fails with "incomplete type" Product: gcc Version: 11.1.1 Status: UNCONFIRMED

[Bug c++/97751] New: C++20 NTTP: class template argument deduction failed

2020-11-07 Thread janpmoeller at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97751 Bug ID: 97751 Summary: C++20 NTTP: class template argument deduction failed Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/97749] New: ICE: Segmentation Fault on C++20 NTTP

2020-11-06 Thread janpmoeller at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97749 Bug ID: 97749 Summary: ICE: Segmentation Fault on C++20 NTTP Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++