https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65805
--- Comment #5 from Vladimir Makarov ---
Author: vmakarov
Date: Sun Apr 19 23:48:24 2015
New Revision: 23
URL: https://gcc.gnu.org/viewcvs?rev=23&root=gcc&view=rev
Log:
2015-04-19 Vladimir Makarov
PR rtl-optimization/65805
*
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65805
--- Comment #4 from Vladimir Makarov ---
(In reply to Markus Trippelsdorf from comment #3)
> It is clearer to see the issue if one compiles the whole file with
> -fno-lra-remat:
>
> markus@x4 Release % g++ -S -fno-lra-remat -fPIC -fvisibility=hi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65805
--- Comment #3 from Markus Trippelsdorf ---
It is clearer to see the issue if one compiles the whole file with
-fno-lra-remat:
markus@x4 Release % g++ -S -fno-lra-remat -fPIC -fvisibility=hidden -pthread
-march=x86-64 -O2 -fno-exceptions -fno-rt
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65805
--- Comment #2 from Markus Trippelsdorf ---
markus@x4 Release % g++ -S -fPIC -fvisibility=hidden -pthread -march=x86-64 -O2
-fno-exceptions -fno-rtti -std=gnu++11 -Wall -c file_util.ii -o ass_good
markus@x4 Release % diff -u ass_good ass
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65805
Markus Trippelsdorf changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|