[Bug c++/95226] New: Faulty aggregate initialization of vector with struct with float

2020-05-19 Thread fboranek at atlas dot cz
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: fboranek at atlas dot cz Target Milestone: --- # Steps to reproduce //prog.cc #include #include struct T { uint32_t a; float b {.8}; }; int main() { T t = {1}; std

[Bug rtl-optimization/80004] New: non-atomic load moved to before atomic load with std::memory_order_acquire

2017-03-11 Thread fboranek at atlas dot cz
: normal Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: fboranek at atlas dot cz Target Milestone: --- Folowing code (https://gist.github.com/fboranek/5c99f96a99f902f5cf9dc5d597ff8fe3) for 4 thread doesn't comput