platform/upstream/gcc.git
20 years agore PR fortran/15129 (assumed size characters passed to subroutines incorrect)
Tobias Schlüter [Thu, 15 Jul 2004 18:43:50 +0000 (20:43 +0200)]
re PR fortran/15129 (assumed size characters passed to subroutines incorrect)

fortran/
PR fortran/15129
* trans-decl.c (gfc_build_function_decl): Create a new chardecl
for every assumed length character dummy argument.

testsuite/
PR fortran/15129
* gfortran.dg/pr15129.f90: New test.

From-SVN: r84769

20 years agolwg-active.html, [...]: Import Revision 30.
Paolo Carlini [Thu, 15 Jul 2004 18:04:07 +0000 (18:04 +0000)]
lwg-active.html, [...]: Import Revision 30.

2004-07-15  Paolo Carlini  <pcarlini@suse.de>

* docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 30.
* docs/html/ext/howto.html: Tweak entries for DRs 167/253/389/402.

From-SVN: r84765

20 years agomips.md: In the mips16 li/neg splitter...
Richard Sandiford [Thu, 15 Jul 2004 17:59:11 +0000 (17:59 +0000)]
mips.md: In the mips16 li/neg splitter...

* config/mips/mips.md: In the mips16 li/neg splitter, use SImode for
the destination of the li as well as for the neg.

From-SVN: r84764

