[Bug c++/111596] New: ICE on iostream as argument

2023-09-26 Thread stevenxia990430 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111596 Bug ID: 111596 Summary: ICE on iostream as argument Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/111453] New: ICE on concept with incorrectly ordered template parameter pack

2023-09-18 Thread stevenxia990430 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111453 Bug ID: 111453 Summary: ICE on concept with incorrectly ordered template parameter pack Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal

[Bug c++/111452] New: ICE on concept with undeclared identifier and unpermitted keyword

2023-09-18 Thread stevenxia990430 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111452 Bug ID: 111452 Summary: ICE on concept with undeclared identifier and unpermitted keyword Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal

[Bug c++/111222] ICE on basic_string_view and alias templates with missing template argument

2023-08-29 Thread stevenxia990430 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111222 --- Comment #2 from Steven Xia --- interesting

[Bug c++/111222] New: ICE on basic_string_view with missing template argument

2023-08-29 Thread stevenxia990430 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111222 Bug ID: 111222 Summary: ICE on basic_string_view with missing template argument Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal

[Bug c++/111220] New: ICE with std::integral in template

2023-08-28 Thread stevenxia990430 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111220 Bug ID: 111220 Summary: ICE with std::integral in template Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/111169] New: ICE on auto with may_alias attribute

2023-08-27 Thread stevenxia990430 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69 Bug ID: 69 Summary: ICE on auto with may_alias attribute Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/110837] New: ICE on non-friend default operator overloading

2023-07-28 Thread stevenxia990430 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110837 Bug ID: 110837 Summary: ICE on non-friend default operator overloading Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c++/110822] New: ICE on constexpr initialized with non-constant expression also accepts-invalid

2023-07-26 Thread stevenxia990430 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110822 Bug ID: 110822 Summary: ICE on constexpr initialized with non-constant expression also accepts-invalid Product: gcc Version: 14.0 Status: UNCONFIRMED

[Bug c++/110409] ICE on explicit instantiation of undefined template

2023-06-26 Thread stevenxia990430 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110409 --- Comment #2 from Steven Xia --- Noted, thanks!

[Bug c++/110409] New: ICE on explicit instantiation of undefined template

2023-06-26 Thread stevenxia990430 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110409 Bug ID: 110409 Summary: ICE on explicit instantiation of undefined template Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/110397] New: types may not be defined in parameter types leads to ICE

2023-06-24 Thread stevenxia990430 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110397 Bug ID: 110397 Summary: types may not be defined in parameter types leads to ICE Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity: normal

[Bug c++/110242] New: ICE on valid (decltype with lambda)

2023-06-13 Thread stevenxia990430 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110242 Bug ID: 110242 Summary: ICE on valid (decltype with lambda) Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/110212] New: ICE on invalid: template constraint failure

2023-06-11 Thread stevenxia990430 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110212 Bug ID: 110212 Summary: ICE on invalid: template constraint failure Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c++/110150] std::optional inside template leads to long compilation time

2023-06-06 Thread stevenxia990430 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110150 --- Comment #3 from Steven Xia --- (In reply to Andrew Pinski from comment #2) > basically you are getting optional ... Understood, thanks for the quick reply

[Bug c++/110150] New: std::optional inside template leads to long compilation time

2023-06-06 Thread stevenxia990430 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110150 Bug ID: 110150 Summary: std::optional inside template leads to long compilation time Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity: normal

[Bug c++/110107] New: ICE on invalid code with lambda

2023-06-03 Thread stevenxia990430 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110107 Bug ID: 110107 Summary: ICE on invalid code with lambda Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/110106] New: ICE on noexcept(noexcept(...)) with optional

2023-06-03 Thread stevenxia990430 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110106 Bug ID: 110106 Summary: ICE on noexcept(noexcept(...)) with optional Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c++/110065] New: auto in template argument causes ICE, also accepts-invalid

2023-05-31 Thread stevenxia990430 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110065 Bug ID: 110065 Summary: auto in template argument causes ICE, also accepts-invalid Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity: normal

[Bug c++/110031] [10/11/12/13/14 Regression] ICE with deprecated attribute and NTTP and diagnostic for deprecated printed out so much

2023-05-29 Thread stevenxia990430 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110031 --- Comment #3 from Steven Xia --- Thanks for the improved testcase.

[Bug c++/110031] New: ICE: error reporting routines re-entered on non-type template argument

2023-05-29 Thread stevenxia990430 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110031 Bug ID: 110031 Summary: ICE: error reporting routines re-entered on non-type template argument Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity:

[Bug c++/110030] New: recursive template leads to long compilation time

2023-05-29 Thread stevenxia990430 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110030 Bug ID: 110030 Summary: recursive template leads to long compilation time Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/110028] New: slow compilation on incorrect namespace after gcc-12.1

2023-05-29 Thread stevenxia990430 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110028 Bug ID: 110028 Summary: slow compilation on incorrect namespace after gcc-12.1 Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/109468] New: assign to default with three way comparison

2023-04-10 Thread stevenxia990430 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109468 Bug ID: 109468 Summary: assign to default with three way comparison Product: gcc Version: 12.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c++/109459] static_assert with operator""s causes internal compiler error

2023-04-10 Thread stevenxia990430 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109459 --- Comment #3 from Steven Xia --- (In reply to Jakub Jelinek from comment #2) > Indeed. > > *** This bug has been marked as a duplicate of bug 105300 *** Thanks for the pointers and sorry for the confusion, will check against trunk next time

[Bug c++/109459] New: static_assert with operator""s causes internal compiler error

2023-04-09 Thread stevenxia990430 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109459 Bug ID: 109459 Summary: static_assert with operator""s causes internal compiler error Product: gcc Version: 12.2.1 Status: UNCONFIRMED Severity: normal

[Bug c++/109385] New: decltype in lambda causes internal compiler error

2023-04-03 Thread stevenxia990430 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109385 Bug ID: 109385 Summary: decltype in lambda causes internal compiler error Product: gcc Version: 12.2.1 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/109012] New: Repeated error messages when using -std=c++23

2023-03-03 Thread stevenxia990430 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109012 Bug ID: 109012 Summary: Repeated error messages when using -std=c++23 Product: gcc Version: 12.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: