public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/40855]  New: undefined reference to `typeinfo for __int128'
@ 2009-07-25  5:12 john dot salmon at deshaw dot com
  2009-08-25 14:13 ` [Bug c++/40855] " bangerth at gmail dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: john dot salmon at deshaw dot com @ 2009-07-25  5:12 UTC (permalink / raw)
  To: gcc-bugs

When I try to take the typeid of an __int128_t or a __uint128_t, I get an
undefined reference at link time, e.g., with gcc/4.4.1:

salmonj@drdblogin6.en.desres$ cat typeid.cpp
#include <typeinfo>

const std::type_info& ti(typeid(int)); // no problem
const std::type_info& ti128(typeid(__int128_t));
const std::type_info& tu128(typeid(__uint128_t));

int main(){}

salmonj@drdblogin6.en.desres$ desres-cleanenv -m gcc/4.4.1-13/bin g++
-std=gnu++0x  typeid.cpp 
/tmp/ccKpEAiz.o:(.rodata+0x8): undefined reference to `typeinfo for __int128'
/tmp/ccKpEAiz.o:(.rodata+0x10): undefined reference to `typeinfo for unsigned
__int128'
collect2: ld returned 1 exit status
salmonj@drdblogin6.en.desres$


-- 
           Summary: undefined reference to `typeinfo for __int128'
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: john dot salmon at deshaw dot com


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


^ permalink raw reply	[flat|nested] 6+ messages in thread
[parent not found: <bug-40855-4@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2011-09-25 15:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-25  5:12 [Bug c++/40855] New: undefined reference to `typeinfo for __int128' john dot salmon at deshaw dot com
2009-08-25 14:13 ` [Bug c++/40855] " bangerth at gmail dot com
2009-08-25 14:49 ` joseph at codesourcery dot com
2009-08-25 15:26 ` bangerth at gmail dot com
     [not found] <bug-40855-4@http.gcc.gnu.org/bugzilla/>
2011-04-14 15:29 ` planet36 at gmail dot com
2011-09-25 15:07 ` paolo.carlini at oracle dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).