OSDN Git Service

pf3gnuchains/gcc-fork.git
18 years ago * config/s390/s390.c (s390_split_branches): Revert 2005-08-12 change.
uweigand [Sat, 13 Aug 2005 11:08:21 +0000 (11:08 +0000)]
* 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.

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

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

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

18 years ago2005-08-12 Thomas Koenig <Thomas.Koenig@online.de>
tkoenig [Fri, 12 Aug 2005 20:02:43 +0000 (20:02 +0000)]
2005-08-12  Thomas Koenig  <Thomas.Koenig@online.de>

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

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

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

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

18 years ago005-08-12 Thomas Koenig <Thomas.Koenig@online.de>
tkoenig [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.

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

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

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

18 years ago2005-08-12 Morgan Deters <mdeters@morgandeters.com>
tromey [Fri, 12 Aug 2005 16:40:32 +0000 (16:40 +0000)]
2005-08-12  Morgan Deters  <mdeters@morgandeters.com>

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

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

18 years agotoplevel:
bonzini [Fri, 12 Aug 2005 14:18:46 +0000 (14:18 +0000)]
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.

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

18 years ago2005-08-12 Andreas Krebbel <krebbel1@de.ibm.com>
uweigand [Fri, 12 Aug 2005 13:49:18 +0000 (13:49 +0000)]
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.

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

18 years ago2005-08-12 Andreas Krebbel <krebbel1@de.ibm.com>
uweigand [Fri, 12 Aug 2005 13:41:28 +0000 (13:41 +0000)]
2005-08-12  Andreas Krebbel  <krebbel1@de.ibm.com>

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

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

18 years ago2005-08-12 Paul Brook <paul@codesourcery.com>
pbrook [Fri, 12 Aug 2005 13:18:36 +0000 (13:18 +0000)]
2005-08-12  Paul Brook  <paul@codesourcery.com>

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

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

18 years ago2005-08-12 Andreas Krebbel <krebbel1@de.ibm.com>
uweigand [Fri, 12 Aug 2005 12:24:05 +0000 (12:24 +0000)]
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.

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

18 years ago2005-08-12 Andreas Krebbel <krebbel1@de.ibm.com>
uweigand [Fri, 12 Aug 2005 12:10:30 +0000 (12:10 +0000)]
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.

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

18 years ago2005-08-12 Andreas Krebbel <krebbel1@de.ibm.com>
uweigand [Fri, 12 Aug 2005 12:02:21 +0000 (12:02 +0000)]
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.

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

18 years ago2005-08-12 Andreas Krebbel <krebbel1@de.ibm.com>
uweigand [Fri, 12 Aug 2005 11:58:05 +0000 (11:58 +0000)]
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.

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

18 years ago PR c++/8271
nathan [Fri, 12 Aug 2005 09:34:12 +0000 (09:34 +0000)]
PR c++/8271
* g++.dg/template/unify10.C: New.

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

18 years agocp:
nathan [Fri, 12 Aug 2005 09:23:43 +0000 (09:23 +0000)]
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.

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

18 years ago * gcc.c (LINK_SSP_SPEC): Remove space before a trailing }.
kkojima [Fri, 12 Aug 2005 07:57:52 +0000 (07:57 +0000)]
* gcc.c (LINK_SSP_SPEC): Remove space before a trailing }.
(LINK_COMMAND_SPEC): Add space after %(link_ssp).

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

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

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

18 years ago2005-08-11 James A. Morrison <phython@gcc.gnu.org>
phython [Fri, 12 Aug 2005 04:18:48 +0000 (04:18 +0000)]
2005-08-11  James A. Morrison  <phython@gcc.gnu.org>

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

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

18 years agoFix debian bug 307503, error compiling libatomic-ops package.
wilson [Fri, 12 Aug 2005 01:31:35 +0000 (01:31 +0000)]
Fix debian bug 307503, error compiling libatomic-ops package.
* config/ia64/ia64.h (EXTRA_MEMORY_CONSTRAINT): New.

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

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

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

18 years ago PR c++/23266
reichelt [Thu, 11 Aug 2005 22:46:29 +0000 (22:46 +0000)]
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.

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

