platform/upstream/gcc.git
20 years agomips.c (mips_rtx_costs): In mips16 code, set the cost of 0...255 to 0 when inside...
Richard Sandiford [Fri, 16 Jul 2004 07:35:58 +0000 (07:35 +0000)]
mips.c (mips_rtx_costs): In mips16 code, set the cost of 0...255 to 0 when inside a SET.

* config/mips/mips.c (mips_rtx_costs): In mips16 code, set the cost
of 0...255 to 0 when inside a SET.

From-SVN: r84804

20 years ago* config/mips/mips.md: Remove mips16 define_peepholes.
Richard Sandiford [Fri, 16 Jul 2004 06:46:48 +0000 (06:46 +0000)]
* config/mips/mips.md: Remove mips16 define_peepholes.

From-SVN: r84803

20 years agoconfigure.in: Use target_noncanonical rather than target_alias for forward-compatibil...
Nathanael Nerode [Fri, 16 Jul 2004 05:36:35 +0000 (05:36 +0000)]
configure.in: Use target_noncanonical rather than target_alias for forward-compatibility with...

* configure.in: Use target_noncanonical rather than
target_alias for forward-compatibility with autoconf 2.59.
* configure: Regenerate.
* Makefile.am, gcj/Makefile.am, include/Makefile.am,
testsuite/Makefile.am: Substitute target_noncanonical.
* Makefile.in, gcj/Makefile.in, include/Makefile.in,
testsuite/Makefile.in: Regenerate.

From-SVN: r84802

20 years agotree-ssa-pre.c (init_pre): Connect infinite loops to exit.
Daniel Berlin [Fri, 16 Jul 2004 04:24:43 +0000 (04:24 +0000)]
tree-ssa-pre.c (init_pre): Connect infinite loops to exit.

2004-07-16  Daniel Berlin  <dberlin@dberlin.org>

* tree-ssa-pre.c (init_pre): Connect infinite loops to exit.
(fini_pre): Remove fake edges.

From-SVN: r84800

20 years agotree-ssa-operands.c (get_expr_operands): Use a switch.
Richard Henderson [Fri, 16 Jul 2004 02:26:47 +0000 (19:26 -0700)]
tree-ssa-operands.c (get_expr_operands): Use a switch.

        * tree-ssa-operands.c (get_expr_operands): Use a switch.  Split out...
        (get_indirect_ref_operands, get_call_expr_operands): ... these.

From-SVN: r84798

20 years agoconfigure.in: Move as much as possible below AC_CANONICAL_SYSTEM.
Nathanael Nerode [Fri, 16 Jul 2004 02:11:33 +0000 (02:11 +0000)]
configure.in: Move as much as possible below AC_CANONICAL_SYSTEM.

* configure.in: Move as much as possible below AC_CANONICAL_SYSTEM.
Introduce _GCC_TOPLEV_NONCANONICAL_TARGET.
* acinclude.m4: Include acx.m4.
* aclocal.m4: Regenerate.
* configure: Regenerate.

From-SVN: r84797

20 years agovec.h (VEC_address): New function.
Mark Mitchell [Fri, 16 Jul 2004 01:15:43 +0000 (01:15 +0000)]
vec.h (VEC_address): New function.

* vec.h (VEC_address): New function.

