aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2005-02-01 06:58:27 +0000
committerMark Mitchell <mark@codesourcery.com>2005-02-01 06:58:27 +0000
commit43f9e9b5f4f1c04274918db281540e8f08a3c5da (patch)
treee8f7f02f5415bb65aea3439c2bb6dfc0a6b67b42 /gcc/cp/ChangeLog
parent53fa1480f2f51995367a08e4d9a1ba24f3af9cee (diff)
* 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__". git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@94527 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 2ed087fee35..e964d83063c 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2005-01-31 Mark Mitchell <mark@codesourcery.com>
+
+ * parser.c (cp_parser_primary_expression): Don't complain about
+ floating-point literals in integral constant expressions when
+ !pedantic.
+
2005-02-01 Alexandre Oliva <aoliva@redhat.com>
* parser.c (cp_parser_template_id): Revert comment patch too.