18 years ago * dwarf2out.c (add_location_or_const_value_attribute): Prefer
jakub [Thu, 11 Aug 2005 21:22:43 +0000 (21:22 +0000)]
* dwarf2out.c (add_location_or_const_value_attribute): Prefer
locations gathered by var-tracking in single entry loc_list
over loc_descriptor_from_tree.

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

18 years ago * dwarf2out.c (concat_loc_descriptor): Add can_use_fbreg argument,
jakub [Thu, 11 Aug 2005 21:21:07 +0000 (21:21 +0000)]
* 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.

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

18 years ago * configure.ac (HAVE_HIDDEN_VISIBILITY_ATTRIBUTE): New test.
jakub [Thu, 11 Aug 2005 21:18:24 +0000 (21:18 +0000)]
* 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.

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

18 years ago * config/rs6000/altivec.md: Change constraint "m" to "Z".
dje [Thu, 11 Aug 2005 21:18:11 +0000 (21:18 +0000)]
    * 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.

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

18 years ago PR middle-end/23312
rth [Thu, 11 Aug 2005 17:12:30 +0000 (17:12 +0000)]
    PR middle-end/23312
        * gimplify.c (gimplify_one_sizepos): Check for INTEGER_TYPE
        before using TYPE_IS_SIZETYPE.

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

18 years ago PR target/22225
rth [Thu, 11 Aug 2005 16:56:32 +0000 (16:56 +0000)]
    PR target/22225
        * config/alpha/alpha.c (alphaev4_insn_pipe): Add take pipes for
        insn types not present on ev4.
        (alphaev5_insn_pipe): Similarly.

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

18 years ago PR target/23250
rearnsha [Thu, 11 Aug 2005 14:20:23 +0000 (14:20 +0000)]
PR target/23250
* arm.c (arm_override_options): If the user has selected callee-super-
interworking, then enable normal interworking.

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

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

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

18 years ago PR libfortran/20006
fxcoudert [Thu, 11 Aug 2005 13:50:13 +0000 (13:50 +0000)]
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.

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

18 years ago2005-08-10 Andrew Haley <aph@redhat.com>
aph [Thu, 11 Aug 2005 11:49:26 +0000 (11:49 +0000)]
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

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

18 years ago * config/i386/x86-64.h (ASM_OUTPUT_ALIGNED_BSS): Undef before
ro [Thu, 11 Aug 2005 11:31:45 +0000 (11:31 +0000)]
* config/i386/x86-64.h (ASM_OUTPUT_ALIGNED_BSS): Undef before
redefinition.

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

18 years ago * lib/split-for-gcj.sh: Don't use unportable %{parameter%word}.
ro [Thu, 11 Aug 2005 11:29:01 +0000 (11:29 +0000)]
* lib/split-for-gcj.sh: Don't use unportable %{parameter%word}.
Don't use unportable !.

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

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

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

18 years agocp:
nathan [Thu, 11 Aug 2005 09:23:57 +0000 (09:23 +0000)]
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.

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

18 years ago2005-08-11 Richard Guenther <rguenther@suse.de>
rguenth [Thu, 11 Aug 2005 08:59:22 +0000 (08:59 +0000)]
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.

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

18 years ago2005-08-10 James A. Morrison <phython@gc.gnu.org>
phython [Thu, 11 Aug 2005 05:15:34 +0000 (05:15 +0000)]
2005-08-10  James A. Morrison  <phython@gc.gnu.org>

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

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

18 years ago2005-08-10 James A. Morrison <phython@gcc.gnu.org>
phython [Thu, 11 Aug 2005 04:21:55 +0000 (04:21 +0000)]
2005-08-10  James A. Morrison  <phython@gcc.gnu.org>

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

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

18 years agoFix problem reported by Mike Stump on the gcc list, useless default defintion.
wilson [Thu, 11 Aug 2005 00:28:04 +0000 (00:28 +0000)]
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->".

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

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

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

18 years agoforgot to add the PR marker:
pinskia [Wed, 10 Aug 2005 20:31:06 +0000 (20:31 +0000)]
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.

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

