aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@gcc.gnu.org>2004-09-23 13:21:55 -0700
committerAndrew Pinski <pinskia@gcc.gnu.org>2004-09-23 13:21:55 -0700
commit23fad16eb84f349ad63b4ea47ad16e4d2dfc8805 (patch)
treefe3013de789682c41d18cd89d2e45b42b20c5101 /gcc
parentdc2e6df29ee0f5b9dee4cded67ce4abdd6dbb54f (diff)
downloadgcc-23fad16eb84f349ad63b4ea47ad16e4d2dfc8805.zip
gcc-23fad16eb84f349ad63b4ea47ad16e4d2dfc8805.tar.gz
gcc-23fad16eb84f349ad63b4ea47ad16e4d2dfc8805.tar.bz2
Fix the location of the changelog for Fariborz Jahanian's last patch.
From-SVN: r87981
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog9
-rw-r--r--gcc/cp/ChangeLog12
2 files changed, 13 insertions, 8 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f3eca49..eff1ec8 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -19,17 +19,10 @@
annotation from the VALUE_HANDLE field.
2004-09-21 Fariborz Jahanian <fjahanian@apple.com>
+
PR c++/13989
PR c++/9844
-
- * cp/decl.c (grokfndecl): Add new argument "attrlist", use it
- to call cplus_decl_attributes.
- (start_function): Remove call to cplus_decl_attributes.
* tree.c (reconstruct_complex_type): Remove extra "this".
- * cp/cvt.c (ocp_convert): Add support to use type conversion
- function to vector type.
- * cp/parser.c (cp_parser_conversion_type_id): Add attributes, if any,
- to the parsed type.
* config/rs6000/rs6000.c (rs6000_handle_altivec_attribute):
Add V4SFmode to case statement.
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 77020e0..b9d2bff 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -4,6 +4,18 @@
* cvt.c (cp_convert_to_pointer): Return early when the type is
an error_mark_node.
+2004-09-21 Fariborz Jahanian <fjahanian@apple.com>
+
+ PR c++/13989
+ PR c++/9844
+ * decl.c (grokfndecl): Add new argument "attrlist", use it
+ to call cplus_decl_attributes.
+ (start_function): Remove call to cplus_decl_attributes.
+ * cvt.c (ocp_convert): Add support to use type conversion
+ function to vector type.
+ * parser.c (cp_parser_conversion_type_id): Add attributes, if any,
+ to the parsed type.
+
2004-09-23 Paolo Bonzini <bonzini@gnu.org>
PR c++/17596