Commit Graph

77491 Commits

Author SHA1 Message Date
Eric Botcazou
8f5f28bb8a re PR ada/18819 (ACATS cdd2a02 fail at runtime)
PR ada/18819
	* sem_ch3.adb (Create_Constrained_Components): for a subtype of an
	untagged derived type, add hidden components to keep discriminant
	layout consistent, when a given discriminant of the derived type
	constraints several discriminants of the parent type.

From-SVN: r122209
2007-02-21 23:00:01 +00:00
Ira Rosen
90d68a041b tree-ssa-alias.c: Include pointer-set.h
* tree-ssa-alias.c: Include pointer-set.h
	* Makefile.in (tree-ssa-alias.o): Depend on pointer-set.h.

From-SVN: r122193
2007-02-21 09:29:43 +00:00
Jakub Jelinek
6e43847416 backport: re PR middle-end/30143 ([4.2 only] OpenMP can produce invalid gimple)
Backported from mainline
	2006-12-20  Andrew Pinski  <pinskia@gmail.com>
	PR middle-end/30143
	* omp-low.c (init_tmp_var): New function.
	(save_tmp_var): New function.
	(lower_omp_1): Use them for VAR_DECL.

	* gcc.dg/gomp/complex-1.c: New testcase.

From-SVN: r122192
2007-02-21 10:12:14 +01:00
Jakub Jelinek
118151ca11 [multiple changes]
2007-02-21  Bernhard Fischer  <aldot@gcc.gnu.org>

	* parse.c (next_free): Gooble spaces after OpenMP sentinel.

2007-02-21  Jakub Jelinek  <jakub@redhat.com>

	* gfortran.dg/gomp/omp_parse1.f90: New test.
	* gfortran.dg/gomp/omp_parse2.f: New test.

From-SVN: r122191
2007-02-21 09:40:29 +01:00
GCC Administrator
c4d13c6a1f Daily bump.
From-SVN: r122186
2007-02-21 00:17:26 +00:00
Mark Mitchell
ec5e693802 call.c (build_new_method_call): Ensure that explicit calls of destructors have type "void".
* call.c (build_new_method_call): Ensure that explicit calls of
	destructors have type "void".

From-SVN: r122155
2007-02-20 07:34:25 +00:00
Alan Modra
436e0fa72c re PR middle-end/29943 (gcc generate incorrect alias symbols for PPC)
PR target/29943
	* varasm.c (use_blocks_for_decl_p): Return false for decls with
	alias attribute.

From-SVN: r122149
2007-02-20 11:58:01 +10:30
GCC Administrator
f0212edf45 Daily bump.
From-SVN: r122145
2007-02-20 00:17:27 +00:00
Eric Botcazou
10b1d9bf4c gimplify.c (gimplify_init_ctor_preeval_1): Detect potential overlap due to calls to functions taking pointers as parameters.
* gimplify.c (gimplify_init_ctor_preeval_1): Detect potential overlap
	due to calls to functions taking pointers as parameters.

From-SVN: r122134
2007-02-19 19:13:34 +00:00
Richard Henderson
904e6ddb29 re PR debug/29558 (ICE in set_variable_part, at var-tracking.c:2140)
PR debug/29558
        * var-tracking.c (track_expr_p): Disallow AGGREGATE_TYPE_P
        in memory.

From-SVN: r122130
2007-02-19 08:10:49 -08:00
GCC Administrator
4c3d1f0dc7 Daily bump.
From-SVN: r122113
2007-02-19 00:17:12 +00:00
Brooks Moses
9c8c2fbef7 re PR fortran/30235 ([4.1 only] missing alternate return argument with explicit interface causes segfault)
2007-02-18  Brooks Moses  <brooks.moses@codesourcery.com>

	PR 30235
	* interface.c (compare_actual_formal): check for
	alternate returns when iterating over non-present
	arguments.

2007-02-18  Brooks Moses  <brooks.moses@codesourcery.com>

	PR 30235
	* gfortran.dg/altreturn_2.f90: new test.

From-SVN: r122105
2007-02-18 21:18:28 +00:00
Eric Botcazou
ad2df22e16 tree-eh.c (tree_could_trap_p): Handle VIEW_CONVERT_EXPR.
* tree-eh.c (tree_could_trap_p): Handle VIEW_CONVERT_EXPR.

From-SVN: r122098
2007-02-18 14:04:11 +00:00
Eric Botcazou
737261b096 calls.c (mem_overlaps_already_clobbered_arg_p): Return true for arg pointer based indexed addressing.
* calls.c (mem_overlaps_already_clobbered_arg_p): Return true
	for arg pointer based indexed addressing.

From-SVN: r122096
2007-02-18 13:54:10 +00:00
Eric Botcazou
152402ac8c gnat.exp (gnat_target_compile): Pass -f to the driver.
* lib/gnat.exp (gnat_target_compile): Pass -f to the driver.

From-SVN: r122094
2007-02-18 13:44:07 +00:00
Ira Rosen
452ee1f4f0 tree-ssa-alias.c (may_aliases_intersect): New function.
* tree-ssa-alias.c (may_aliases_intersect): New function.
	* tree-data-ref.c (ptr_ptr_may_alias_p): Call may_aliases_intersect 
	for different tags.
	* tree-flow.h (may_aliases_intersect): Add function declaration.

From-SVN: r122092
2007-02-18 12:14:23 +00:00
GCC Administrator
f08c90ad64 Daily bump.
From-SVN: r122077
2007-02-18 00:17:11 +00:00
Paul Thomas
238d418917 re PR fortran/30554 ([4.1 only] ICE in mio_pointer_ref at module.c:1945)
2007-02-17  Paul Thomas  <pault@gcc.gnu.org>

	PR fortran/30554
	* module.c (find_symtree_for_symbol): New function to return
	a symtree that is not a "unique symtree" given a symbol.
	(read_module): Do not automatically set pointer_info to
	referenced, if the symbol has a namespace, because this
	inhibits the generation of a unique symtree.  Recycle the
	symtree if possible by calling find_symtree_for_symbol. If a
	symbol is excluded by an ONLY clause, check to see if there is
	a symtree already loaded. If so, attach the symtree to the
	pointer_info.

	PR fortran/30319
	* decl.c (add_init_expr_to_sym): Make new charlen for an array
	constructor initializer.

2007-02-17  Paul Thomas  <pault@gcc.gnu.org>

	PR fortran/30554
	* gfortran.dg/used_dummy_types_6.f90: New test.
	* gfortran.dg/used_dummy_types_7.f90: New test..

	PR fortran/30617
	* gfortran.dg/intrinsic_actual_2.f90: Make this legal fortran
	by getting rid of recursive I/O and providing functions with
	results.

	PR fortran/30319
	* gfortran.dg/char_array_constructor_2.f90

From-SVN: r122074
2007-02-17 17:16:56 +00:00
Alexandre Oliva
dcf9cd3990 re PR tree-optimization/30823 (ICE on cpu2006/453.povray with -O1 and above)
PR tree-optimization/30823
* tree-sra.c (sra_build_assignment): Drop type-checking assert.

From-SVN: r122070
2007-02-17 07:07:26 +00:00
GCC Administrator
1807a14622 Daily bump.
From-SVN: r122062
2007-02-17 00:17:26 +00:00
Jerry DeLisle
7f9298e9b8 re PR fortran/30779 ([4.1, 4.2 only] incomplete file triggers ICE)
2007-02-16  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR fortran/30779
	* scanner.c (gfc_next_char_literal): Add check for end of file after
	call to advance_line.

2007-02-16  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR fortran/30779
	* gfortran.dg/error_recovery_3.f90: New test.

From-SVN: r122059
2007-02-16 23:42:11 +00:00
Tobias Burnus
13f9809375 re PR fortran/30512 ([4.1 only] MAXVAL() incorrect for zero-size int arrays, and for -HUGE-1 maximum values.)
fortran/
2007-02-16  Tobias Burnus  <burnus@net-b.de>

        PR fortran/30512
        * trans-intrinsic.c (gfc_conv_intrinsic_minmaxloc,
          gfc_conv_intrinsic_minmaxval): Use HUGE-1 for most negative integer.

testsuite/
2007-02-16  Tobias Burnus  <burnus@net-b.de>

        PR fortran/30512
        * gfortran.dg/maxlocval_1.f90: New test.

libgfortran/
2007-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
            Tobias Burnus  <burnus@net-b.de>

        PR fortran/30512
        * m4/iparm.m4: Use HUGE-1 for most negative integer.
        * generated/maxloc1_8_i4.c: Regenerate.
        * generated/maxloc0_8_i8.c: Regenerate.
        * generated/maxloc1_16_i4.c: Regenerate.
        * generated/maxloc0_16_i8.c: Regenerate.
        * generated/maxval_i4.c: Regenerate.
        * generated/maxloc1_4_i8.c: Regenerate.
        * generated/maxloc0_16_i16.c: Regenerate.
        * generated/maxloc1_4_i16.c: Regenerate.
        * generated/maxloc0_8_i16.c: Regenerate.
        * generated/maxloc0_4_i4.c: Regenerate.
        * generated/maxloc1_8_i8.c: Regenerate.
        * generated/maxloc0_8_i4.c: Regenerate.
        * generated/maxloc0_16_i4.c: Regenerate.
        * generated/maxloc1_16_i8.c: Regenerate.
        * generated/maxloc1_4_i4.c: Regenerate.
        * generated/maxval_i8.c: Regenerate.
        * generated/maxloc0_4_i16.c: Regenerate.
        * generated/maxloc1_8_i16.c: Regenerate.
        * generated/maxloc0_4_i8.c: Regenerate.
        * generated/maxloc1_16_i16.c: Regenerate.
        * generated/maxval_i16.c: Regenerate.

From-SVN: r122043
2007-02-16 15:15:36 +01:00
François-Xavier Coudert
bbd150fc1e [multiple changes]
2007-02-16  Francois-Xavier Coudert  <coudert@clipper.ens.fr>

	PR fortran/30720
	* trans-array.c (gfc_trans_create_temp_array): Remove use of the
	function argument. Always generate code for negative extent.
	Simplify said code.
	* trans-array.h (gfc_trans_create_temp_array): Change prototype.
	* trans-expr.c (gfc_conv_function_call): Remove use of last argument
	of gfc_trans_create_temp_array.
	* trans-intrinsic.c (gfc_conv_intrinsic_array_transfer): Likewise.
	* trans-stmt.c (gfc_conv_elemental_dependencies): Likewise.

2007-02-16  Francois-Xavier Coudert  <coudert@clipper.ens.fr>

	PR fortran/30611
	* trans-intrinsic.c (gfc_conv_intrinsic_repeat): Evaluate
	arguments only once. Generate check that NCOPIES argument is not
	negative.

2007-02-16  Thomas Koenig  <Thomas.Koenig@online.de>

	PR libfortran/30389
	* gfortran.h:  Remove gfc_simplify_init_1.
	* arith.h:  Remove third argument from gfc_compare_string.
	* arith.c(gfc_compare_expression):  Remove third argument
	from call to gfc_compare_string.
	(gfc_compare_string):  Remove third argument xcoll_table.
	Remove use of xcoll_table.
	* misc.c(gfc_init_1):  Remove call to gfc_simplify_init_1.
	* simplify.c(ascii_table):  Remove.
	(xascii_table): Likewise.
	(gfc_simplify_achar):  ICE if extract_int fails.  Remove use of
	ascii_table.  Warn if -Wsurprising and value < 0 or > 127.
	(gfc_simplify_char):  ICE if extract_int fails. Error if
	value < 0 or value > 255.
	(gfc_simplify_iachar):  Remove use of xascii_table.
	Char values outside of 0..255 are an ICE.
	(gfc_simplify_lge):  Remove use of xascii_table.
	(gfc_simplify_lgt):  Likewise.
	(gfc_simplify_lle):  Likewise.
	(gfc_simplify_llt):  Likewise.
	(invert_table):  Remove.
	(gfc_simplify_init_1):  Remove.

2007-02-16  Brooks Moses  <brooks.moses@codesourcery.com>

	PR 30381
	PR 30420
	* simplify.c (convert_mpz_to_unsigned): New function.
	(convert_mpz_to_signed): New function, largely based on
	twos_complement().
	(twos_complement): Removed.
	(gfc_simplify_ibclr): Add conversions to and from an
	unsigned representation before bit-twiddling.
	(gfc_simplify_ibset): Same.
	(gfc_simplify_ishftc): Add checks for overly large
	constant arguments, only check the third argument if
	it's present, carry over high bits into	the result as
	appropriate, and perform the final conversion back to
	a signed representation using the correct sign bit.
	(gfc_simplify_not): Removed unnecessary masking.

