parser.c (cp_parser_primary_expression): Don't complain about floating-point literals...
authorMark Mitchell <mark@codesourcery.com>
Tue, 1 Feb 2005 06:58:27 +0000 (06:58 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 1 Feb 2005 06:58:27 +0000 (06:58 +0000)
commit8c94c75ae756f2f79911197da886e0b247f5fa05
treee8f7f02f5415bb65aea3439c2bb6dfc0a6b67b42
parentddf2a54af5d8339de80656f0a9d6a65a4c0cf6a4
parser.c (cp_parser_primary_expression): Don't complain about floating-point literals in integral constant expressions...

* parser.c (cp_parser_primary_expression): Don't complain about
floating-point literals in integral constant expressions when
!pedantic.

* gjavah.c (print_field_info): Mark static data members of
floating-point type with "__extension__".

From-SVN: r94527
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/java/ChangeLog
gcc/java/gjavah.c