OSDN Git Service

pf3gnuchains/gcc-fork.git
18 years ago * config/rs6000/constraints.md: Add "W" constraint.
dje [Wed, 29 Mar 2006 23:17:23 +0000 (23:17 +0000)]
    * config/rs6000/constraints.md: Add "W" constraint.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112518 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * Makefile.in (build/gencondmd.o): Add tm-constrs.h dependency.
dje [Wed, 29 Mar 2006 23:08:11 +0000 (23:08 +0000)]
    * Makefile.in (build/gencondmd.o): Add tm-constrs.h dependency.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112517 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * genconditions.c (write_header): Add tm-constrs.h to included
dje [Wed, 29 Mar 2006 22:58:32 +0000 (22:58 +0000)]
    * genconditions.c (write_header): Add tm-constrs.h to included
        headers.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112516 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * genpreds.c (write_tm_constrs_h): Delete variable p.
dje [Wed, 29 Mar 2006 22:46:47 +0000 (22:46 +0000)]
    * genpreds.c (write_tm_constrs_h): Delete variable p.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112515 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2006-03-29 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Wed, 29 Mar 2006 22:46:44 +0000 (22:46 +0000)]
2006-03-29  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/data/sgetn.txt:  Correct copyright holder.
* testsuite/data/wistream_extractor_other-1.tst: Same.
* testsuite/data/wistream_extractor_other-2.tst: Same.
* testsuite/data/istream_extractor_other-1.txt: Same.
* testsuite/data/filebuf_virtuals-1.txt: Same.
* testsuite/data/wostream_inserter_other-1.tst: Same.
* testsuite/data/wostream_inserter_other-2.tst: Same.
* testsuite/data/ostream_inserter_other-1.tst: Same.
* testsuite/data/ostream_inserter_other-2.tst: Same.
* testsuite/data/wistream_extractor_other-1.txt: Same.
* testsuite/data/istream_extractor_other-1.tst: Same.
* testsuite/data/istream_extractor_other-2.tst: Same.
* testsuite/data/filebuf_virtuals-1.tst: Same.
* testsuite/27_io/basic_filebuf/sgetn/char/1-in.cc: Adjust test
conditions.
* testsuite/27_io/basic_filebuf/sgetn/char/1-io.cc: Same.
* testsuite/27_io/basic_filebuf/sgetn/char/2-in.cc: Same.
* testsuite/27_io/basic_filebuf/sgetn/char/2-io.cc: Same.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112514 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * stor-layout.c (mode_for_size_tree): Remove restiction on type
sayle [Wed, 29 Mar 2006 22:40:17 +0000 (22:40 +0000)]
* stor-layout.c (mode_for_size_tree): Remove restiction on type
sizes by correctly testing whether the size fits a host integer.
(initialize_sizetypes): Use set_min_and_max_values_for_integral_type
to correctly set TYPE_MIN_VALUE and TYPE_MAX_VALUE to the full
SImode range for the default sizetype and bitsizetype.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112513 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoRemove extra parentheses for "M" case.
dje [Wed, 29 Mar 2006 22:30:23 +0000 (22:30 +0000)]
Remove extra parentheses for "M" case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112512 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * convert.c (convert_to_pointer): Preserve the TREE_OVERFLOW
sayle [Wed, 29 Mar 2006 21:55:34 +0000 (21:55 +0000)]
* convert.c (convert_to_pointer): Preserve the TREE_OVERFLOW
and TREE_CONSTANT_OVERFLOW bits of the argument.  Return
quickly if the argument is already of the correct type.
Call fold_build1 instead of build1.  Tidy up blank lines.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112511 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR gcc/26901:
tromey [Wed, 29 Mar 2006 21:33:08 +0000 (21:33 +0000)]
PR gcc/26901:
* Makefile.in: Rebuilt.
* Makefile.am (SUBDIRS): Remove 'tools'.
(DIST_SUBDIRS): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112510 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * genemit.c (main): Add tm-constrs.h to included headers.
dje [Wed, 29 Mar 2006 21:07:12 +0000 (21:07 +0000)]
    * genemit.c (main): Add tm-constrs.h to included headers.
        * genoutput.c (output_prologue): Add tm-constrs.h to included headers.
        * genpeep.c (main): Add tm-constrs.h to included headers.
        * genpreds.c (write_satisfies_constraint_fns): Rename to ...
        (write_tm_constrs_h): this and write complete file.
        (write_tm_preds_h): Do not emit satisfies_constraint fns.
        (write_insn_preds_c): Add tm-constrs.h to included headers.
        (gen_constrs): New variable.
        (parse_option): Parse "-c".
        (main): Invoke write_tm_constrs_h.
        * genrecog.c (write_header): Add tm-constrs.h to included headers.
        * Makefile.in (STAGECOPYSTUFF): Add tm-constrs.h.
        (object_out_file): Add tm-constrs.h dependency.
        (insn-emit.o): Same.
        (insn-output.o): Same.
        (insn-peep.o): Same.
        (insn-preds.o): Same.
        (insn-recog.o): Same.
        (tm-constsr.h): New target.
        (s-constrs-h): New target.

        * config/rs6000/constraints.md: New file.
        * config/rs6000/rs6000.c: Include tm-constrs.h.
        (num_insn_constant_wide): Convert to satisfies_constraint.
        (rs6000_rtx_costs): Convert to satisfies_constraint.
        * config/rs6000/rs6000.h (REG_CLASS_FROM_LETTER): Delete.
        (CONST_OK_FOR_LETTER_P): Delete.
        (CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
        (EXTRA_CONSTRAINT): Delete.
        (EXTRA_MEMORY_CONSTRAINT): Delete.
        (EXTRA_ADDRESS_CONSTRAINT): Delete.
        * config/rs6000/predicates.md: Convert to satisfies_constraint.
        * config/rs6000/rs6000.md: Include constraints.md.  Convert to
        satisfies_constraint.

        * config/i386/i386.c: Include tm-constrs.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112508 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * tree-loop-linear.c (compute_data_dependences_for_loop): Adjust calls.
spop [Wed, 29 Mar 2006 20:25:23 +0000 (20:25 +0000)]
* tree-loop-linear.c (compute_data_dependences_for_loop): Adjust calls.
* tree-data-ref.c (find_data_references_in_loop,
compute_data_dependences_for_loop): Use pointers to VEC.
(analyze_all_data_dependences): Adjust calls.
* tree-data-ref.h (find_data_references_in_loop,
compute_data_dependences_for_loop): Adjust declarations.
* tree-vect-analyze.c (vect_analyze_data_refs): Adjust call to
compute_data_dependences_for_loop.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112507 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * sources.am, Makefile.in: Rebuilt.
tromey [Wed, 29 Mar 2006 20:13:23 +0000 (20:13 +0000)]
* sources.am, Makefile.in: Rebuilt.
* scripts/makemake.tcl: Scan classpath/external/relaxngDatatype.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112506 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2006-03-29 Paul Brook <paul@codesourcery.com>
pbrook [Wed, 29 Mar 2006 19:14:57 +0000 (19:14 +0000)]
2006-03-29  Paul Brook  <paul@codesourcery.com>

* config/arm/vfp.md (movsf_vfp): Disparage w<->r alternatives.
(movdf_vfp): Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112504 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2006-03-29 Andreas Tobler <a.tobler@schweiz.ch>
andreast [Wed, 29 Mar 2006 18:47:39 +0000 (18:47 +0000)]
2006-03-29  Andreas Tobler  <a.tobler@schweiz.ch>

* acinclude.m4: Restore the situation that we don't build modules on
darwin.
* configure: Regenerated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112503 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR tree-optimization/26859
spop [Wed, 29 Mar 2006 17:20:24 +0000 (17:20 +0000)]
PR tree-optimization/26859
* tree-ssa-loop-niter.c (infer_loop_bounds_from_undefined): Avoid
division by zero.
(convert_step): Remove TREE_OVERFLOW and TREE_CONSTANT_OVERFLOW flags
for the step after fold_convert.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112502 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2006-03-29 Paul Brook <paul@codesourcery.com>
pbrook [Wed, 29 Mar 2006 16:33:54 +0000 (16:33 +0000)]
2006-03-29  Paul Brook  <paul@codesourcery.com>

* reload1.c (choose_reload_regs): Check for all RTX_AUTOINC operators.
(inc_for_reload): Handle PRE_MODIFY and POST_MODIFY addresses.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112500 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agogcc/java
tromey [Wed, 29 Mar 2006 16:31:53 +0000 (16:31 +0000)]
gcc/java
PR java/26390:
* parse.y (find_most_specific_methods_list): Added 'class'
argument.
(lookup_method_invoke): Updated.
libjava
PR java/26390:
* testsuite/libjava.lang/pr26390.out: New file.
* testsuite/libjava.lang/pr26390.java: New file.
* sources.am, Makefile.in: Rebuilt.
* scripts/makemake.tcl: Compile gnu/java/awt/peer/swing.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112499 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * posix.cc (_Jv_platform_nanotime): Look for CLOCK_MONOTONIC and
tromey [Wed, 29 Mar 2006 15:22:30 +0000 (15:22 +0000)]
* posix.cc (_Jv_platform_nanotime): Look for CLOCK_MONOTONIC and
CLOCK_HIGHRES.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112494 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2006-03-29 Paul Brook <paul@codesourcery.com>
pbrook [Wed, 29 Mar 2006 15:21:13 +0000 (15:21 +0000)]
2006-03-29  Paul Brook  <paul@codesourcery.com>

PR middle-end/23623
* targhooks.c (default_narrow_bitfield): New fuction.
* targhooks.h (default_narrow_bitfield): add prototype.
* target.h (gcc_target): Add narrow_volatile_bitfield.
* target-def.h (TARGET_NARROW_VOLATILE_BITFIELD): Define.
* stor-layout.c (get_best_mode): Use targetm.narrow_volatile_bitfield.
* doc/tm.texi: Document TARGET_NARROW_VOLATILE_BITFIELDS.
* config/arm/arm.c (TARGET_NARROW_VOLATILE_BITFIELD): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112493 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2006-03-29 Andreas Krebbel <krebbel1@de.ibm.com>
krebbel [Wed, 29 Mar 2006 11:55:53 +0000 (11:55 +0000)]
2006-03-29  Andreas Krebbel  <krebbel1@de.ibm.com>

* config.gcc (s390-*-linux-*, s390x-*-linux*): Add t-dfprules to
tmake_file.
* config/s390/s390.c (S390_scalar_mode_supported_p): New function.
(NR_C_MODES): Add TDmode, DDmode and SDmode.
(s390_output_pool_entry, ): Accept MODE_DECIMAL_FLOAT.
(s390_hard_regno_mode_ok): Disallow TDmode in integer regs.
(s390_function_arg_float): Allow SDmode and DDmode values to be
passed in floating point registers.
(s390_function_arg_integer, s390_function_value): Replace MODE_FLOAT
check with SCALAR_FLOAT_MODE_P.
(TARGET_SCALAR_MODE_SUPPORTED_P): Define target macro.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112491 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR tree-optimization/25985
rakdver [Wed, 29 Mar 2006 01:41:27 +0000 (01:41 +0000)]
PR tree-optimization/25985
* tree-ssa-loop-niter.c (number_of_iterations_le,
number_of_iterations_ne): Make comments more precise.
(number_of_iterations_cond): Add only_exit argument.  Use the
fact that signed variables do not overflow only when only_exit
is true.
(loop_only_exit_p): New.
(number_of_iterations_exit): Pass result of loop_only_exit_p to
number_of_iterations_cond.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112484 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR tree-optimization/26643
rakdver [Wed, 29 Mar 2006 01:34:51 +0000 (01:34 +0000)]
PR tree-optimization/26643
* tree-ssa-loop-ivopts.c (find_interesting_uses_address): Do not handle
bit_field_refs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112483 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoDaily bump.
gccadmin [Wed, 29 Mar 2006 00:17:07 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112481 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * config/sh/sh.md (udivsi3_i4_int): Clobber MACH_REG and MACL_REG.
kkojima [Tue, 28 Mar 2006 22:21:41 +0000 (22:21 +0000)]
* config/sh/sh.md (udivsi3_i4_int): Clobber MACH_REG and MACL_REG.
(divsi3_i4_int): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112476 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2006-03-28 Steven G. Kargl <kargls@comcast.net>
kargl [Tue, 28 Mar 2006 22:15:52 +0000 (22:15 +0000)]
2006-03-28  Steven G. Kargl  <kargls@comcast.net>

        * intrinsic.texi: s/floor/float in previous commit.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112474 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * expr.c (emit_group_store): Only create a new pseudo reg if the
sayle [Tue, 28 Mar 2006 19:38:28 +0000 (19:38 +0000)]
* expr.c (emit_group_store): Only create a new pseudo reg if the
quantity it needs to hold isn't already a suitable pseudo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112469 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * timevar.def (TV_TREE_PHI_CPROP): New timevar.
law [Tue, 28 Mar 2006 19:10:11 +0000 (19:10 +0000)]
    * timevar.def (TV_TREE_PHI_CPROP): New timevar.
        * tree-ssa-dom.c (pass_phi_only_cprop): Use it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112466 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoCorrecting PR number in ChangeLog:
tromey [Tue, 28 Mar 2006 19:05:21 +0000 (19:05 +0000)]
Correcting PR number in ChangeLog:
PR libgcj/26441:
* Merged libltdl 1.5.16 from vendor branch.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112465 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR libgcj/26641:
tromey [Tue, 28 Mar 2006 19:02:25 +0000 (19:02 +0000)]
PR libgcj/26641:
* Merged libltdl 1.5.16 from vendor branch.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112464 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago Fix ChangeLog entry.
denisc [Tue, 28 Mar 2006 18:56:10 +0000 (18:56 +0000)]
Fix ChangeLog entry.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112463 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * fold-const.c (fold_binary) <BIT_XOR_EXPR>: Fold (X & Y) ^ Y as
sayle [Tue, 28 Mar 2006 17:55:26 +0000 (17:55 +0000)]
* fold-const.c (fold_binary) <BIT_XOR_EXPR>: Fold (X & Y) ^ Y as
the equivalent ~X & Y, and the symmetry related transformations.
(fold_binary) <BIT_AND_EXPR>: Similarly, fold (X ^ Y) & Y as
~X & Y, and symmetry related transforms.

* gcc.dg/fold-andxor-1.c: New test case.
* gcc.dg/fold-xorand-1.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112459 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2006-03-28 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
mkuvyrkov [Tue, 28 Mar 2006 17:33:41 +0000 (17:33 +0000)]
2006-03-28  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>

Revert my 2006-03-27 patches.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112456 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * fold-const.c (fold_unary) <NOP_EXPR>: Fold (T1)(~(T2)X) as
sayle [Tue, 28 Mar 2006 17:06:19 +0000 (17:06 +0000)]
* fold-const.c (fold_unary) <NOP_EXPR>: Fold (T1)(~(T2)X) as
~(T1)X, when T1 and T2 are integer types of the same precision
and (T2)X isn't an extension.

* gcc.dg/fold-convnotconv-1.c: New test case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112455 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2006-03-28 Anthony Balkissoon <abalkiss@redhat.com>
abalkiss [Tue, 28 Mar 2006 16:12:52 +0000 (16:12 +0000)]
2006-03-28  Anthony Balkissoon  <abalkiss@redhat.com>

* scripts/unicode-muncher.pl: Removed this file.
* scripts/MakeCharTables.java: Likewise.
* scripts/unicode-to-chartables.pl: New file.
* java/lang/natCharacter.cc:
(UNASSIGNED_TYPE): New field.
(UNASSIGNED_DIGIT): Likewise.
(UNASSIGNED_DIRECTION): Likewise.
(UNASSIGNED_NUMERIC_VALUE): Likewise.
(PRIVATE_TYPE): Likewise.
(PRIVATE_DIRECTION): Likewise.
(readCodePoint): New method.
(getType(jint)): Likewise.
(toLowerCase(jint)): Likewise.
(toUpperCase(jint)): Likewise.
(toTitleCase(jint)): Likewise.
(digit(jint, jint)): Likewise.
(getNumericValue(jint)): Likewise.
(getDirectionality(jint)): Likewise.
(readChar),
(getType(jchar)),
(toLowerCase(jchar)),
(toUpperCase(jchar)),
(toTitleCase(jchar)),
(digit(jchar, jint)),
(getNumericValue(jchar)),
(getDirectionality(jchar)): Changed references from data to data[0],
blocks to blocks[0], direction to direction[0], numValue to
numValue[0], upper to upper[0], lower to lower[0], and shift to
shift[0] to reflect the new structures in java-chartables.h.
* java/lang/Character.java:
(readCodePoint): Declared new native method.
(getType(int)): Likewise.
(toLowerCase(int)): Likewise.
(toUpperCase(int)): Likewise.
(toTitleCase(int)): Likewise.
(digit(int, int)): Likewise.
(getNumericValue(int)): Likewise.
(getDirectionality(int)): Likewise.
(isLowerCase(int)): New method.
(isUpperCase(int)): Likewise.
(itTitleCase(int)): Likewise.
(isDigit(int)): Likewise.
(isDefined(int)): Likewise.
(isLetter(int)): Likewise.
(isLetterOrDigit(int)): Likewise.
(isJavaIdentifierStart(int)): Likewise.
(isJavaIdentifierPart(int)): Likewise.
(isUnicodeIdentifierStart(int)): Likewise.
(isUnicodeIdentifierPart(int)): Likewise.
(isIdentifierIgnorable(int)): Likewise.
(isSpaceChar(int)): Likewise.
(isWhitespace(int)): Likewise.
(isISOControl(int)): Likewise.
(isMirrored(int)): Likewise.
* include/java-chartables.h: Generated from
scripts/unicode-to-chartables.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112454 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR tree-optimization/26796
law [Tue, 28 Mar 2006 15:35:47 +0000 (15:35 +0000)]
    PR tree-optimization/26796
        * tree-ssa-dom.c (propagate_rhs_into_lhs): Queue blocks which
        need EH edge cleanups rather than purging them immediately.
        (eliminate_degenerate_phis): Handle queued EH cleanups.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112453 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2006-03-28 Daniel Berlin <dberlin@dberlin.org>
dberlin [Tue, 28 Mar 2006 14:36:56 +0000 (14:36 +0000)]
2006-03-28  Daniel Berlin  <dberlin@dberlin.org>

* tree-ssa-alias.c (create_sft): Initially inherit TREE_ADDRESSABLE
from parent_var.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112451 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2006-03-28 Paolo Carlini <pcarlini@suse.de>
paolo [Tue, 28 Mar 2006 12:54:04 +0000 (12:54 +0000)]
2006-03-28  Paolo Carlini  <pcarlini@suse.de>

* include/ext/vstring.h (operator[]): Allow s[s.size()] in
debug mode, but not pedantic mode.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112447 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2006-03-28 Paul Thomas <pault@gcc.gnu.org>
pault [Tue, 28 Mar 2006 10:13:50 +0000 (10:13 +0000)]
2006-03-28 Paul Thomas <pault@gcc.gnu.org>

PR fortran/26779
*resolve.c (resolve_fl_procedure): Do not check the access of
derived types for internal procedures.

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

PR fortran/26779
* gfortran.dg/private_type_5.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112442 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR middle-end/22524
sayle [Tue, 28 Mar 2006 05:01:27 +0000 (05:01 +0000)]
PR middle-end/22524
* fold-const.c (fold_binary) <MINUS_EXPR>: Call fold_convert to
cast BIT_NOT_EXPR operand to the correct type.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112438 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * tree-loop-linear.c: Don't include varray.h.
spop [Tue, 28 Mar 2006 04:19:26 +0000 (04:19 +0000)]
* tree-loop-linear.c: Don't include varray.h.
(gather_interchange_stats, try_interchange_loops,
linear_transform_loops): Use VEC instead of VARRAY.
* lambda-mat.c: Don't include varray.h.
* tree-chrec.c: Same.
* lambda-trans.c: Same.
* tree-vectorizer.c (new_loop_vec_info, destroy_loop_vec_info): Use
VEC instead of VARRAY.
* tree-vectorizer.h: Idem.
* tree-data-ref.c (dump_data_references,
dump_data_dependence_relations, dump_dist_dir_vectors, dump_ddrs,
initialize_data_dependence_relation, finalize_ddr_dependent,
compute_all_dependences, find_data_references_in_loop,
compute_data_dependences_for_loop, analyze_all_data_dependences,
free_dependence_relation, free_dependence_relations,
free_data_refs): Idem.
* tree-data-ref.h (data_reference_p, subscript_p): New.
(data_dependence_relation, DDR_SUBSCRIPT, DDR_NUM_SUBSCRIPTS): Use
VEC instead of VARRAY.
(DDR_SUBSCRIPTS_VECTOR_INIT): Removed.
(find_data_references_in_loop, compute_data_dependences_for_loop,
dump_ddrs, dump_dist_dir_vectors, dump_data_references,
dump_data_dependence_relations, free_dependence_relations,
free_data_refs): Adjust declaration.
(lambda_transform_legal_p): Move declaration here...
* tree-vect-analyze.c (vect_analyze_data_ref_dependences,
vect_compute_data_refs_alignment, vect_verify_datarefs_alignment,
vect_enhance_data_refs_alignment, vect_analyze_data_ref_accesses,
vect_analyze_data_refs): Use VEC instead of VARRAY.
* lambda.h (lambda_transform_legal_p): ...from here.
* lambda-code.c (lambda_transform_legal_p): Use VEC instead of VARRAY.
* tree-vect-transform.c (vect_update_inits_of_drs): Idem.
* Makefile.in (tree-loop-linear.o, lambda-mat.o, lambda-trans.o,
tree-chrec.o): Don't depend on VARRAY_H.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112437 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoDaily bump.
gccadmin [Tue, 28 Mar 2006 00:17:29 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112432 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2006-03-27 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
mkuvyrkov [Mon, 27 Mar 2006 22:59:07 +0000 (22:59 +0000)]
2006-03-27  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>

* rtl.def (Copyright): Update date.
(DEPS_LIST): Change type of the second operand to 'int'.
* target.h (Copyright): Update date.
(struct gcc_target.speculate_insn): Change type of the second parameter
to 'int'.
* lists.c (Copyright): Update date.
(alloc_DEPS_LIST): Change signature.  Update reference to the second
operand of the DEPS_LIST.
(copy_DEPS_LIST_list): Update reference to the second operand of the
DEPS_LIST.
* rtl.h (Copyright): Update date.
(alloc_DEPS_LIST): Update signature.
* sched-int.h (Copyright): Update date.
(ds_t): Change typedef to 'int'.
(DEP_STATUS, BITS_PER_DEP_STATUS): Update.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112428 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2006-03-27 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
mkuvyrkov [Mon, 27 Mar 2006 22:38:06 +0000 (22:38 +0000)]
2006-03-27  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>

* haifa-sched.c (Copyright): Update date.
(try_ready): Change condition to restore non-speculative pattern
of the instruction.
(process_insn_depend_be_in_spec): Code to keep probability of the
speculative dependence non-decreasing.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112427 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * objc.dg/objc-nofilename-1.m: Limit to Darwin.
dje [Mon, 27 Mar 2006 17:03:56 +0000 (17:03 +0000)]
    * objc.dg/objc-nofilename-1.m: Limit to Darwin.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112424 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * regrename.c (replace_oldest_value_addr): Initialize a variable to
bernds [Mon, 27 Mar 2006 16:25:16 +0000 (16:25 +0000)]
* regrename.c (replace_oldest_value_addr): Initialize a variable to
shut up the compiler.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112423 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * config/sh/t-sh ($(T)libic_invalidate_array_4-100.a): Fix rule
amylaar [Mon, 27 Mar 2006 15:59:27 +0000 (15:59 +0000)]
* config/sh/t-sh ($(T)libic_invalidate_array_4-100.a): Fix rule
to use lib prefix for target.
($(T)libic_invalidate_array_4-200.a): Likewise.
($(T)libic_invalidate_array_4a.a): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112422 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2006-03-27 Andrew Stubbs <andrew.stubbs@st.com>
amylaar [Mon, 27 Mar 2006 14:11:14 +0000 (14:11 +0000)]
2006-03-27  Andrew Stubbs <andrew.stubbs@st.com>
    J"orn Rennecke <joern.rennecke@st.com>

* superh.opt: New file.
* sh.c (boardtype, osruntime): Remove.
* superh.h (SUBTARGET_OPTIONS): Remove.
* config.gcc (sh*-superh-elf): Add sh/superh.opt to extra_options.

* config.gcc (sh*-*-*): Don't use c-c ranges for tr.  Quote sed
arguments with ^ and/or [].

* config.gcc (sh-*-*): Add quoting to account for quirk of
Solaris /bin/sh.
Replace == with = in enable_incomplete_targets test.

* config/sh/superh.h (SUBTARGET_LINK_SPEC): Replace LITTLE_ENDIAN_BIT
with MASK_LITTLE_ENDIAN.

* config.gcc (sh*-superh-elf): Add sh/superh.h to tm_file.
* config/sh/sh.opt: Added to some comments.
* config/sh/superh.h: Removed some chaff.

* config/sh/sh.opt: Add m4-[1234]00* options.
* config/sh/sh.c (sh_handle_option): Likewise.
* config/sh/t-sh (IC_EXTRA_PARTS, EXTRA_MULTILIB_PARTS): Define.
(ic_invalidate_array_4-100.o): New rule.
($(T)libic_invalidate_array_4-100.a): Likewise.
(ic_invalidate_array_4-200.o): Likewise.
($(T)libic_invalidate_array_4-200.a): Likewise.
(ic_invalidate_array_4a.o): Likewise.
($(T)libic_invalidate_array_4a.a): Likewise.
* config/sh/t-elf (EXTRA_MULTILIB_PARTS): Add IC_EXTRA_PARTS.
* config/sh/embed-elf.h (LIBGCC_SPEC): Add clauses for m4-100*,
m4-200*, and m4a*.
* config/sh/crt1.asm: Merged in profiling code.
* config/sh/superh.h (STARTFILE_SPEC): Override.
* config/sh/t-superh: Override EXTRA_MULTILIB_PARTS.
Add rules for $(T)crt1-mmu.o, $(T)gcrt1-mmu.o and $(T)gcrt1.o.
* config.gcc (sh*-superh-elf): Add t-superh to tmake_file.

* t-sh (MULTILIB_MATCHES): Add sh4-[1245]00* variants.
* config/sh/t-superh: Removed now-redundant MULTILIB_OPTIONS /
MULTILIB_DIRNAMES / MULTILIB_MATCHES settings.

* sh.opt (mpretend-cmove): New option.
* sh.h (OPERRIDE_OPTIONS): Switch it off if not TARGET_SH1.
* sh.md (movsicc_t_false, movsicc_t_tru): New patterns.
(movsicc): Add TARGET_PRETEND_CMOVE code.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112421 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2006-03-27 Andreas Krebbel <krebbel1@de.ibm.com>
krebbel [Mon, 27 Mar 2006 13:15:46 +0000 (13:15 +0000)]
2006-03-27  Andreas Krebbel  <krebbel1@de.ibm.com>

* config/s390/s390-protos.h (s390_hard_regno_mode_ok,
s390_class_max_nregs): New function prototypes.
* config/s390/s390.c (REGNO_PAIR_OK): New macro.
(s390_hard_regno_mode_ok, s390_class_max_nregs): New functions.
* config/s390/s390.h (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK,
CLASS_MAX_NREGS): Macro bodies replaced by function calls.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112418 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * io.c (check_io_constraints): Don't look at
jakub [Mon, 27 Mar 2006 12:32:51 +0000 (12:32 +0000)]
* io.c (check_io_constraints): Don't look at
dt->advance->value.charater.string, unless it is a CHARACTER
constant.

* gfortran.dg/advance_2.f90: New test.
* gfortran.dg/advance_3.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112417 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * f95-lang.c (gfc_get_alias_set): New function.
jakub [Mon, 27 Mar 2006 12:27:40 +0000 (12:27 +0000)]
* f95-lang.c (gfc_get_alias_set): New function.
(LANG_HOOKS_GET_ALIAS_SET): Define.

* gfortran.fortran-torture/execute/equiv_5.f: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112416 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2006-03-26 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Mon, 27 Mar 2006 06:55:20 +0000 (06:55 +0000)]
2006-03-26  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/26661
PR libgfortran/26880
* gfortran.dg/read_x_past.f: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112410 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * gcc.dg/darwin-20040809-2.c: Don't expect default debugging
geoffk [Mon, 27 Mar 2006 06:14:55 +0000 (06:14 +0000)]
* gcc.dg/darwin-20040809-2.c: Don't expect default debugging
to be STABS.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112409 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * dwarf2out.c (add_location_or_const_value_attribute): Call
geoffk [Mon, 27 Mar 2006 06:09:48 +0000 (06:09 +0000)]
* dwarf2out.c (add_location_or_const_value_attribute): Call
tree_add_const_value_attribute if nothing else works.
(reference_to_unused): New.
(rtl_for_decl_init): Use reference_to_unused to decide whether
to output an initializer.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112408 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2006-03-26 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Mon, 27 Mar 2006 05:59:37 +0000 (05:59 +0000)]
2006-03-26  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/26880
* io/file_pos.c (st_rewind): Clear read_bad flag.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112407 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoDaily bump.
gccadmin [Mon, 27 Mar 2006 00:17:37 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112405 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR target/26459
amodra [Sun, 26 Mar 2006 22:48:22 +0000 (22:48 +0000)]
PR target/26459
* config/rs6000/rs6000.md (DF reg move peephole): Prevent
peephole removing spe frob_di_df_2.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112400 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * tree-data-ref.c: Rename DDR_SIZE_VECT to DDR_NB_LOOPS.
spop [Sun, 26 Mar 2006 20:48:05 +0000 (20:48 +0000)]
* tree-data-ref.c: Rename DDR_SIZE_VECT to DDR_NB_LOOPS.
(subscript_dependence_tester_1): Declared.
(print_dir_vectors, print_dist_vectors): New.
(debug_data_dependence_relation): New.
(dump_data_dependence_relation): Print more details.
(initialize_data_dependence_relation): Initialize DDR_LOOP_NEST.
(analyze_subscript_affine_affine): Don't ICE when gcd_alpha_beta is 0.
(save_dist_v, save_dir_v, add_outer_distances,
build_classic_dist_vector_1): New.
(build_classic_dist_vector): Rewrite to work on DDR_LOOP_NEST.
Don't test for lambda_vector_lexico_pos.
(same_access_functions, add_multivariate_self_dist,
add_other_self_distances, dir_from_dist): New.
(build_classic_dir_vector): Replace implementation almost identical to
build_classic_dist_vector with a walk of DDR_DIST_VECTS with a call to
dir_from_dist.
(subscript_dependence_tester_1): New.
(subscript_dependence_tester): Handle the lexicographically negative
distance vectors by recomputing the dependence relation.
(compute_affine_dependence): Remove parameter loop_nest_depth.
(compute_self_dependence): Don't call compute_subscript_distance.
(compute_all_dependences): Remove parameters nb_loops, loop_nest_depth.
Add a parameter for the loop_nest.
(find_loop_nest_1, find_loop_nest): New.
(compute_data_dependences_for_loop): Compute the loop nest, and give
up if the nest is not well formed.
* tree-data-ref.h (loop_p): New.
(struct data_dependence_relation): Replace size_vect field with
loop_nest, a vec of loops.
(DDR_SIZE_VECT): Renamed DDR_NB_LOOPS.
(DDR_LOOP_NEST): New.
(print_dir_vectors, print_dist_vectors,
debug_data_dependence_relation): Declared.
(index_in_loop_nest): New.
* tree-vect-analyze.c (vect_analyze_data_ref_dependence): Use
DDR_LOOP_NEST and index_in_loop_nest to determine the dependence
distance.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112399 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * objc.dg/dwarf-1.m: Skip on AIX.
dje [Sun, 26 Mar 2006 17:15:43 +0000 (17:15 +0000)]
    * objc.dg/dwarf-1.m: Skip on AIX.
        * objc.dg/dwarf-2.m: Skip on AIX.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112398 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR fortran/26816
kargl [Sun, 26 Mar 2006 05:20:09 +0000 (05:20 +0000)]
PR fortran/26816
* intrinsic.c (add_functions): Allow FLOAT to accept all integer kinds.
* intrinsic.texi: Document FLOAT.

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112392 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2006-03-25 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Sun, 26 Mar 2006 02:15:44 +0000 (02:15 +0000)]
2006-03-25  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/26661
* io/io.h: Add read_sf so it can be used by read_x.
* io/transfer.c (read_sf): Pass no_error flag to read_sf.  Use it to
break out rather than error on EOF or EOR conditions.
(read_block): Update call to read_sf.
(read_block_direct): Ditto.
* io/read.c (read_x): Use the modified read_sf instead of read_block.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112390 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoDaily bump.
gccadmin [Sun, 26 Mar 2006 00:17:15 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112388 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * gfortran.dg/transfer_array_intrinsic_1.f90: Restrict to i?86 and
kargl [Sat, 25 Mar 2006 22:08:50 +0000 (22:08 +0000)]
* gfortran.dg/transfer_array_intrinsic_1.f90: Restrict to i?86 and
    X86_64 targets.
    * gfortran.dg/transfer_array_intrinsic_2.f90: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112384 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * simplify-rtx.c (simplify_relational_operation): Call
nemet [Sat, 25 Mar 2006 21:58:01 +0000 (21:58 +0000)]
* simplify-rtx.c (simplify_relational_operation): Call
simplify_relational_operation_1 even if mode is VOIDmode.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112383 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2006-03-25 Thomas Koenig <Thomas.Koenig@online.de>
tkoenig [Sat, 25 Mar 2006 21:31:48 +0000 (21:31 +0000)]
2006-03-25  Thomas Koenig  <Thomas.Koenig@online.de>

PR libfortran/26735
* io/transfer.c (data_transfer_init):  Set u_flags.convert
on an unopened unit if specified by environment variable
(via get_unformatted_convert) or by compile-time option.

2006-03-25  Thomas Koenig  <Thomas.Koenig@online.de>

PR libfortran/26735
* gfortran.dg/convert_implied_open.f90:  New test case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112382 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2006-03-25 Thomas Koenig <Thomas.Koenig@online.de>
tkoenig [Sat, 25 Mar 2006 21:15:48 +0000 (21:15 +0000)]
2006-03-25  Thomas Koenig  <Thomas.Koenig@online.de>

PR fortran/26769
* iresolve.c (gfc_resolve_reshape):  Remove doubling of
kind for complex. For real(kind=10), call reshape_r10.
(gfc_resolve_transpose):  For real(kind=10), call
transpose_r10.

2006-03-25  Thomas Koenig  <Thomas.Koenig@online.de>

PR fortran/26769
* Makefile.am:  Add transpose_r10.c and reshape_r10.c.
* aclocal.m4:  Regenerate using aclocal 1.9.3.
* Makefile.in:  Regenerate using automake 1.9.3.
* m4/iparm.m4 (rtype_ccode):  If rtype_letter is `i',
evaluate to rtype_kind, otherwise to rtype_code.
* generated/transpose_r10.c:  Add.
* generated/reshape_r10.c:  Add.

2006-03-25  Thomas Koenig  <Thomas.Koenig@online.de>

PR fortran/26769
* gfortran.dg/transpose_reshape_r10.f90:  New test case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112381 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2006-03-25 Daniel Berlin <dberlin@dberlin.org>
dberlin [Sat, 25 Mar 2006 19:17:26 +0000 (19:17 +0000)]
2006-03-25  Daniel Berlin  <dberlin@dberlin.org>

PR tree-optimization/26804
* tree.h (DECL_CALL_CLOBBERED): New macro.
(tree_decl_common): Add call_clobbered_flag.
* tree-flow-inline.h (is_call_clobbered): Use DECL_CALL_CLOBBERED.
(mark_call_clobbered): Set DECL_CALL_CLOBBERED.
(clear_call_clobbered): Clear DECL_CALL_CLOBBERED.
(mark_non_addressable): Ditto.
* tree-ssa.c (verify_call_clobbered): New function.
(verify_alias_info): Use it.
* tree-pass.h (pass_reset_cc_flags): New prototype.
* tree-ssa-alias.c (pass_reset_cc_flags): New structure.
(reset_cc_flags): New function.
* passes.c (init_optimization_passes): Call reset_cc_flags after
initializing referenced_vars.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112380 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR middle-end/26717
uros [Sat, 25 Mar 2006 17:32:34 +0000 (17:32 +0000)]
PR middle-end/26717
* fold-const.c (fold_binary) [RDIV_EXPR]: Do not optimize A / A
to 1.0 for non-real operands. Implement A / A optimization for
complex operands.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112379 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2006-03-25 H.J. Lu <hongjiu.lu@intel.com>
hjl [Sat, 25 Mar 2006 15:34:00 +0000 (15:34 +0000)]
2006-03-25  H.J. Lu  <hongjiu.lu@intel.com>

* config/i386/i386.c (size_cost): Correct the comment for
cost of storing fp registers.
(i386_cost): Likewise.
(i486_cost): Likewise.
(pentium_cost): Likewise.
(pentiumpro_cost): Likewise.
(k6_cost): Likewise.
(athlon_cost): Likewise.
(k8_cost): Likewise.
(pentium4_cost): Likewise.
(nocona_cost): Likewise.
(generic64_cost): Likewise.
(generic32_cost): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112378 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * dependency.c (gfc_check_dependency): Improve handling of pointers;
sayle [Sat, 25 Mar 2006 15:01:42 +0000 (15:01 +0000)]
* dependency.c (gfc_check_dependency): Improve handling of pointers;
Two variables of different types can't have a dependency, and two
variables with the same symbol are equal, even if pointers.

* gfortran.dg/dependency_12.f90: New test case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112377 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * testsuite/libjava.lang/PR26858.java: New test.
daney [Sat, 25 Mar 2006 01:53:48 +0000 (01:53 +0000)]
* testsuite/libjava.lang/PR26858.java: New test.
* testsuite/libjava.lang/PR26858.out: Ditto.
* testsuite/libjava.lang/PR26858.xfail: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112374 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * gfortran.h (gfc_symbol): Add a new "forall_index" bit field.
sayle [Sat, 25 Mar 2006 01:28:11 +0000 (01:28 +0000)]
* gfortran.h (gfc_symbol): Add a new "forall_index" bit field.
* match.c (match_forall_iterator): Set forall_index field on
the iteration variable's symbol.
* dependency.c (contains_forall_index_p): New function to
traverse a gfc_expr to check whether it contains a variable
with forall_index set in it's symbol.
(gfc_check_element_vs_element): Return GFC_DEP_EQUAL for scalar
constant expressions that don't variables used as FORALL indices.

* gfortran.dg/dependency_9.f90: New (resurected) test case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112373 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2006-03-24 Geoffrey Keating <geoffk@apple.com>
geoffk [Sat, 25 Mar 2006 00:54:40 +0000 (00:54 +0000)]
2006-03-24  Geoffrey Keating  <geoffk@apple.com>

* dwarf2out.c (is_c_family): Understand new DWARF3 language types.
(is_cxx): Likewise.
(gen_compile_unit_die): Use new language types for Objective-C and
Objective-C++.
(dwarf2out_decl): Use is_cxx rather than testing explicitly against
DW_LANG_C_plus_plus.

Index: testsuite/ChangeLog
2006-03-24  Geoffrey Keating  <geoffk@apple.com>

* objc.dg/dwarf-2.m: New.
* obj-c++.dg/dwarf-2.mm: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112372 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoDaily bump.
gccadmin [Sat, 25 Mar 2006 00:17:28 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112370 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * tree-ssa-dom.c (propagate_rhs_into_lhs): Don't call update_stmt
law [Fri, 24 Mar 2006 23:21:27 +0000 (23:21 +0000)]
    * tree-ssa-dom.c (propagate_rhs_into_lhs): Don't call update_stmt
        directly.  Call mark_new_vars_to_rename slightly earlier.

        * gcc.c-torture/pr26840.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112365 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2006-03-24 Jim Blandy <jimb@codesourcery.com>
jimb [Fri, 24 Mar 2006 22:39:45 +0000 (22:39 +0000)]
2006-03-24  Jim Blandy  <jimb@codesourcery.com>

* pex-common.c (pex_run): Simplify output name handling.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112363 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoBack out previous accidental change.
geoffk [Fri, 24 Mar 2006 22:03:19 +0000 (22:03 +0000)]
Back out previous accidental change.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112362 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2006-03-23 Geoffrey Keating <geoffk@apple.com>
geoffk [Fri, 24 Mar 2006 21:59:48 +0000 (21:59 +0000)]
2006-03-23  Geoffrey Keating  <geoffk@apple.com>

PR 26793
* config/t-darwin (crt3.o): Work around bug 26840.
* config/darwin-crt3.c: Rewrite.
* config/darwin.h (STARTFILE_SPEC): Don't use -l for crt3.o.

Index: gcc/testsuite/ChangeLog
2006-03-24  Geoffrey Keating  <geoffk@apple.com>

* g++.old-deja/g++.other/init19.C: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112361 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agogcc/
carlos [Fri, 24 Mar 2006 21:17:41 +0000 (21:17 +0000)]
gcc/

2006-03-24  Carlos O'Donell  <carlos@codesourcery.com>

* doc/invoke.texi: Document -femit-class-debug-always
* common.opt: Add -femit-class-debug-always.

gcc/cp/

2006-03-24  Carlos O'Donell  <carlos@codesourcery.com>

* search.c (maybe_suppress_debug_info): If
flag_emit_class_debug_always then don't suppress.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112360 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * g++.dg/eh/spbp.C: Skip on AIX.
dje [Fri, 24 Mar 2006 20:49:29 +0000 (20:49 +0000)]
    * g++.dg/eh/spbp.C: Skip on AIX.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112359 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2006-03-24 Andreas Krebbel <krebbel1@de.ibm.com>
krebbel [Fri, 24 Mar 2006 19:09:11 +0000 (19:09 +0000)]
2006-03-24  Andreas Krebbel  <krebbel1@de.ibm.com>

* config/s390/s390.c (s390_decompose_address): Allow SImode for
index and base register.
(s390_expand_plug_operand, legitimate_address_p, preferred_la_operand_p,
print_operand_address, print_operand): Replaced REG_OK_FOR_BASE_STRICT_P
with REGNO_OK_FOR_BASE_P and REG_OK_FOR_INDEX_STRICT_P with
REGNO_OK_FOR_INDEX_P.
* config/s390/s390.h (REGNO_OK_FOR_INDEX_P): Replaced check with
ADDR_REGNO_P.
(REG_OK_FOR_INDEX_NONSTRICT_P, REG_OK_FOR_BASE_NONSTRICT_P,
REG_OK_FOR_INDEX_STRICT_P, REG_OK_FOR_BASE_STRICT_P, REG_OK_FOR_INDEX_P,
REG_OK_FOR_BASE_P): Definitions removed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112357 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2006-03-24 Andreas Tobler <a.tobler@schweiz.ch>
andreast [Fri, 24 Mar 2006 17:59:29 +0000 (17:59 +0000)]
2006-03-24  Andreas Tobler  <a.tobler@schweiz.ch>
John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>

* configure.ac (THREADS): Add REENTRANT for *-*-hpux11*.
Warn about POSIX threads not being supported for *-*-hpux10*.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112355 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * config/avr/avr-protos.h (extra_constraint): Delete.
denisc [Fri, 24 Mar 2006 16:30:19 +0000 (16:30 +0000)]
* config/avr/avr-protos.h (extra_constraint): Delete.
(extra_constraint_Q): New declaration.
* config/avr/constraints.md: New file.
* config/avr/avr.md: Include it.
(REG_X, REG_Y, REG_Z, REG_W): New constants.
(TMP_REGNO, ZERO_REGNO): Likewise.
(UNSPEC_STRLEN, UNSPEC_INDEX_JMP): Likewise.
* config/avr/avr.c (avr_reg_class_from_letter): Delete.
(extra_constraint): Delete.
(extra_constraint_Q): Test for memory constraint 'Q'.
* config/avr/avr.h (REG_X,REG_Y,REG_Z,REG_W): Delete.
(REG_CLASS_FROM_LETTER): Delete.
(CONST_OK_FOR_LETTER_P): Delete.
(CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
(EXTRA_CONSTRAINT): Delete.
(TMP_REGNO): Delete.
(ZERO_REGNO): Delete.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112352 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR middle-end/26611
jakub [Fri, 24 Mar 2006 16:14:40 +0000 (16:14 +0000)]
PR middle-end/26611
* gimplify.c (gimplify_bind_expr): Only call omp_add_variable on
non-global variables that don't have DECL_SEEN_IN_BIND_EXPR_P bit
set yet or weren't marked as local yet.

* g++.dg/gomp/pr26611-1.C: New test.
* g++.dg/gomp/pr26611-2.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112351 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * regrename.c (scan_rtx_address): Initialize a variable to shut up
bernds [Fri, 24 Mar 2006 15:53:23 +0000 (15:53 +0000)]
* regrename.c (scan_rtx_address): Initialize a variable to shut up
the compiler.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112350 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * config/rs6000/rs6000-protos.h (rs6000_offsettable_memref_p): Declare.
ebotcazou [Fri, 24 Mar 2006 10:09:01 +0000 (10:09 +0000)]
* config/rs6000/rs6000-protos.h (rs6000_offsettable_memref_p): Declare.
(rs6000_legitimate_small_data_p): Delete.
* config/rs6000/rs6000.c (rs6000_offsettable_memref_p): New predicate.
(rs6000_legitimate_small_data_p): Rename to legitimate_small_data_p
and make static.  Add forward declaration.  Update uses.
(rs6000_split_multireg_move): Use rs6000_offsettable_memref_p instead
of offsettable_memref_p.
* config/rs6000/rs6000.md (movdf_hardfloat32): Revert 2005-08-23 fix.
Use rs6000_offsettable_memref_p instead of a less accurate predicate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112349 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * tree-ssa-dom.c (propagate_rhs_into_lhs): Temporarily work
law [Fri, 24 Mar 2006 07:51:32 +0000 (07:51 +0000)]
* tree-ssa-dom.c (propagate_rhs_into_lhs): Temporarily work
around bug in immediate-use iterator.

* gcc.c-torture/compile/pr26833.c: New test.
* gfortran.fortran-torture/compile/pr26806.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112348 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR libstdc++/20448
jsm28 [Fri, 24 Mar 2006 01:59:35 +0000 (01:59 +0000)]
PR libstdc++/20448
PR libstdc++/20451
* scripts/testsuite_flags.in (--cxxflags): Don't define LOCALEDIR.
* testsuite/lib/libstdc++.exp (libstdc++_init): Always define
LOCALEDIR to ".".
(v3-build_support): Build MO files.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112346 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoDaily bump.
gccadmin [Fri, 24 Mar 2006 00:17:25 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112344 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * src/powerpc/ffitarget.h (enum ffi_abi): Add FFI_LINUX. Default
amodra [Thu, 23 Mar 2006 23:15:46 +0000 (23:15 +0000)]
* src/powerpc/ffitarget.h (enum ffi_abi): Add FFI_LINUX.  Default
for 32-bit using IBM extended double format.  Fix FFI_LAST_ABI.
* src/powerpc/ffi.c (ffi_prep_args_SYSV): Handle linux variant of
FFI_TYPE_LONGDOUBLE.
(ffi_prep_args64): Assert using IBM extended double.
(ffi_prep_cif_machdep): Don't munge FFI_TYPE_LONGDOUBLE type.
Handle FFI_LINUX FFI_TYPE_LONGDOUBLE return and args.
(ffi_call): Handle FFI_LINUX.
(ffi_closure_helper_SYSV): Non FFI_LINUX long double return needs
gpr3 return pointer as for struct return.  Handle FFI_LINUX
FFI_TYPE_LONGDOUBLE return and args.  Don't increment "nf"
unnecessarily.
* src/powerpc/ppc_closure.S (ffi_closure_SYSV): Load both f1 and f2
for FFI_TYPE_LONGDOUBLE.  Move epilogue insns into case table.
Don't use r6 as pointer to results, instead use sp offset.  Don't
make a special call to load lr with case table address, instead
use offset from previous call.
* src/powerpc/sysv.S (ffi_call_SYSV): Save long double return.
* src/powerpc/linux64.S (ffi_call_LINUX64): Simplify long double
return.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112340 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR target/26607
amodra [Thu, 23 Mar 2006 22:23:24 +0000 (22:23 +0000)]
PR target/26607
* config/rs6000/darwin-ldouble.c: Don't compile when __NO_FPRS__
or __LITTLE_ENDIAN__.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112334 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoUpdate FSF address.
amylaar [Thu, 23 Mar 2006 22:10:41 +0000 (22:10 +0000)]
Update FSF address.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112332 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2006-03-23 J"orn Rennecke <joern.rennecke@st.com>
amylaar [Thu, 23 Mar 2006 21:39:32 +0000 (21:39 +0000)]
2006-03-23  J"orn Rennecke <joern.rennecke@st.com>

* config/sh/divtab-sh4.c, config/sh/divcost-analysis: New files.
* config/sh/lib1funcs.asm (div_table): Add !__SH5__ variant.
* config/sh/t-sh (LIB1ASMFUNCS): Add _div_table.
* config/sh/sh.opt (mdiv=): Amend description.
* config/sh/sh.h (TARGET_DIVIDE_CALL_DIV1): New macro.
(TARGET_DIVIDE_CALL_FP, TARGET_DIVIDE_CALL_TABLE): Likewise.
(sh_divide_strategy_e): Add new members SH_DIV_CALL_DIV1,
SH_DIV_CALL_FP, SH_DIV_CALL_TABLE and SH_DIV_INTRINSIC.
(OVERRIDE_OPTIONS): Also process sh_div_str for TARGET_SH1.
Calculate sh_divsi3_libfunc using TARGET_DIVIDE_* macros.
* config/sh/sh.md (udivsi3_i4_int, divsi3_i4_int): New patterns.
(udivsi3, divsi3): Use them.  Check TARGET_DIVIDE_CALL_TABLE /
TARGET_DIVIDE_CALL_FP.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112331 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2006-03-23 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
mkuvyrkov [Thu, 23 Mar 2006 18:23:53 +0000 (18:23 +0000)]
2006-03-23  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>

* haifa-sched.c (choose_ready): Fix type of the local variable.
Move local variables.  Add comment.
(check_reg_live): Change signature.  Make callable from debugger.
* sched-int.h (check_reg_live): Update signature.
* sched-ebb.c (check_reg_live): Update parameters.
* sched-rgn.c (check_reg_live): Ditto.
(region_head_or_leaf_p): Check pointer before dereferencing.
* config/ia64/ia64.c (ia64_set_sched_flags): Disable data speculation
before reload on optimization levels below 1.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112328 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * config/alpha/alpha.c (alpha_legitimate_constant_p): Reject
rth [Thu, 23 Mar 2006 15:51:10 +0000 (15:51 +0000)]
    * config/alpha/alpha.c (alpha_legitimate_constant_p): Reject
        tls symbols.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112323 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR target/26347
rth [Thu, 23 Mar 2006 15:49:00 +0000 (15:49 +0000)]
    PR target/26347
        * config/alpha/predicates.md (local_symbolic_operand): Reject
        weak symbols.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112322 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2006-03-23 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Thu, 23 Mar 2006 15:09:51 +0000 (15:09 +0000)]
2006-03-23  Andrew Pinski  <pinskia@physics.uc.edu>

        PR tree-opt/26795
        * tree-ssa-pre.c (create_value_expr_from): Don't reject
        expressions which have overflowed constants.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112319 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * cse.c (cse_end_of_basic_block): Do not check for LOOP_END note.
rakdver [Thu, 23 Mar 2006 10:45:09 +0000 (10:45 +0000)]
* cse.c (cse_end_of_basic_block): Do not check for LOOP_END note.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112317 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * cfgloopmanip.c (create_loop_notes): Removed.
rakdver [Thu, 23 Mar 2006 10:33:38 +0000 (10:33 +0000)]
* cfgloopmanip.c (create_loop_notes): Removed.
* final.c (final_scan_insn): Do not handle loop notes.
* jump.c (squeeze_notes): Ditto.
* cfglayout.c (skip_insns_after_block,
duplicate_insn_chain): Ditto.
* cfgcleanup.c (rest_of_handle_jump2): Do not call
create_loop_notes.
* cfgloop.h (create_loop_notes): Declaration removed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112316 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * varasm.c (output_constant_pool): Restore fnname and fndecl
rsandifo [Thu, 23 Mar 2006 09:29:15 +0000 (09:29 +0000)]
* varasm.c (output_constant_pool): Restore fnname and fndecl
arguments.
(assemble_start_function): Adjust call accordingly.
(assemble_end_function): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112315 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2006-03-22 Jason Merrill <jason@redhat.com>
dje [Thu, 23 Mar 2006 04:20:38 +0000 (04:20 +0000)]
2006-03-22  Jason Merrill  <jason@redhat.com>

        * name-lookup.c (push_namespace_with_attribs): Only apply hidden
        visibility to anonymous namespaces if HAVE_GAS_HIDDEN.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112312 138bc75d-0d04-0410-961f-82ee72b054a4