2007-02-16  Francois-Xavier Coudert  <coudert@clipper.ens.fr>

	PR fortran/30720
	* gfortran.dg/array_function_1.f90: New test.

2007-02-16  Francois-Xavier Coudert  <coudert@clipper.ens.fr>

	PR fortran/30611
	* gcc/testsuite/gfortran.dg/repeat_1.f90: New test.

2007-02-16  Thomas Koenig  <Thomas.Koenig@online.de>

	PR libfortran/30389
	* gfortran.dg/achar_2.f90:  New test.
	* gfortran.dg/achar_3.f90:  New test.

2007-02-16  Brooks Moses  <brooks.moses@codesourcery.com>

	* gfortran.dg/chkbits.f90: Added IBCLR tests; test calls
	for different integer kinds.
	* gfortran.dg/ishft.f90: Renamed to ishft_1.f90...
	* gfortran.dg/ishft_1.f90: ...Renamed from ishft.f90.
	* gfortran.dg/ishft_2.f90: New test.
	* gfortran.dg/ishft_3.f90: New test.

2007-02-16  Francois-Xavier Coudert  <coudert@clipper.ens.fr>

	PR fortran/30611
	* intrinsics/string_intrinsics.c (string_repeat): Don't check
	if ncopies is negative.

From-SVN: r122039
2007-02-16 12:19:01 +00:00
Ralf Wildenhues
e971921d1a re PR other/27843 (gcc-4.2-20060527 make install fails on alphaev68-dec-osf5.1b)
2007-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

	PR other/27843
	* Makefile.in (SYSTEM_HEADER_DIR): Use single quotes to avoid
	nested double- and backquotes.

From-SVN: r122033
2007-02-16 09:06:05 +00:00
GCC Administrator
c05b4402ab Daily bump.
From-SVN: r122022
2007-02-16 00:17:18 +00:00
Alexandre Oliva
e116388d4c tree-sra.c (instantiate_missing_elements): Canonicalize bit-field types.
gcc/ChangeLog:
* tree-sra.c (instantiate_missing_elements): Canonicalize
bit-field types.
(sra_build_assignment): New.
(generate_copy_inout, generate_element_copy,
generate_element_zero, generate_one_element_init): Use it.
gcc/testsuite/ChangeLog:
* g++.dg/tree-ssa/sra-1.C: New.

From-SVN: r122009
2007-02-15 17:33:55 +00:00
Kaz Kojima
70c48f7e03 re PR rtl-optimization/29599 (ICE when building the kernel on SH4)
PR rtl-optimization/29599
	Backport from mainline.
	* reload1.c (eliminate_regs_in_insn): Take the destination
	mode into account when computing the offset.

From-SVN: r121985
2007-02-15 07:26:30 +00:00
Kaveh R. Ghazi
b9af85b81f nothrow-1.C: Skip test if -fpic/-fPIC is used.
* g++.dg/tree-ssa/nothrow-1.C: Skip test if -fpic/-fPIC is used.

From-SVN: r121977
2007-02-15 03:23:52 +00:00
Steven G. Kargl
d4c1c2a518 re PR fortran/30799 (Inconsistent handling of bad (invalid) LOGICAL kinds)
2007-02-14  Steven G. Kargl  <kargl@gcc.gnu.org>

	PR fortran/30799
	* primary.c (match_logical_constant): Return MATCH_ERROR on invalid kind.
	* gfortran.dg/logical_2.f90: New test.

From-SVN: r121975
2007-02-15 02:02:56 +00:00
GCC Administrator
4be8b7ad0f Daily bump.
From-SVN: r121971
2007-02-15 00:17:26 +00:00
Gerald Pfeifer
cad1bae1f6 * ltconfig (freebsd*): Default to elf.
From-SVN: r121952
2007-02-14 17:08:35 +00:00
GCC Administrator
c60cf7a5cc Daily bump.
From-SVN: r121899
2007-02-14 00:17:29 +00:00
Joseph Myers
b9e7fb8163 invoke.texi, [...]: Refer to gcc-4.2/c99status.html.
* doc/invoke.texi, doc/standards.texi: Refer to
	gcc-4.2/c99status.html.

