From-SVN: r82903
This commit is contained in:
Jakub Jelinek 2004-06-10 10:11:29 +02:00
parent 498c0f2757
commit dbb4e0c6aa
2 changed files with 6 additions and 3 deletions

View File

@ -20,9 +20,6 @@
BUILT_IN_FWRITE_UNLOCKED, BUILT_IN_VFPRINTF, BUILT_IN_VFSCANF): Use
the above *FILEPTR* types instead of *PTR*.
* decl.c (duplicate_decls): Handle fileptr_type_node arguments
specially.
2004-06-09 Daniel Berlin <dberlin@dberlin.org>
* tree-ssa.c (verify_ssa): Verify that vdefs/makes_aliased_stores

View File

@ -1,3 +1,9 @@
2004-06-10 Jakub Jelinek <jakub@redhat.com>
PR c++/14791
* decl.c (duplicate_decls): Handle fileptr_type_node arguments
specially.
2004-06-09 Mark Mitchell <mark@codesourcery.com>
Revert: