[Bug analyzer/105113] [12 Regression] Analyzer segfaults on __func__ in static function

2022-03-30 Thread bero at lindev dot ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105113 --- Comment #1 from Bernhard Rosenkraenzer --- Created attachment 52720 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52720&action=edit Reduced test case

[Bug analyzer/105113] New: [12 Regression] Analyzer segfaults on __func__ in static function

2022-03-30 Thread bero at lindev dot ch via Gcc-bugs
Priority: P3 Component: analyzer Assignee: dmalcolm at gcc dot gnu.org Reporter: bero at lindev dot ch Target Milestone: --- This is a very recent regression (didn't happen with the 20220313 snapshot). $ cat test.c extern void a(char const *); static v

[Bug middle-end/105009] New: [12 Regression] Fails to build with --target=xtensa-esp32-elf

2022-03-21 Thread bero at lindev dot ch via Gcc-bugs
Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: bero at lindev dot ch Target Milestone: --- Trying to build gcc 12 (snapshot 20220313) with --target=xtensa-esp32-elf fails because tree_to_poly_int64, tree_to_poly_uint64

[Bug libstdc++/104990] [12 Regression] std::get_time is incompatible with clang 14

2022-03-20 Thread bero at lindev dot ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104990 --- Comment #2 from Bernhard Rosenkraenzer --- clang's __GNUC__ defines depend on a command line -fgnuc-version= This showed up with -fgnuc-version=11.2 on the command line to work around code doing broken things like in the particular code bei

[Bug libstdc++/104990] New: [12 Regression] std::get_time is incompatible with clang 14

2022-03-20 Thread bero at lindev dot ch via Gcc-bugs
Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: bero at lindev dot ch Target Milestone: --- This sample code: #include #include int main(int argc, char **argv) { std::tm tm = {}; std::stringstream ss("2022-

[Bug c++/100490] New: gcc 11.1.0 hangs forever while building its own libstdc++ (c++17 floating_from_chars.cc) on aarch64 linux

2021-05-08 Thread bero at lindev dot ch via Gcc-bugs
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: bero at lindev dot ch Target Milestone: --- Building gcc 11.1.0 on aarch64 hangs forever while building libstdc++, in the

[Bug libgcc/96845] New: undefined reference to `__aarch64_ldadd4_acq_rel'

2020-08-29 Thread bero at lindev dot ch
y: P3 Component: libgcc Assignee: unassigned at gcc dot gnu.org Reporter: bero at lindev dot ch Target Milestone: --- When compiling some packages on aarch64 (e.g. polkit-qt-1 0.113.0) on aarch64, the build errors out with /usr/lib64/gcc/aarch64-openmandriva-linux-gnu/1

[Bug libstdc++/93818] New: [10 Regression] Last week's changes in libstdc++ break using it with clang

2020-02-18 Thread bero at lindev dot ch
erity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: bero at lindev dot ch Target Milestone: --- Not 100% sure whether this is a libstdc++ bug or a clang bug, but it is definitely triggered by a recent libstdc++ c