public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/39131]  New: decimal float point: ICE on typeid( 0.dd )
@ 2009-02-08 14:54 d dot frey at gmx dot de
  2009-02-12 23:18 ` [Bug c++/39131] " bangerth at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: d dot frey at gmx dot de @ 2009-02-08 14:54 UTC (permalink / raw)
  To: gcc-bugs

The following, compiled with no further options ("g++ t.cc"), results in an
ICE:

#include <typeinfo>
int main() {
  typeid( 0.dd );
}

Also, documentation on DFPs is not very good. When trying to use DFPs with C++,
constants are recognised, while _Decimal[32|64|128] are rejected. I'd
appreciate some more information on DFPs as them seem really useful to me.


-- 
           Summary: decimal float point: ICE on typeid( 0.dd )
           Product: gcc
           Version: 4.3.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: d dot frey at gmx dot de
  GCC host triplet: x86_64-linux-gnu


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


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

end of thread, other threads:[~2009-11-12  4:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-08 14:54 [Bug c++/39131] New: decimal float point: ICE on typeid( 0.dd ) d dot frey at gmx dot de
2009-02-12 23:18 ` [Bug c++/39131] " bangerth at gmail dot com
2009-11-10 23:06 ` jason at gcc dot gnu dot org
2009-11-10 23:06 ` jason at gcc dot gnu dot org
2009-11-12  4:44 ` jason at gcc dot gnu dot org
2009-11-12  4:49 ` jason at gcc dot gnu dot org

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).