Commit Graph

489 Commits

Author SHA1 Message Date
Anatoly Sokolov 827d0991fd MAINTAINERS: Add myself as avr maintainer.
* MAINTAINERS: Add myself as avr maintainer. 
	Remove Marek Michalkiewicz as avr maintainer.

From-SVN: r116797
2006-09-09 16:25:57 +04:00
Roberto Costa e8288489d9 Added Roberto Costa to MAINTAINERS list
From-SVN: r116741
2006-09-07 07:14:34 +00:00
Eric Botcazou 094c07a00d MAINTAINERS (Various Maintainers): Add self as RTL opt.
* MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.

From-SVN: r116012
2006-08-08 07:56:32 +00:00
Phillip Jordan b240d8c3cc Added myself (pmj) to MAINTAINERS file under write-after-approval
From-SVN: r115570
2006-07-18 22:22:07 +00:00
Ben Elliston 18c3f977d0 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
From-SVN: r115413
2006-07-13 22:29:12 +10:00
James Lemke f9562794b9 Update my e-mail address.
From-SVN: r115319
2006-07-10 22:29:44 +00:00
Ulrich Weigand ad6d4e435e * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
From-SVN: r115207
2006-07-05 19:08:50 +00:00
Andrew John Hughes 5cb6c6295e MAINTAINERS (Write After Approval): Add myself.
2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>

	* MAINTAINERS (Write After Approval): Add myself.

From-SVN: r115117
2006-07-01 19:36:35 +00:00
John David Anglin f4d8cdf89b MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
* MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.

From-SVN: r114913
2006-06-22 23:36:36 +00:00
Steve Ellcey 4fe5abb79e * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
From-SVN: r114909
2006-06-22 21:38:17 +00:00
Laurynas Biveinis 898e551d64 MAINTAINERS (Write After Approval): Update my e-mail address.
2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>

	* MAINTAINERS (Write After Approval): Update my e-mail address.

From-SVN: r114343
2006-06-03 16:46:04 +00:00
Asher Langton 222ae291bb MAINTAINERS (Write After Approval): Add myself.
* MAINTAINERS (Write After Approval): Add myself.

From-SVN: r114292
2006-06-01 01:16:48 +00:00
James Lemke da7fda0a9e Update my e-mail address for a new "corporate standard".
From-SVN: r114275
2006-05-31 17:32:35 +00:00
Mark Shinwell 293235bc2a Added myself (Mark Shinwell) to MAINTAINERS.
From-SVN: r113885
2006-05-18 11:51:08 +00:00
Sandra Loosemore ccce691788 add self to MAINTAINERS
From-SVN: r113741
2006-05-13 14:46:39 -04:00
Richard Guenther 9386bd20a3 MAINTAINERS (Various Maintainers): Add myself as libgcc-math maintainer.
2006-05-01  Richard Guenther  <rguenther@suse.de>

	* MAINTAINERS (Various Maintainers): Add myself as libgcc-math
	maintainer.

From-SVN: r113409
2006-05-01 11:30:26 +00:00
Kenneth Zadeck 7b3bd50372 MAINTAINERS (Write After Approval): Add myself.
2006-04-30  Kenneth Zadeck <zadeck@naturalbridge.com>

	* MAINTAINERS (Write After Approval): Add myself.

From-SVN: r113392
2006-04-30 13:32:05 +00:00
Jan Beulich 87ceee7236 MAINTAINERS (Write After Approval): Add myself.
2006-04-28  Jan Beulich  <jbeulich@novell.com>

	* MAINTAINERS (Write After Approval): Add myself.

From-SVN: r113350
2006-04-28 14:44:20 +00:00
Robert Millan 675f0a8ab7 * MAINTAINERS (Write After Approval): Add myself.
From-SVN: r112776
2006-04-08 09:03:32 +00:00
Gerald Pfeifer 687b17d43d MAINTAINERS: Add Richard Henderson as libgomp maintainer.
* MAINTAINERS: Add Richard Henderson as libgomp maintainer.
	Rearrange the entries of other libraries to have them in one place.

From-SVN: r112658
2006-04-04 05:41:24 +00:00
Janne Blomqvist 906ac235a5 MAINTAINERS (Write After Approval): Remove myself.
2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>

	* MAINTAINERS (Write After Approval): Remove myself. 
	(Language Front End Maintainers): Add myself as fortran 95 maintainer.

From-SVN: r112287
2006-03-22 18:00:23 +02:00
Jim Blandy 17237f6b0e MAINTAINERS: Use my work address.
2006-03-13  Jim Blandy  <jimb@codesourcery.com>

	* MAINTAINERS: Use my work address.

From-SVN: r112045
2006-03-14 06:12:40 +00:00
Jim Blandy bed314347e MAINTAINERS: Update my E-mail address.
2006-03-13  Jim Blandy  <jimb@red-bean.com>

	* MAINTAINERS: Update my E-mail address.

