[Bug c++/39131] decimal float point: ICE on typeid( 0.dd )

2009-11-11 Thread jason at gcc dot gnu dot org
--- Comment #3 from jason at gcc dot gnu dot org 2009-11-12 04:44 --- Subject: Bug 39131 Author: jason Date: Thu Nov 12 04:44:24 2009 New Revision: 154113 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=154113 Log: PR c++/39131 * rtti.c (emit_support_tinfos): Add

[Bug c++/39131] decimal float point: ICE on typeid( 0.dd )

2009-11-11 Thread jason at gcc dot gnu dot org
--- Comment #4 from jason at gcc dot gnu dot org 2009-11-12 04:49 --- The ICE was fixed a while back; the patch I just checked in makes uses of typeid(0.dd) link. -- jason at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/39131] decimal float point: ICE on typeid( 0.dd )

2009-11-10 Thread jason at gcc dot gnu dot org
--- Comment #2 from jason at gcc dot gnu dot org 2009-11-10 23:05 --- *** Bug 40538 has been marked as a duplicate of this bug. *** -- jason at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/39131] decimal float point: ICE on typeid( 0.dd )

2009-11-10 Thread jason at gcc dot gnu dot org
-- jason at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org |dot org

[Bug c++/39131] decimal float point: ICE on typeid( 0.dd )

2009-02-12 Thread bangerth at gmail dot com
--- Comment #1 from bangerth at gmail dot com 2009-02-12 23:17 --- Confirmed: g/x /home/bangerth/bin/x86/gcc-mainline/bin/c++ -c x.cc x.cc: In function 'int main()': x.cc:3: internal compiler error: in write_builtin_type, at cp/mangle.c:1855 Please submit a full bug report, with