platform/upstream/gcc.git
19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 years agoc99_classification_macros_c.cc: xfail on *-*-darwin*.
Andrew Pinski [Tue, 9 Aug 2005 17:51:27 +0000 (17:51 +0000)]
c99_classification_macros_c.cc: xfail on *-*-darwin*.

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

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

From-SVN: r102919

19 years agocheck.c (gfc_check_ttynam_sub, [...]): Add check functions for new intrinsics TTYNAM...
François-Xavier Coudert [Tue, 9 Aug 2005 17:33:17 +0000 (17:33 +0000)]
check.c (gfc_check_ttynam_sub, [...]): Add check functions for new intrinsics TTYNAM and ISATTY.

* 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.

From-SVN: r102915

19 years agotree-vect-transform.c (vect_create_epilog_for_reduction): Set BIT_FIELD_REF_UNSIGNED...
Dorit Nuzman [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.

* tree-vect-transform.c (vect_create_epilog_for_reduction): Set
        BIT_FIELD_REF_UNSIGNED for newly created BIT_FIELD_REFs.

From-SVN: r102913

19 years agotry-catch-8.m: Enable for all targets.
Andrew Pinski [Tue, 9 Aug 2005 13:37:14 +0000 (13:37 +0000)]
try-catch-8.m: Enable for all targets.

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

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

From-SVN: r102912

19 years agoc-common.c (builtin_function_2): Remove.
Richard Guenther [Tue, 9 Aug 2005 12:05:09 +0000 (12:05 +0000)]
c-common.c (builtin_function_2): Remove.

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.

From-SVN: r102911

19 years agouclinux.h (NO_IMPLICIT_EXTERN_C): Define.
Jie Zhang [Tue, 9 Aug 2005 09:47:52 +0000 (09:47 +0000)]
uclinux.h (NO_IMPLICIT_EXTERN_C): Define.

* 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.

From-SVN: r102906

19 years agoscanner.c (preprocessor_line): Don't write beyond the end of flag buffer.
Jakub Jelinek [Tue, 9 Aug 2005 08:08:28 +0000 (10:08 +0200)]
scanner.c (preprocessor_line): Don't write beyond the end of flag buffer.

* scanner.c (preprocessor_line): Don't write beyond the end of flag
buffer.

From-SVN: r102902

19 years agoppc_closure.S (ffi_closure_SYSV): Use DW_CFA_offset_extended_sf rather than DW_CFA_GN...
Jakub Jelinek [Tue, 9 Aug 2005 08:06:16 +0000 (10:06 +0200)]
ppc_closure.S (ffi_closure_SYSV): Use DW_CFA_offset_extended_sf rather than DW_CFA_GNU_negative_offset_extended.

* 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.

From-SVN: r102900

19 years agotree-ssa-loop-niter.c (tree_simplify_using_condition_1): Use fold_binary instead...
James A. Morrison [Tue, 9 Aug 2005 04:24:56 +0000 (04:24 +0000)]
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.

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.

From-SVN: r102897

19 years agore PR c/23161 (Labels and empty statement warnings)
James A. Morrison [Tue, 9 Aug 2005 04:21:26 +0000 (04:21 +0000)]
re PR c/23161 (Labels and empty statement warnings)

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.

From-SVN: r102896

19 years agore PR tree-optimization/23234 (ICE in verify_flow_info())
Steven Bosscher [Tue, 9 Aug 2005 03:28:38 +0000 (03:28 +0000)]
re PR tree-optimization/23234 (ICE in verify_flow_info())

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.

From-SVN: r102895

19 years agore PR libfortran/23154 (Currupt string and segfault in formatted read.)
Jerry DeLisle [Tue, 9 Aug 2005 01:56:04 +0000 (01:56 +0000)]
re PR libfortran/23154 (Currupt string and segfault in formatted read.)

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.

From-SVN: r102893

19 years agoDaily bump.
GCC Administrator [Tue, 9 Aug 2005 00:16:16 +0000 (00:16 +0000)]
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r102889.2

19 years agore PR middle-end/22439 (ICE with char VLA and __SIZE_TYPE__ argument (so no cast))
Richard Henderson [Mon, 8 Aug 2005 21:38:24 +0000 (14:38 -0700)]
re PR middle-end/22439 (ICE with char VLA and __SIZE_TYPE__ argument (so no cast))

        PR 22439
        * gimplify.c (gimplify_one_sizepos): Preserve the original type.

From-SVN: r102879

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

From-SVN: r102878

19 years agore PR rtl-optimization/23241 (Invalid code generated for comparison of uchar to 255)
Josh Conner [Mon, 8 Aug 2005 18:30:09 +0000 (18:30 +0000)]
re PR rtl-optimization/23241 (Invalid code generated for comparison of uchar to 255)

PR rtl-optimization/23241
* combine.c (simplify_comparison): Fix error in determining
whether to lift a subreg from comparison.

From-SVN: r102869

19 years agore PR rtl-optimization/23241 (Invalid code generated for comparison of uchar to 255)
Josh Conner [Mon, 8 Aug 2005 18:28:46 +0000 (18:28 +0000)]
re PR rtl-optimization/23241 (Invalid code generated for comparison of uchar to 255)

PR rtl-optimization/23241
* gcc.dg/char-compare.c: New test.

From-SVN: r102868

19 years agore PR c++/22508 (ICE after invalid operator new)
Volker Reichelt [Mon, 8 Aug 2005 17:03:33 +0000 (17:03 +0000)]
re PR c++/22508 (ICE after invalid operator new)

PR c++/22508
* init.c (build_new_1): Check for empty candidate list.

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

From-SVN: r102863

19 years agore PR target/18506 (Altivec definitions of vec_init)
David Edelsohn [Mon, 8 Aug 2005 16:36:26 +0000 (16:36 +0000)]
re PR target/18506 (Altivec definitions of vec_init)

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.

From-SVN: r102861

19 years agoi386.c (legitimate_pic_address_disp_p): Refuse GOTOFF in 64bit mode.
Jan Hubicka [Mon, 8 Aug 2005 16:29:51 +0000 (18:29 +0200)]
i386.c (legitimate_pic_address_disp_p): Refuse GOTOFF in 64bit mode.

* 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.

From-SVN: r102860

19 years agoclass.c (build_class_ref): Wrap the primary class type in a NOP_EXPR.
Nathan Sidwell [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.

* 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.

From-SVN: r102859

19 years agore PR c++/21166 (g++ gives error on reference to packed structure elements)
Nathan Sidwell [Mon, 8 Aug 2005 14:22:35 +0000 (14:22 +0000)]
re PR c++/21166 (g++ gives error on reference to packed structure elements)

.: 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.

From-SVN: r102858

19 years agoconfigure.in (CC_FOR_TARGET, [...]): Find them with NCN_STRICT_CHECK_TARGET_TOOL...
Paolo Bonzini [Mon, 8 Aug 2005 09:19:17 +0000 (09:19 +0000)]
configure.in (CC_FOR_TARGET, [...]): Find them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target tools...

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.

From-SVN: r102855

19 years agore PR middle-end/21964 (broken tail call at -O2 or more)
Richard Sandiford [Mon, 8 Aug 2005 07:45:22 +0000 (07:45 +0000)]
re PR middle-end/21964 (broken tail call at -O2 or more)

PR middle-end/21964
* gcc.c-torture/execute/pr21964-1.c: New test.

From-SVN: r102850

19 years agore PR c/22458 (ICE on missing brace)
Richard Sandiford [Mon, 8 Aug 2005 07:38:30 +0000 (07:38 +0000)]
re PR c/22458 (ICE on missing brace)

PR c/22458
* gcc.dg/pr22458-1.c: New test.

From-SVN: r102845

19 years agotree-vrp.c (simplify_div_or_mod_using_range): Use build2.
James A. Morrison [Mon, 8 Aug 2005 04:43:23 +0000 (04:43 +0000)]
tree-vrp.c (simplify_div_or_mod_using_range): Use build2.

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.

From-SVN: r102844

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

From-SVN: r102841

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

[[Split portion of a mixed commit.]]

From-SVN: r102838.2

19 years agoForgot to remove and add these files in the previous commit.
Steven G. 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.

From-SVN: r102836

19 years ago[multiple changes]
Janne Blomqvist [Sun, 7 Aug 2005 22:56:19 +0000 (01:56 +0300)]
[multiple changes]

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.

Co-Authored-By: Steven G. Kargl <kargls@comcast.net>
From-SVN: r102835

19 years agocygming.h (SUBTARGET_ENCODE_SECTION_INFO): Define.
Danny Smith [Sun, 7 Aug 2005 21:13:27 +0000 (21:13 +0000)]
cygming.h (SUBTARGET_ENCODE_SECTION_INFO): Define.

* 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.

From-SVN: r102834

19 years agoFinish checkin of date: 2005/06/14 23:59:47; author: ro;
Bruce Korb [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.

From-SVN: r102833

19 years agore PR middle-end/21894 (Invalid operand to binary operator with nested function)
Richard Henderson [Sun, 7 Aug 2005 19:01:09 +0000 (12:01 -0700)]
re PR middle-end/21894 (Invalid operand to binary operator with nested function)

        PR 21894
        * tree-nested.c (convert_local_reference): Save and restore val_only
        around component_ref and friends.  Clear walk_subtrees by default.

From-SVN: r102832

19 years agotree-convert.c (convert): Use fold_build1 instead of fold (build1.
James A. Morrison [Sun, 7 Aug 2005 16:36:33 +0000 (16:36 +0000)]
tree-convert.c (convert): Use fold_build1 instead of fold (build1.

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

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

From-SVN: r102831

19 years agoMake Darwin -bundle option work. Patch from Peter O'Gorman.
Peter O'Gorman [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.

From-SVN: r102829

19 years agoDelete unused obsolete files for irix5cross64 configure target.
James E Wilson [Sun, 7 Aug 2005 00:26:01 +0000 (17:26 -0700)]
Delete unused obsolete files for irix5cross64 configure target.

* config/mips/cross64.h, config/mips/t-cross64: Delete.

From-SVN: r102828

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

[[Split portion of a mixed commit.]]

From-SVN: r102825.2

19 years agoio.h: Change DEFAULT_TEMPDIR to /tmp instead of /var/tmp.
Francois-Xavier Coudert [Sat, 6 Aug 2005 22:57:46 +0000 (00:57 +0200)]
io.h: Change DEFAULT_TEMPDIR to /tmp instead of /var/tmp.

* 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.

From-SVN: r102822

19 years agore PR c++/23191 (ICE on invalid throw in template)
Volker Reichelt [Sat, 6 Aug 2005 22:38:44 +0000 (22:38 +0000)]
re PR c++/23191 (ICE on invalid throw in template)

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.

From-SVN: r102819

19 years agore PR c++/19498 (ICE on invalid reference in template parameter)
Volker Reichelt [Sat, 6 Aug 2005 22:22:47 +0000 (22:22 +0000)]
re PR c++/19498 (ICE on invalid reference in template parameter)

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.

From-SVN: r102818

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

From-SVN: r102817

19 years agogenattrtab.c (write_attr_get, [...]): Use insn_code member only if only one insn...
Michael Matz [Sat, 6 Aug 2005 21:11:54 +0000 (21:11 +0000)]
genattrtab.c (write_attr_get, [...]): Use insn_code member only if only one insn is associated with the value.

* genattrtab.c (write_attr_get, write_attr_case): Use insn_code
member only if only one insn is associated with the value.

From-SVN: r102816

19 years ago* primary.c (match_hollerith_constant): Fix typo.
Francois-Xavier Coudert [Sat, 6 Aug 2005 19:18:45 +0000 (21:18 +0200)]
* primary.c (match_hollerith_constant): Fix typo.

From-SVN: r102814

19 years agore PR treelang/23072 (multiple runs of treelang testsuite does not work...)
James A. Morrison [Sat, 6 Aug 2005 18:25:31 +0000 (18:25 +0000)]
re PR treelang/23072 (multiple runs of treelang testsuite does not work...)

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

        PR treelang/23072
        * Make-lang.in: Remove old testing cruft.

From-SVN: r102813

19 years ago* io/unix.c: Add O_RDWR to open() call.
Francois-Xavier Coudert [Sat, 6 Aug 2005 15:38:49 +0000 (17:38 +0200)]
* io/unix.c: Add O_RDWR to open() call.

From-SVN: r102811

19 years agoconfig/stormy16/stormy16.h (SYMBOL_FLAG_XSTORMY16_BELOW100): New define.
Nick Clifton [Sat, 6 Aug 2005 13:50:42 +0000 (13:50 +0000)]
config/stormy16/stormy16.h (SYMBOL_FLAG_XSTORMY16_BELOW100): New define.

 (ASM_OUTPUT_LABELREF): Delete - it is no longer needed.
config/stormy16/stormy16.c (xstormy16_below100_symbol): Check symbol flags
    instead of symbol name mangling.
  (xstormy16_asm_output_aligned_common): Likewise.  Also simplify code since
    the bss100_section cass is the only case where the below100 code will be
    triggered.
  (xstormy16_encode_section_info): Encode below100 attribute using the
    SYMBOL_FLAG_XSTORMY16_BELOW100 instead of mangling the name.
  (xstormy16_strip_name_encoding): Delete - this function is no longer needed.
  (TARGET_STRIP_NAME_ENCODING): Undefine.
config/stormy16/stormy16-protos.h: Delete prototype for
    xstormy16_strip_name_encoding.

From-SVN: r102810

19 years agoMakefile.in, [...]: Fix comment/doc typos.
Kazu Hirata [Sat, 6 Aug 2005 13:26:35 +0000 (13:26 +0000)]
Makefile.in, [...]: Fix comment/doc typos.

* Makefile.in, cfgexpand.c, cfgloop.h, cfgloopmanip.c,
config.gcc, ipa-cp.c, ipa-prop.c, ipa-prop.h, reg-stack.c,
tree-ssa-structalias.c, tree-vrp.c, value-prof.c, vec.h,
config/linux.h, config/alpha/alpha.h, config/alpha/linux.h,
config/alpha/predicates.md, config/arc/arc.h,
config/arm/arm.h, config/arm/ieee754-df.S,
config/arm/ieee754-sf.S, config/bfin/bfin.c,
config/bfin/bfin.h, config/c4x/c4x.h, config/crx/crx.c,
config/fr30/fr30.h, config/frv/frv.h, config/h8300/h8300.h,
config/i386/i386.h, config/ia64/ia64.c, config/ia64/ia64.h,
config/m68hc11/m68hc11.h, config/mips/mips.c,
config/mips/mips.h, config/mips/openbsd.h,
config/mn10300/mn10300.h, config/pa/pa.c, config/pa/pa.h,
config/pdp11/pdp11.h, config/rs6000/linux-unwind.h,
config/rs6000/rs6000.c, config/rs6000/rs6000.h,
config/s390/s390.c, config/sh/sh.c, config/sh/sh.h,
config/sparc/linux.h, config/sparc/linux64.h,
config/sparc/sparc.h, config/v850/v850.h, config/vax/vax.h,
doc/extend.texi, doc/gcov.texi, doc/install.texi,
doc/invoke.texi, doc/rtl.texi, doc/tm.texi: Fix comment/doc
typos.  Follow spelling conventions.

From-SVN: r102809

19 years agodecl.c, [...]: Fix comment/doc typos.
Kazu Hirata [Sat, 6 Aug 2005 12:56:19 +0000 (12:56 +0000)]
decl.c, [...]: Fix comment/doc typos.

* decl.c, dump-parse-tree.c, gfortran.texi, intrinsic.texi,
invoke.texi, resolve.c, trans-array.c, trans-array.h,
trans-common.c, trans-expr.c, trans-io.c, trans.h: Fix
comment/doc typos.  Follow spelling conventions.

From-SVN: r102806

19 years agore PR c/23113 (The -Wunused (value computed is not used) option missed an important...
Joseph Myers [Sat, 6 Aug 2005 11:31:49 +0000 (12:31 +0100)]
re PR c/23113 (The -Wunused (value computed is not used) option missed an important case)

PR c/23113
* stmt.c (warn_if_unused_value): Check TREE_NO_WARNING at start.
Don't handle NOP_EXPR, CONVERT_EXPR and NON_LVALUE_EXPR
specially.  Check for side effects only for COND_EXPR.
* c-typeck.c (c_finish_stmt_expr): Mark statement expression
return with TREE_NO_WARNING.

testsuite:
* gcc.dg/Wunused-value-1.c: New test.

From-SVN: r102805

19 years agore PR rtl-optimization/23233 (Loop optimisation ICE for subreg addresses)
Richard Sandiford [Sat, 6 Aug 2005 11:05:48 +0000 (11:05 +0000)]
re PR rtl-optimization/23233 (Loop optimisation ICE for subreg addresses)

PR rtl-optimization/23233
* loop.c (combine_movables): Require the modes to be the same.
(move_movables): Remove handling of cases where the replacement
had a different mode to the original.

From-SVN: r102804

19 years agore PR fortran/18833 (ICE 'missing spec' on integer/char equivalence)
Jakub Jelinek [Sat, 6 Aug 2005 10:00:53 +0000 (12:00 +0200)]
re PR fortran/18833 (ICE 'missing spec' on integer/char equivalence)

PR fortran/18833
PR fortran/20850
* primary.c (match_varspec): If equiv_flag, don't look at sym's
attributes, call gfc_match_array_ref up to twice and don't do any
substring or component processing.
* resolve.c (resolve_equivalence): Transform REF_ARRAY into
REF_SUBSTRING or nothing if needed.  Check that substrings
don't have zero length.

* gfortran.dg/equiv_1.f90: New test.
* gfortran.dg/equiv_2.f90: New test.
* gfortran.fortran-torture/execute/equiv_2.f90: New test.
* gfortran.fortran-torture/execute/equiv_3.f90: New test.
* gfortran.fortran-torture/execute/equiv_4.f90: New test.

From-SVN: r102801

19 years agore PR tree-optimization/23128 (VRP fails for unsigned values)
James A. Morrison [Sat, 6 Aug 2005 05:35:31 +0000 (05:35 +0000)]
re PR tree-optimization/23128 (VRP fails for unsigned values)

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

        PR tree-optimization/23128
        * tree-vrp.c (vrp_int_const_binop): Check if unsigned addition or
        subtraction wrap, and set TREE_OVERFLOW if they do.

From-SVN: r102800

19 years agore PR debug/22514 (ICE in force_decl_die with invalid code after error)
James A. Morrison [Sat, 6 Aug 2005 05:18:09 +0000 (05:18 +0000)]
re PR debug/22514 (ICE in force_decl_die with invalid code after error)

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

        PR c++/22514
        * name-lookup.c (cp_emit_debug_info_for_using): Do nothing if
        sorrycount or errorcount are nonzero.

From-SVN: r102799

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

[[Split portion of a mixed commit.]]

From-SVN: r102792.2

19 years agore PR middle-end/21728 (Nonlocal goto from an unused nested function)
Richard Henderson [Fri, 5 Aug 2005 23:01:54 +0000 (16:01 -0700)]
re PR middle-end/21728 (Nonlocal goto from an unused nested function)

        PR 21728
        * tree-cfg.c (remove_bb): Transmute DECL_NONLOCAL labels into
        FORCED_LABEL labels.

From-SVN: r102786

19 years agoCorrect PR#
Mark Mitchell [Fri, 5 Aug 2005 21:02:57 +0000 (21:02 +0000)]
Correct PR#

From-SVN: r102785

19 years agore PR c++/19063 (ICE on invalid template parameter)
Mark Mitchell [Fri, 5 Aug 2005 21:01:47 +0000 (21:01 +0000)]
re PR c++/19063 (ICE on invalid template parameter)

* name-lookup.c (pushtag): Remove accidental commit from:
2004-12-21  Mark Mitchell  <mark@codesourcery.com>
PR c++/19063
* decl.c (grokdeclarator): Return error_mark_node, not
void_type_node, to indicate errors.
* parser.c (cp_parser_template_parameter_list): Robustify.
(cp_parser_template_parameter): Likewise.

From-SVN: r102784

19 years agotrans-expr.c (gfc_build_builtin_function_decls): Mark stop_numeric and stop_string...
Thomas Koenig [Fri, 5 Aug 2005 20:37:07 +0000 (20:37 +0000)]
trans-expr.c (gfc_build_builtin_function_decls): Mark stop_numeric and stop_string as non-returning.

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

        * trans-expr.c  (gfc_build_builtin_function_decls):  Mark
        stop_numeric and stop_string as non-returning.

From-SVN: r102782

19 years agore PR middle-end/23135 (find_reloads_toplev -> find_reloads_subreg_address uses wrong...
J"orn Rennecke [Fri, 5 Aug 2005 16:06:35 +0000 (16:06 +0000)]
re PR middle-end/23135 (find_reloads_toplev -> find_reloads_subreg_address uses wrong reload type)

PR middle-end/23135
* reload.c (find_reloads_subreg_address): Pass down TYPE
unchanged.  Change all callers except find_reloads_toplev.

From-SVN: r102772

19 years agointmax_t-1.c: Extend dg-error to cover sh*-*-elf targets.
Joern Rennecke [Fri, 5 Aug 2005 15:53:04 +0000 (16:53 +0100)]
intmax_t-1.c: Extend dg-error to cover sh*-*-elf targets.

* gcc.dg/intmax_t-1.c: Extend dg-error to cover sh*-*-elf targets.

* gcc.dg/tree-ssa/loop-1.c: For sh*-*-*, look for function calls
instead of constant loads / pool entries.

From-SVN: r102769

19 years agointmax_t-1.c: Extend dg-error to cover sh*-*-elf targets.
Joern Rennecke [Fri, 5 Aug 2005 15:51:39 +0000 (16:51 +0100)]
intmax_t-1.c: Extend dg-error to cover sh*-*-elf targets.

* gcc.dg/intmax_t-1.c: Extend dg-error to cover sh*-*-elf targets.

* gcc.dg/tree-ssa/loop-1.c: FOr sh*-*-*, look for function calls
instead of constant loads / pool entries.

From-SVN: r102768

19 years agobuiltin-wctype-1.c: Use __WINT_TYPE__ for TEST_TO_WCTYPE.
David Edelsohn [Fri, 5 Aug 2005 15:22:43 +0000 (15:22 +0000)]
builtin-wctype-1.c: Use __WINT_TYPE__ for TEST_TO_WCTYPE.

        * gcc.dg/torture/builtin-wctype-1.c: Use __WINT_TYPE__ for
        TEST_TO_WCTYPE.

From-SVN: r102767