Commit ef558756 by Tobias Schlüter Committed by Tobias Schlüter

decl.c, [...]: Add 2004 to copyright years.

* decl.c, interface.c, symbol.c, trans-common.c: Add 2004 to
copyright years.

Co-Authored-By: Andrew Vaught <andyv@firstinter.net>

From-SVN: r83878
parent 7ab92584
2004-06-29 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
* decl.c, interface.c, symbol.c, trans-common.c: Add 2004 to
copyright years.
2004-06-29 Steven Bosscher <stevenb@suse.de> 2004-06-29 Steven Bosscher <stevenb@suse.de>
Make sure types in assignments are compatible. Mostly mechanical. Make sure types in assignments are compatible. Mostly mechanical.
...@@ -46,7 +51,7 @@ ...@@ -46,7 +51,7 @@
PR fortran/13249 PR fortran/13249
PR fortran/15481 PR fortran/15481
* declc (gfc_match_save): Adapt to new common structures, * decl.c (gfc_match_save): Adapt to new common structures,
don't allow saving USE-associated common. don't allow saving USE-associated common.
* dump-parse-tree (gfc_show_attr): (saved_)common are not * dump-parse-tree (gfc_show_attr): (saved_)common are not
symbol attributes any longer. symbol attributes any longer.
......
/* Declaration statement matcher /* Declaration statement matcher
Copyright (C) 2002 Free Software Foundation, Inc. Copyright (C) 2002, 2004 Free Software Foundation, Inc.
Contributed by Andy Vaught Contributed by Andy Vaught
This file is part of GCC. This file is part of GCC.
......
/* Deal with interfaces. /* Deal with interfaces.
Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. Copyright (C) 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
Contributed by Andy Vaught Contributed by Andy Vaught
This file is part of GCC. This file is part of GCC.
......
/* Maintain binary trees of symbols. /* Maintain binary trees of symbols.
Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc. Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation,
Inc.
Contributed by Andy Vaught Contributed by Andy Vaught
This file is part of GCC. This file is part of GCC.
......
/* Common block and equivalence list handling /* Common block and equivalence list handling
Copyright (C) 2000, 2003 Free Software Foundation, Inc. Copyright (C) 2000, 2003, 2004 Free Software Foundation, Inc.
Contributed by Canqun Yang <canqun@nudt.edu.cn> Contributed by Canqun Yang <canqun@nudt.edu.cn>
This file is part of GCC. This file is part of GCC.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment