------- Comment #2 from joseph at codesourcery dot com  2009-08-25 14:48 -------
Subject: Re:  undefined reference to `typeinfo for __int128'

On Tue, 25 Aug 2009, bangerth at gmail dot com wrote:

> With current mainline, I just get these errors:
> 
> g/x> /home/bangerth/bin/x86/gcc-mainline/bin/c++ x.cc -std=c++0x
> x.cc:4:36: error: '__int128_t' was not declared in this scope
> x.cc:5:36: error: '__uint128_t' was not declared in this scope
> 
> What do I need to do to make these types available?

They are only available for 64-bit targets (more precisely, 64-bit targets 
other than PA; testcases use #if (defined(__LP64__) && !defined(__hppa__)) 
|| defined(_WIN64)).


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40855

Reply via email to