]> git.ipfire.org Git - thirdparty/gcc.git/log
thirdparty/gcc.git
18 years agoFix typo in alpha port found while grepping for ia64 info.
James E Wilson [Mon, 15 Aug 2005 23:38:44 +0000 (16:38 -0700)] 
Fix typo in alpha port found while grepping for ia64 info.

* system-linux-alpha.ads: Change ia64 to alpha.

From-SVN: r103132

18 years agoMake-lang.in (JAVA_OBJS): Removed verify.o
Tom Tromey [Mon, 15 Aug 2005 21:26:35 +0000 (21:26 +0000)] 
Make-lang.in (JAVA_OBJS): Removed verify.o

* Make-lang.in (JAVA_OBJS): Removed verify.o
(java/verify.o): Removed.
* verify.c: Removed.
* lang.c (flag_new_verifier): Removed.
(java_post_options): Updated.
* java-tree.h (flag_new_verifier): Removed.
(verify_jvm_instructions): Removed.
* expr.c (pop_type_0): Assume flag_new_verifier is true.
(build_java_check_indexed_type): Likewise.
(expand_java_arraystore): Likewise.
(expand_java_arrayload): Likewise.
(pop_arguments): Likewise.
(expand_byte_code): Likewise.
(process_jvm_instruction): Likewise.

From-SVN: r103126

18 years agoFix Infinite Stack Recursion Regression.
Fariborz Jahanian [Mon, 15 Aug 2005 20:38:23 +0000 (20:38 +0000)] 
Fix Infinite Stack Recursion Regression.

        * cp-tree.h (can_convert_arg, fn_type_unification): New argument.
        * call.c (add_template_candidate_real): Pass down 'flags' to
        fn_type_unification.
        (can_convert_arg): New 'flags' argument. Pass it to call to
        implicit_conversion instead of LOOKUP_NORMAL.
        (can_convert): Add LOOKUP_NORMAL to call to can_convert_arg.
        * class.c (resolve_address_of_overloaded_function): Ditto.
        (resolve_address_of_overloaded_function): Ditto.
        * decl.c (reshape_init, check_default_argument): Ditto.
        * typeck.c (build_ptrmemfunc): Ditto.
        * pt.c (type_unification_real): Add 'flags' argument.
        (fn_type_unification): Pass 'flags' to type_unification_real.
        (type_unification_real): Pass new 'flags' argument to call to
        can_convert_arg.

Oked by Geoff Keating.

From-SVN: r103120

18 years agomf-hooks3.c (main_seen_p): Remove.
Ulrich Weigand [Mon, 15 Aug 2005 20:26:46 +0000 (20:26 +0000)] 
mf-hooks3.c (main_seen_p): Remove.

* mf-hooks3.c (main_seen_p): Remove.
(__mf_get_state): Remove attempt to recognize the main thread.

From-SVN: r103119

18 years agors6000.md (QHSI): New mode macro.
David Edelsohn [Mon, 15 Aug 2005 17:58:58 +0000 (17:58 +0000)] 
rs6000.md (QHSI): New mode macro.

* config/rs6000/rs6000.md (QHSI): New mode macro.
(wd): Extend mode attr for QImode and HImode
(dbits): New mode attr.
(zero_extend<mode>di2): Convert to mode macro.

From-SVN: r103118

18 years agoconfigure.ac: Test for the name of the symbol used for the entry point...
Maciej W. Rozycki [Mon, 15 Aug 2005 16:15:16 +0000 (16:15 +0000)] 
configure.ac: Test for the name of the symbol used for the entry point...

* configure.ac: Test for the name of the symbol used for the entry
point; define ENTRY_POINT to the result.
* configure: Regenerate.
* config.h.in: Regenerate.
* mf-heuristics.c: Replace _start with ENTRY_POINT throughout.

From-SVN: r103113

