[Bug c++/91967] New: gtest from google generates incorrect assembly code on x86 solaris

2019-10-02 Thread bobw at cristie dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: bobw at cristie dot com Target Milestone: --- I compile the latest version of gtest (from google) under cmake on Solaris 11.3 (x86), I see ... cd /export/home/jenkins/work/3rdparty

[Bug c++/91967] gtest from google generates incorrect assembly code on x86 solaris

2019-10-02 Thread bobw at cristie dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91967 --- Comment #1 from bob wilkinson --- Created attachment 46990 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46990=edit output of g++ with save-temps

[Bug target/91967] gtest from google generates incorrect assembly code on x86 solaris

2019-10-04 Thread bobw at cristie dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91967 --- Comment #3 from bob wilkinson --- You are correct it is inline assembly ... 4768 #elif (!defined(__native_client__)) &&\ 4769 ((defined(__clang__) || defined(__GNUC__)) && \ 4770 (defined(__x86_64__) ||