[Bug other/95722] New: libatomic crashes on __atomic_load of const object

2020-06-17 Thread luis at luismarques dot eu
Component: other Assignee: unassigned at gcc dot gnu.org Reporter: luis at luismarques dot eu Target Milestone: --- With this code in `test.c`: ``` struct S { int x; int y; int z; }; int main() { __attribute__((aligned(16))) static const _Atomic struct S a

[Bug c/95049] New: GCC never terminates with trivial input program

2020-05-11 Thread luis at luismarques dot eu
: c Assignee: unassigned at gcc dot gnu.org Reporter: luis at luismarques dot eu Target Milestone: --- Since at least GCC 9.1 the following trivial program results in an infinite compilation time when compiling with -O2 or higher. This continues to happen with GCC trunk as of