20 years agore PR libstdc++/14697 (libstdc++ couldn't find 32bit libgcc_s)
Jakub Jelinek [Thu, 15 Jul 2004 17:38:42 +0000 (19:38 +0200)]
re PR libstdc++/14697 (libstdc++ couldn't find 32bit libgcc_s)

PR libstdc++/14697
* acinclude.m4 (glibcxx_shared_libgcc): Correct
glibcxx_shared_libgcc test for multilibs.
* configure: Rebuilt.

From-SVN: r84762

20 years ago* Fix for g++/15861
Frank Ch. Eigler [Thu, 15 Jul 2004 17:33:23 +0000 (17:33 +0000)]
* Fix for g++/15861

2004-07-15  Frank Ch. Eigler  <fche@redhat.com>

g++/15861
* mf-runtime.c (__mf_init): Make it non-static.  Tolerate
repeated invocation.

From-SVN: r84761

20 years ago* Fix for g++/15861
Frank Ch. Eigler [Thu, 15 Jul 2004 17:33:01 +0000 (17:33 +0000)]
* Fix for g++/15861

2004-07-15  Frank Ch. Eigler  <fche@redhat.com>

g++/15861
* cgraphunit.c (cgraph_build_static_cdtor): Add priority argument.
* cgraph.h: Update declaration.
* c-decl.c (build_cdtor): Update call with default priority.
* coverage.c (create_coverage): Ditto.
* tree-mudflap.c (mf_init_fndecl): New tree.
(mudflap_init): Set it.
(mudflap_register_call): Arrange to call __mf_init before the first
__mf_register call.
(mudflap_finish_file): Mark the mudflap static initializer as extra
high priority, to beat all C++ static constructors.

2004-07-15  Frank Ch. Eigler  <fche@redhat.com>

g++/15861
* jcf-parse.c (java_emit_static_constructor): Specify default
priority.

From-SVN: r84760

20 years agolibf2c: Removed.
Toon Moene [Thu, 15 Jul 2004 16:52:49 +0000 (18:52 +0200)]
libf2c: Removed.

2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>

* libf2c: Removed.
* gcc/gccbug.in: Updated because of libf2c removal.
* maintainer-scripts/gcc_release: Ditto.

From-SVN: r84759

20 years agodecl.c (xref_basetypes): Refactor.
Nathan Sidwell [Thu, 15 Jul 2004 16:15:52 +0000 (16:15 +0000)]
decl.c (xref_basetypes): Refactor.

* decl.c (xref_basetypes): Refactor.
* tree.c (copy_base_binfos): Replace with ...
(copy_binfo): ... this. Deep copy the given binfo, (not the just
bases of the given base).
* cp-tree.h (copy_base_binfo): Remove.
(copy_binfo): Declare.

From-SVN: r84758

20 years agoname-lookup.c (set_inherited_value_binding_p): Add class_type parameter.
Mark Mitchell [Thu, 15 Jul 2004 16:02:07 +0000 (16:02 +0000)]
name-lookup.c (set_inherited_value_binding_p): Add class_type parameter.

* name-lookup.c (set_inherited_value_binding_p): Add class_type
parameter.
(get_class_binding): Adjust.
(push_class_level_binding): Don't use set_inherited_value_binding_p.

From-SVN: r84757

20 years agoclass.c (finish_struct_bits): Don't set TYPE_HAS_CONVERSION here.
Nathan Sidwell [Thu, 15 Jul 2004 15:06:26 +0000 (15:06 +0000)]
class.c (finish_struct_bits): Don't set TYPE_HAS_CONVERSION here.

* class.c(finish_struct_bits): Don't set TYPE_HAS_CONVERSION here.
* decl.c (xref_basetypes): Set it here.

From-SVN: r84756

20 years agore PR fortran/15324 (segfault / ICE with array of assumed length characters)
Tobias Schlüter [Thu, 15 Jul 2004 15:02:16 +0000 (17:02 +0200)]
re PR fortran/15324 (segfault / ICE with array of assumed length characters)

 PR fortran/15324
* trans-array.c gfc_trans_g77_array,
gfc_trans_dummy_array_bias): Don't call gfc_trans_string_init
for assumed length characters.
(gfc_conv_expr_descriptor): Set se->string_length if dealing
with a character expression.
(gfc_cvonv_array_parameter): Pass string length when passing
character array according to g77 conventions.

Fix ChangeLog

From-SVN: r84755

20 years agore PR fortran/15324 (segfault / ICE with array of assumed length characters)
Tobias Schlüter [Thu, 15 Jul 2004 14:59:15 +0000 (16:59 +0200)]
re PR fortran/15324 (segfault / ICE with array of assumed length characters)

PR fortran/15324
* gfortran.dg/pr15324.f90: New test.

From-SVN: r84754

20 years agoloop.c (check_insn_for_givs): Restore check for code labels that was accidentally...
Jeff Law [Thu, 15 Jul 2004 14:55:15 +0000 (08:55 -0600)]
loop.c (check_insn_for_givs): Restore check for code labels that was accidentally deleted by a recent checkin.

        * loop.c (check_insn_for_givs): Restore check for code labels that was
        accidentally deleted by a recent checkin.

From-SVN: r84753

20 years agore PR libfortran/15234 (libgfortran doesn't compile on Tru64 UNIX V4.0F)
Tobias Schlüter [Thu, 15 Jul 2004 14:53:28 +0000 (16:53 +0200)]
re PR libfortran/15234 (libgfortran doesn't compile on Tru64 UNIX V4.0F)

 PR fortran/15234
* trans-array.c gfc_trans_g77_array,
gfc_trans_dummy_array_bias): Don't call gfc_trans_string_init
for assumed length characters.
(gfc_conv_expr_descriptor): Set se->string_length if dealing
with a character expression.
(gfc_cvonv_array_parameter): Pass string length when passing
character array according to g77 conventions.

From-SVN: r84752

20 years agoFix a ChangeLog typo.
Jakub Jelinek [Thu, 15 Jul 2004 13:46:05 +0000 (15:46 +0200)]
Fix a ChangeLog typo.

From-SVN: r84750

20 years agoacinclude.m4: "Inline" LIBGCJ_CONFIGURE macro into...
Nathanael Nerode [Thu, 15 Jul 2004 11:08:30 +0000 (11:08 +0000)]
acinclude.m4: "Inline" LIBGCJ_CONFIGURE macro into...

* acinclude.m4: "Inline" LIBGCJ_CONFIGURE macro into...
* configure.in: ...here.
* aclocal.m4: Regenerate.
* configure: Regenerate.

From-SVN: r84749

20 years agoclass.c (check_bases): Don't set CLASSTYPE_NON_AGGREGATE here.
Nathan Sidwell [Thu, 15 Jul 2004 08:33:27 +0000 (08:33 +0000)]
class.c (check_bases): Don't set CLASSTYPE_NON_AGGREGATE here.

* class.c (check_bases): Don't set CLASSTYPE_NON_AGGREGATE here.
Don't check for incomplete base.
(get_vfield_name): Simplify while loop.
* decl.c (xref_basetypes): Set CLASSTYPE_NON_AGGREGATE here.

From-SVN: r84747

20 years agovec.h (VEC_T_truncate): Allow truncation of an empty vector.
Nathan Sidwell [Thu, 15 Jul 2004 07:59:27 +0000 (07:59 +0000)]
vec.h (VEC_T_truncate): Allow truncation of an empty vector.

* vec.h (VEC_T_truncate): Allow truncation of an empty vector.
(VEC_T_quick_insert, VEC_T_ordered_remove): Fix sizeof(T) thinko.

From-SVN: r84746

20 years ago* print-tree.c (print_node): Fix casts last change.
Richard Henderson [Thu, 15 Jul 2004 07:33:01 +0000 (00:33 -0700)]
* print-tree.c (print_node): Fix casts last change.

From-SVN: r84745

20 years agoaclocal.m4: Rebuilt with aclocal gcj-1.4.
Nathanael Nerode [Thu, 15 Jul 2004 04:05:09 +0000 (04:05 +0000)]
aclocal.m4: Rebuilt with aclocal gcj-1.4.

* aclocal.m4: Rebuilt with aclocal gcj-1.4.
* configure: Rebuilt with autoconf 2.13.
* Makefile.in, gcj/Makefile.in, include/Makefile.in,
testsuite/Makefile.in: Rebuilt with automake gcj-1.4.

From-SVN: r84743

20 years agotrans.c (add_decl_expr): Clear TREE_READONLY if clear DECL_INITIAL.
Richard Kenner [Thu, 15 Jul 2004 03:17:42 +0000 (03:17 +0000)]
trans.c (add_decl_expr): Clear TREE_READONLY if clear DECL_INITIAL.

* trans.c (add_decl_expr): Clear TREE_READONLY if clear DECL_INITIAL.
* utils.c (unchecked_convert): Don't do two VIEW_CONVERT_EXPRs.

From-SVN: r84742

20 years agolex.c (cxx_make_type): Remove call to get_pointer_type.
Mark Mitchell [Thu, 15 Jul 2004 03:10:26 +0000 (03:10 +0000)]
lex.c (cxx_make_type): Remove call to get_pointer_type.

* lex.c (cxx_make_type): Remove call to get_pointer_type.
(set_inherited_value_binding_p): Add class_type parameter.
(get_class_binding): Adjust.
(push_class_level_binding): Don't use set_inherited_value_binding_p.

From-SVN: r84741

20 years ago* gcc.dg/20020426-2.c: Improve type safety wrt unsignedness.
Mike Stump [Thu, 15 Jul 2004 02:21:04 +0000 (02:21 +0000)]
* gcc.dg/20020426-2.c: Improve type safety wrt unsignedness.

From-SVN: r84739

20 years agodwarf2out.c (dwarf2out_begin_prologue): Rename IA64_UNWIND_INFO to TARGET_UNWIND_INFO.
Paul Brook [Thu, 15 Jul 2004 01:07:53 +0000 (01:07 +0000)]
dwarf2out.c (dwarf2out_begin_prologue): Rename IA64_UNWIND_INFO to TARGET_UNWIND_INFO.

* dwarf2out.c (dwarf2out_begin_prologue): Rename IA64_UNWIND_INFO
to TARGET_UNWIND_INFO.
* except.c (output_function_exception_table): Ditto.
* except.h: Ditto.
* opts.c (decode_options): Ditto.
* passes.c (rest_of_handle_final): Ditto.
* final.c (final_start_function): Ditto.
(final_scan_insn, final_scan_insn): Replace IA64_UNWIND_EMIT with
target hook.
* targhooks.h (default_unwind_emit): Declare.
* targhooks.c (default_unwind_emit): New function.
* target-def.h: Define and use TARGET_UNWIND_EMIT.
* target.h (struct gcc_target): Add unwind_emit.
* config/ia64/ia64.c (TARGET_UNWIND_EMIT): Define.
* config/ia64/ia64.h: Rename IA64_UNWIND_INFO to TARGET_UNWIND_INFO.
Remove IA64_UNWIND_EMIT.
* doc/tm.texi: Document TARGET_UNWIND_EMIT and TARGET_UNWIND_INFO.

From-SVN: r84734

20 years agore PR libgcj/16204 (File I/O fails on files >= 2^31 bytes (2GB))
Bryce McKinlay [Thu, 15 Jul 2004 00:58:41 +0000 (00:58 +0000)]
re PR libgcj/16204 (File I/O fails on files >= 2^31 bytes (2GB))

2004-07-14  Bryce McKinlay  <mckinlay@redhat.com>

PR libgcj/16204
* Makefile.am (AM_CXXFLAGS): Add -D_FILE_OFFSET_BITS=64 to enable
large file support.
* Makefile.in: Rebuilt.
* testsuite/libjava.lang/LargeFile.java: New test case.
* testsuite/libjava.lang/LargeFile.out: New file.

From-SVN: r84733

20 years ago* print-tree.c (print_node): Handle SSA_NAME.
Richard Henderson [Thu, 15 Jul 2004 00:38:43 +0000 (17:38 -0700)]
* print-tree.c (print_node): Handle SSA_NAME.

From-SVN: r84729

20 years agoFix MIPS SPEC95 FP 146.wave5 -fprofile-generate failure.
James E Wilson [Thu, 15 Jul 2004 00:35:28 +0000 (00:35 +0000)]
Fix MIPS SPEC95 FP 146.wave5 -fprofile-generate failure.

PR target/16325
* config/mips/mips.h (STARTING_FRAME_OFFSET): When flag_profile_value
and ! TARGET_64BIT, include REG_PARM_STACK_SPACE.
* gcc.dg/profile-generate-1.c: New.

From-SVN: r84727

20 years agoDaily bump.
GCC Administrator [Thu, 15 Jul 2004 00:16:17 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r84725

20 years agoexpr.c (expand_assignment): Reenable bitfield += optimizations.
Jakub Jelinek [Thu, 15 Jul 2004 00:09:00 +0000 (02:09 +0200)]
expr.c (expand_assignment): Reenable bitfield += optimizations.

* expr.c (expand_assignment): Reenable bitfield += optimizations.
Use alias set 0 for memory, do proper mode calculations and adjust
address for memories.

* gcc.c-torture/execute/20040709-1.c: New test.
* gcc.c-torture/execute/20040709-2.c: New test.

From-SVN: r84722

20 years agoinput.h: If USE_MAPPED_LOCATION...
Per Bothner [Thu, 15 Jul 2004 00:02:30 +0000 (17:02 -0700)]
input.h: If USE_MAPPED_LOCATION...

* input.h:  If USE_MAPPED_LOCATION, define separate expanded_location
structure with extra column field.
* tree.c (expand_location):  Also fill in column field.
* gengtype-lex.l:  Ignore expanded_location typedef, sinze gengtype
gets confused by the two conditionally-compiled definitions.

From-SVN: r84721

20 years agore PR libstdc++/16505 ([3.4 only] std::uninitialized_fill_n() incorrect signature)
Paolo Carlini [Wed, 14 Jul 2004 23:57:34 +0000 (23:57 +0000)]
re PR libstdc++/16505 ([3.4 only] std::uninitialized_fill_n() incorrect signature)

2004-07-14  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/16505
* include/bits/stl_uninitialized.h (uninitialized_fill_n): Fix
the signature to return void, as per 20.4.4.3.
* include/bits/stl_vector.h (vector::vector(size_type,
const value_type&, const allocator_type&), vector::vector(size_type),
vector::_M_initialize_dispatch): Adjust callers.
* include/bits/vector.tcc (vector<>::_M_fill_assign,
vector<>::_M_fill_insert): Likewise.
* testsuite/20_util/memory/16505.cc: New.

From-SVN: r84720

20 years agocalls.c (expand_call): Fix typo in comment.
Eric Christopher [Wed, 14 Jul 2004 23:50:30 +0000 (23:50 +0000)]
calls.c (expand_call): Fix typo in comment.

2004-07-14  Eric Christopher  <echristo@redhat.com>

* calls.c (expand_call): Fix typo in comment.

From-SVN: r84719

20 years agoia64.c (ia64_expand_compare): Allow ORDERED comparision of TFmode.
Steve Ellcey [Wed, 14 Jul 2004 23:48:38 +0000 (23:48 +0000)]
ia64.c (ia64_expand_compare): Allow ORDERED comparision of TFmode.

* config/ia64/ia64.c (ia64_expand_compare): Allow ORDERED
comparision of TFmode.

From-SVN: r84718

20 years ago* gcc.dg/wint_t-1.c: Expect to pass on darwin 10.3.x and later.
Mike Stump [Wed, 14 Jul 2004 23:34:34 +0000 (23:34 +0000)]
* gcc.dg/wint_t-1.c: Expect to pass on darwin 10.3.x and later.

From-SVN: r84717

20 years agoRemove backup file.
Jakub Jelinek [Wed, 14 Jul 2004 22:59:31 +0000 (00:59 +0200)]
Remove backup file.

From-SVN: r84716

20 years agoEventHandler.java: Remove debugging statements.
Jerry Quinn [Wed, 14 Jul 2004 22:59:24 +0000 (22:59 +0000)]
EventHandler.java: Remove debugging statements.

2004-07-14  Jerry Quinn  <jlquinn@optonline.net>

* java/beans/EventHandler.java: Remove debugging statements.

From-SVN: r84715

20 years agoEventHandler.java: New file.
Jerry Quinn [Wed, 14 Jul 2004 22:58:30 +0000 (22:58 +0000)]
EventHandler.java: New file.

2004-07-14  Jerry Quinn  <jlquinn@optonline.net>

* java/beans/EventHandler.java: New file.
* Makefile.am (awt_java_source_files): Add EventHandler.java.
* Makefile.in, gcj/Makefile.in, include/Makefile.in,
testsuite/Makefile.in: Regenerate.

From-SVN: r84714

20 years agoalpha.c (alpha_gimplify_va_arg_1): Move indirect ...
Richard Henderson [Wed, 14 Jul 2004 21:19:39 +0000 (14:19 -0700)]
alpha.c (alpha_gimplify_va_arg_1): Move indirect ...

        * config/alpha/alpha.c (alpha_gimplify_va_arg_1): Move indirect ...
        (alpha_gimplify_va_arg): ... handling here.  Use pass_by_reference.
        * config/c4x/c4x.c (c4x_gimplify_va_arg_expr): Use pass_by_reference.
        * config/i386/i386.c (ix86_gimplify_va_arg): Likewise.
        * config/i860/i860.c (i860_gimplify_va_arg_expr): Likewise.
        * config/ia64/ia64.c (ia64_gimplify_va_arg): Likewise.
        * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Likewise.
        * config/sh/sh.c (sh_gimplify_va_arg_expr): Likewise.
        * config/xtensa/xtensa.c (xtensa_gimplify_va_arg_expr): Likewise.

From-SVN: r84713

20 years agodarwin.h (WINT_TYPE): Define to be int to match system header files.
Mike Stump [Wed, 14 Jul 2004 21:08:06 +0000 (21:08 +0000)]
darwin.h (WINT_TYPE): Define to be int to match system header files.

        * config/darwin.h (WINT_TYPE): Define to be int to match
        system header files.

From-SVN: r84711

20 years agojacks.exp (gcj_jacks_write): Add deprecation flag to the gcj_setup.
Andreas Tobler [Wed, 14 Jul 2004 20:45:55 +0000 (22:45 +0200)]
jacks.exp (gcj_jacks_write): Add deprecation flag to the gcj_setup.

2004-07-14  Andreas Tobler  <a.tobler@schweiz.ch>

* testsuite/libjava.jacks/jacks.exp (gcj_jacks_write): Add deprecation
flag to the gcj_setup.
(gcj_jacks_run): Check tclsh version and launch jacks directly with
the tclsh.
* testsuite/libjava.jacks/jacks.xfail: Update fails to reflect the
deprecation flag change. 58 XFAILS removed.

From-SVN: r84710

20 years agoxtensa.c (function_arg_advance): Check for args that must be passed in the stack.
Bob Wilson [Wed, 14 Jul 2004 19:52:46 +0000 (19:52 +0000)]
xtensa.c (function_arg_advance): Check for args that must be passed in the stack.

* config/xtensa/xtensa.c (function_arg_advance): Check for args
that must be passed in the stack.
(xtensa_gimplify_va_arg_expr): Skip special-case padding for small
arguments if the size is not a constant.

From-SVN: r84708

20 years ago* gcc.dg/wchar_t-1.c: Expect to pass on darwin 10.3.x and later.
Mike Stump [Wed, 14 Jul 2004 19:16:07 +0000 (19:16 +0000)]
* gcc.dg/wchar_t-1.c: Expect to pass on darwin 10.3.x and later.

From-SVN: r84706

20 years agoc-typeck.c (emit_side_effect_warnings): Use EXPR_HAS_LOCATION instead of EXPR_LOCUS...
Per Bothner [Wed, 14 Jul 2004 18:47:14 +0000 (11:47 -0700)]
c-typeck.c (emit_side_effect_warnings): Use EXPR_HAS_LOCATION instead of EXPR_LOCUS in a boolean context...

* c-typeck.c (emit_side_effect_warnings):  Use EXPR_HAS_LOCATION
instead of EXPR_LOCUS in a boolean context, which is always true
if --enable-mapped-location.
* stmt.c (warn_if_unused_value):  Likewise.  Also use EXPR_LOCATION.

From-SVN: r84698

20 years agodominance.c (struct dom_info): Add fake_exit_edge.
Richard Henderson [Wed, 14 Jul 2004 18:27:19 +0000 (11:27 -0700)]
dominance.c (struct dom_info): Add fake_exit_edge.

        * dominance.c (struct dom_info): Add fake_exit_edge.
        (init_dom_info): Allocate it.
        (free_dom_info): Free it.
        (calc_dfs_tree): Set it.  Handle noreturn and infinite loops
        in two passes.
        (calc_idoms): Honor fake_exit_edge.

From-SVN: r84697

20 years agotree-gimple.c (is_gimple_reg_rhs, [...]): New fns.
Jason Merrill [Wed, 14 Jul 2004 18:16:48 +0000 (14:16 -0400)]
tree-gimple.c (is_gimple_reg_rhs, [...]): New fns.

        * tree-gimple.c (is_gimple_reg_rhs, is_gimple_mem_rhs): New fns.
        (rhs_test_for): New fn.
        (is_gimple_tmp_rhs): Rename from is_gimple_rhs.
        * tree-gimple.h: Declare them.
        * gimplify.c (gimplify_modify_expr): Use the new fns.

From-SVN: r84696

20 years agoarm-protos.h (arm_va_arg): Remove.
Richard Henderson [Wed, 14 Jul 2004 17:51:18 +0000 (10:51 -0700)]
arm-protos.h (arm_va_arg): Remove.

        * config/arm/arm-protos.h (arm_va_arg): Remove.
        * config/arm/arm.c (arm_va_arg): Remove.
        (arm_init_expanders): Fix alignment of arg_pointer_rtx.
        * config/arm/arm.h (EXPAND_BUILTIN_VA_ARG): Remove.

From-SVN: r84695

20 years agopa.c (fix_range): New function to mark a range(s) of registers as fixed registers.
John David Anglin [Wed, 14 Jul 2004 16:27:37 +0000 (16:27 +0000)]
pa.c (fix_range): New function to mark a range(s) of registers as fixed registers.

* pa.c (fix_range): New function to mark a range(s) of registers as
fixed registers.
(override_options): Call fix_range if the -mfixed-range option string
is not empty.
* pa.h (TARGET_OPTIONS): Add -mfixed-range option.
* doc/invoke.texi (-mfixed-range): Document new option.

From-SVN: r84690

20 years agocp-tree.h (IDENTIFIER_VALUE): Remove.
Mark Mitchell [Wed, 14 Jul 2004 15:34:30 +0000 (15:34 +0000)]
cp-tree.h (IDENTIFIER_VALUE): Remove.

* cp-tree.h (IDENTIFIER_VALUE): Remove.
(BINFO_PUSHDECLS_MARKED): Likewise.
(maybe_inject_for_scope_var): Likewise.
(push_class_decls): Likewise.
* name-lookup.h (push_class_binding): Remove.
(innermost_non_namespace_value): New function.
(outer_binding): Likewise.
* class.c (add_method): Push bindings before adding to
TYPE_METHODS.
(restore_class_cache): Do not restore class_shadowed.
(pushclass): Do not add USING_DECLs.  Do not call
push_class_decls.
* config-lang.in (gtfiles): Remove $(srcdir)/cp/search.c.
* decl.c (pushdecl): Use outer_binding.
(poplevel): Set the scope for an out-of-scope for-loop declaration
appropriately.
(cp_finish_decl): Don't call maybe_inject_for_scope_var.
* name-lookup.c (new_class_binding): New function.
(push_binding): Use it.
(pushdecl): Use innermost_non_namespace_value.
(maybe_inject_for_scope_var): Remove.
(push_class_binding): Remove.
(set_inherited_value_binding_p): New function.
(get_class_binding): New function.
(push_class_level_binding): Assert that the current_class_type is
being defined.
(outer_binding): New function.
(innermost_non_namespace_value): Likewise.
(lookup_name_real): Use outer_binding.
(lookup_name_current_level): Ignore out-of-scope variables.
* pt.c (check_template_shadow): Use innermost_non_namespace_value.
(lookup_template_class): Likewise.
* search.c (dfs_push_type_decls): Remove.
(dfs_push_decls): Likewise.
(setup_class_bindings): Likewise.
(lookup_field_1): Handle USING_DECLs from dependent scopes.
(marked_pushdecls_p): Remove.
(unmarked_pushdecls_p): Remove.
(marked_identifiers): Remove.
(setup_class_bindings): Remove.
(dfs_push_type_decls): Remove.
(dfs_push_decls): Remove.
(push_class_decls): Remove.

From-SVN: r84689

20 years agors6000.c (function_arg_padding): Do not pad SFmode for TARGET_64BIT.
David Edelsohn [Wed, 14 Jul 2004 14:57:46 +0000 (14:57 +0000)]
rs6000.c (function_arg_padding): Do not pad SFmode for TARGET_64BIT.

* config/rs6000/rs6000.c (function_arg_padding): Do not pad SFmode
for TARGET_64BIT.
(rs6000_gimplify_va_arg): Use size_int instead of build_int_2.

From-SVN: r84688

20 years ago12658_thread-1.cc, [...]: Use __gnu_test::try_named_locale.
Paolo Carlini [Wed, 14 Jul 2004 14:01:45 +0000 (14:01 +0000)]
12658_thread-1.cc, [...]: Use __gnu_test::try_named_locale.

2004-07-14  Paolo Carlini  <pcarlini@suse.de>

* testsuite/22_locale/locale/cons/12658_thread-1.cc, 12658_thread-2.cc:
Use __gnu_test::try_named_locale.

From-SVN: r84687

20 years agoexpmed.c (expand_sdiv_pow2): New function to expand signed division by a positive...
Roger Sayle [Wed, 14 Jul 2004 13:50:39 +0000 (13:50 +0000)]
expmed.c (expand_sdiv_pow2): New function to expand signed division by a positive power of two...

* expmed.c (expand_sdiv_pow2): New function to expand signed division
by a positive power of two, split out from expand_divmod.  Provide
an alternate implementation when shifts are expensive.  Lower the
threshold for using a branchless implementation to BRANCH_COST >= 2.
(expand_divmod): Call expand_sdiv_pow2 for suitable divisions.

From-SVN: r84686

20 years agotree-dfa.c (make_rename_temp): *Really* work just like create_tmp_var if called while...
Paolo Bonzini [Wed, 14 Jul 2004 13:36:29 +0000 (13:36 +0000)]
tree-dfa.c (make_rename_temp): *Really* work just like create_tmp_var if called while outside SSA form.

2004-07-14  Paolo Bonzini  <bonzini@gnu.org>

* tree-dfa.c (make_rename_temp): *Really* work just
like create_tmp_var if called while outside SSA form.

From-SVN: r84685

20 years ago* trans.c (gnat_init_stmt_group): Remove duplicate definition.
Andreas Schwab [Wed, 14 Jul 2004 13:09:43 +0000 (13:09 +0000)]
* trans.c (gnat_init_stmt_group): Remove duplicate definition.

From-SVN: r84684

20 years agos390.md ("udivsi3"): Ensure trap is generated for division by zero.
Ulrich Weigand [Wed, 14 Jul 2004 13:09:09 +0000 (13:09 +0000)]
s390.md ("udivsi3"): Ensure trap is generated for division by zero.

gcc/ChangeLog:

* config/s390/s390.md ("udivsi3"): Ensure trap is generated
for division by zero.
("umodsi3"): Likewise.

libjava/ChangeLog:

* configure.host (DIVIDESPEC) [s390*-*-*]: Set to
-fno-use-divide-subroutine.
* include/s390-signal.h: Include <ucontext.h> and <limits.h>.
(HANDLE_FPE): Define.
(SIGNAL_HANDLER): Change third argument to ucontext_t *.
(struct old_s390_kernel_sigaction): Likewise for k_sa_handler.
(HANDLE_DIVIDE_OVERFLOW): Define.

From-SVN: r84683

20 years agomips.c (mips_output_move): When generating mips16 code, force loads of negative const...
Richard Sandiford [Wed, 14 Jul 2004 10:02:32 +0000 (10:02 +0000)]
mips.c (mips_output_move): When generating mips16 code, force loads of negative constants to be split.

* config/mips/mips.c (mips_output_move): When generating mips16 code,
force loads of negative constants to be split.
* config/mips/mips.md (*movhi_mips16, *movqi_mips16): Likewise.
Generalize SImode li/neg splitter to cope with other modes.

From-SVN: r84680

20 years agoexpmed.c: Remove more references to QUEUED in the comments.
Paolo Bonzini [Wed, 14 Jul 2004 08:49:30 +0000 (08:49 +0000)]
expmed.c: Remove more references to QUEUED in the comments.

2004-07-14  Paolo Bonzini  <bonzini@gnu.org>

* expmed.c: Remove more references to QUEUED in the comments.
* expr.c: Likewise.

From-SVN: r84678

20 years agorevert: mips.c (mips_pass_by_reference): Handle mode sizes correctly.
Richard Sandiford [Wed, 14 Jul 2004 07:35:44 +0000 (07:35 +0000)]
revert: mips.c (mips_pass_by_reference): Handle mode sizes correctly.

Revert:
2004-07-13  Richard Henderson  <rth@redhat.com>
* config/mips/mips.c (mips_pass_by_reference): Handle mode sizes
correctly.

From-SVN: r84677

20 years agotree-dfa.c (make_rename_temp): Work just like create_tmp_var when called outside...
Paolo Bonzini [Wed, 14 Jul 2004 07:32:22 +0000 (07:32 +0000)]
tree-dfa.c (make_rename_temp): Work just like create_tmp_var when called outside SSA form.

2004-07-14  Paolo Bonzini  <bonzini@gnu.org>

* tree-dfa.c (make_rename_temp): Work just like
create_tmp_var when called outside SSA form.

From-SVN: r84676

20 years agoexpr.c (enqueue_insn, [...]): Remove.
Paolo Bonzini [Wed, 14 Jul 2004 07:30:23 +0000 (07:30 +0000)]
expr.c (enqueue_insn, [...]): Remove.

2004-07-14  Paolo Bonzini  <bonzini@gnu.org>

* expr.c (enqueue_insn, finish_expr_for_function,
protect_from_queue, queued_subexp_p, mark_queue,
emit_insns_enqueued_after_mark, emit_queue,
expand_increment): Remove.
(store_constructor): Expand increment as an assignment.
(expand_expr_real_1 <case PREINCREMENT_EXPR,
case PREDECREMENT_EXPR, case POSTINCREMENT_EXPR,
case POSTDECREMENT_EXPR>): Abort.
* expr.h (QUEUED_VAR, QUEUED_INSN, QUEUED_COPY,
QUEUED_BODY, QUEUED_NEXT, finish_expr_for_function,
protect_from_queue, emit_queue, queued_subexp_p): Remove.
* function.h (pending_chain, x_pending_chain): Remove.
* rtl.def (QUEUED): Remove.

* emit-rtl.c (copy_insn_1, copy_most_rtx,
set_used_flags, verify_rtx_sharing): Remove references to QUEUED.
* genattrtab.c (attr_copy_rtx, clear_struct_flag,
encode_units_mask): Likewise.
* local-alloc.c (equiv_init_varies_p): Likewise.
* rtl.c (copy_rtx): Likewise.
* rtlanal.c (rtx_unstable_p, rtx_varies_p): Likewise.
* simplify-rtx.c (simplify_gen_subreg): Likewise.
* config/mn10300/mn10300.c (legitimate_pic_operand_p): Likewise.

* builtins.c (expand_builtin, expand_builtin_apply,
expand_builtin_mathfn, expand_builtin_mathfn_2,
expand_builtin_mathfn_3, expand_builtin_setjmp_setup):
Remove calls to emit_queue and protect_from_queue.
* calls.c (expand_call, precompute_arguments,
precompute_register_parameters, rtx_for_function_call,
store_one_arg): Likewise.
* dojump.c (do_compare_and_jump, do_jump): Likewise.
* explow.c (memory_address): Likewise.
* expmed.c (clear_by_pieces_1, clear_storage,
clear_storage_via_libcall, emit_group_load,
emit_group_store, emit_store_flag,
expand_expr_real_1, store_by_pieces,
store_constructor, store_expr, try_casesi,
try_tablejump): Likewise.
* function.c (expand_pending_sizes): Likewise.
* optabs.c (emit_cmp_and_jump_insns,
emit_conditional_add, emit_conditional_move,
expand_fix, expand_float, prepare_cmp_insn): Likewise.
* stmt.c (emit_case_bit_tests,
expand_asm_expr, expand_computed_goto,
expand_decl_init, expand_end_case_type,
expand_end_stmt_expr, expand_expr_stmt_value,
expand_return, expand_start_case,
optimize_tail_recursion): Likewise.
* config/c4x/c4x.c (c4x_expand_builtin): Likewise.
* config/s390/s390.c (s390_expand_cmpmem): Likewise.

From-SVN: r84675

20 years agomt_allocator.html: Add docs for _Tune.
Benjamin Kosnik [Wed, 14 Jul 2004 06:37:17 +0000 (06:37 +0000)]
mt_allocator.html: Add docs for _Tune.

2004-07-13  Benjamin Kosnik  <bkoz@redhat.com>

* docs/html/ext/mt_allocator.html: Add docs for _Tune.
* include/ext/mt_allocator.h (__mt_alloc::_S_get_options): Make public.
(__mt_alloc::_S_set_options): Same.
Add to comments.

2004-07-13  Benjamin Kosnik  <bkoz@redhat.com>

* acinclude.m4 (GLIBCXX_ENABLE_ALLOCATOR): Add allocator defaults
for linux.
* configure: Regenerated.

From-SVN: r84674

20 years ago* vec.h: Comment fix.
Ben Elliston [Wed, 14 Jul 2004 06:31:03 +0000 (06:31 +0000)]
* vec.h: Comment fix.

From-SVN: r84673

20 years agotarget.h (struct gcc_target): Add calls.pass_by_reference.
Richard Henderson [Wed, 14 Jul 2004 06:24:27 +0000 (23:24 -0700)]
target.h (struct gcc_target): Add calls.pass_by_reference.

* target.h (struct gcc_target): Add calls.pass_by_reference.
* target-def.h (TARGET_PASS_BY_REFERENCE): New.
* function.c (pass_by_reference): Use the hook.
* system.h (FUNCTION_ARG_PASS_BY_REFERENCE): Poison.
* targhooks.c, targhooks.h (hook_pass_by_reference_false): New.
(hook_pass_by_reference_must_pass_in_stack): New.
* config/alpha/alpha.c (function_arg): Don't query pass-by-ref.
(alpha_pass_by_reference): New.
(TARGET_PASS_BY_REFERENCE): New.
* config/alpha/alpha.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
* config/arc/arc.c (arc_pass_by_reference): New.
(TARGET_PASS_BY_REFERENCE): New.
* config/arc/arc.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
(FUNCTION_ARG_CALLEE_COPIES): True.
* config/arm/arm-protos.h (arm_function_arg_pass_by_reference): Remove.
* config/arm/arm.c (TARGET_PASS_BY_REFERENCE): New.
(arm_pass_by_reference): Rename from arm_function_arg_pass_by_reference.
* config/arm/arm.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
* config/c4x/c4x.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
* config/cris/cris.c (cris_pass_by_reference): New.
(TARGET_PASS_BY_REFERENCE): New.
* config/cris/cris.h (FUNCTION_ARG): Don't query pass-by-ref.
(FUNCTION_INCOMING_ARG, FUNCTION_ARG_ADVANCE): Likewise.
(FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
* config/fr30/fr30.c (TARGET_PASS_BY_REFERENCE): New.
* config/fr30/fr30.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
* config/frv/frv-protos.h (frv_function_arg_pass_by_reference): Kill.
* config/frv/frv.c (TARGET_PASS_BY_REFERENCE): New.
(frv_function_arg_pass_by_reference): Remove.
* config/frv/frv.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
* config/i386/i386-protos.h (function_arg_pass_by_reference): Remove.
* config/i386/i386.c (TARGET_PASS_BY_REFERENCE): New.
(ix86_pass_by_reference): Rename from function_arg_pass_by_reference.
* config/i386/i386.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
* config/ia64/ia64-protos.h (ia64_function_arg_pass_by_reference): Kill.
* config/ia64/ia64.c (TARGET_PASS_BY_REFERENCE): New.
(ia64_pass_by_reference): Rename from
ia64_function_arg_pass_by_reference.
* config/ia64/ia64.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
* config/ip2k/ip2k.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
* config/iq2000/iq2000-protos.h (function_arg_pass_by_reference): Kill.
* config/iq2000/iq2000.c (TARGET_PASS_BY_REFERENCE): New.
(iq2000_pass_by_reference): Rename from function_arg_pass_by_reference.
* config/iq2000/iq2000.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
(FUNCTION_ARG_CALLEE_COPIES): Don't reference pass-by-ref.
* config/m32r/m32r-protos.h (m32r_pass_by_reference): Remove.
* config/m32r/m32r.c (TARGET_PASS_BY_REFERENCE): New.
(m32r_pass_by_reference): Adjust prototype.  Make static.
Handle mode sizes correctly.
* config/m32r/m32r.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
* config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c
(m68hc11_function_arg_pass_by_reference): Remove.
* config/m68hc11/m68hc11.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
(FUNCTION_ARG_CALLEE_COPIES): Don't reference pass-by-ref.
* config/mcore/mcore.c (TARGET_PASS_BY_REFERENCE): New.
* config/mcore/mcore.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
* config/mips/mips-protos.h (function_arg_pass_by_reference): Remove.
* config/mips/mips.c (TARGET_PASS_BY_REFERENCE): New.
(mips_va_arg): Use pass_by_reference.
(mips_pass_by_reference): Rename from function_arg_pass_by_reference.
Handle mode sizes correctly.
* config/mips/mips.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
        (FUNCTION_ARG_CALLEE_COPIES): Don't reference pass-by-ref.
* config/mmix/mmix-protos.h (mmix_function_arg_pass_by_reference): Kill.
* config/mmix/mmix.c (TARGET_PASS_BY_REFERENCE): New.
(mmix_pass_by_reference): Rename from
mmix_function_arg_pass_by_reference.
* config/mmix/mmix.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
(FUNCTION_ARG_CALLEE_COPIES): True.
* config/mn10300/mn10300.c (TARGET_PASS_BY_REFERENCE): New.
(mn10300_pass_by_reference): New.
* config/mn10300/mn10300.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
(FUNCTION_ARG_CALLEE_COPIES): True.
* config/pa/pa.c (pa_pass_by_reference): New.
(TARGET_PASS_BY_REFERENCE): New.
* config/pa/pa.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
        (FUNCTION_ARG_CALLEE_COPIES): True.
* config/rs6000/rs6000-protos.h (function_arg_pass_by_reference): Kill.
* config/rs6000/rs6000.c (TARGET_PASS_BY_REFERENCE): New.
(rs6000_pass_by_reference): Rename from function_arg_pass_by_reference.
* config/rs6000/rs6000.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
* config/s390/s390-protos.h (s390_function_arg_pass_by_reference): Kill.
* config/s390/s390.c (TARGET_PASS_BY_REFERENCE): New.
(s390_pass_by_reference): Rename from
s390_function_arg_pass_by_reference.
(s390_function_arg_advance): Don't query pass-by-ref.
(s390_function_arg): Likewise.
(s390_gimplify_va_arg): Use pass_by_reference.
(s390_call_saved_register_used): Likewise.
* config/s390/s390.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
* config/sh/sh.c (TARGET_PASS_BY_REFERENCE): New.
(shcompact_byref, sh_pass_by_reference): New.
* config/sh/sh.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
(SHCOMPACT_BYREF): Remove.
* config/sparc/sparc-protos.h (function_arg_pass_by_reference): Kill.
* config/sparc/sparc.c (TARGET_PASS_BY_REFERENCE): New.
(sparc_pass_by_reference): Rename from function_arg_pass_by_reference.
(sparc_gimplify_va_arg): Use pass_by_reference.
* config/sparc/sparc.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
* config/stormy16/stormy16.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
* config/v850/v850.c (TARGET_PASS_BY_REFERENCE): New.
(v850_pass_by_reference): New.
* config/v850/v850.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
(FUNCTION_ARG_CALLEE_COPIES): True.
* doc/tm.texi (TARGET_PASS_BY_REFERENCE): Update from
FUNCTION_ARG_PASS_BY_REFERENCE docs.

From-SVN: r84672

20 years agomips-protos.h (mips_va_arg): Delete.
Richard Henderson [Wed, 14 Jul 2004 05:58:30 +0000 (22:58 -0700)]
mips-protos.h (mips_va_arg): Delete.

* config/mips/mips-protos.h (mips_va_arg): Delete.
* config/mips/mips.h (EXPAND_BUILTIN_VA_ARG): Delete.
* config/mips/mips.c: Include tree-gimple.h.
(TARGET_GIMPLIFY_VA_ARG_EXPR): Define.
(mips_arg_info): Remove special handling of must_pass_in_stck args.
(mips_gimplify_va_arg_expr): Rewritten from mips_va_arg.
(function_arg_pass_by_reference): Return true if must_pass_in_stack.

Co-Authored-By: Richard Sandiford <rsandifo@redhat.com>
From-SVN: r84671

20 years agojava-tree.h (all_class_filename): Remove useless macro.
Per Bothner [Wed, 14 Jul 2004 02:36:38 +0000 (19:36 -0700)]
java-tree.h (all_class_filename): Remove useless macro.

* java-tree.h (all_class_filename):  Remove useless macro.
(enum java_tree_index):  Remove JTI_ALL_CLASS_FILENAME constant.
(BUILD_FILENAME_IDENTIFIER_NODE):  Remove useless macro.
* parse.y (java_parser_context_restore_global):  Replace
BUILD_FILENAME_IDENTIFIER_NODE by plain get_identifier.
* jcf-parse.c (read_class, java_parse_file):  Likewise.

From-SVN: r84667

20 years agoDaily bump.
GCC Administrator [Wed, 14 Jul 2004 00:16:12 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r84660

20 years agoxtensa.c (xtensa_gimplify_va_arg_expr): Swap arguments for COND_EXPR in big-endian...
Bob Wilson [Tue, 13 Jul 2004 23:20:16 +0000 (23:20 +0000)]
xtensa.c (xtensa_gimplify_va_arg_expr): Swap arguments for COND_EXPR in big-endian adjustment code.

* config/xtensa/xtensa.c (xtensa_gimplify_va_arg_expr): Swap
arguments for COND_EXPR in big-endian adjustment code.

From-SVN: r84655

20 years agopa-64.h (ARG_POINTER_REGNUM, [...]): Delete.
John David Anglin [Tue, 13 Jul 2004 22:17:11 +0000 (22:17 +0000)]
pa-64.h (ARG_POINTER_REGNUM, [...]): Delete.

* pa-64.h (ARG_POINTER_REGNUM, STATIC_CHAIN_REGNUM): Delete.
* pa.h (ARG_POINTER_REGNUM, STATIC_CHAIN_REGNUM): Modify for hppa64.
* pa32-regs.h (REG_ALLOC_ORDER): Reorder caller-saved registers.
* pa64-regs.h (REG_ALLOC_ORDER): Likewise.

From-SVN: r84649

20 years agoInputContext.java: Initialze in, line.
Michael Koch [Tue, 13 Jul 2004 22:06:11 +0000 (22:06 +0000)]
InputContext.java: Initialze in, line.

2004-07-14  Michael Koch  <konqueror@gmx.de>
            Matthias Klose  <doko@debian.org>

        * java/awt/im/InputContext.java: Initialze in, line.

Co-Authored-By: Matthias Klose <doko@debian.org>
From-SVN: r84648

20 years ago[multiple changes]
Arnaud Charlet [Tue, 13 Jul 2004 21:40:51 +0000 (23:40 +0200)]
[multiple changes]

2004-07-13  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>

* decl.c: (gnat_to_gnu_entity, object case): Convert initializer to
object type.
(gnat_to_gnu_entity, case E_Record_Subtype): Properly set
TYPE_STUB_DECL.

* misc.c (gnat_types_compatible_p): New function.
(LANG_HOOKS_TYPES_COMPATIBLE_P): New hook, to use it.
(LANG_HOOKS_TYPE_MAX_SIZE, gnat_type_max_size): New.

* trans.c (gigi): Move processing of main N_Compilation_Unit here.
(gnat_to_gnu, case N_Compilation_Unit): Just handle nested case here.
(add_stmt): Force walking of sizes and DECL_INITIAL for DECL_EXPR.
(mark_visited): Don't mark dummy type.
(tree_transform <N_Procedure_Call_Statement>): Unless this is an In
parameter, we must remove any LJM building from GNU_NAME.
(gnat_to_gnu, case N_String_Literal): Fill in indices in CONSTRUCTOR.
(pos_to_constructor): Use int_const_binop.
(gnat_to_gnu, case N_Identifier): Don't reference DECL_INITIAL of
PARM_DECL.

* utils.c (gnat_init_decl_processing): Don't make two "void" decls.
(gnat_pushlevel): Set TREE_USE on BLOCK node.
(gnat_install_builtins): Add __builtin_memset.

2004-07-13  Olivier Hainque  <hainque@act-europe.fr>

* decl.c (gnat_to_gnu_entity <E_Variable>): If we are making a pointer
for a renaming, stabilize the initialization expression if we are at a
local level.  At the local level, uses of the renaming may be performed
by a direct dereference of the initializing expression, and we don't
want possible variables there to be evaluated for every use.

* trans.c (gnat_stabilize_reference, gnat_stabilize_reference_1):
Propagate TREE_SIDE_EFFECTS and TREE_THIS_VOLATILE to avoid loosing
them on the way.  Account for the fact that we may introduce side
effects in the process.

From-SVN: r84647

20 years agore PR c++/16518 (mutable specifier only applies to first item in declaration list)
Mark Mitchell [Tue, 13 Jul 2004 21:11:52 +0000 (21:11 +0000)]
re PR c++/16518 (mutable specifier only applies to first item in declaration list)

PR c++/16518
PR c++/16337
* decl.c (grokvardecl): Make declspecs parameter const.
(grokdeclarator): Likewise.  Adjust accordingly.
* decl.h (grokdeclarator): Adjust declaration.
* parser.c (cp_parser_init_declarator): Do not clear
decl_specifiers->attributes.

PR c++/16518
* g++.dg/parse/mutable1.C: New test.

From-SVN: r84646

20 years agointerpret.cc (run): Correctly access libffi return values of integral smaller-than...
Ulrich Weigand [Tue, 13 Jul 2004 21:06:33 +0000 (21:06 +0000)]
interpret.cc (run): Correctly access libffi return values of integral smaller-than-int type...

* interpret.cc (run): Correctly access libffi return values of
integral smaller-than-int type; these are implicitly promoted.

From-SVN: r84645

20 years agore PR libgcj/7587 (direct threaded interpreter not thread-safe)
Bryce McKinlay [Tue, 13 Jul 2004 21:03:03 +0000 (21:03 +0000)]
re PR libgcj/7587 (direct threaded interpreter not thread-safe)

2004-07-13  Bryce McKinlay  <mckinlay@redhat.com>

PR libgcj/7587
* interpret.cc (compile_mutex): New.
(_Jv_InitInterpreter): New. Initialize compile_mutex.
(run): Lock compile_mutex before calling compile() if compilation is
required.
* prims.cc (_Jv_CreateJavaVM): Call _Jv_InitInterpreter().
* include/java-interp.h (_Jv_InitInterpreter): Declare.

From-SVN: r84644

20 years agolibiberty.h (XNEW, [...]): Move here from libcpp/internal.h.
Bernardo Innocenti [Tue, 13 Jul 2004 20:59:09 +0000 (22:59 +0200)]
libiberty.h (XNEW, [...]): Move here from libcpp/internal.h.

* libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
libcpp/internal.h.
(XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
macros.

From-SVN: r84643

20 years agolibiberty.h (ASTRDUP): Add casts required for stricter type conversion rules of C++.
Bernardo Innocenti [Tue, 13 Jul 2004 20:54:38 +0000 (22:54 +0200)]
libiberty.h (ASTRDUP): Add casts required for stricter type conversion rules of C++.

* libiberty.h (ASTRDUP): Add casts required for stricter
type conversion rules of C++.
* obstack.h (obstack_free): Likewise.

From-SVN: r84642

20 years agore PR tree-optimization/16443 (ICE during linux kernel compilation)
Diego Novillo [Tue, 13 Jul 2004 20:51:02 +0000 (20:51 +0000)]
re PR tree-optimization/16443 (ICE during linux kernel compilation)

PR tree-optimization/16443
* tree-ssa-alias.c: Add more description for
CALL_CLOBBERED_VARS and ADDRESSABLE_VARS.
* tree-ssa-operands.c (get_asm_expr_operands): Re-order the
clobbering of call-clobbered and addressable variables.  If
there are any before aliases have been computed, add them.

testsuite/ChangeLog

PR tree-optimization/16443
* gcc.dg/tree-ssa/20040713-1.c: New test.

From-SVN: r84641

20 years agonew2.C: Use first operand of type __SIZE_TYPE__ for operator new.
Ulrich Weigand [Tue, 13 Jul 2004 20:46:01 +0000 (20:46 +0000)]
new2.C: Use first operand of type __SIZE_TYPE__ for operator new.

* g++.dg/lookup/new2.C: Use first operand of type __SIZE_TYPE__
for operator new.

From-SVN: r84640

20 years agotree-optimize.c (execute_todo): Flush DUMP_FILE before verification.
Diego Novillo [Tue, 13 Jul 2004 20:39:09 +0000 (20:39 +0000)]
tree-optimize.c (execute_todo): Flush DUMP_FILE before verification.

* tree-optimize.c (execute_todo): Flush DUMP_FILE before
verification.

From-SVN: r84639

20 years agos390.c (s390_gimplify_va_arg): Use size_int instead of build_int_2.
Ulrich Weigand [Tue, 13 Jul 2004 17:22:41 +0000 (17:22 +0000)]
s390.c (s390_gimplify_va_arg): Use size_int instead of build_int_2.

* config/s390/s390.c (s390_gimplify_va_arg): Use size_int instead
of build_int_2.  Convert both operands of PLUS_EXPR and MULT_EXPR
to the same type.

From-SVN: r84632

20 years ago* collect2.c (main): Handle --no-demangle and --demangle flags.
Per Bothner [Tue, 13 Jul 2004 17:19:14 +0000 (10:19 -0700)]
* collect2.c (main):  Handle --no-demangle and --demangle flags.

From-SVN: r84631

20 years agoMakefile.in (OBJS-common): Add tree-data-ref.o.
Sebastian Pop [Tue, 13 Jul 2004 16:43:32 +0000 (18:43 +0200)]
Makefile.in (OBJS-common): Add tree-data-ref.o.

* Makefile.in (OBJS-common): Add tree-data-ref.o.
(tree-scalar-evolution.o): Add missing dependences on tree-pass.h flags.h.
(tree-data-ref.o): New rule.
* lambda.h: New file.
* tree-data-ref.c: New file.
* tree-data-ref.h: New file.
* tree.c (int_cst_value, tree_fold_gcd): New functions.
* tree.h (int_cst_value, tree_fold_gcd): Declared here.

From-SVN: r84630

20 years agocp-tree.h (lang_identifier): Remove class_value.
Mark Mitchell [Tue, 13 Jul 2004 16:22:06 +0000 (16:22 +0000)]
cp-tree.h (lang_identifier): Remove class_value.

* cp-tree.h (lang_identifier): Remove class_value.
(IDENTIFIER_CLASS_VALUE): Remove.
(pop_class_decls): Likewise.
(init_search_processing): Likewise.
* class.c (handle_using_decl): Use lookup_member, not
IDENTIFIER_CLASS_VALUE.
(restore_class_cache): New function, split out from ...
(pushclass): ... here.  Do not call clear_identifier_class_values.
(invalidate_class_lookup_cache): Do not clear
IDENTIFIER_CLASS_VALUE.
(popclass): Do not call pop_class_decls.
(maybe_note_name_used_in_class): Do not save names looked up after
the class is complete.  Use lookup_member, not
IDENTIFIER_CLASS_VALUE.
* config-lang.in (gtfiles): Add $(srcdir)/cp/search.c.
* decl.c (cxx_init_decl_processing): Do not call
init_search_processing.
* method.c (do_build_copy_constructor): Remove unnecessary code.
(do_build_assign_ref): Likewise.
* name-lookup.c (pushdecl): Use lookup_member, not
IDENTIFIER_CLASS_VALUE.
(set_identifier_type_value_with_scope): Set TREE_TYPE on the
type_shadowed list.
(poplevel_class): Do not restore IDENTIFIER_CLASS_VALUE.
(push_class_binding): Do not set it.
(clear_identifier_class_values): Remove.
(push_class_level_binding): Do not set IDENTIFIER_CLASS_VALUE.
(store_binding): Do not save it.
(pop_from_top_level): Do not restore it.
* name-lookup.h (cxx_saved_binding): Remove class_value.
(clear_identifier_class_values): Remove.
* ptree.c (cxx_print_identifier): Do not print
IDENTIFIER_CLASS_VALUE.
* search.c (search_obstack): Remove.
(push_stack_level): Remove.
(pop_stack_level): Remove.
(search_level): Remove.
(search_stack): Remove.
(lookup_member): Don't check IDENTIFIER_CLASS_VALUE.
(setup_class_bindings): Use IDENTIFIER_MARKED, not
IDENTIFIER_CLASS_VALUE.
(marked_identifiers): New variable.
(push_class_decls): Clear IDENTIFIER_MARKED.
(pop_class_decls): Don't call pop_search_level.
(init_search_processing): Remove.

From-SVN: r84629

20 years agoREADME: New file
David Billinghurst [Tue, 13 Jul 2004 13:27:52 +0000 (13:27 +0000)]
README: New file

2004-07-13  David Billinghurst (David.Billinghurst@riotinto.com)

* gfortran.dg/g77/README: New file
* gfortran.dg/g77/19981216-0.f:  Copy from
g77.f-torture/noncompile.  Add "dg-do compile" and
dg-error as required.
* gfortran.dg/g77/19990218-1.f: Likewise
* gfortran.dg/g77/19990905-1.f: Likewise
* gfortran.dg/g77/9263.f: Likewise
* gfortran.dg/g77/980615-0.f: Likewise
* gfortran.dg/g77/980616-0.f: Likewise
* gfortran.dg/g77/check0.f: Likewise
* gfortran.dg/g77/select_no_compile.f: Likewise

From-SVN: r84622

20 years agore PR target/13926 (GCC generates jumps that are too large to fit in word displacemen...
Eric Botcazou [Tue, 13 Jul 2004 13:14:06 +0000 (15:14 +0200)]
re PR target/13926 (GCC generates jumps that are too large to fit in word displacement field)

PR target/13926
* config/sparc/sparc-protos.h (output_ubranch): New prototype.
* config/sparc/sparc.c (output_ubranch): New function.
* config/sparc/sparc.md (jump pattern): Use it.

From-SVN: r84621

20 years agore PR target/16494 ([3.3.2/3.4/3.5] Pessimization with FP conditional branches)
Eric Botcazou [Tue, 13 Jul 2004 12:08:56 +0000 (14:08 +0200)]
re PR target/16494 ([3.3.2/3.4/3.5] Pessimization with FP conditional branches)

PR target/16494
* config/sparc/sparc.c (output_cbranch): Properly guard
the code handling far branches with TARGET_V9.
* config/sparc/sparc.md (length attribute): Document the
side-effect of having a length greater or equal to 3.

From-SVN: r84618

20 years agore PR target/15186 (-compat-bsd -m64 does not pick up the 64bit libraries)
Eric Botcazou [Tue, 13 Jul 2004 11:16:33 +0000 (13:16 +0200)]
re PR target/15186 (-compat-bsd -m64 does not pick up the 64bit libraries)

PR target/15186
* config/sparc/sol2-bi.h (LINK_ARCH64_SPEC_BASE): Pass
/usr/ucblib/sparcv9 as -R path when -compat-bsd is specified.

Co-Authored-By: Lloyd Parkes <lloyd@must-have-coffee.gen.nz>
From-SVN: r84615

20 years agore PR target/12602 (-pthreads and -threads undocumented for Solaris/SPARC)
Eric Botcazou [Tue, 13 Jul 2004 10:36:29 +0000 (12:36 +0200)]
re PR target/12602 (-pthreads and -threads undocumented for Solaris/SPARC)

PR target/12602
* doc/invoke.texi (SPARC options): Document -threads
and -pthreads on Solaris.

Co-Authored-By: Martin Sebor <sebor@roguewave.com>
From-SVN: r84612

20 years ago12658_thread.cc: Move/rename to 12658_thread-1.cc and xfail.
Paolo Carlini [Tue, 13 Jul 2004 09:08:21 +0000 (09:08 +0000)]
12658_thread.cc: Move/rename to 12658_thread-1.cc and xfail.

2004-07-13  Paolo Carlini  <pcarlini@suse.de>

* testsuite/22_locale/locale/cons/12658_thread.cc: Move/rename
to 12658_thread-1.cc and xfail.
* testsuite/22_locale/locale/cons/12658_thread-2.c: New, much
simpler version of 12658_thread-1.cc, still failing on 3_3 and
not failing on 3_4/mainline - both on single processor and
multiprocessor machines.

From-SVN: r84610

20 years agooops - forgot to commit ChangeLog entry for sh-symbianelf patch
Nick Clifton [Tue, 13 Jul 2004 08:57:01 +0000 (08:57 +0000)]
oops - forgot to commit ChangeLog entry for sh-symbianelf patch

From-SVN: r84609

20 years agobuiltins.c (std_gimplify_va_arg_expr): Handle types passed by reference.
Richard Henderson [Tue, 13 Jul 2004 08:43:41 +0000 (01:43 -0700)]
builtins.c (std_gimplify_va_arg_expr): Handle types passed by reference.

        * builtins.c (std_gimplify_va_arg_expr): Handle types passed
        by reference.
        (ind_gimplify_va_arg_expr): Remove.
        * tree.h (ind_gimplify_va_arg_expr): Remove.
        * config/pa/pa.c (hppa_gimplify_va_arg_expr): Don't use it.
        * config/mmix/mmix.c (mmix_function_arg_pass_by_reference): Allow
        argsp to be null.

        * config/arc/arc.c (arc_gimplify_va_arg_expr): Remove.
        (TARGET_GIMPLIFY_VA_ARG_EXPR): Remove.
        * config/cris/cris.c, config/fr30/fr30.c, config/frv/frv.c,
        config/iq2000/iq2000.c, config/m32r/m32r.c, config/mmix/mmix.c,
        config/mn10300/mn10300.c, config/v850/v850.c: Similarly.

From-SVN: r84608

20 years agofunction.c (pass_by_reference): New.
Richard Henderson [Tue, 13 Jul 2004 08:22:03 +0000 (01:22 -0700)]
function.c (pass_by_reference): New.

        * function.c (pass_by_reference): New.
        (assign_parm_find_data_types): Use it.
        * calls.c (initialize_argument_information): Likewise.
        (emit_library_call_value_1): Likewise.
        * expr.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
        * function.h (pass_by_reference): Declare.
ada/
        * misc.c (default_pass_by_ref): Use pass_by_reference.

From-SVN: r84607

20 years agotarget-def.h (TARGET_MUST_PASS_IN_STACK): New.
Richard Henderson [Tue, 13 Jul 2004 07:45:09 +0000 (00:45 -0700)]
target-def.h (TARGET_MUST_PASS_IN_STACK): New.

* target-def.h (TARGET_MUST_PASS_IN_STACK): New.
* target.h (struct gcc_target): Add calls.must_pass_in_stack.
* expr.h (MUST_PASS_IN_STACK): Remove.
* system.h (MUST_PASS_IN_STACK): Poison.
* tree.h (must_pass_in_stack_var_size): Declare.
(must_pass_in_stack_var_size_or_pad): Declare.
* calls.c (must_pass_in_stack_var_size): New.
(must_pass_in_stack_var_size_or_pad): Rename from
default_must_pass_in_stack.
* config/alpha/alpha.c (unicosmk_must_pass_in_stack): New.
(TARGET_MUST_PASS_IN_STACK): New.
* config/alpha/unicosmk.h (MUST_PASS_IN_STACK): Remove.
* config/fr30/fr30.c (fr30_must_pass_in_stack): New.
(TARGET_MUST_PASS_IN_STACK): New.
* config/fr30/fr30.h (MUST_PASS_IN_STACK): Remove.
* config/frv/frv.c (frv_must_pass_in_stack): New.
(TARGET_MUST_PASS_IN_STACK): New.
* config/frv/frv.h (MUST_PASS_IN_STACK): Remove.
* config/i386/i386-protos.h (ix86_must_pass_in_stack): Remove.
* config/i386/i386.c (TARGET_MUST_PASS_IN_STACK): New.
(ix86_must_pass_in_stack): Make static.
* config/i386/i386.h (MUST_PASS_IN_STACK): Remove.
* config/ia64/ia64.c (TARGET_MUST_PASS_IN_STACK): New.
* config/ia64/ia64.h (MUST_PASS_IN_STACK): Remove.
* config/m32r/m32r.c (TARGET_MUST_PASS_IN_STACK): New.
* config/m32r/m32r.h (MUST_PASS_IN_STACK): Remove.
* config/mcore/mcore-protos.h (mcore_must_pass_on_stack): Remove.
* config/mcore/mcore.c (TARGET_MUST_PASS_IN_STACK): New.
(mcore_must_pass_on_stack): Remove.
* config/mcore/mcore.h (MUST_PASS_IN_STACK): Remove.
* config/mips/mips.c (TARGET_MUST_PASS_IN_STACK): New.
* config/mips/mips.h (MUST_PASS_IN_STACK): Remove.
* config/pa/pa.c (TARGET_MUST_PASS_IN_STACK): New.
* config/pa/pa.h (MUST_PASS_IN_STACK): Remove.
* config/rs6000/aix.h (MUST_PASS_IN_STACK): Remove.
* config/rs6000/linux64.h (MUST_PASS_IN_STACK): Remove.
* config/rs6000/rs6000.c (rs6000_must_pass_in_stack): New.
(TARGET_MUST_PASS_IN_STACK): New.
* config/sh/sh.c (TARGET_MUST_PASS_IN_STACK): New.
* config/sh/sh.h (MUST_PASS_IN_STACK): Remove.
* config/sparc/sparc.c (TARGET_MUST_PASS_IN_STACK): New.
* config/sparc/sparc.h (MUST_PASS_IN_STACK): Remove.
* config/xtensa/xtensa.c (TARGET_MUST_PASS_IN_STACK): New.
* config/xtensa/xtensa.h (MUST_PASS_IN_STACK): Remove.
* doc/tm.texi (TARGET_MUST_PASS_IN_STACK): Update from
MUST_PASS_IN_STACK.

* calls.c, function.c, config/alpha/alpha.c, config/alpha/alpha.h,
config/alpha/unicosmk.h, config/alpha/vms.h, config/c4x/c4x.c,
config/cris/cris.h, config/fr30/fr30.c, config/fr30/fr30.h,
config/frv/frv.c, config/i386/i386.c, config/iq2000/iq2000.c,
config/mcore/mcore.c, config/mcore/mcore.h, config/mips/mips.c,
config/mmix/mmix.c, config/mmix/mmix.h, config/rs6000/rs6000.c,
config/sh/sh.c, config/sh/sh.h, config/stormy16/stormy16.c,
config/xtensa/xtensa.c: Use target hook.

From-SVN: r84606

20 years agoCopy files from g77.f-torture/compile.
David Billinghurst [Tue, 13 Jul 2004 07:08:22 +0000 (07:08 +0000)]
Copy files from g77.f-torture/compile.

2004-07-13  David Billinghurst (David.Billinghurst@riotinto.com)

Copy files from g77.f-torture/compile.
Add "{ dg-do compile}".  Other changes as noted
* gfortran.dg/g77/19990905-0.f: XFAIL PR 16511
* gfortran.dg/g77/20010519-1.f: Add dg-warning as required
* gfortran.dg/g77/20030115-1.f: Add dg-warning as required
* gfortran.dg/g77/20030326-1.f: XFAIL PR 16511
* gfortran.dg/g77/970125-0.f: Add dg-excess-errors.
* gfortran.dg/g77/980519-2.f: Declare hd_S,hd_Z,hd_T
* gfortran.dg/g77/990115-1.f: Declare RANK as INTEGER
* gfortran.dg/g77/alpha1.f: Separate declaration and DATA
statement to conform to standard.  Append alpha1.x for reference.
* gfortran.dg/g77/xformat.f: Add dg-warning

From-SVN: r84605

20 years agoconfigure.ac (gcc_cv_as_offsetable_lo10): Fix a typo.
Anthony Heading [Tue, 13 Jul 2004 06:57:13 +0000 (06:57 +0000)]
configure.ac (gcc_cv_as_offsetable_lo10): Fix a typo.

2004-07-13  Anthony Heading  <aheading@jpmorgan.com>

* configure.ac (gcc_cv_as_offsetable_lo10: Fix a typo.
* configure: Rebuilt.

From-SVN: r84603

20 years agoinvoke.texi: Remove documentation for MIPS -mrnames option.
Richard Sandiford [Tue, 13 Jul 2004 06:50:27 +0000 (06:50 +0000)]
invoke.texi: Remove documentation for MIPS -mrnames option.

* doc/invoke.texi: Remove documentation for MIPS -mrnames option.
* config/mips/mips.h (mips_reg_names): Don't declare.
(MASK_NAME_REGS): Delete.  Shuffle other MASK_* values down.
(TARGET_NAME_REGS): Delete.
(TARGET_SWITCHES): Remove -mrnames.
(REGISTER_NAMES): Initialise with the old contents of mips_reg_names[].
(ADDITIONAL_REGISTER_NAMES): Remove entries for names mentioned
in REGISTER_NAMES.
* config/mips/mips.c (mips_reg_names, mips_sw_reg_names): Delete.
(override_options): Remove handling of TARGET_NAME_REGS.

From-SVN: r84602

20 years ago* config/mips/mips.h (TARGET_*): Boolify.
Richard Sandiford [Tue, 13 Jul 2004 05:53:28 +0000 (05:53 +0000)]
* config/mips/mips.h (TARGET_*): Boolify.

From-SVN: r84601

20 years agoFix NM/AR propagation from toplevel for recursive makes.
James E Wilson [Tue, 13 Jul 2004 02:21:30 +0000 (02:21 +0000)]
Fix NM/AR propagation from toplevel for recursive makes.

* Makefile.in (AR): Use @AR@ not ar.
(NM): New.
(AR_FOR_TARGET): Use $(AR) not ar for native.
(NM_FOR_TARGET): Use $(NM) not nm for native.
* configure.ac: Add AC_CHECK_PROG calls for NM and AR.
* configure: Regenerate.

From-SVN: r84600

20 years agosparc.md (ashlsi3): Eliminate const 1 special case.
David S. Miller [Tue, 13 Jul 2004 01:36:38 +0000 (01:36 +0000)]
sparc.md (ashlsi3): Eliminate const 1 special case.

2004-07-12  David S. Miller  <davem@nuts.davemloft.net>

* config/sparc/sparc.md (ashlsi3): Eliminate const 1
special case.
(ashldi3_sp64): Likewise.

From-SVN: r84599

20 years agore PR target/16477 (Failure of gcc.c-torture/execute/strct-stdarg-1.c)
John David Anglin [Tue, 13 Jul 2004 01:35:43 +0000 (01:35 +0000)]
re PR target/16477 (Failure of gcc.c-torture/execute/strct-stdarg-1.c)

PR target/16477
* pa.c (function_arg): Update comment.
* pa.h (BLOCK_REG_PADDING): Define.

From-SVN: r84598

20 years agore PR libgcj/15713 (compile interpret.cc with -fno-strict-aliasing)
Bryce McKinlay [Tue, 13 Jul 2004 01:04:47 +0000 (01:04 +0000)]
re PR libgcj/15713 (compile interpret.cc with -fno-strict-aliasing)

2004-07-12  Bryce McKinlay  <mckinlay@redhat.com>

PR libgcj/15713
* include/jvm.h (_Jv_value): New union type.
* gcj/field.h (_Jv_Field): Add new _addr union field variants
* interperet.cc (run): Use _Jv_value union type and *_addr _Jv_Field
union members.

From-SVN: r84596

20 years agore PR tree-optimization/16461 (ICE: expected ssa_name, have integer_cst in independen...
Zdenek Dvorak [Tue, 13 Jul 2004 01:03:21 +0000 (03:03 +0200)]
re PR tree-optimization/16461 (ICE: expected ssa_name, have integer_cst in independent_of_stmt_p, at tree-tailcall.c:210)

PR tree-optimization/16461
* tree-tailcall.c (independent_of_stmt_p): Handle non-SSA name
arguments of phi nodes.

From-SVN: r84595