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__) || defined(__i386__)
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&action=edit
output of g++ with save-temps
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