18 years ago2005-08-10 Thomas Koenig <Thomas.Koenig@online.de>
tkoenig [Wed, 10 Aug 2005 20:16:29 +0000 (20:16 +0000)]
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.

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

18 years ago2005-08-10 Eric Christopher <echristo@apple.com>
echristo [Wed, 10 Aug 2005 19:52:55 +0000 (19:52 +0000)]
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.

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

18 years ago2005-08-10 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Wed, 10 Aug 2005 17:53:52 +0000 (17:53 +0000)]
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.

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

18 years ago2005-08-10 H.J. Lu <hongjiu.lu@intel.com>
hjl [Wed, 10 Aug 2005 17:53:01 +0000 (17:53 +0000)]
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.

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

18 years ago2005-08-10 Alfred M. Szmidt <ams@gnu.org>
tromey [Wed, 10 Aug 2005 17:19:03 +0000 (17:19 +0000)]
2005-08-10  Alfred M. Szmidt  <ams@gnu.org>

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

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

18 years ago * doc/md.texi: (reduc_smin, reduc_umin, reduc_splus, reduc_uplus):
dorit [Wed, 10 Aug 2005 16:18:17 +0000 (16:18 +0000)]
    * 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.

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

18 years ago * config/rs6000/predicates.md (indexed_or_indirect_address): New.
dje [Wed, 10 Aug 2005 14:21:52 +0000 (14:21 +0000)]
* 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.

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

18 years ago * config/arm/lib1funcs.asm (__aeabi_uidiv, __aeabi_idiv): New aliases.
rsandifo [Wed, 10 Aug 2005 13:06:52 +0000 (13:06 +0000)]
* 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.

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

18 years ago2005-08-09 Paolo Bonzini <bonzini@gnu.org>
bonzini [Wed, 10 Aug 2005 09:02:48 +0000 (09:02 +0000)]
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.

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

18 years agoPR 23309
nickc [Wed, 10 Aug 2005 08:20:18 +0000 (08:20 +0000)]
PR 23309
* config/m32r/m32r.c (m32r_reload_lr): Fix off by one error when deciding
  which instruction sequence to use.

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

18 years ago PR c++/20646
reichelt [Wed, 10 Aug 2005 00:20:32 +0000 (00:20 +0000)]
PR c++/20646
* decl.c (grokdeclarator): Reset storage_class after error.

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

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

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

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

18 years ago2005-08-09 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Tue, 9 Aug 2005 23:28:16 +0000 (23:28 +0000)]
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.

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

18 years ago2005-08-09 Thomas Koenig <Thomas.Koenig@online.de>
tkoenig [Tue, 9 Aug 2005 20:53:52 +0000 (20:53 +0000)]
2005-08-09  Thomas Koenig  <Thomas.Koenig@online.de>

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

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

18 years ago2005-08-09 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Tue, 9 Aug 2005 17:53:25 +0000 (17:53 +0000)]
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.

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

18 years ago2005-08-09 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Tue, 9 Aug 2005 17:51:27 +0000 (17:51 +0000)]
2005-08-09  Andrew Pinski  <pinskia@physics.uc.edu>

        * testsuite/26_numerics/cmath/c99_classification_macros_c.cc:
        xfail on *-*-darwin*.

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

18 years ago * check.c (gfc_check_ttynam_sub, gfc_check_isatty): Add check
fxcoudert [Tue, 9 Aug 2005 17:33:17 +0000 (17:33 +0000)]
* check.c (gfc_check_ttynam_sub, gfc_check_isatty): Add check
functions for new intrinsics TTYNAM and ISATTY.
* intrinsic.c (add_functions, add_subroutines): Add new
intrinsics.
* intrinsic.h: Add prototypes for new check and resolve
functions.
* iresolve.c (gfc_resolve_isatty, gfc_resolve_ttynam_sub): New
resolve functions for intrinsics TTYNAM and ISATTY.
* gfortran.h (gfc_generic_isym_id): Add symbol for ISATTY.
* trans-intrinsic.c: Add case for GFC_ISYM_ISATTY.
* Makefile.am: Add file intrinsics/tty.c to Makefile process.
* Makefile.in: Regenerate.
* io/io.h: Prototypes for new functions stream_isatty and
stream_ttyname.
* io/unix (stream_isatty, stream_ttyname): New functions to call
isatty() and ttyname() on a given unit.
* intrinsics/tty.c: New file to implement g77 intrinsics TTYNAM
and ISATTY.

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