From-SVN: r112020
2006-03-13 19:13:19 +00:00
Paul Thomas 61321991ff re PR fortran/26393 (ICE with function returning variable lenght array)
2006-03-01  Paul Thomas  <pault@gcc.gnu.org>

	* iresolve.c (gfc_resolve_dot_product):  Remove any difference in
	treatment of logical types.
	* trans-intrinsic.c (gfc_conv_intrinsic_dot_product):  New function. 

	PR fortran/26393
	* trans-decl.c (gfc_get_symbol_decl): Extend condition that symbols
	must be referenced to include unreferenced symbols in an interface
	body. 

	PR fortran/20938
	* trans-array.c (gfc_conv_resolve_dependencies): Add call to
	gfc_are_equivalenced_arrays.
	* symbol.c (gfc_free_equiv_infos, gfc_free_equiv_lists): New
	functions. (gfc_free_namespace): Call them.
	* trans-common.c (copy_equiv_list_to_ns): New function.
	(add_equivalences): Call it.
	* gfortran.h: Add equiv_lists to gfc_namespace and define
	gfc_equiv_list and gfc_equiv_info.
	* dependency.c (gfc_are_equivalenced_arrays): New function.
	(gfc_check_dependency): Call it.
	* dependency.h: Prototype for gfc_are_equivalenced_arrays.

2006-03-01  Paul Thomas  <pault@gcc.gnu.org>

	* gfortran.dg/logical_dot_product.f90: New test. 

	PR fortran/26393
	* gfortran.dg/used_interface_ref.f90: New test.

	PR fortran/20938
	* gfortran.dg/dependency_2.f90: New test.
	* gfortran.fortran-torture/execute/where17.f90: New test.
	* gfortran.fortran-torture/execute/where18.f90: New test.
	* gfortran.fortran-torture/execute/where19.f90: New test.
	* gfortran.fortran-torture/execute/where20.f90: New test.

From-SVN: r111616
2006-03-01 22:24:19 +00:00
Erik Edelmann b9bd11ca41 MAINTAINERS (Write After Approval): Remove myself.
2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>

        * MAINTAINERS (Write After Approval):  Remove myself.
        (Language Front End Maintainers):  Add myself as fortran 95 maintainer.

From-SVN: r111343
2006-02-21 20:28:06 +00:00
Steven G. Kargl 936e1a353f MAINTAINERS (Write After Approval): Remove myself.
2006-02-20  Steven G. Kargl  <kargls@comcast.net>

    * MAINTAINERS (Write After Approval):  Remove myself.
    (Language Front End Maintainers):  Add myself as fortran 95 maintainer.

From-SVN: r111315
2006-02-20 21:46:36 +00:00
Bud Davis 63a7c9ef05 MAINTAINERS (Write After Approval): Remove myself.
2006-02-19  Bud Davis  <jmdavis@link.com>

        * MAINTAINERS (Write After Approval):  Remove myself.
        (Language Front End Maintainers):  Add myself as fortran 95
        maintainer and update e-mail address.

From-SVN: r111269
2006-02-19 16:23:20 +00:00
Francois-Xavier Coudert a3543e3aad MAINTAINERS (Write After Approval): Remove myself.
* MAINTAINERS (Write After Approval):  Remove myself.
	(Language Front End Maintainers):  Add myself as fortran 95
	maintainer.

From-SVN: r111203
2006-02-17 18:08:57 +00:00
Victor Kaplansky ca5b1d2cc7 MAINTAINERS (Write After Approval): Add myself.
* MAINTAINERS (Write After Approval): Add myself.

From-SVN: r111134
2006-02-16 09:30:51 +00:00
Jerry DeLisle 95999c27c4 MAINTAINERS: Add self to fortran 95 maintainers.
2006-02-14  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	* MAINTAINERS: Add self to fortran 95 maintainers.

From-SVN: r111009
2006-02-15 01:25:03 +00:00
Thomas Koenig 0499513f3b MAINTAINERS (Write After Approval): Remove myself.
2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>

	* MAINTAINERS (Write After Approval):  Remove myself.
	(Language Front End Maintainers):  Add myself as
	fortran 95 maintainer.

From-SVN: r110998
2006-02-14 22:35:10 +00:00
Maxim Kuvyrkov bd37fbf5d0 MAINTAINERS (Write After Approval): Add myself.
2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>

	* MAINTAINERS (Write After Approval): Add myself.

From-SVN: r110685
2006-02-07 02:37:38 +00:00
Lee Millward 23027b7a6a MAINTAINERS (Write After Approval): Add myself
* MAINTAINERS (Write After Approval): Add myself

From-SVN: r110555
2006-02-03 19:16:59 +00:00
Dirk Mueller d54d5437be MAINTAINERS (Write After Approval): Add myself.
2006-01-22  Dirk Mueller  <dmueller@suse.de>

        * MAINTAINERS (Write After Approval): Add myself.

