[Bug c++/68316] GCC C++ compiler cannot compile a program using RDESED intrinsics

2015-11-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68316 --- Comment #4 from Jonathan Wakely --- The documentation Marc referred to doesn't say anything about which header to use. If you followed what it says in the #error you quoted it would have worked.

[Bug c++/68316] GCC C++ compiler cannot compile a program using RDESED intrinsics

2015-11-12 Thread noloader at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68316 --- Comment #3 from Jeffrey Walton --- (In reply to Jonathan Wakely from comment #1) > As the comment says, you need to include not OK, thanks. Here we were told to follow Intels docs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68081. We had

[Bug c++/68316] GCC C++ compiler cannot compile a program using RDESED intrinsics

2015-11-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68316 --- Comment #2 from Jonathan Wakely --- (In reply to Jeffrey Walton from comment #0) > Adding a __has_include to guard appears to open another can of > worms: > > $ g++ -mrdseed rdseed.cxx -o rdseed.exe > rdseed.cxx:4:45: error: missing

[Bug c++/68316] GCC C++ compiler cannot compile a program using RDESED intrinsics

2015-11-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68316 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---