18 years ago * tree-vect-transform.c (vect_create_epilog_for_reduction): Set
dorit [Tue, 9 Aug 2005 15:58:59 +0000 (15:58 +0000)]
* tree-vect-transform.c (vect_create_epilog_for_reduction): Set
        BIT_FIELD_REF_UNSIGNED for newly created BIT_FIELD_REFs.

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

18 years ago2005-08-09 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Tue, 9 Aug 2005 13:37:14 +0000 (13:37 +0000)]
2005-08-09  Andrew Pinski  <pinskia@physics.uc.edu>

        * objc.dg/try-catch-8.m: Enable for all targets.

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

18 years ago2005-08-09 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 9 Aug 2005 12:05:09 +0000 (12:05 +0000)]
2005-08-09  Richard Guenther  <rguenther@suse.de>

* c-common.c (builtin_function_2): Remove.
(def_builtin_1): New function.
(c_common_nodes_and_builtins): Use def_builtin_1 to
build builtin functions.

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

18 years ago * config/bfin/uclinux.h (NO_IMPLICIT_EXTERN_C): Define.
bernds [Tue, 9 Aug 2005 09:47:52 +0000 (09:47 +0000)]
* config/bfin/uclinux.h (NO_IMPLICIT_EXTERN_C): Define.
* config/bfin/elf.h (NO_IMPLICIT_EXTERN_C): Define.
* config/bfin/bfin.c (bfin_return_in_memory): Update to really match
Visual DSP.

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

18 years ago * scanner.c (preprocessor_line): Don't write beyond the end of flag
jakub [Tue, 9 Aug 2005 08:08:28 +0000 (08:08 +0000)]
* scanner.c (preprocessor_line): Don't write beyond the end of flag
buffer.

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

18 years ago * src/powerpc/ppc_closure.S (ffi_closure_SYSV): Use
jakub [Tue, 9 Aug 2005 08:06:16 +0000 (08:06 +0000)]
* src/powerpc/ppc_closure.S (ffi_closure_SYSV): Use
DW_CFA_offset_extended_sf rather than
DW_CFA_GNU_negative_offset_extended.
* src/powerpc/sysv.S (ffi_call_SYSV): Likewise.

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

18 years ago2005-08-09 James A. Morrison <phython@gcc.gnu.org>
phython [Tue, 9 Aug 2005 04:24:56 +0000 (04:24 +0000)]
2005-08-09  James A. Morrison  <phython@gcc.gnu.org>

        * tree-ssa-loop-niter.c (tree_simplify_using_condition_1): Use
        fold_binary instead of fold_build2 since we don't care about the
        resulting tree.
        (loop_niter_by_eval): Likewise.
        (compare_trees): Likewise.
        (proved_non_wrapping_p): Likewise.

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

18 years ago2005-08-09 James A. Morrison <phython@gcc.gnu.org>
phython [Tue, 9 Aug 2005 04:21:26 +0000 (04:21 +0000)]
2005-08-09  James A. Morrison  <phython@gcc.gnu.org>

        PR c/23161
        PR c/23165
        * c-typeck.c (c_finish_if_stmt): Look into STATEMENT_LISTs to see
        if the if is really empty.

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

18 years agogcc/
steven [Tue, 9 Aug 2005 03:28:38 +0000 (03:28 +0000)]
gcc/
PR tree-optimization/23234
* tree-ssa-math-opts.c (place_reciprocal): New enum.
(execute_cse_reciprocals_1): Replace the 'phi' argument with an
argument of the new enum.
(execute_cse_reciprocals): Add reciprocals for function arguments
on the unique successor edge of the entry block.  Update other calls
to execute_cse_reciprocals_1.

testsuite/
PR tree-optimization/23234
* gcc.dg/tree-ssa/pr23234.c: New test.

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