From-SVN: r121896
2007-02-13 23:55:19 +00:00
Richard Henderson
360795f332 pr29302-1.c: Moved from...
* gcc.c-torture/execute/ieee/pr29302-1.c: Moved from...
        * gcc.c-torture/execute/pr29302-1.c: ... here.

From-SVN: r121888
2007-02-13 10:55:33 -08:00
Andreas Krebbel
3f7f360053 ffi.c (ffi_prep_args, [...]): Add long double handling.
2007-02-13  Andreas Krebbel  <krebbel1@de.ibm.com>

	* src/s390/ffi.c (ffi_prep_args, ffi_prep_cif_machdep,
	ffi_closure_helper_SYSV): Add long double handling.

From-SVN: r121880
2007-02-13 08:00:50 +00:00
GCC Administrator
4d2f99b9d1 Daily bump.
From-SVN: r121872
2007-02-13 00:17:32 +00:00
Joseph Myers
9a115c947f * sv.po: Update.
From-SVN: r121858
2007-02-12 20:50:30 +00:00
Daniel Franke
0432250a9b backport: intrinsic.texi (HOSTNM): Fix typographical error in syntax.
2007-02-12  Daniel Franke  <franke.daniel@gmail.com>

        Backport from trunk:
        2007-02-11  Daniel Franke  <franke.daniel@gmail.com>
        * intrinsic.texi (HOSTNM): Fix typographical error in syntax.
        (SLEEP): Added section and documentation.

From-SVN: r121856
2007-02-12 14:13:54 -05:00
Jakub Jelinek
054b551f8b re PR classpath/23566 (Need to regenerate TimeZone data against tzdata2006a)
2007-02-09  Jakub Jelinek  <jakub@redhat.com>

        PR 23566
        * java/util/TimeZone.java (timezones): Regenerate from tzdata2007a.

From-SVN: r121850
2007-02-12 17:01:14 +00:00
Paul Thomas
8ceddab3e5 BACKPORTS FROM TRUNK
2007-02-12  Paul Thomas  <pault@gcc.gnu.org>

	BACKPORTS FROM TRUNK

	PR fortran/30284
	PR fortran/30626
	* trans-expr.c (gfc_conv_aliased_arg): Remove static attribute
	from function and make sure that substring lengths are
	translated.
	(is_aliased_array): Remove static attribute.
	* trans.c : Add prototypes for gfc_conv_aliased_arg and
	is_aliased_array.
	* trans-io.c (set_internal_unit): Add the post block to the
	arguments of the function.  Use is_aliased_array to check if
	temporary is needed; if so call gfc_conv_aliased_arg.
	(build_dt): Pass the post block to set_internal_unit and
	add to the block after all io activiy is done.

	PR fortran/30407
	* trans-expr.c (gfc_conv_operator_assign): New function.
	* trans.h : Add prototype for gfc_conv_operator_assign.
	* trans-stmt.c (gfc_trans_where_assign): Add a gfc_symbol for
	a potential operator assignment subroutine.  If it is non-NULL
	call gfc_conv_operator_assign instead of the first assignment.
	( gfc_trans_where_2): In the case of an operator assignment,
	extract the argument expressions from the code for the
	subroutine call and pass the symbol to gfc_trans_where_assign.
	resolve.c (resolve_where, gfc_resolve_where_code_in_forall,
	gfc_resolve_forall_body): Resolve the subroutine call for
	operator assignments.

	PR fortran/30514
	* array.c (match_array_element_spec): If the length of an array is
	negative, adjust the upper limit to make it zero length.

2007-02-12  Paul Thomas  <pault@gcc.gnu.org>

	PR fortran/30284
	* gfortran.dg/arrayio_11.f90: New test.

	PR fortran/30626
	* gfortran.dg/arrayio_12.f90: New test.

	PR fortran/30407
	* gfortran.dg/where_operator_assign_1.f90: New test.
	* gfortran.dg/where_operator_assign_2.f90: New test.
	* gfortran.dg/where_operator_assign_3.f90: New test.

	PR fortran/30514
	* gfortran.dg/zero_sized_2.f90: New test.

2007-02-12  Paul Thomas  <pault@gcc.gnu.org>

	PR fortran/30284
	PR fortran/30626
	* io/transfer.c (init_loop_spec, next_array_record): Change to
	lbound rather than unity base.