* cp-tree.h (lang_type_class): Remove has_real_assign_ref and
has_abstract_assign_ref.  Make methods a VEC(tree) *.
(TYPE_HAS_CONST_ASSIGN_REF): Add documentation.
(CLASSTYPE_CONSTRUCTORS): Adjust for changes to CLASSTYPE_METHOD_VEC.
(CLASSTYPE_DESTRUCTORS): Likewise.
(TYPE_HAS_REAL_ASSIGN_REF): Remove.
(TYPE_HAS_ABSTRACT_ASSIGN_REF): Likewise.
(add_method): Change prototoype.
* class.c (add_method): Remove error_p parameter.  Adjust for
changes to CLASSTYPE_METHOD_VEC.
(handle_using_decl): Adjust call to add_method.
(maybe_warn_about_overly_private_class): Adjust for
changes to CLASSTYPE_METHOD_VEC.
(resort_type_method_vec): Likewise.
(finish_struct_methods): Likewise.
(check_for_override): Likewise.
(warn_hidden): Likewise.
(add_implicitly_declared_members): Defer creation of assignment
operators.  Adjust call to add_method.
(clone_function_decl): Adjust call to add_method.
(check_bases_and_members): Don't set TYPE_HAS_REAL_ASSIGN_REF.
(finish_struct_1): Use CLASSTYPE_DESTRUCTORS.
* decl.c (grok_special_member_properties): Don't set
TYPE_HAS_ABSTRACT_ASSIGN_REF.
* decl2.c (check_classfn): Adjust for
changes to CLASSTYPE_METHOD_VEC.
* method.c (locate_dtor): Use CLASSTYPE_DESTRUCTORS.
(locate_ctor): Use CLASSTYPE_CONSTRUCTORS.
(locate_copy): Adjust for changes to CLASSTYPE_METHOD_VEC.
(implicitly_declare_fn): Set DECL_SOURCE_LOCATION.  Do not call
cp_finish_decl.
* pt.c (check_explicit_specialization): Adjust for
changes to CLASSTYPE_METHOD_VEC.
(instantiate_class_template): Do not set
TYPE_HAS_ABSTRACT_ASSIGN_REF.
* ptree.c (cxx_print_type): Don't try to print
CLASSTYPE_METHOD_VEC.
* rtti.c (emit_support_tinfos): Use CLASSTYPE_DESTRUCTORS.
* search.c (lookup_field_r): Adjust for
changes to CLASSTYPE_METHOD_VEC.
(lookup_fnfields): Likewise.
(lookup_conversion_operator): Likewise.
(lookup_fnfields_1): Likewise.  Create assignment operators
lazily.
(look_for_overrides_here): Adjust for
changes to CLASSTYPE_METHOD_VEC.
(add_conversions): Likewise.
* semantics.c (finish_member_declaration): Adjust call to add_method.

From-SVN: r84796

20 years agore PR fortran/16404 (should reject invalid code with -pedantic -std=f95 ? (x8))
Tobias Schlüter [Fri, 16 Jul 2004 00:57:43 +0000 (02:57 +0200)]
re PR fortran/16404 (should reject invalid code with -pedantic -std=f95 ? (x8))

fortran/
* parse.c (gfc_check_do_variable): Fix error locus.

testsuite/
PR fortran/16404
* gfortran.dg/do_iterator.f90: New test.

From-SVN: r84795

20 years agore PR fortran/16404 (should reject invalid code with -pedantic -std=f95 ? (x8))
Tobias Schlüter [Fri, 16 Jul 2004 00:39:40 +0000 (02:39 +0200)]
re PR fortran/16404 (should reject invalid code with -pedantic -std=f95 ? (x8))

PR fortran/16404
(parts ported from g95)
* parse.h (gfc_state_data): New field do_variable.
(gfc_check_do_variable): Add prototype.
* parse.c (push_state): Initialize field 'do_variable'.
(gfc_check_do_variable): New function.
(parse_do_block): Remember do iterator variable.
(parse_file): Initialize field 'do_variable'.
* match.c (gfc_match_assignment, gfc_match_do,
gfc_match_allocate, gfc_match_nullify, gfc_match_deallocate):
Add previously missing checks.
(gfc_match_return): Reformat error message.
* io.c (match_out_tag): New function.
(match_open_element, match_close_element,
match_file_element, match_dt_element): Call match_out_tag
instead of match_vtag where appropriate.
(match_io_iterator, match_io_element): Add missing check.
(match_io): Reformat error message.
(match_inquire_element): Call match_out_tag where appropriate.

From-SVN: r84793

20 years agofortran-torture.exp (fortran-torture): Don't test compile tests with fulllist of...
Tobias Schlüter [Fri, 16 Jul 2004 00:32:26 +0000 (02:32 +0200)]
fortran-torture.exp (fortran-torture): Don't test compile tests with fulllist of options.

