https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91837
--- Comment #6 from Daniel Cooke ---
Can confirm I'm no longer having any issues after upgrading binutils to 2.32.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91837
--- Comment #5 from Daniel Cooke ---
(In reply to H.J. Lu from comment #4)
> (In reply to Daniel Cooke from comment #3)
> > I tried replicating the issue on a CentOS machine (AWS EC2) with the exact
> > same CPU and got the correct output. Howeve
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91837
--- Comment #3 from Daniel Cooke ---
I tried replicating the issue on a CentOS machine (AWS EC2) with the exact same
CPU and got the correct output. However, I just fired up a fresh AWS EC2
instance running Ubuntu and I can replicate the bug agai
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: dan.cooke89 at gmail dot com
Target Milestone: ---
See my question on StackOverflow:
https://stackoverflow.com/questions/58026153/why-does-march-native-corrupt-my
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77550
--- Comment #4 from Daniel Cooke ---
@Jonathan Wakely: Why do you not consider this critical?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77550
--- Comment #3 from Daniel Cooke ---
-fno-strict-aliasing also resolves.
: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: dan.cooke89 at gmail dot com
Target Milestone: ---
The following program, compiled with -O3, never returns:
#include
#include
#include
#include
#include
struct Foo
{
std::string bar, s = "";
ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61636
Daniel Cooke changed:
What|Removed |Added
CC||dan.cooke89 at gmail dot com
--- Comment