18 years ago2005-08-08 Jerry DeLisle <jvdelisle@verizon.net>
jvdelisle [Tue, 9 Aug 2005 01:56:04 +0000 (01:56 +0000)]
2005-08-08  Jerry DeLisle  <jvdelisle@verizon.net>

        PR libfortran/23154
        * io/transfer.c (data_transfer_init): Initialize
        current_unit->bytes_left for a read.

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

18 years agoDaily bump.
gccadmin [Tue, 9 Aug 2005 00:16:16 +0000 (00:16 +0000)]
Daily bump.

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

18 years ago PR 22439
rth [Mon, 8 Aug 2005 21:38:24 +0000 (21:38 +0000)]
    PR 22439
        * gimplify.c (gimplify_one_sizepos): Preserve the original type.

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

18 years ago * expr.c (write_complex_part): Return after handling MEM.
bwilson [Mon, 8 Aug 2005 19:47:59 +0000 (19:47 +0000)]
* expr.c (write_complex_part): Return after handling MEM.

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

18 years ago PR rtl-optimization/23241
jconner [Mon, 8 Aug 2005 18:30:09 +0000 (18:30 +0000)]
PR rtl-optimization/23241
* combine.c (simplify_comparison): Fix error in determining
whether to lift a subreg from comparison.

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

18 years ago PR rtl-optimization/23241
jconner [Mon, 8 Aug 2005 18:28:46 +0000 (18:28 +0000)]
PR rtl-optimization/23241
* gcc.dg/char-compare.c: New test.

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

18 years ago PR c++/22508
reichelt [Mon, 8 Aug 2005 17:03:33 +0000 (17:03 +0000)]
PR c++/22508
* init.c (build_new_1): Check for empty candidate list.

* g++.dg/init/new13.C: New test.

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

18 years ago PR target/18506
dje [Mon, 8 Aug 2005 16:36:26 +0000 (16:36 +0000)]
PR target/18506
* config/rs6000/altivec.md (vec_init<mode>): New.
(vec_set<mode>): New.
(vec_extract<mode>): New.
* config/rs6000/rs6000.c (rs6000_expand_vector_init): New.
(rs6000_expand_vector_set): New.
(rs6000_expand_vector_extract): New.
(rs6000_legitimate_offset_address_p): Offset addresses are valid
for Altivec modes before reload.
(altivec_expand_vec_init_builtin): New.
(get_element_number): New.
(altivec_expand_vec_set_builtin): New.
(altivec_expand_vec_ext_builtin): New.
(altivec_expand_builtin): Expand vec_init, vec_set, and vec_ext
builtins.
(altivec_init_builtins): Init vec_init, vec_set, and vec_ext
builtins.
* config/rs6000/rs6000.h (rs6000_builtins): Add
ALTIVEC_BUILTIN_VEC_INIT_<mode>, ALTIVEC_BUILTIN_VEC_SET_<mode>,
ALTIVEC_BUILTIN_VEC_EXT_<mode>.
* config/rs6000/rs6000-protos.h: Declare new functions.

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

18 years ago * i386.c (legitimate_pic_address_disp_p): Refuse GOTOFF in 64bit mode.
hubicka [Mon, 8 Aug 2005 16:29:51 +0000 (16:29 +0000)]
* i386.c (legitimate_pic_address_disp_p): Refuse GOTOFF in 64bit mode.
(legitimate_address_p): Refuse GOT and GOTOFF in 64bit mode.
* i386.md (movdi*): Use pic_32bit_operand.
* predicates.md (pic_32bit_operand): New.

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

18 years ago * class.c (build_class_ref): Wrap the primary class type in a
nathan [Mon, 8 Aug 2005 14:56:18 +0000 (14:56 +0000)]
* class.c (build_class_ref): Wrap the primary class type in a
NOP_EXPR.
* parse.y (java_complete_lhs) <COMPONENT_REF case>: Extract the
primary class type from the NOP_EXPR in which it was placed.

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

18 years ago.:
nathan [Mon, 8 Aug 2005 14:22:35 +0000 (14:22 +0000)]
.:
PR c++/21166
* stor-layout.c (finalize_type_size): Undo DECL_PACKED when possible.
testsuite:
PR c++/21166
* g++.dg/other/crash-4.C: Adjust
* g++/dg/ext/packed9.C: New.

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