18 years agore PR target/21841 (Documentation should say -mhp-ld/-mgnu-ld are only for hppa64...
Steve Ellcey [Mon, 15 Aug 2005 15:23:38 +0000 (15:23 +0000)] 
re PR target/21841 (Documentation should say -mhp-ld/-mgnu-ld are only for hppa64-*-hpux*)

PR target/21841
* doc/invoke.texi (-mgnu-ld): Update description.
(-mhp-ld): Ditto.

From-SVN: r103112

18 years agoAdded missing ChangeLog entry.
Andreas Krebbel [Mon, 15 Aug 2005 14:41:21 +0000 (14:41 +0000)] 
Added missing ChangeLog entry.

From-SVN: r103111

18 years agoMAINTAINERS (write after approval): Added myself.
Andreas Krebbel [Mon, 15 Aug 2005 14:38:41 +0000 (14:38 +0000)] 
MAINTAINERS (write after approval): Added myself.

2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>

* MAINTAINERS (write after approval): Added myself.

From-SVN: r103110

18 years agore PR tree-optimization/23391 (Tree checking failure due to scev)
Sebastian Pop [Mon, 15 Aug 2005 12:26:12 +0000 (14:26 +0200)] 
re PR tree-optimization/23391 (Tree checking failure due to scev)

PR 23391
* Makefile.in (tree-chrec.o): Depends on real.h.
* tree-chrec.c: Include real.h.
(chrec_fold_plus_poly_poly, chrec_fold_multiply_poly_poly,
chrec_fold_plus_1): Use build_real for SCALAR_FLOAT_TYPE_P.
* tree-scalar-evolution.c (add_to_evolution_1,
interpret_rhs_modify_expr): Ditto.

From-SVN: r103109

18 years agore PR tree-optimization/23386 (bitmap.c is being miscompiled (VRP))
Sebastian Pop [Mon, 15 Aug 2005 07:51:42 +0000 (09:51 +0200)] 
re PR tree-optimization/23386 (bitmap.c is being miscompiled (VRP))

PR 23386
  * tree-data-ref.c (estimate_niter_from_size_of_data): When
  step is negative compute the estimation from init downwards to
  zero.

* testsuite/gcc.dg/tree-ssa/pr23386.c: New.

From-SVN: r103106

18 years agofinally-1.m: Check that the catch and finally are being called.
Andrew Pinski [Mon, 15 Aug 2005 01:13:39 +0000 (01:13 +0000)] 
finally-1.m: Check that the catch and finally are being called.

2005-08-14  Andrew Pinski  <pinskia@physics.uc.edu>

        * execute/exceptions/finally-1.m: Check that the catch and finally are
        being called.  Also add a "return 0;" at the end of main.

From-SVN: r103098

18 years agogcc_release: Update with FSF address.
Kelley Cook [Mon, 15 Aug 2005 01:01:02 +0000 (01:01 +0000)] 
gcc_release: Update with FSF address.

2005-08-14  Kelley Cook  <kcook@gcc.gnu.org>

* gcc_release: Update with FSF address.

From-SVN: r103097

18 years agoAll files: Update with new FSF address.
Kelley Cook [Mon, 15 Aug 2005 00:50:43 +0000 (00:50 +0000)] 
All files: Update with new FSF address.

2005-08-14  Kelley Cook  <kcook@gcc.gnu.org>

* All files: Update with new FSF address.

From-SVN: r103096

18 years agoAll files: Update with new FSF address.
Kelley Cook [Mon, 15 Aug 2005 00:41:31 +0000 (00:41 +0000)] 
All files: Update with new FSF address.

2005-08-14  Kelley Cook  <kcook@gcc.gnu.org>

* All files: Update with new FSF address.

From-SVN: r103095

18 years agoDaily bump.
GCC Administrator [Mon, 15 Aug 2005 00:16:18 +0000 (00:16 +0000)] 
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r103092.2

18 years agoCommitted forgotten changelog:
Andrew Pinski [Sun, 14 Aug 2005 23:49:29 +0000 (16:49 -0700)] 
Committed forgotten changelog:

2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>

        * objc/execute/exceptions/exceptions.exp: New exp for the exceptions
        testsuite.
        * objc/execute/exceptions/trivial.m: New test.
        * objc.dg/try-catch-11.m: Move to ...
        * objc/execute/exceptions/foward-1.m: Here.
        * objc.dg/try-catch-2.m: Move to ...
        * objc/execute/exceptions/catchall-1.m: Here.
        * objc.dg/try-catch-8.m: Move to ...
        * objc/execute/exceptions/local-variables-1.m: Here.

From-SVN: r103090

18 years agofold-const (fold_binary): Call fold_build2 instead of fold (build.
James A. Morrison [Sun, 14 Aug 2005 23:19:05 +0000 (23:19 +0000)] 
fold-const (fold_binary): Call fold_build2 instead of fold (build.

2005-08-14  James A. Morrison  <phython@gcc.gnu.org>

        * fold-const (fold_binary): Call fold_build2 instead of fold (build.

From-SVN: r103089

18 years agos390.c (s390_const_ok_for_constraint_p): Add 'P' constraint.
Ulrich Weigand [Sun, 14 Aug 2005 23:13:58 +0000 (23:13 +0000)] 
s390.c (s390_const_ok_for_constraint_p): Add 'P' constraint.

* config/s390/s390.c (s390_const_ok_for_constraint_p): Add 'P'
constraint.
(legitimate_reload_constant_p): Fix handling of lliXX operands.
Accept double-word constants that can be split.
* config/s390/s390.md ("movti"): Use 'P' constraint.
("*movdi_31", "*movdf_31"): Likewise.

From-SVN: r103088

18 years agoparse.c (match): Enclosed macro in do...while(0) and braces.
Tobias Schlüter [Sun, 14 Aug 2005 21:45:03 +0000 (23:45 +0200)] 
parse.c (match): Enclosed macro in do...while(0) and braces.

2005-08-14  Asher Langton  <langton2@llnl.gov>

        * parse.c (match): Enclosed macro in do...while(0) and braces.

Also fix formatting of a few previous ChangeLog entries

From-SVN: r103086

18 years agore PR fortran/21432 (gfortran does not support printing of namelists)
Paul Thomas [Sun, 14 Aug 2005 21:43:12 +0000 (21:43 +0000)] 
re PR fortran/21432 (gfortran does not support printing of namelists)

2005-08-14 Paul Thomas  <pault@gcc.gnu.org>

PR fortran/21432.
* gfortran.texi: Document PRINT namelist.

From-SVN: r103085

18 years agomf-runtime.c (__mf_state_1): Initialize to reentrant.
Ulrich Weigand [Sun, 14 Aug 2005 19:38:34 +0000 (19:38 +0000)] 
mf-runtime.c (__mf_state_1): Initialize to reentrant.

* mf-runtime.c (__mf_state_1): Initialize to reentrant.
(__mf_init): Set thread state active.
* mf-hooks3.c (__mf_pthread_spawner): Always set thread
state active.
(pthread_create wrapper): Always use thread spawner.

* testsuite/libmudflap.cth/pass37-frag.c: Increase timeout.
* testsuite/libmudflap.cth/pass39-frag.c: Likewise.

From-SVN: r103084

18 years agore PR tree-optimization/22615 (ICE in first_vi_for_offset, at tree-ssa-structalias...
Daniel Berlin [Sun, 14 Aug 2005 19:23:56 +0000 (19:23 +0000)] 
re PR tree-optimization/22615 (ICE in first_vi_for_offset, at tree-ssa-structalias.c:2858)

2005-08-14  Daniel Berlin  <dberlin@dberlin.org>

Fix PR tree-optimization/22615

* tree-ssa-structalias.c (solution_set_add): Handle
first_vi_for_offset returning NULL.
(do_da_constraint): Ditto.
(do_sd_constraint): Ditto.
(do_ds_constraint): Ditto
(find_func_aliases): Ditto.
(build_constraint_graph): RHS is allowed be ANYTHING.
(first_vi_for_offset): Return NULL if we couldn't find anything at
the offset.

From-SVN: r103083

18 years agos390.c (s390_canonicalize_comparison): Prefer register over memory as first operand.
Ulrich Weigand [Sun, 14 Aug 2005 19:06:56 +0000 (19:06 +0000)] 
s390.c (s390_canonicalize_comparison): Prefer register over memory as first operand.

* config/s390/s390.c (s390_canonicalize_comparison): Prefer register
over memory as first operand.

From-SVN: r103082

18 years agore PR fortran/21432 (gfortran does not support printing of namelists)
Paul Thomas [Sun, 14 Aug 2005 16:15:40 +0000 (16:15 +0000)] 
re PR fortran/21432 (gfortran does not support printing of namelists)

2005-08-14 Paul Thomas  <pault@gcc.gnu.org>

PR fortran/21432.
* io.c (match_io): Add code to implement PRINT namelist.

2005-08-14 Paul Thomas  <pault@gcc.gnu.org>

PR fortran/21432.
* gfortran.dg/namelist_print_1.f: New test of functionality of
PRINT namelist.
* gfortran.dg/namelist_print_2.f: New test to check that PRINT
namelist generates error with -std=f95.

From-SVN: r103079

18 years agore PR target/23360 (-ffast-math startup broken on i686 (maybe Athlon-xp))
H.J. Lu [Sun, 14 Aug 2005 14:26:51 +0000 (14:26 +0000)] 
re PR target/23360 (-ffast-math startup broken on i686 (maybe Athlon-xp))

2005-08-14  H.J. Lu  <hongjiu.lu@intel.com>

PR target/23360
* config/i386/crtfastmath.c (set_fast_math): Check if DAZ is
available for setting it.

From-SVN: r103078

18 years agore PR tree-optimization/23320 (ICE in in base_addr_differ_p, at tree-data-ref.c:430)
Ira Rosen [Sun, 14 Aug 2005 06:28:03 +0000 (06:28 +0000)] 
re PR tree-optimization/23320 (ICE in in base_addr_differ_p, at tree-data-ref.c:430)

        PR tree-optimization/23320
        * tree-data-ref.c (base_addr_differ_p): Add comment. Check
        data-refs' types instead of base object nullness. Add check for
        pointer type data-refs before first location comparison. Remove
        assert.

From-SVN: r103076

18 years agore PR tree-optimization/23119 (gcc.dg/vect/vect-105.c scan-tree-dump-times vectorized...
Ira Rosen [Sun, 14 Aug 2005 06:13:30 +0000 (06:13 +0000)] 
re PR tree-optimization/23119 (gcc.dg/vect/vect-105.c scan-tree-dump-times vectorized 1 loops 1 fails)

        PR tree-optimization/23119
        * gcc.dg/vect/vect-105.c: Add xfail for no_align targets.

From-SVN: r103075

18 years agotrans-stmt.c (gfc_trans_arithmetic_if): Optimized in case of equal labels.
Canqun Yang [Sun, 14 Aug 2005 02:06:06 +0000 (10:06 +0800)] 
trans-stmt.c (gfc_trans_arithmetic_if): Optimized in case of equal labels.

* trans-stmt.c (gfc_trans_arithmetic_if): Optimized in case of equal
labels.

From-SVN: r103074

18 years agore PR libobjc/22492 ([PATCH] Abort after @finally: libobjc passing exception value...
Marcin Koziej [Sun, 14 Aug 2005 02:01:52 +0000 (04:01 +0200)] 
re PR libobjc/22492 ([PATCH] Abort after @finally: libobjc passing exception value instead of exception.)

libobjc/ChangeLog:

2005-08-13  Marcin Koziej  <creep@desk.pl>
            Andrew Pinski  <pinskia@physics.uc.edu>

PR libobjc/22492
* exception.c (PERSONALITY_FUNCTION): Fix the PC with finally.

testsuite/ChangeLog:
2005-08-13  Marcin Koziej  <creep@desk.pl>
            Andrew Pinski  <pinskia@physics.uc.edu>

PR libobjc/22492
* execute/exceptions/finally-1.m: New test.

Co-Authored-By: Andrew Pinski <pinskia@physics.uc.edu>
From-SVN: r103073

18 years agonested-func-1.m: Move to ...
Andrew Pinski [Sun, 14 Aug 2005 01:33:13 +0000 (01:33 +0000)] 
nested-func-1.m: Move to ...

2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>

        * objc.dg/nested-func-1.m: Move to ...
        * objc/execute/nested-func-1.m: Here.

From-SVN: r103072

18 years agoexceptions.exp: New exp for the exceptions testsuite.
Andrew Pinski [Sun, 14 Aug 2005 00:58:26 +0000 (17:58 -0700)] 
exceptions.exp: New exp for the exceptions testsuite.

* objc/execute/exceptions/exceptions.exp: New exp for the exceptions
testsuite.
* objc/execute/exceptions/trivial.m: New test.
* objc.dg/try-catch-11.m: Move to ...
* objc/execute/exceptions/foward-1.m: Here.
* objc.dg/try-catch-2.m: Move to ...
* objc/execute/exceptions/catchall-1.m: Here.
* objc.dg/try-catch-8.m: Move to ...
* objc/execute/exceptions/local-variables-1.m: Here.

From-SVN: r103071

18 years agoDaily bump.
GCC Administrator [Sun, 14 Aug 2005 00:16:14 +0000 (00:16 +0000)] 
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r103068.2

18 years ago* doc/md.texi (Machine Constraints): Fix misplaced @end table.
Andreas Schwab [Sat, 13 Aug 2005 23:54:11 +0000 (23:54 +0000)] 
* doc/md.texi (Machine Constraints): Fix misplaced @end table.

From-SVN: r103065

18 years agoMakefile.in (extra_ldflags_libobjc): New.
Andrew Pinski [Sat, 13 Aug 2005 23:44:14 +0000 (23:44 +0000)] 
Makefile.in (extra_ldflags_libobjc): New.

2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>

        * Makefile.in (extra_ldflags_libobjc): New.
        (libobjc$(libext).la): Add extra_ldflags_libobjc to the link line.
        (libobjc_gc$(libext).la): Likewise.
        * configure.ac (extra_ldflags_libgfortran): Set for *-darwin* to
        "-Wl,-single_module".
        * configure: Regenerate.
        * linking.m (_objcInit): Remove.

From-SVN: r103064

18 years agoobjc.exp (objc_target_compile): Check for -fgnu-runtime in ${options} instead of...
Andrew Pinski [Sat, 13 Aug 2005 23:36:21 +0000 (23:36 +0000)] 
objc.exp (objc_target_compile): Check for -fgnu-runtime in ${options} instead of [target_info name].

2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>

        * lib/objc.exp (objc_target_compile): Check for -fgnu-runtime
        in ${options} instead of [target_info name].
        * lib/obj-c++.exp (objc_target_compile): Likewise.

From-SVN: r103063

18 years agostubify-2.m: Correct the name of the rtl dump file.
Andrew Pinski [Sat, 13 Aug 2005 21:41:53 +0000 (21:41 +0000)] 
stubify-2.m: Correct the name of the rtl dump file.

2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>

        * objc.dg/stubify-2.m: Correct the name of the rtl dump file.

From-SVN: r103062

18 years agopart of PR testsuite/23348
Andrew Pinski [Sat, 13 Aug 2005 21:16:04 +0000 (21:16 +0000)] 
part of PR testsuite/23348

2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>

        part of PR testsuite/23348
        * lib/objc-torture.exp: Add -fgnu-runtime and/or -fnext-runtime to each
        of the torture options.
        * objc/compile/trivial.m: New test.

From-SVN: r103061

18 years agoDocument compatibility with earlier ProPolice implementation.
James E Wilson [Sat, 13 Aug 2005 20:58:02 +0000 (13:58 -0700)] 
Document compatibility with earlier ProPolice implementation.

* c-cppbuiltin.c (c_cpp_builtins): Add comment for flag_stack_protect
macros.

From-SVN: r103058

18 years agoAdd missing docs for feature added by Richard Henderson.
James E Wilson [Sat, 13 Aug 2005 20:52:01 +0000 (13:52 -0700)] 
Add missing docs for feature added by Richard Henderson.

* doc/cpp.texi (__SSP__, __SSP_ALL__): Document.
* doc/invoke.texi (-Wstack-protector, -fstack-protector,
-fstack-protector-all, --param ssp-buffer-size): Document.
(-Wvariadic-macros): Alphabetize.
(-fsched-stalled-insns-dep): Add missing 'f'.

From-SVN: r103057

18 years agors6000.h (EXTRA_CONSTRAINT): Add 'a' for indexed or indirect address operand.
David Edelsohn [Sat, 13 Aug 2005 18:47:08 +0000 (18:47 +0000)] 
rs6000.h (EXTRA_CONSTRAINT): Add 'a' for indexed or indirect address operand.

        * config/rs6000/rs6000.h (EXTRA_CONSTRAINT): Add 'a' for indexed
        or indirect address operand.
        (EXTRA_ADDRESS_CONSTRAINT): New.
        * config/rs6000/rs6000.md (prefetch): Change constraint "p" to "a".

From-SVN: r103056

18 years agore PR tree-optimization/22236 (wrong code for casts and scev)
Sebastian Pop [Sat, 13 Aug 2005 17:28:43 +0000 (19:28 +0200)] 
re PR tree-optimization/22236 (wrong code for casts and scev)

PR tree-optimization/22236
* tree-cfg.c (print_pred_bbs, print_succ_bbs): Correctly print
successors and predecessors.
* tree-chrec.c (chrec_convert): Before converting, check that
sequences don't wrap.
* tree-data-ref.c (compute_estimated_nb_iterations): Moved ...
(analyze_array): Extern.
(find_data_references_in_loop): Remove call to
compute_estimated_nb_iterations.
* tree-data-ref.h (analyze_array): Declared.
* tree-flow-inline.h (single_ssa_tree_operand, single_ssa_use_operand,
single_ssa_def_operand, zero_ssa_operands): Fix documentation.
* tree-flow.h (scev_probably_wraps_p): Declare with an extra parameter.
* tree-scalar-evolution.c (instantiate_parameters_1): Factor entry
condition.
* tree-ssa-loop-ivcanon.c: Fix documentation.
* tree-ssa-loop-ivopts.c (idx_find_step): Add a fixme note.
* tree-ssa-loop-niter.c (compute_estimated_nb_iterations): ... here.
(infer_loop_bounds_from_undefined): New.
(estimate_numbers_of_iterations_loop): Use
infer_loop_bounds_from_undefined.
(used_in_pointer_arithmetic_p): New.
(scev_probably_wraps_p): Pass an extra parameter.  Call
used_in_pointer_arithmetic_p.  Check that AT_STMT is not null.
(convert_step): Fix documentation.
* tree-vrp.c (adjust_range_with_scev): Call instantiate_parameters.
Use initial_condition_in_loop_num and evolution_part_in_loop_num
instead of CHREC_LEFT and CHREC_RIGHT.  Adjust the call to
scev_probably_wraps_p.

From-SVN: r103055

18 years agos390.c (s390_split_branches): Revert 2005-08-12 change.
Ulrich Weigand [Sat, 13 Aug 2005 11:08:21 +0000 (11:08 +0000)] 
s390.c (s390_split_branches): Revert 2005-08-12 change.

* config/s390/s390.c (s390_split_branches): Revert 2005-08-12 change.
(s390_register_info): Ignore clobbered_regs information for fixed
registers, and only fixed registers.
(s390_init_frame_layout): Remove redundant call.

From-SVN: r103054

18 years agoDaily bump.
GCC Administrator [Sat, 13 Aug 2005 00:16:12 +0000 (00:16 +0000)] 
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r103048.2

18 years agoeoshift.f90: Correct format.
Thomas Koenig [Fri, 12 Aug 2005 20:02:43 +0000 (20:02 +0000)] 
eoshift.f90: Correct format.

2005-08-12  Thomas Koenig  <Thomas.Koenig@online.de>

* gfortran.dg/eoshift.f90:  Correct format.

From-SVN: r103045

18 years agoinvoke.texi (C++ Dialect Options): Add dynamic_cast to description of -Wold-style...
Gerald Pfeifer [Fri, 12 Aug 2005 20:02:27 +0000 (20:02 +0000)] 
invoke.texi (C++ Dialect Options): Add dynamic_cast to description of -Wold-style-casts.

* doc/invoke.texi (C++ Dialect Options): Add dynamic_cast to
description of -Wold-style-casts.

From-SVN: r103044

18 years ago005-08-12 Thomas Koenig <Thomas.Koenig@online.de>
Thomas Koenig [Fri, 12 Aug 2005 19:42:12 +0000 (19:42 +0000)] 
005-08-12  Thomas Koenig  <Thomas.Koenig@online.de>

        * gfortran.fortran-torture/execute/character_passing.f90:
        Fix comment typo.

From-SVN: r103042

18 years ago* MAINTAINERS (Write After Approval): Add myself.
Maciej W. Rozycki [Fri, 12 Aug 2005 18:09:47 +0000 (18:09 +0000)] 
* MAINTAINERS (Write After Approval): Add myself.

From-SVN: r103041

18 years agore PR libgcj/23353 (clone() copies internal lock data with hash synchronization off)
Morgan Deters [Fri, 12 Aug 2005 16:40:32 +0000 (16:40 +0000)] 
re PR libgcj/23353 (clone() copies internal lock data with hash synchronization off)

2005-08-12  Morgan Deters  <mdeters@morgandeters.com>

PR libgcj/23353:
* java/lang/natObject.cc (clone): Clear sync_info.

From-SVN: r103039

18 years agoconfigure.in: Replace NCN_STRICT_CHECK_TOOL with NCN_STRICT_CHECK_TOOLS...
Paolo Bonzini [Fri, 12 Aug 2005 14:18:46 +0000 (14:18 +0000)] 
configure.in: Replace NCN_STRICT_CHECK_TOOL with NCN_STRICT_CHECK_TOOLS...

toplevel:
2005-08-12  Paolo Bonzini  <bonzini@gnu.org>

* configure.in: Replace NCN_STRICT_CHECK_TOOL with
NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
Look for alternate names of the target cc and c++
* configure: Regenerate.

config:
2005-08-12  Paolo Bonzini  <bonzini@gnu.org>

* config/acx.m4 (NCN_CHECK_TARGET_TOOL, NCN_STRICT_CHECK_TOOL,
NCN_STRICT_CHECK_TARGET_TOOL): Remove.
(NCN_STRICT_CHECK_TOOLS, NCN_STRICT_CHECK_TARGET_TOOLS): New,
based on the deleted macros.

From-SVN: r103036

18 years agolinux.h (TARGET_THREAD_SSP_OFFSET): Define.
Andreas Krebbel [Fri, 12 Aug 2005 13:49:18 +0000 (13:49 +0000)] 
linux.h (TARGET_THREAD_SSP_OFFSET): Define.

2005-08-12  Andreas Krebbel  <krebbel1@de.ibm.com>
    Jakub Jelinek  <jakub@redhat.com>

* config/s390/linux.h (TARGET_THREAD_SSP_OFFSET): Define.
* config/s390/s390-protos.h (s390_get_thread_pointer): Prototype added.
* config/s390/s390.c (print_operand): New output modifier 'G' added.
(get_thread_pointer): Renamed to s390_get_thread_pointer.
* config/s390/s390.md (stack_protect_set, stack_protect_test): If
TARGET_THREAD_SSP_OFFSET is defined, change operands[1] to
(MEM:P (PLUS:P (tp, TARGET_THREAD_SSP_OFFSET))).
(UNSPEC_SP_SET, UNSPEC_SP_TEST): New constants.
("stack_protect_set", "stack_protect_test"): New expanders.
("stack_protect_setsi", "stack_protect_setdi", "stack_protect_testsi",
"stack_protect_testdi"): New insn definitions.

Co-Authored-By: Jakub Jelinek <jakub@redhat.com>
From-SVN: r103034

18 years agos390.md ("*movdf_31"): Changed constraint from P to K.
Andreas Krebbel [Fri, 12 Aug 2005 13:41:28 +0000 (13:41 +0000)] 
s390.md ("*movdf_31"): Changed constraint from P to K.

2005-08-12  Andreas Krebbel  <krebbel1@de.ibm.com>

* config/s390/s390.md ("*movdf_31"): Changed constraint from P to K.

From-SVN: r103033

18 years agolib1funcs.asm: Error if __ARM_ARCH__ not set.
Paul Brook [Fri, 12 Aug 2005 13:18:36 +0000 (13:18 +0000)] 
lib1funcs.asm: Error if __ARM_ARCH__ not set.

2005-08-12  Paul Brook  <paul@codesourcery.com>

* config/arm/lib1funcs.asm: Error if __ARM_ARCH__ not set.

[[Split portion of a mixed commit.]]

From-SVN: r103029.2

18 years agopredicates.md (setmem_operand): New predicate.
Andreas Krebbel [Fri, 12 Aug 2005 12:24:05 +0000 (12:24 +0000)] 
predicates.md (setmem_operand): New predicate.

2005-08-12  Andreas Krebbel  <krebbel1@de.ibm.com>

* config/s390/predicates.md (setmem_operand): New predicate.
(shift_count_operand): Accept ANDs with special constants as
operand.
* config/s390/s390.c (print_shift_count_operand): Skip ANDs
with special constants.
* config/s390/s390.md ("setmem_long", "*setmem_long"): Replaced
shift_count_operand with setmem_operand.

From-SVN: r103028

18 years agos390.c (s390_extract_part, [...]): Type cast added.
Andreas Krebbel [Fri, 12 Aug 2005 12:10:30 +0000 (12:10 +0000)] 
s390.c (s390_extract_part, [...]): Type cast added.

2005-08-12  Andreas Krebbel  <krebbel1@de.ibm.com>

* config/s390/s390.c (s390_extract_part, s390_single_part):
Type cast added.
(s390_const_ok_for_constraint_p): Added SImode to the N constraint.
(s390_output_mi_thunk): Don't use lg on 31 bit.
* config/s390/s390.md ("*movdi_31", "*movdf_31"): Added lmy and stmy.
("*llgt_sisi" and splitter): Replaced TARGET_64BIT with TARGET_ZARCH.

From-SVN: r103027

18 years agos390.c (CONST_OK_FOR_J, [...]): New macros.
Andreas Krebbel [Fri, 12 Aug 2005 12:02:21 +0000 (12:02 +0000)] 
s390.c (CONST_OK_FOR_J, [...]): New macros.

2005-08-12  Andreas Krebbel  <krebbel1@de.ibm.com>

* config/s390/s390.c (CONST_OK_FOR_J, CONST_OK_FOR_K): New macros.
(s390_select_ccmode, s390_rtx_costs, legitimate_reload_constant_p,
s390_init_frame_layout, s390_emit_prologue, s390_emit_epilogue,
s390_output_mi_thunk): Replaced uses of CONST_OK_FOR_CONSTRAINT_P
with one of the new macros.

From-SVN: r103026

18 years agos390.c (s390_split_branches, [...]): Don't set save_return_addr_p.
Andreas Krebbel [Fri, 12 Aug 2005 11:58:05 +0000 (11:58 +0000)] 
s390.c (s390_split_branches, [...]): Don't set save_return_addr_p.

2005-08-12  Andreas Krebbel  <krebbel1@de.ibm.com>

* config/s390/s390.c (s390_split_branches, s390_init_frame_layout):
Don't set save_return_addr_p.
(s390_register_info): Make clobbered_regs not depending on
save_return_addr_p.

From-SVN: r103025

18 years agore PR c++/8271 (Templates and pointers to const member functions)
Giovanni Bajo [Fri, 12 Aug 2005 09:34:12 +0000 (11:34 +0200)] 
re PR c++/8271 (Templates and pointers to const member functions)

PR c++/8271
* g++.dg/template/unify10.C: New.

From-SVN: r103022

18 years agore PR c++/21799 (Spurious ambiguity with pointers to members)
Nathan Sidwell [Fri, 12 Aug 2005 09:23:43 +0000 (09:23 +0000)] 
re PR c++/21799 (Spurious ambiguity with pointers to members)

cp:
PR c++/21799
PR c++/8271
        * pt.c (unify) <METHOD_TYPE>: Check this-pointer cv-qualifiers
explicitly.

PR c++/21799
Revert my 2005-07-08 patch
* pt.c (type_unification_real): Remove is_method_argument and
assoicated checks.
(fn_type_unification, unify): Adjust type_unification_real calls.

From-SVN: r103021

18 years agogcc.c (LINK_SSP_SPEC): Remove space before a trailing }.
Kaz Kojima [Fri, 12 Aug 2005 07:57:52 +0000 (07:57 +0000)] 
gcc.c (LINK_SSP_SPEC): Remove space before a trailing }.

* gcc.c (LINK_SSP_SPEC): Remove space before a trailing }.
(LINK_COMMAND_SPEC): Add space after %(link_ssp).

From-SVN: r103020

18 years agoFix date of last entry, remove extra whitespace
Andreas Jaeger [Fri, 12 Aug 2005 06:00:46 +0000 (08:00 +0200)] 
Fix date of last entry, remove extra whitespace

From-SVN: r103019

18 years agopr22514.C: Move to...
James A. Morrison [Fri, 12 Aug 2005 04:18:48 +0000 (04:18 +0000)] 
pr22514.C: Move to...

2005-08-11  James A. Morrison  <phython@gcc.gnu.org>

        * g++.dg/parse/pr22514.C: Move to...
        * g++.dg/debug/pr22514.C: here.

From-SVN: r103016

18 years agoFix debian bug 307503, error compiling libatomic-ops package.
James E Wilson [Fri, 12 Aug 2005 01:31:35 +0000 (18:31 -0700)] 
Fix debian bug 307503, error compiling libatomic-ops package.

* config/ia64/ia64.h (EXTRA_MEMORY_CONSTRAINT): New.

From-SVN: r103015

18 years agoDaily bump.
GCC Administrator [Fri, 12 Aug 2005 00:16:32 +0000 (00:16 +0000)] 
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r103012.2

18 years agore PR c++/23266 (ICE on pure specifier for static method)
Volker Reichelt [Thu, 11 Aug 2005 22:46:29 +0000 (22:46 +0000)] 
re PR c++/23266 (ICE on pure specifier for static method)

PR c++/23266
* decl2.c (grokfield): Check that method is not static before
marking it as pure.

PR c++/23266
* g++.dg/inherit/pure1.C: New test.

* ChangeLog: Fix typos.

From-SVN: r103006

18 years agodwarf2out.c (add_location_or_const_value_attribute): Prefer locations gathered by...
Jakub Jelinek [Thu, 11 Aug 2005 21:22:43 +0000 (23:22 +0200)] 
dwarf2out.c (add_location_or_const_value_attribute): Prefer locations gathered by var-tracking in single entry loc_list over...

* dwarf2out.c (add_location_or_const_value_attribute): Prefer
locations gathered by var-tracking in single entry loc_list
over loc_descriptor_from_tree.

From-SVN: r103004

18 years agodwarf2out.c (concat_loc_descriptor): Add can_use_fbreg argument, pass it down to...
Jakub Jelinek [Thu, 11 Aug 2005 21:21:07 +0000 (23:21 +0200)] 
dwarf2out.c (concat_loc_descriptor): Add can_use_fbreg argument, pass it down to loc_descriptor.

* dwarf2out.c (concat_loc_descriptor): Add can_use_fbreg argument,
pass it down to loc_descriptor.
(loc_descriptor): Pass can_use_fbreg to concat_loc_descriptor.
(containing_function_has_frame_base): Move earlier in the file.
(loc_descriptor_from_tree_1): Use containing_function_has_frame_base
instead of always assuming fbreg can't be used.

From-SVN: r103003

18 years agoconfigure.ac (HAVE_HIDDEN_VISIBILITY_ATTRIBUTE): New test.
Jakub Jelinek [Thu, 11 Aug 2005 21:18:24 +0000 (23:18 +0200)] 
configure.ac (HAVE_HIDDEN_VISIBILITY_ATTRIBUTE): New test.

* configure.ac (HAVE_HIDDEN_VISIBILITY_ATTRIBUTE): New test.
(AH_BOTTOM): Add FFI_HIDDEN definition.
* configure: Rebuilt.
* fficonfig.h.in: Rebuilt.
* src/powerpc/ffi.c (hidden): Remove.
(ffi_closure_LINUX64, ffi_prep_args64, ffi_call_LINUX64,
ffi_closure_helper_LINUX64): Use FFI_HIDDEN instead of hidden.
* src/powerpc/linux64_closure.S (ffi_closure_LINUX64,
.ffi_closure_LINUX64): Use FFI_HIDDEN instead of .hidden.
* src/x86/ffi.c (ffi_closure_SYSV, ffi_closure_raw_SYSV): Remove,
add FFI_HIDDEN to its prototype.
(ffi_closure_SYSV_inner): New.
* src/x86/sysv.S (ffi_closure_SYSV, ffi_closure_raw_SYSV): New.
* src/x86/win32.S (ffi_closure_SYSV, ffi_closure_raw_SYSV): New.

From-SVN: r103002

18 years agoaltivec.md: Change constraint "m" to "Z".
David Edelsohn [Thu, 11 Aug 2005 21:18:11 +0000 (21:18 +0000)] 
altivec.md: Change constraint "m" to "Z".

        * config/rs6000/altivec.md: Change constraint "m" to "Z".
        * config/rs6000/predicates.md (indexed_or_indirect_operand):
        Accept address wrapped in AND for Altivec.
        * config/rs6000/rs6000.c (rs6000_legitimize_reload_address):
        Strip AND wrapping offset address for Altivec.

From-SVN: r103001

18 years agore PR middle-end/23312 (ACATS ICE (32) gimplify_one_sizepos, at gimplify.c:4659)
Richard Henderson [Thu, 11 Aug 2005 17:12:30 +0000 (10:12 -0700)] 
re PR middle-end/23312 (ACATS ICE (32) gimplify_one_sizepos, at gimplify.c:4659)

        PR middle-end/23312
        * gimplify.c (gimplify_one_sizepos): Check for INTEGER_TYPE
        before using TYPE_IS_SIZETYPE.

From-SVN: r102997

18 years agore PR target/22225 (Tru64 UNIX testsuite failure: gcc.dg/vect/pr18536.c: ICE in in...
Richard Henderson [Thu, 11 Aug 2005 16:56:32 +0000 (09:56 -0700)] 
re PR target/22225 (Tru64 UNIX testsuite failure: gcc.dg/vect/pr18536.c: ICE in in alphaev4_insn_pipe)

        PR target/22225
        * config/alpha/alpha.c (alphaev4_insn_pipe): Add take pipes for
        insn types not present on ev4.
        (alphaev5_insn_pipe): Similarly.

From-SVN: r102996

18 years agore PR target/23250 (4.0.1 switch -mcallee-super-interworking generating wrong code...
Richard Earnshaw [Thu, 11 Aug 2005 14:20:23 +0000 (14:20 +0000)] 
re PR target/23250 (4.0.1 switch -mcallee-super-interworking generating wrong code for ARM7TDMI)

PR target/23250
* arm.c (arm_override_options): If the user has selected callee-super-
interworking, then enable normal interworking.

From-SVN: r102993

18 years ago* ChangeLog: forgot to add ChangeLog entry in previous commit.
François-Xavier Coudert [Thu, 11 Aug 2005 13:51:33 +0000 (13:51 +0000)] 
* ChangeLog: forgot to add ChangeLog entry in previous commit.

From-SVN: r102991

18 years agore PR libfortran/20006 ($ format extension doesn't work)
Francois-Xavier Coudert [Thu, 11 Aug 2005 13:50:13 +0000 (15:50 +0200)] 
re PR libfortran/20006 ($ format extension doesn't work)

PR libfortran/20006
* gfortran.h: Add is_main_program member to symbol_attribute.
* trans-decl: Add a gfor_fndecl_set_std tree.
(gfc_build_builtin_function_decls): Create it.
(gfc_generate_function_code): Add this call at the beginning of
the main program.
* trans.c (gfc_generate_code): Move main_program and attr.
* trans.h: Add declaration for gfor_fndecl_set_std.

* Makefile.am: Add file runtime/compile_options.c.
* Makefile.in: Regenerate.
* libgfortran.h: Create structure compile_options_t. Define the
compile_options variable and GFC_STD_ macros.
* runtime/compile_options.c: New file.
* runtime/error.c (notify_std): New function.
* runtime/main.c (init): Call init_compile_options during
initialization.
* io/format.c: Use the new notify_std function for the $
descriptor extension.

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

Co-Authored-By: Steven Bosscher <stevenb@suse.de>
From-SVN: r102990

18 years ago[multiple changes]
Andrew Haley [Thu, 11 Aug 2005 11:49:26 +0000 (11:49 +0000)] 
[multiple changes]

2005-08-10  Andrew Haley  <aph@redhat.com>

        * java-gimplify.c (java_gimplify_modify_expr): Fix any pointer
        type mismatches to make legal GIMPLE.

2005-08-10  Robin Green <greenrd@greenrd.org>

        PR java/23230:
        * parse.y (maybe_use_access_method): Generalize check from
        java.lang.Object to any superclass of current_class

From-SVN: r102988

18 years agox86-64.h (ASM_OUTPUT_ALIGNED_BSS): Undef before redefinition.
Rainer Orth [Thu, 11 Aug 2005 11:31:45 +0000 (11:31 +0000)] 
x86-64.h (ASM_OUTPUT_ALIGNED_BSS): Undef before redefinition.

* config/i386/x86-64.h (ASM_OUTPUT_ALIGNED_BSS): Undef before
redefinition.

From-SVN: r102987

18 years agosplit-for-gcj.sh: Don't use unportable %{parameter%word}.
Rainer Orth [Thu, 11 Aug 2005 11:29:01 +0000 (11:29 +0000)] 
split-for-gcj.sh: Don't use unportable %{parameter%word}.

* lib/split-for-gcj.sh: Don't use unportable %{parameter%word}.
Don't use unportable !.

From-SVN: r102986

18 years ago* doc/rtl.texi: Fix two typos.
Wu Zhou [Thu, 11 Aug 2005 10:55:35 +0000 (10:55 +0000)] 
* doc/rtl.texi: Fix two typos.

From-SVN: r102985

18 years agore PR c++/23219 (ICE: Segmentation fault in decl_namespace_context)
Nathan Sidwell [Thu, 11 Aug 2005 09:23:57 +0000 (09:23 +0000)] 
re PR c++/23219 (ICE: Segmentation fault in decl_namespace_context)

cp:
PR c++/23219
* name-lookup.c (pushtag): Process the template type before
altering the identifier lookup fields.  Remove unreachable code
creating an empty stub decl.
testsuite:
PR c++/23219
* g++.dg/parse/crash28.C: New.

From-SVN: r102982

18 years agore PR target/23289 (tail call optimization not performed)
Richard Guenther [Thu, 11 Aug 2005 08:59:22 +0000 (08:59 +0000)] 
re PR target/23289 (tail call optimization not performed)

2005-08-11  Richard Guenther  <rguenther@suse.de>

PR target/23289
* config/i386/i386.c (ix86_function_ok_for_sibcall): Handle
cases where we call to/from functions returning void.

* gcc.target/i386/tailcall-1.c: New testcase.

From-SVN: r102981

18 years agovect-67.c: Un-xfail.
James A. Morrison [Thu, 11 Aug 2005 05:15:34 +0000 (05:15 +0000)] 
vect-67.c: Un-xfail.

2005-08-10  James A. Morrison  <phython@gc.gnu.org>

        * gcc.dg/vect/vect-67.c: Un-xfail.

From-SVN: r102978

18 years agore PR c++/23225 (tree check: expected class type, have exceptional (error_mark) in...
James A. Morrison [Thu, 11 Aug 2005 04:21:55 +0000 (04:21 +0000)] 
re PR c++/23225 (tree check: expected class type, have exceptional (error_mark) in build_pointer_type_for_mode, at tree.c:4246)

2005-08-10  James A. Morrison  <phython@gcc.gnu.org>

        PR c++/23225
        * tree.c (build_pointer_type_for_mode): Robustify.

From-SVN: r102977

18 years agoFix problem reported by Mike Stump on the gcc list, useless default defintion.
James E Wilson [Thu, 11 Aug 2005 00:28:04 +0000 (17:28 -0700)] 
Fix problem reported by Mike Stump on the gcc list, useless default defintion.

* defaults.h, config/alpha/alpha.h, config/ia64/ia64.h
(ASM_OUTPUT_ADDR_VEC_ELT): Delete.
* config/alpha/alpha.c (alpha_arg_partial_bytes): Change "(CUM)." to
"cum->".

From-SVN: r102970

18 years agoDaily bump.
GCC Administrator [Thu, 11 Aug 2005 00:16:16 +0000 (00:16 +0000)] 
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r102967.2

18 years agoforgot to add the PR marker:
Andrew Pinski [Wed, 10 Aug 2005 20:31:06 +0000 (13:31 -0700)] 
forgot to add the PR marker:

2005-08-10  Andrew Pinski  <pinskia@physics.uc.edu>

        PR target/21887
        * config/darwin.c (machopic_indirect_data_reference): Use a new register
        for the high part when generating dynamic-no-pic code.

From-SVN: r102960

18 years agore PR libfortran/22143 (missing kinds 1 and 2 for eoshift and cshift)
Thomas Koenig [Wed, 10 Aug 2005 20:16:29 +0000 (20:16 +0000)] 
re PR libfortran/22143 (missing kinds 1 and 2 for eoshift and cshift)

2005-08-10  Thomas Koenig  <Thomas.Koenig@online.de>

PR libfortran/22143
gfortran.h:  Declare new function gfc_resolve_dim_arg.
resolve.c:  New function gfc_resolve_dim_arg.
iresolve.c (gfc_resolve_all):  Use gfc_resolve_dim_arg.
(gfc_resolve_any):  Likewise.
(gfc_resolve_count):  Likewise.
(gfc_resolve_cshift):  Likewise.  If the kind of shift is less
gfc_default_integer_kind, convert it to default integer type.
(gfc_resolve_eoshift):  Likewise.
(gfc_resolve_maxloc):  Use gfc_resolve_dim_arg.
(gfc_resolve_maxval):  Likewise.
(gfc_resolve_minloc):  Likewise.
(gfc_resolve_minval):  Likewise.
(gfc_resolve_product):  Likewise.
(gfc_resolve_spread):  Likewise.
(gfc_resolve_sum):  Likewise.

2005-08-10  Thomas Koenig  <Thomas.Koenig@online.de>

PR libfortran/22143
gfortran.dg/shift-kind.f90:  New testcase.

From-SVN: r102957

18 years agors6000.c (mems_ok_for_quad_peep): Rewrite.
Eric Christopher [Wed, 10 Aug 2005 19:52:55 +0000 (19:52 +0000)] 
rs6000.c (mems_ok_for_quad_peep): Rewrite.

2005-08-10  Eric Christopher  <echristo@apple.com>

        * config/rs6000/rs6000.c (mems_ok_for_quad_peep): Rewrite.
        * config/rs6000/rs6000.md (*lfq_power2, *stfq_power2): Use
        V2DFmode.

From-SVN: r102956

18 years agodarwin.c (machopic_indirect_data_reference): Use a new register for the high part...
Andrew Pinski [Wed, 10 Aug 2005 17:53:52 +0000 (17:53 +0000)] 
darwin.c (machopic_indirect_data_reference): Use a new register for the high part when generating dynamic-no-pic code.

2005-08-10  Andrew Pinski  <pinskia@physics.uc.edu>

        * config/darwin.c (machopic_indirect_data_reference): Use a new register
        for the high part when generating dynamic-no-pic code.

From-SVN: r102955

18 years agoconfig.gcc (i[34567]86-*-linux*): Add i386/t-crtfm to tm-file.
H.J. Lu [Wed, 10 Aug 2005 17:53:01 +0000 (17:53 +0000)] 
config.gcc (i[34567]86-*-linux*): Add i386/t-crtfm to tm-file.

2005-08-10  H.J. Lu  <hongjiu.lu@intel.com>

* config.gcc (i[34567]86-*-linux*): Add i386/t-crtfm to tm-file.
(x86_64-*-linux*): Likewise.

* config/i386/crtfastmath.c: New file.
* config/i386/t-crtfm: Likewise.

* config/i386/linux.h (ENDFILE_SPEC): New.
* config/i386/linux64.h (ENDFILE_SPEC): Likewise.

* config/i386/t-linux64 (EXTRA_MULTILIB_PARTS): Add
crtfastmath.o.

From-SVN: r102954

18 years agore PR libffi/21819 (i*86-*-gnu* not enabled in configure.ac)
Alfred M. Szmidt [Wed, 10 Aug 2005 17:19:03 +0000 (17:19 +0000)] 
re PR libffi/21819 (i*86-*-gnu* not enabled in configure.ac)

2005-08-10  Alfred M. Szmidt  <ams@gnu.org>

PR libffi/21819:
* configure: Rebuilt.
* configure.ac: Handle i*86-*-gnu*.

From-SVN: r102953

18 years agomd.texi: (reduc_smin, reduc_umin, reduc_splus, reduc_uplus):
Dorit Nuzman [Wed, 10 Aug 2005 16:18:17 +0000 (16:18 +0000)] 
md.texi: (reduc_smin, reduc_umin, reduc_splus, reduc_uplus):

        * doc/md.texi: (reduc_smin, reduc_umin, reduc_splus, reduc_uplus):
        (vec_shl, vec_shr): Document new operations.
        * tree.def (VEC_RSHIFT_EXPR, VEC_LSHIFT_EXPR): Fix comment.

From-SVN: r102951

18 years agopredicates.md (indexed_or_indirect_address): New.
David Edelsohn [Wed, 10 Aug 2005 14:21:52 +0000 (14:21 +0000)] 
predicates.md (indexed_or_indirect_address): New.

* config/rs6000/predicates.md (indexed_or_indirect_address): New.
* config/rs6000/rs6000.md (prefetch): Remove operand 0 mode and
change predicate to indexed_or_indirect_address.

From-SVN: r102950

18 years agolib1funcs.asm (__aeabi_uidiv, [...]): New aliases.
Richard Sandiford [Wed, 10 Aug 2005 13:06:52 +0000 (13:06 +0000)] 
lib1funcs.asm (__aeabi_uidiv, [...]): New aliases.

* config/arm/lib1funcs.asm (__aeabi_uidiv, __aeabi_idiv): New aliases.
* config/arm/libgcc-bpabi.ver (GCC_3.5): Add __aeabi_idiv,
__aeabi_uidiv, __aeabi_uread4, __aeabi_uread8, __aeabi_uwrite4
and __aeabi_uwrite8.
* config/arm/unaligned-funcs.c: New file.
* config/arm/t-bpabi (LIB2FUNCS_EXTRA): Add unaligned-funcs.c.

From-SVN: r102947

18 years agobb-reorder.c (pass_duplicate_computed_gotos, [...]): Add dump.
Paolo Bonzini [Wed, 10 Aug 2005 09:02:48 +0000 (09:02 +0000)] 
bb-reorder.c (pass_duplicate_computed_gotos, [...]): Add dump.

2005-08-09  Paolo Bonzini  <bonzini@gnu.org>

* bb-reorder.c (pass_duplicate_computed_gotos, pass_partition_blocks):
Add dump.
* cfglayout.c (pass_insn_locators_initialize): Add dump.
* emit-rtl.c (pass_unshare_all_rtl, pass_remove_unnecessary_notes):
Add dump.
* except.c (pass_convert_to_eh_region_ranges): Add dump.
* final.c (pass_shorten_branches): Add dump.
* flow.c (pass_recompute_reg_usage, pass_remove_death_notes): Add dump.
(pass_life): Rename dump.
(rest_of_handle_flow2): Remove initial verify_flow_info.
* function.c (pass_instantiate_virtual_regs): Add dump.
* integrate.c (pass_initial_value_sets): Add dump.
* jump.c (pass_cleanup_barriers, pass_purge_lineno_notes): Add dump.
* loop-init.c (pass_rtl_loop_init, pass_rtl_loop_done): Rename dump.
(pass_rtl_move_loop_invariants, pass_rtl_unswitch, pass_rtl_doloop,
pass_rtl_unroll_and_peel_loops): Rename dump and add gate.
(gate_rtl_move_loop_invariants, gate_rtl_unswitch, gate_rtl_doloop,
gate_rtl_unrool_and_peel_loops): New.
(rtl_move_loop_invariants, rtl_unswitch, rtl_unrool_and_peel_loops,
rtl_doloop): Do not look at flags.
* mode-switching.c (pass_mode_switching): Add dump.
* recog.c (pass_split_all_insns, pass_split_for_shorten_branches,
pass_split_before_regstack): Add dump.
* regmove.c (pass_stack_adjustments): Add dump.
* tree-optimize.c (pass_fixup_cfg): Add dump.

From-SVN: r102945

18 years agore PR target/23309 (m32r-linux-gcc ICE: in extract_insn, at recog.c)
Kazuhiro Inaoka [Wed, 10 Aug 2005 08:20:18 +0000 (08:20 +0000)] 
re PR target/23309 (m32r-linux-gcc ICE: in extract_insn, at recog.c)

PR 23309
* config/m32r/m32r.c (m32r_reload_lr): Fix off by one error when deciding
  which instruction sequence to use.

From-SVN: r102943

18 years agore PR c++/20646 (ICE on illegal code: "extern static" struct member)
Volker Reichelt [Wed, 10 Aug 2005 00:20:32 +0000 (00:20 +0000)] 
re PR c++/20646 (ICE on illegal code: "extern static" struct member)

PR c++/20646
* decl.c (grokdeclarator): Reset storage_class after error.

* g++.dg/other/mult-stor1.C: New test.

From-SVN: r102935

18 years agoDaily bump.
GCC Administrator [Wed, 10 Aug 2005 00:16:43 +0000 (00:16 +0000)] 
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r102932.2

18 years agopr18299-1.c: Move to ...
Andrew Pinski [Tue, 9 Aug 2005 23:28:16 +0000 (23:28 +0000)] 
pr18299-1.c: Move to ...

2005-08-09  Andrew Pinski  <pinskia@physics.uc.edu>

        * gcc.c-torture/pr18299-1.c: Move to ...
        * gcc.c-torture/compile/pr18299-1.c: Here.

From-SVN: r102927

18 years agocharacter_passing.f90: Fix types for LSAME.
Thomas Koenig [Tue, 9 Aug 2005 20:53:52 +0000 (20:53 +0000)] 
character_passing.f90: Fix types for LSAME.

2005-08-09  Thomas Koenig  <Thomas.Koenig@online.de>

* gfortran/fortran.torture/execute/character_passing.f90:
Fix types for LSAME.

From-SVN: r102925

18 years agopart of PR objc/21992
Andrew Pinski [Tue, 9 Aug 2005 17:53:25 +0000 (17:53 +0000)] 
part of PR objc/21992

2005-08-09  Andrew Pinski  <pinskia@physics.uc.edu>

        part of PR objc/21992
        * objc-act.c (handle_class_ref): The ref decl is always referenced.

From-SVN: r102920