https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96953
--- Comment #2 from Alex ---
Created attachment 49192
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49192&action=edit
g++-8 -std=c++11 -Og -dA -ggdb -c ~/test/abc.cpp 2>out.txt
this is the output of the compile command:
/tmp/cce5iZjM.s:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96953
--- Comment #1 from Alex ---
Created attachment 49191
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49191&action=edit
g++-8 -std=c++11 -Og -dA -ggdb -S ~/test/abc.cpp
Here you can see the Quote being generated on the wrong line at 523/524
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: alex.wolf at gmail dot com
Target Milestone: ---
compiler sends bad optimized data to assembler when compiling.
g++-8 --version
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50909
--- Comment #8 from Alex ---
I am writing cross platform code with some platform specific USB enumeration
functionality. IOKit was just what I needed on the mac, libudev on linux. I
inevitably stumbled over this issue when trying to compile the m
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50909
Alex changed:
What|Removed |Added
CC||alex.wolf at gmail dot com
--- Comment #6 from