aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorpinskia <>2005-10-28 19:59:05 +0000
committerpinskia <>2005-10-28 19:59:05 +0000
commit2a9bc3c56739dd44e6b9fc8c76d80b7f1579a8f3 (patch)
treea6a4d87a35568a4bfdcdc14b3e05b3e7b706e113 /gcc/cp/ChangeLog
parent0f2c0b70cbcebbd0cece9722253e593210467cb1 (diff)
2005-10-28 Andrew Pinski <pinskia@physics.uc.edu>
* decl.c (grokfndecl): Remove the setting of the return type of the function type of main after erroring about must returning int.
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 81da122dab4..8776b1f5b65 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,5 +1,12 @@
2005-10-28 Andrew Pinski <pinskia@physics.uc.edu>
+ * decl.c (grokfndecl): Remove the setting
+ of the return type of the function type
+ of main after erroring about must returning
+ int.
+
+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.