[Bug middle-end/54202] Overeager warning about freeing non-heap objects

2021-06-16 Thread mserdarsanli at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54202 Serdar Sanli changed: What|Removed |Added CC||mserdarsanli at gmail dot com ---

[Bug c++/108597] internal compiler error with -Wduplicated-cond

2023-01-30 Thread mserdarsanli at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108597 --- Comment #1 from Serdar Sanli --- stacktrace from my gcc 12.2.0: 0xe2534f crash_signal /root/source/gcc-12.2.0/gcc/toplev.cc:322 0xb0f049 location_wrapper_p(tree_node const*) /root/source/gcc-12.2.0/gcc/tree.h:4160 0xb0f049

[Bug c++/108597] New: internal compiler error with -Wduplicated-cond

2023-01-30 Thread mserdarsanli at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108597 Bug ID: 108597 Summary: internal compiler error with -Wduplicated-cond Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/108587] New: `decltype(x) x;` in struct declaration causes "changes meaning of" error

2023-01-28 Thread mserdarsanli at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108587 Bug ID: 108587 Summary: `decltype(x) x;` in struct declaration causes "changes meaning of" error Product: gcc Version: unknown Status: UNCONFIRMED Severity:

[Bug c++/108613] New: GCC12 internal compiler error on __int128_t in type_traits header

2023-01-31 Thread mserdarsanli at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108613 Bug ID: 108613 Summary: GCC12 internal compiler error on __int128_t in type_traits header Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal

[Bug c++/108613] [12/13 Regression] GCC12 internal compiler error on __int128_t in type_traits header

2023-02-01 Thread mserdarsanli at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108613 --- Comment #6 from Serdar Sanli --- > Where did you get this from? The header uses signed __int128 > here, not signed __int128_t. Just checked and __GLIBCXX_TYPE_INT_N_0 is also __int128 for me. int128_t seem to come from somewhere else, in