diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2004-09-23 18:22:25 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@gcc.gnu.org> | 2004-09-23 18:22:25 +0000 |
commit | 037cc9c5dce2bd0569c90e67ab9760d36e1c620f (patch) | |
tree | df77b7d51d9b71c598887245fda31d867e50e5b6 /gcc/ChangeLog | |
parent | 093942ac675fab472ce829446c86b8233f25ee1d (diff) | |
download | gcc-037cc9c5dce2bd0569c90e67ab9760d36e1c620f.zip gcc-037cc9c5dce2bd0569c90e67ab9760d36e1c620f.tar.gz gcc-037cc9c5dce2bd0569c90e67ab9760d36e1c620f.tar.bz2 |
PR c++/9844, PR c++/13989
PR c++/9844, PR c++/13989
Reviewed by Mark Mitchel.
From-SVN: r87971
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3c44c68..b54874f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,18 @@ +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. + 2004-09-23 Joseph S. Myers <jsm@polyomino.org.uk> PR c/16833 |