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
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
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
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
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-
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
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
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