[Bug middle-end/64247] malloc alignment and -mavx

neleai at seznam dot cz gcc-bugzilla@gcc.gnu.org
Thu Dec 11 20:51:00 GMT 2014


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64247

Ondrej Bilka <neleai at seznam dot cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |neleai at seznam dot cz

--- Comment #7 from Ondrej Bilka <neleai at seznam dot cz> ---
That looks like invalid bug. Fortran allows reassociate a+(b+c) into (a+b)+c
which give different result. You will get same instability if you compile
program with different versions of gcc.



More information about the Gcc-bugs mailing list