18 years ago2005-08-08 Paolo Bonzini <bonzini@gnu.org>
bonzini [Mon, 8 Aug 2005 09:19:17 +0000 (09:19 +0000)]
2005-08-08  Paolo Bonzini  <bonzini@gnu.org>

* configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
tools; remove code to manually set them.
(Target tools): Look in the environment for them.
* Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
(AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
build directory.
(CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
(CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
* configure: Regenerate.
* Makefile.in: Regenerate.

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

18 years ago PR middle-end/21964
rsandifo [Mon, 8 Aug 2005 07:45:22 +0000 (07:45 +0000)]
PR middle-end/21964
* gcc.c-torture/execute/pr21964-1.c: New test.

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

18 years ago PR c/22458
rsandifo [Mon, 8 Aug 2005 07:38:30 +0000 (07:38 +0000)]
PR c/22458
* gcc.dg/pr22458-1.c: New test.

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

18 years ago2005-08-07 James A. Morrison <phython@gcc.gnu.org>
phython [Mon, 8 Aug 2005 04:43:23 +0000 (04:43 +0000)]
2005-08-07  James A. Morrison  <phython@gcc.gnu.org>

        * tree-vrp.c (simplify_div_or_mod_using_range): Use build2.
        (test_for_singularity): Use fold_build2.

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

18 years ago * pa64-regs.h (CONDITIONAL_REGISTER_USAGE): Fix loop upper bound.
danglin [Mon, 8 Aug 2005 02:19:39 +0000 (02:19 +0000)]
* pa64-regs.h (CONDITIONAL_REGISTER_USAGE): Fix loop upper bound.

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

18 years agoDaily bump.
gccadmin [Mon, 8 Aug 2005 00:16:16 +0000 (00:16 +0000)]
Daily bump.

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

18 years agoForgot to remove and add these files in the previous commit.
kargl [Sun, 7 Aug 2005 22:59:00 +0000 (22:59 +0000)]
Forgot to remove and add these files in the previous commit.
* io/backspace.c: File removed, contents moved to ...
* io/endfile.c: Ditto.
* io/rewind.c: Ditto.
* io/file_pos.c: New file, ... here.

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

18 years ago2005-08-07 Janne Blomqvist <jblomqvi@cc.hut.fi>
kargl [Sun, 7 Aug 2005 22:56:19 +0000 (22:56 +0000)]
2005-08-07   Janne Blomqvist <jblomqvi@cc.hut.fi>

        PR fortran/22390
        * dump-parse-tree.c (gfc_show_code_node): Add case for FLUSH.
        * gfortran.h: Add enums for FLUSH.
        * io.c (gfc_free_filepos,match_file_element,match_filepos): Modify
        comment appropriately.  (gfc_match_flush): New function.
        * match.c (gfc_match_if): Add match for flush.
        * match.h: Add prototype.
        * parse.c (decode_statement): Add flush to 'f' case.
        (next_statement): Add case for flush. (gfc_ascii_statement): Likewise.
        * resolve.c (resolve_code): Add flush case.
        * st.c (gfc_free_statement): Add flush case.
        * trans-io.c: Add prototype for flush.
        (gfc_build_io_library_fndecls): Build fndecl for flush.
        (gfc_trans_flush): New function.
        * trans-stmt.h: Add prototype.
        * trans.c (gfc_trans_code): Add case for flush.

2005-08-07  Janne Blomqvist  <jblomqvi@cc.hut.fi>

        PR fortran/22390
        * io/backspace.c: File removed, contents moved to ...
        * io/endfile.c: Ditto.
        * io/rewind.c: Ditto.
        * io/file_pos.c: New file, ... here.
        * Makefile.am: Add file_pos.c to list, remove obsolete files.
        * Makefile.in: Regenerated.

2005-08-07  Janne Blomqvist <jblomqvi@cc.hut.fi>
            Steven G. Kargl <kargls@comcast.net>

        PR fortran/22390
        * gfortran.dg/flush_1.f90: New test.

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

18 years ago * config/i386/cygming.h (SUBTARGET_ENCODE_SECTION_INFO): Define.
dannysmith [Sun, 7 Aug 2005 21:13:27 +0000 (21:13 +0000)]
* config/i386/cygming.h (SUBTARGET_ENCODE_SECTION_INFO): Define.
(COMMON_ASM_OP) Define.
* config/i386/i386.c (ix86_in_large_data_p): Add ATTRIBUTE_UNUSED
(ix86_encode_section_info): Likewise.
(TARGET_ENCODE_SECTION_INFO): Conditionally define as
SUBTARGET_ENCODE_SECTION_INFO.

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

18 years agoFinish checkin of date: 2005/06/14 23:59:47; author: ro;
korbb [Sun, 7 Aug 2005 19:14:12 +0000 (19:14 +0000)]
Finish checkin of date: 2005/06/14 23:59:47;  author: ro;
for rev 1.23 of inclhack.def:  adjust tests/base/math.h for new
content for AAB_darwin7_9_long_double_funcs_2 fix.

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

18 years ago PR 21894
rth [Sun, 7 Aug 2005 19:01:09 +0000 (19:01 +0000)]
    PR 21894
        * tree-nested.c (convert_local_reference): Save and restore val_only
        around component_ref and friends.  Clear walk_subtrees by default.

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

18 years ago2005-08-07 James A. Morrison <phython@gcc.gnu.org>
phython [Sun, 7 Aug 2005 16:36:33 +0000 (16:36 +0000)]
2005-08-07  James A. Morrison  <phython@gcc.gnu.org>

        * tree-convert.c (convert): Use fold_build1 instead of
        fold (build1.

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

18 years agoMake Darwin -bundle option work. Patch from Peter O'Gorman.
wilson [Sun, 7 Aug 2005 02:39:12 +0000 (02:39 +0000)]
Make Darwin -bundle option work.  Patch from Peter O'Gorman.
PR 21366
* gcc.c (process_command): Check the argument to -b has a dash.
* doc/invoke.texi: Update -b and -V docs.

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

18 years agoDelete unused obsolete files for irix5cross64 configure target.
wilson [Sun, 7 Aug 2005 00:26:01 +0000 (00:26 +0000)]
Delete unused obsolete files for irix5cross64 configure target.
* config/mips/cross64.h, config/mips/t-cross64: Delete.

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

18 years agoDaily bump.
gccadmin [Sun, 7 Aug 2005 00:17:18 +0000 (00:17 +0000)]
Daily bump.

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

18 years ago * io/io.h: Change DEFAULT_TEMPDIR to /tmp instead of /var/tmp.
fxcoudert [Sat, 6 Aug 2005 22:57:46 +0000 (22:57 +0000)]
* io/io.h: Change DEFAULT_TEMPDIR to /tmp instead of /var/tmp.
* io/unix.c (tempfile): Look at the TEMP environment variable
to find the temporary files directory. Whitespace correction.

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

18 years ago PR c++/23191
reichelt [Sat, 6 Aug 2005 22:38:44 +0000 (22:38 +0000)]
PR c++/23191
* pt.c (tsubst) <case METHOD_TYPE>: Check for error_mark_node
before calling build_exception_variant.

* g++.dg/template/eh2.C: New test.

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

18 years ago PR c++/19498
reichelt [Sat, 6 Aug 2005 22:22:47 +0000 (22:22 +0000)]
PR c++/19498
* pt.c (tsubst_decl) <case TEMPLATE_DECL>: Return ERROR_MARK_NODE
if substitution of template args did not succeed.

* g++.dg/template/instantiate7.C: New test.

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

18 years ago * method.c (use_thunk): Call init_insn_lengths.
matz [Sat, 6 Aug 2005 21:25:09 +0000 (21:25 +0000)]
* method.c (use_thunk): Call init_insn_lengths.

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

18 years ago * genattrtab.c (write_attr_get, write_attr_case): Use insn_code
matz [Sat, 6 Aug 2005 21:11:54 +0000 (21:11 +0000)]
* genattrtab.c (write_attr_get, write_attr_case): Use insn_code
member only if only one insn is associated with the value.

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