Fix the location of the changelog for Fariborz Jahanian's last patch.
authorAndrew Pinski <pinskia@gcc.gnu.org>
Thu, 23 Sep 2004 20:21:55 +0000 (13:21 -0700)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Thu, 23 Sep 2004 20:21:55 +0000 (13:21 -0700)
From-SVN: r87981

gcc/ChangeLog
gcc/cp/ChangeLog

index f3eca49b2631bc9346e5e73df37aff79fa79fe9a..eff1ec82e05a82792183951dcd3cadc7691980ca 100644 (file)
        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.
 
index 77020e049e393905f5a340dc24ee9bf0e7a7d3c7..b9d2bffb411cf91346e184eaff94c3ecb6e71812 100644 (file)
@@ -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