From-SVN: r110088
2006-01-22 14:17:45 +00:00
Rafael Espindola 45861ccf1c add myself to the MAINTAINERS file
From-SVN: r109763
2006-01-16 19:25:25 +00:00
Dorit Nuzman b5e25bec49 Update my name.
From-SVN: r109642
2006-01-12 12:41:42 +00:00
Paul Thomas 48474141e5 re PR fortran/22146 (ICE when calling ELEMENTAL subroutines)
2006-01-07  Paul Thomas  <pault@gcc.gnu.org>

	PR fortran/22146
	* trans-array.c (gfc_reverse_ss): Remove static attribute.
	(gfc_walk_elemental_function_args): Replace gfc_expr * argument for
	the function call with the corresponding gfc_actual_arglist*.  Change
	code accordingly.
	(gfc_walk_function_expr): Call to gfc_walk_elemental_function_args
	now requires the actual argument list instead of the expression for
	the function call.
	* trans-array.h: Modify the prototype for gfc_walk_elemental_function_args
	and provide a prototype for gfc_reverse_ss.
	* trans-stmt.h (gfc_trans_call): Add the scalarization code for the case
	where an elemental subroutine has array valued actual arguments.

	PR fortran/25029
	PR fortran/21256
	PR fortran/20868
	PR fortran/20870
	* resolve.c (check_assumed_size_reference): New function to check for upper
	bound in assumed size array references.
	(resolve_assumed_size_actual): New function to do a very restricted scan
	of actual argument expressions of those procedures for which incomplete
	assumed size array references are not allowed.
	(resolve_function, resolve_call): Switch off assumed size checking of
	actual arguments, except for elemental procedures and intrinsic
	inquiry functions, in some circumstances.
	(resolve_variable): Call check_assumed_size_reference.

2006-01-07  Paul Thomas  <pault@gcc.gnu.org>

	PR fortran/22146
	* gfortran.dg/elemental_subroutine_1.f90: New test.
	* gfortran.dg/elemental_subroutine_2.f90: New test.

	PR fortran/25029
	PR fortran/21256
	* gfortran.dg/assumed_size_refs_1.f90: New test.

	PR fortran/20868
	PR fortran/20870
	* gfortran.dg/assumed_size_refs_2.f90: New test.
	* gfortran.dg/initialization_1.f90: Change warning message.

From-SVN: r109449
2006-01-07 14:14:08 +00:00
Bernhard Reutner-Fischer db55bccb01 MAINTAINERS (Write after approval): Add myself.
2006-01-05  Bernhard Fischer  <rep.nop@aon.at>

	* MAINTAINERS (Write after approval): Add myself.

From-SVN: r109377
2006-01-05 13:47:33 +01:00
Chris Lattner c76c0c831d Add myself.
From-SVN: r109345
2006-01-04 19:47:45 +00:00
Ben Elliston 368872c315 * MAINTAINERS (libdecnumber): Add myself.
From-SVN: r109293
2006-01-04 09:52:08 +11:00
Steven Bosscher 103a4b39c2 * MAINTAINERS: Update my email address.
From-SVN: r109074
2005-12-27 02:00:26 +00:00
Bryce McKinlay cbe82f2170 MAINTAINERS: Update my email address.
2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>

        * MAINTAINERS: Update my email address.

From-SVN: r108596
2005-12-15 20:04:48 +00:00
Carlos O'Donell 9174b3cf76 MAINTAINERS (Write After Approval): Add myself.
2005-12-12  Carlos O'Donell <carlos@codesourcery.com>

	* MAINTAINERS (Write After Approval): Add myself.

From-SVN: r108443
2005-12-13 01:08:45 +00:00
Nathan Sidwell 121b2cee93 * MAINTAINERS: Add myself as mt maintainer.
From-SVN: r108404
2005-12-12 10:55:59 +00:00
Thiemo Seufer f85f5913c9 Add myself for write after approval.
From-SVN: r108354
2005-12-10 17:37:58 +00:00
Adam Nemet a6d6377007 * MAINTAINERS: Change email address.
From-SVN: r108149
2005-12-07 03:46:23 +00:00
Terry Laurenzo ddb1cbea19 Added Terry Laurenzo
From-SVN: r106620
2005-11-08 00:13:58 +00:00
Janne Blomqvist 9c5141abf2 MAINTAINERS (Write After Approval): Add myself.
2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>

	* MAINTAINERS (Write After Approval): Add myself.

From-SVN: r106569
2005-11-06 22:31:45 +02:00
Erik Edelmann 4523d51b35 MAINTAINERS (Write After Approval): Add myself.
2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>

        * MAINTAINERS (Write After Approval): Add myself.

From-SVN: r106565
2005-11-06 19:07:17 +00:00
Diego Novillo 086b011c2e MAINTAINERS (alias analysis): Add Daniel Berlin and Diego Novillo.
* MAINTAINERS (alias analysis): Add Daniel Berlin and
	Diego Novillo.

From-SVN: r105858
2005-10-24 15:22:15 -04:00