Y
Hacker News
new
|
ask
|
show
|
jobs
by
gaius
5156 days ago
Not C++ compilers tho' - the issue is not the ABI, it's the name mangling. Tho' I believe Clang and GCC have decided to use the same convention, ICC might not have (and that by all accounts is a great compiler).
1 comments
el_presidente
5156 days ago
http://sourcery.mentor.com/public/cxx-abi/abi.html#mangling
I'm 99% sure that ICC is compatible with GCC.
link
vetinari
5155 days ago
When the switch between GCC 2.x and 3.0 happened, the big new thing was 'industry standard' C++ ABI (called Itanium ABI, as el_presidente mentioned).
link
I'm 99% sure that ICC is compatible with GCC.