aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorpinskia <>2005-10-28 19:25:55 +0000
committerpinskia <>2005-10-28 19:25:55 +0000
commit0f2c0b70cbcebbd0cece9722253e593210467cb1 (patch)
treeac86dcbd6e63260aa752f6f51f4d938c9c43f36f /gcc/cp/ChangeLog
parentaae45b2a74948f7bddd2da3d33f13e36a3a5d582 (diff)
2005-10-28 Andrew Pinski <pinskia@physics.uc.edu>
PR C++/23229 * decl.c (grokfndecl): Create a new function type after erroring out about main not returning int. 2005-10-28 Andrew Pinski <pinskia@physics.uc.edu> PR C++/23229 * g++.dg/warn/main-2.C: New test.
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 fed864d7f08..81da122dab4 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2005-10-28 Andrew Pinski <pinskia@physics.uc.edu>
+
+ PR C++/23229
+ * decl.c (grokfndecl): Create a new function type
+ after erroring out about main not returning int.
+
2005-10-28 Josh Conner <jconner@apple.com>
PR c++/22153