public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/43622]  New: no C++ typeinfo for __float128 and __int128
@ 2010-04-01 23:26 roman at binarylife dot net
  2010-04-09 10:06 ` [Bug libstdc++/43622] " paolo dot carlini at oracle dot com
  0 siblings, 1 reply; 2+ messages in thread
From: roman at binarylife dot net @ 2010-04-01 23:26 UTC (permalink / raw)
  To: gcc-bugs

$ cat tf-test.cpp
#include <typeinfo>
typedef float type __attribute__((__mode__(TF)));
int main() { return *(typeid(type).name()); }

$ g++ tf-test.cpp
/tmp/cc8RAh4o.o: In function `main':
tf-test.cpp:(.text+0x5): undefined reference to `typeinfo for __float128'
collect2: ld returned 1 exit status

$ cat ti-test.cpp
#include <typeinfo>
typedef int type __attribute__((__mode__(TI)));
int main() { return *(typeid(type).name()); }

$ g++ ti-test.cpp
/tmp/ccI1nTTK.o: In function `main':
ti-test.cpp:(.text+0x5): undefined reference to `typeinfo for __int128'
collect2: ld returned 1 exit status

$ g++ --version | head -1
g++ (GCC) 4.5.0 20100401 (experimental)


-- 
           Summary: no C++ typeinfo for __float128 and __int128
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: roman at binarylife dot net
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug libstdc++/43622] no C++ typeinfo for __float128 and __int128
  2010-04-01 23:26 [Bug c++/43622] New: no C++ typeinfo for __float128 and __int128 roman at binarylife dot net
@ 2010-04-09 10:06 ` paolo dot carlini at oracle dot com
  0 siblings, 0 replies; 2+ messages in thread
From: paolo dot carlini at oracle dot com @ 2010-04-09 10:06 UTC (permalink / raw)
  To: gcc-bugs



-- 

paolo dot carlini at oracle dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement


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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-09 10:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-01 23:26 [Bug c++/43622] New: no C++ typeinfo for __float128 and __int128 roman at binarylife dot net
2010-04-09 10:06 ` [Bug libstdc++/43622] " paolo dot 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).