[Bug c++/96953] junk at end of line: convert const char[] to std::string

2020-09-07 Thread alex.wolf at gmail dot com
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:

[Bug c++/96953] junk at end of line: convert const char[] to std::string

2020-09-07 Thread alex.wolf at gmail dot com
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

[Bug c++/96953] New: junk at end of line: convert const char[] to std::string

2020-09-07 Thread alex.wolf at gmail dot com
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

[Bug objc/50909] Process "#pragma options align=reset" correctly on Mac OS X

2014-06-23 Thread alex.wolf at gmail dot com
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

[Bug objc/50909] Process "#pragma options align=reset" correctly on Mac OS X

2014-06-21 Thread alex.wolf at gmail dot com
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