From-SVN: r121841
2007-02-12 07:34:51 +00:00
Tobias Schlüter
99cab52f62 re PR fortran/30478 (FAIL: gfortran.dg/enum_2.f90 -O (internal compiler error))
2007-02-10  Tobias Schlueter  <tobi@gcc.gnu.org>

PR fortran/30478
fortran/
* decl.c (create_enum_history, gfc_free_enum_history): Formatting
fixes.
(add_init_expr_to_sym): Remove ENUM-specific code-path.
(variable_decl): Likewise.  Formatting fix.
(match_attr_spec): Remove ENUM-specific codepath.
(gfc_match_enum): Fix typo in error message.
(enumerator_decl): New.
(gfc_match_enumerator_def): Strip down to code necessary for
ENUMs, use enumerator_decl.
testsuite/
* gfortran.dg/enum_4.f90: Update expected error message.

From-SVN: r121837
2007-02-12 01:51:43 +01:00
GCC Administrator
f6a8ae3890 Daily bump.
From-SVN: r121834
2007-02-12 00:17:03 +00:00
Mark Mitchell
eedb0fab79 re PR c++/26988 (template constructor in template class derived from virtual base can not be specialized)
PR c++/26988
	* pt.c (determine_specialization): Use skip_artificial_parms_for.
	(fn_type_unificiation): Likewise.
	(get_bindings): Likewise.
	PR c++/26988
	* g++.dg/template/spec34.C: New test

From-SVN: r121826
2007-02-11 21:40:56 +00:00
GCC Administrator
e4dcec70a5 Daily bump.
From-SVN: r121809
2007-02-11 00:17:47 +00:00
Bernhard Fischer
261f2c820a backport: re PR fortran/24783 ([4.1 and 4.2 only] Implicit none in module overwrite explicit in procedure)
2007-02-10  Bernhard Fischer  <aldot@gcc.gnu.org>

	Backport from trunk:
	PR fortran/24783
	* gfortran.dg/implicit_10.f90: New test.

From-SVN: r121806
2007-02-10 23:30:38 +00:00
Bernhard Fischer
2888c8d492 backport: re PR fortran/24783 ([4.1 and 4.2 only] Implicit none in module overwrite explicit in procedure)
2007-02-10  Bernhard Fischer  <aldot@gcc.gnu.org>

	Backport from trunk
	PR fortran/24783
	* resolve.c (resolve_variable): Get the implicit type from the
	symbols namespace rather than the default namespace. Fix whitespace.
	(resolve_formal_arglist, resolve_equivalence): Fix typo.

From-SVN: r121804
2007-02-10 23:25:55 +00:00
John David Anglin
887ab8335d re PR target/30634 (FAIL: gfortran.fortran-torture/execute/intrinsic_set_exponent.f90)
PR target/30634
	* pa.md (movdf): For 64-bit target, fail if operand 1 is a non-zero
	CONST_DOUBLE and operand 0 is a hard register.
	(movdi): For 64-bit target, remove code to force CONST_DOUBLE to
	memory.  Fail if operand 1 is a non-zero CONST_INT and operand 0
	is a hard floating-point register.

From-SVN: r121803
2007-02-10 19:54:33 +00:00
Mark Mitchell
4b2ab38cc6 re PR target/29487 (Shared libstdc++ fails to link)
2007-02-06  Mark Mitchell  <mark@codesourcery.com>

	PR target/29487
	* tree.h (DECL_REPLACEABLE_P): New macro.
	* except.c (set_nothrow_function_flags): Likewise.

2007-02-06  Mark Mitchell  <mark@codesourcery.com>

	PR target/29487
	* decl.c (finish_function): Use DECL_REPLACEABLE.
	* tree.c (cp_cannot_inline_tree_fn): Likewise.

2007-02-06  Mark Mitchell  <mark@codesourcery.com>

	PR c++/29487
	* g++.dg/eh/weak1-C: New test.
	* g++.dg/eh/weak1-a.cc: Likewise.
	* g++.dg/eh/comdat1.C: Likewise.

From-SVN: r121788
2007-02-10 01:02:30 +00:00
GCC Administrator
2e729688c3 Daily bump.
From-SVN: r121784
2007-02-10 00:17:12 +00:00
Joseph Myers
edb230882a * libiberty.h (pex_write_input): Remove prototype.
From-SVN: r121756
2007-02-09 15:29:21 +00:00