This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/37532] [4.4 regression] ICE with decimal floating point data types
- From: "joseph at codesourcery dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Sep 2008 23:23:11 -0000
- Subject: [Bug c++/37532] [4.4 regression] ICE with decimal floating point data types
- References: <bug-37532-1771@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from joseph at codesourcery dot com 2008-09-15 23:23 -------
Subject: Re: New: [4.4 regression] ICE with decimal floating
point data types
On Mon, 15 Sep 2008, reichelt at gcc dot gnu dot org wrote:
> The regression was introduced between 2008-07-05 and 2008-07-12.
> Before the code was rejected.
Those dates suggest that the patch
2008-07-11 Tom Tromey <tromey@redhat.com>
Ian Lance Taylor <iant@google.com>
* c-common.h (enum rid): Add RID_CXX_COMPAT_WARN.
(struct c_common_resword): Define.
[...]
might have caused unintended changes to the handling of some C reserved
words in C++, although they are properly marked as C-only.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37532