This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/37532] [4.4 regression] ICE with decimal floating point data types



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]