suncc

What causes SunCC crash in g3mangler.cc when using `-std=XXX`?

妖精的绣舞 提交于 2019-12-11 05:53:42
问题 I'm trying to determine what is causing SunCC 5.11 - 5.13 to die with ../lnk/g3mangler.cc, line 825 (message from SunCC 5.13). Here's what it looks like during a compile. The machine is a 4th gen Core i5, so its got the features which correspond to the macros. /opt/solarisstudio12.4/bin/CC -DDEBUG -g3 -O0 -std=c++03 -D__SSE2__ -D__SSE3__ -D__SSSE3__ -D__SSE4_1__ -D__SSE4_2__ -D__AES__ -D__PCLMUL__ -D__RDRND__ -D__AVX__ -xarch=avx -m64 -native -KPIC -template=no%extdef -w -erroff=wvarhidemem

Sun C++ Compilers and Boost

与世无争的帅哥 提交于 2019-12-07 23:29:21
问题 I am currently developing on OpenSolaris 2009-06. The Boost::MPL Documentation seems to suggest that sun compilers are not supported (the document was last updated in 2004 ). Boost's top level documentation seems to suggest that the sun compilers 5.10 onwards are supported -- I guess this is a general level of support or does this include MPL ?. Does anyone have any details on the state of the C++ conformance of the sun 5.10 compilers ? I could always compile using GCC. 回答1: I have had some

Sun C++ Compilers and Boost

蓝咒 提交于 2019-12-06 09:06:43
I am currently developing on OpenSolaris 2009-06. The Boost::MPL Documentation seems to suggest that sun compilers are not supported (the document was last updated in 2004 ). Boost's top level documentation seems to suggest that the sun compilers 5.10 onwards are supported -- I guess this is a general level of support or does this include MPL ?. Does anyone have any details on the state of the C++ conformance of the sun 5.10 compilers ? I could always compile using GCC. Chris Huang-Leaver I have had some success with Boost and Sun's CC compiler on Solaris 10, but it is a pain. The main thing