* lib/fortran-torture.exp (fortran-torture): Don't test compile
tests with fulllist of options.
* lib/gfortran-dg.exp (gfortran-dg-runtest): Only test with all
of TORTURE_OPTIONS if test contains 'dg-do run'.

From-SVN: r84792

20 years agore PR rtl-optimization/16536 (Incorrect __restrict__ optimization in -O2)
Volker Reichelt [Fri, 16 Jul 2004 00:25:59 +0000 (00:25 +0000)]
re PR rtl-optimization/16536 (Incorrect __restrict__ optimization in -O2)

PR rtl-optimization/16536
* gcc.c-torture/execute/restrict-1.c: New test.

From-SVN: r84791

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

From-SVN: r84788

20 years agore PR libgcj/16574 (java.sql.Timestamp#toString() does not deal with fractional secon...
Bryce McKinlay [Thu, 15 Jul 2004 22:14:45 +0000 (22:14 +0000)]
re PR libgcj/16574 (java.sql.Timestamp#toString() does not deal with fractional seconds correctly)

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

PR libgcj/16574
* java/sql/Timestamp.java (dateFormat): Renamed from sdf.
(decimalFormat): New static variable.
(sbuf): Likewise.
(getTime): New. Override Date.getTime().
(toString): Synchronize. Use decimalFormat to format nanos value
correctly. Truncate extra zeros.
(before): Compare getNanos() only if getTime() is equal.
(after): Likewise.

From-SVN: r84784

20 years agore PR middle-end/15885 (wrong va_start warning (and code))
Jason Merrill [Thu, 15 Jul 2004 21:50:51 +0000 (17:50 -0400)]
re PR middle-end/15885 (wrong va_start warning (and code))

        * cp-lang.c (cxx_types_compatible_p): To the middle-end,
        references and pointers are compatible.

        PR middle-end/15885
        * gimplify.c (gimplify_arg): New fn, split out from...
        (gimplify_call_expr): Here.  Special-case BUILT_IN_VA_START.

From-SVN: r84782

20 years agom68k.c (output_move_qimode): Abort on an attempt to generate code which is generated...
Roman Zippel [Thu, 15 Jul 2004 21:18:10 +0000 (21:18 +0000)]
m68k.c (output_move_qimode): Abort on an attempt to generate code which is generated by pushqi1 now

2004-07-15  Roman Zippel  <zippel@linux-m68k.org>

        * config/m68k/m68k.c (output_move_qimode): Abort on an attempt to
        generate code which is generated by pushqi1 now
        * config/m68k/m68k.h (MOVE_BY_PIECES_P): Remove.

From-SVN: r84780

20 years agocombine.c (simplify_set): match the mode of the constant 0 with the tested operand...
Roman Zippel [Thu, 15 Jul 2004 21:16:21 +0000 (21:16 +0000)]
combine.c (simplify_set): match the mode of the constant 0 with the tested operand to match the compare...

2004-07-15  Roman Zippel  <zippel@linux-m68k.org>

        * combine.c (simplify_set): match the mode of the constant 0 with
        the tested operand to match the compare behaviour and the
        simplify_relational_operation() expectation.

From-SVN: r84779

20 years agors6000.md ("bunordered"): Disable for e500.
Aldy Hernandez [Thu, 15 Jul 2004 21:07:49 +0000 (21:07 +0000)]
rs6000.md ("bunordered"): Disable for e500.

        * config/rs6000/rs6000.md ("bunordered"): Disable for e500.
        ("bordered"): Same.

From-SVN: r84778

20 years agors6000.md ("*cceq_ior_compare"): Allow unconditionally.
Aldy Hernandez [Thu, 15 Jul 2004 21:02:15 +0000 (21:02 +0000)]
rs6000.md ("*cceq_ior_compare"): Allow unconditionally.

        * config/rs6000/rs6000.md ("*cceq_ior_compare"): Allow
        unconditionally.
        * config/rs6000/spe.md ("e500_cceq_ior_compare"): Remove.

From-SVN: r84775

20 years ago[multiple changes]
Arnaud Charlet [Thu, 15 Jul 2004 20:34:43 +0000 (22:34 +0200)]
[multiple changes]

2004-07-15  Robert Dewar  <dewar@gnat.com>

* makegpr.adb, s-secsta.ads, sem_ch3.adb, sem_case.adb: Minor
reformatting

* gnat_ugn.texi: Add instantiation of direct_io or sequential_io with
access values as an example of a warning.

* gnat_rm.texi: Document new attribute Has_Access_Values

* gnat-style.texi: Document that box comments belong on nested
subprograms

* sem_util.ads (Has_Access_Values): Improved documentation

* s-finimp.ads, s-finimp.adb: Fix spelling error in comment

* sem_prag.adb (Check_Duplicated_Export_Name): New procedure
(Process_Interface_Name): Call to this new procedure
(Set_Extended_Import_Export_External_Name): Call to this new procedure

* s-mastop-x86.adb, 9drpc.adb: Fix spelling error in comment

* a-direio.ads, a-sequio.ads: Warn if Element_Type has access values

* einfo.ads: Minor comment typo fixed

2004-07-15  Jose Ruiz  <ruiz@act-europe.fr>

* snames.adb: Add _atcb.

* snames.ads: Add Name_uATCB.

* s-tarest.adb (Create_Restricted_Task): ATCBs are always preallocated
(in the expanded code) when using the restricted run time.

* s-tarest.ads (Create_Restricted_Task): Created_Task transformed into
a in parameter in order to allow ATCBs to be preallocated (in the
expanded code).

* s-taskin.adb (Initialize_ATCB): T converted into a in parameter in
order to allow ATCBs to be preallocated. In case of error, the ATCB is
deallocated in System.Tasking.Stages.

* s-taskin.ads (Initialize_ATCB): T converted into a in parameter in
order to allow ATCBs to be preallocated.

* s-tassta.adb (Create_Task): In case of error the ATCB is deallocated
here. It was previously done in Initialize_ATCB.

* rtsfind.ads: Make the Ada_Task_Control_Block visible.

* exp_ch9.adb: Preallocate the Ada_Task_Control_Block when using the
Restricted run time.

* exp_ch3.adb: When using the Restricted run time, pass the
preallocated Ada_Task_Control_Block when creating a task.

2004-07-15  Ed Schonberg  <schonberg@gnat.com>

* sem_util.adb (Normalize_Actuals): If there are no actuals on a
function call that is itself an actual in an enclosing call, diagnose
problem here rather than assuming that resolution will catch it.

* sem_ch7.adb (Analyze_Package_Specification): If the specification is
the local copy of a generic unit for a formal package, and the generic
is a child unit, install private part of ancestors before compiling
private part of spec.

* sem_cat.adb (Validate_Categorization_Dependency): Simplify code to
use scope entities rather than tree structures, to handle properly
parent units that are instances rewritten as bodies for inlining
purposes.

* sem_ch10.adb (Get_Parent_Entity, Implicit_With_On_Parent,
Remove_Parents): Handle properly a parent unit that is an
instantiation, when the unit has been rewritten as a body for inlining
purposes.

* par.adb (Goto_List): Global variable to collect goto statements in a
given unit, for use in detecting natural loops.

* par-ch5.adb (P_Goto_Statement): Add goto to global Goto_List, for
use in detecting natural loops.

* par-labl.adb (Find_Natural_Loops): Recognize loops create by
backwards goto's, and rewrite as a infinite loop, to improve locality
of temporaries.

* exp_util.adb (Force_Evaluation): Recognize a left-hand side
subcomponent that includes an indexed reference, to prevent the
generation of copies that would miscompile the desired assignment
statement.
(Build_Task_Image_Decls): Add a numeric suffix to
generated name for string variable, to avoid spurious conflicts with
the name of the type of a single protected object.

* exp_ch4.adb (Expand_Array_Equality): If indices are distinct, use a
loop with an explicit exit statement, to avoid generating an
out-of-range value with 'Succ leading to spurious constraint_errors
when compiling with -gnatVo.

2004-07-15  Thomas Quinot  <quinot@act-europe.fr>

* sem_ch4.adb (Analyze_Slice): Always call Analyze on the prefix: it
might not be analyzed yet, even if its Etype is already set (case of an
unchecked conversion built using Unchecked_Convert_To, for example).
If the prefix has already been analyzed, this will be a nop anyway.

* exp_ch5.adb (Make_Tag_Ctrl_Assignment): For an assignment of a
controller type, or an assignment of a record type with controlled
components, copy only user data, and leave the finalization chain
pointers untouched.

2004-07-15  Vincent Celier  <celier@gnat.com>

* make.adb (Collect_Arguments): Improve error message when attempting
to compile a source not part of any project, when -x is not used.

* prj.ads: (Defined_Variable_Kind): New subtype

* prj-attr.adb (Register_New_Package): Two new procedures to register
a package with or without its attributes.
(Register_New_Attribute): Mew procedure to register a new attribute in a
package.
New attribute oriented subprograms: Attribute_Node_Id_Of,
Attribute_Kind_Of, Set_Attribute_Kind_Of, Attribute_Name_Of,
Variable_Kind_Of, Set_Variable_Kind_Of, Optional_Index_Of,
Next_Attribute.
New package oriented subprograms: Package_Node_Id_Of,
Add_Unknown_Package, First_Attribute_Of, Add_Attribute.

* prj-attr.ads (Attribute_Node_Id): Now a private, self initialized
type.
(Package_Node_Id): Now a private, self initialized type
(Register_New_Package): New procedure to register a package with its
attributes.
New attribute oriented subprograms: Attribute_Node_Id_Of,
Attribute_Kind_Of, Set_Attribute_Kind_Of, Attribute_Name_Of,
Variable_Kind_Of, Set_Variable_Kind_Of, Optional_Index_Of,
Next_Attribute.
New package oriented subprograms: Package_Node_Id_Of,
Add_Unknown_Package, First_Attribute_Of, Add_Attribute.

* prj-dect.adb (Parse_Attribute_Declaration,
Parse_Package_Declaration): Adapt to new spec of Prj.Attr.

* prj-makr.adb (Make): Parse existing project file before creating
other files. Fail if there was an error during parsing.

* prj-proc.adb (Add_Attributes, Process_Declarative_Items): Adapt to
new spec of Prj.Attr.

* prj-strt.adb (Attribute_Reference, Parse_Variable_Reference): Adapt
to new spec of Prj.Attr.

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

* utils2.c: Fix typo in comment.

From-SVN: r84774

20 years agore PR fortran/13792 (lbound/ubound generates internal compiler error)
Tobias Schlüter [Thu, 15 Jul 2004 19:55:05 +0000 (21:55 +0200)]
re PR fortran/13792 (lbound/ubound generates internal compiler error)

fortran/
PR fortran/13792
* simplify.c (gfc_simplify_bound): Copy the bound expression.

testsuite/
PR fortran/13792
* gfortran.fortran-torture/execute/bounds.f90: Add check for
compile-time simplification.

From-SVN: r84773

20 years agomips.c (mips_adjust_insn_length): Fix handling of calls in mips16 code.
Richard Sandiford [Thu, 15 Jul 2004 19:28:22 +0000 (19:28 +0000)]
mips.c (mips_adjust_insn_length): Fix handling of calls in mips16 code.

* config/mips/mips.c (mips_adjust_insn_length): Fix handling of
calls in mips16 code.

From-SVN: r84772

20 years agore PR fortran/15140 (assertion failed: (TREE_CODE (sym->backend_decl) == PARM_DECL)
Tobias Schlüter [Thu, 15 Jul 2004 18:50:17 +0000 (20:50 +0200)]
re PR fortran/15140 (assertion failed: (TREE_CODE (sym->backend_decl) == PARM_DECL)

fortran/
PR fortran/15140
* trans-decl.c (gfc_trans_deferred_vars): Remove bogus assertion.

testsuite/
PR fortran/15140
* gfortran.dg/pr15140.f90: New test.

From-SVN: r84770

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