platform/upstream/gcc.git
20 years agoconfigure.in: Fix --enable-bootstrap breakage introduced in trees without gcc.
Paolo Bonzini [Thu, 3 Jun 2004 04:53:00 +0000 (04:53 +0000)]
configure.in: Fix --enable-bootstrap breakage introduced in trees without gcc.

* configure.in: Fix --enable-bootstrap breakage introduced in trees without
gcc.
* configure: Regenerate.

From-SVN: r82595

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

[[Split portion of a mixed commit.]]

From-SVN: r82592.2

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

[[Split portion of a mixed commit.]]

From-SVN: r82590.2

20 years agotree-cfg.c (tree_find_edge_insert_loc): Allow inserting before return_stmt.
Jan Hubicka [Wed, 2 Jun 2004 21:13:55 +0000 (23:13 +0200)]
tree-cfg.c (tree_find_edge_insert_loc): Allow inserting before return_stmt.

* tree-cfg.c (tree_find_edge_insert_loc):  Allow inserting before
return_stmt.

From-SVN: r82586

20 years agoWhen a class template is explicitly instantiated, its member should be too.
Matt Austern [Wed, 2 Jun 2004 21:12:54 +0000 (21:12 +0000)]
When a class template is explicitly instantiated, its member should be too.

* cp-tree.h (instantiate_decl): new boolean parameter,
undefined_ok. Current behavior is equivalent to its being 0.
* decl2.c (mark_used): Add new argument when calling instantiate_decl
* pt.c (mark_decl_instantiated): Unconditionally make
instantiations explicit unconditionally
(do_decl_instantiation): Don't call SET_DECL_EXPLICIT_INSTANTIATION,
since mark_decl_instantiated now does it.
(instantiate_class_member): New.  Instantiate a member of an
explicitly instantiated class template.
(do_type_instantiation): Explicitly instantiate members of an
explicitly instantiated class template.
(instantiate_decl): if undefined_ok is nonzero, and if we're
trying to explicitly instantiated a template with no definition,
change it to an implicit instantiation.
(instantiate_pending_templates): Add new argument to instantiate_decl.
* tree.c (cp_cannot_inline_tree_fn): Likewise.

From-SVN: r82585

20 years ago* include/std/std_complex.h (log): Tidy.
Gabriel Dos Reis [Wed, 2 Jun 2004 21:04:07 +0000 (21:04 +0000)]
* include/std/std_complex.h (log): Tidy.

From-SVN: r82584

20 years agoMakefile.in (TAGS): Don't mess with c-parse.[ch].
Jason Merrill [Wed, 2 Jun 2004 20:44:48 +0000 (16:44 -0400)]
Makefile.in (TAGS): Don't mess with c-parse.[ch].

        * Makefile.in (TAGS): Don't mess with c-parse.[ch].
        Do include c-parse.in.

From-SVN: r82582

20 years agocp-tree.h: Fix typo.
Andrew Pinski [Wed, 2 Jun 2004 20:24:30 +0000 (20:24 +0000)]
cp-tree.h: Fix typo.

2004-06-02  Andrew Pinski  <pinskia@physics.uc.edu>

        * cp-tree.h: Fix typo.

From-SVN: r82580

20 years agoJCheckBoxMenuItem.java: Removed CVS tags.
Olga Rodimina [Wed, 2 Jun 2004 20:13:06 +0000 (20:13 +0000)]
JCheckBoxMenuItem.java: Removed CVS tags.

* javax/swing/JCheckBoxMenuItem.java:
Removed CVS tags.
* javax/swing/JMenu.java: Likewise.
* javax/swing/JMenuBar.java: Likewise.
* javax/swing/JMenuItem.java: Likewise.
* javax/swing/JPopupMenu.java: Likewise.
* javax/swing/JRadioButtonMenuItem.java: Likewise.
* javax/swing/plaf/basic/BasicCheckBoxMenuItemUI.java:Likewise.
* javax/swing/plaf/basic/BasicMenuBarUI.java: Likewise.
* javax/swing/plaf/basic/BasicMenuItemUI.java: Likewise.
* javax/swing/plaf/basic/BasicMenuUI.java: Likewise.
* javax/swing/plaf/basic/BasicPopupMenuUI.java: Likewise.
* javax/swing/plaf/basic/BasicRadioButtonMenuItemUI.java: Likewise.

From-SVN: r82579

20 years agoobjc.exp (objc_target_compile): When running tests on Darwin (Mac OS X)...
Ziemowit Laski [Wed, 2 Jun 2004 19:48:49 +0000 (19:48 +0000)]
objc.exp (objc_target_compile): When running tests on Darwin (Mac OS X)...

[gcc/testsuite/ChangeLog]
2004-06-02  Ziemowit Laski  <zlaski@apple.com>

        * lib/objc.exp (objc_target_compile): When running tests on
        Darwin (Mac OS X), inform the linker about '-framework
        'Foundation'.

From-SVN: r82578

20 years agoc-typeck.c (common_type): Don't lose type qualifiers when creating new variants.
Eric Christopher [Wed, 2 Jun 2004 19:46:13 +0000 (19:46 +0000)]
c-typeck.c (common_type): Don't lose type qualifiers when creating new variants.

2004-06-02  Eric Christopher  <echristo@redhat.com>

        * c-typeck.c (common_type): Don't lose type qualifiers
        when creating new variants.

2004-06-02  Eric Christopher  <echristo@redhat.com>

        * gcc.c-torture/compile/20040602-1.c: New.

From-SVN: r82577

20 years agoAdd function name to the changelog.
Andrew Pinski [Wed, 2 Jun 2004 19:36:07 +0000 (12:36 -0700)]
Add function name to the changelog.

From-SVN: r82576

20 years agocp-tree.h: Include cgraph.h
Andrew Pinski [Wed, 2 Jun 2004 19:20:03 +0000 (19:20 +0000)]
cp-tree.h: Include cgraph.h

2004-06-02  Andrew Pinski  <pinskia@physics.uc.edu>

        * cp-tree.h: Include cgraph.h
        (DECL_NEEDED_P): Use cgraph_*node on the decl instead of
        TREE_SYMBOL_REFERENCED on the DECL_ASSEMBLER_NAME of the decl.

From-SVN: r82575

20 years agossa-sra-1.C: Fix comment.
Andrew Pinski [Wed, 2 Jun 2004 19:10:27 +0000 (19:10 +0000)]
ssa-sra-1.C: Fix comment.

2004-06-02  Andrew Pinski  <pinskia@physics.uc.edu>

        * g++.dg/tree-ssa/ssa-sra-1.C: Fix comment.
        * g++.dg/tree-ssa/ssa-sra-2.C: Likewise.

From-SVN: r82574

20 years agore PR tree-optimization/14736 ([tree-ssa] code quality regression)
Andrew Pinski [Wed, 2 Jun 2004 18:56:54 +0000 (18:56 +0000)]
re PR tree-optimization/14736 ([tree-ssa] code quality regression)

2004-06-02  Andrew Pinski  <pinskia@physics.uc.edu>

        PR tree-optimization/14736
        * g++.dg/tree-ssa/ssa-cast-1.C: New Test.

        PR tree-optimization/14042
        * g++.dg/tree-ssa/ssa-sra-1.C: New Test.

        PR tree-optimization/14729
        * g++.dg/tree-ssa/ssa-sra-2.C: New Test.

2004-06-02  Andrew Pinski  <pinskia@physics.uc.edu>

        PR tree-optimization/14042
        PR tree-optimization/14729
        PR tree-optimization/14736
        * tree-ssa.c: Check the type which the pointer points to
        instead of the pointer types.

From-SVN: r82573

20 years agore PR tree-optimization/15738 ([tree-ssa] Convert strrchr(s, c) to strchr(s, c) if...
Kazu Hirata [Wed, 2 Jun 2004 18:41:40 +0000 (18:41 +0000)]
re PR tree-optimization/15738 ([tree-ssa] Convert strrchr(s, c) to strchr(s, c) if c is known to be 0)

PR tree-optimization/15738.
* builtins.c (fold_builtin_strchr): Transform
strrchr (s, '\0') to strchr (s, '\0').

From-SVN: r82572

20 years agoi386.c (ix86_adjust_cost): Don't increase the cost for load+operation for PROCESSOR_P...
Steven Bosscher [Wed, 2 Jun 2004 17:34:35 +0000 (17:34 +0000)]
i386.c (ix86_adjust_cost): Don't increase the cost for load+operation for PROCESSOR_PENTIUMPRO...

* i386.c (ix86_adjust_cost): Don't increase the cost for
load+operation for PROCESSOR_PENTIUMPRO, it is already
modelled in the DFA description

From-SVN: r82571

20 years agore PR fortran/15557 (Not Implemented: Substring reference in DATA statement)
Tobias Schlüter [Wed, 2 Jun 2004 11:38:24 +0000 (13:38 +0200)]
re PR fortran/15557 (Not Implemented: Substring reference in DATA statement)

fortran/
PR fortran/15557
* data.c (assign_substring_data_value): New function.
(gfc_assign_data_value): Call the new function if we're dealing
with a substring LHS.

testsuite/
PR fortran/15557
* gfortran.fortran-torture/execute/data_3.f90: New testcase.

From-SVN: r82570

20 years agoMakefile.in (EXPR_H): Add insn-config.h...
Jerry Quinn [Wed, 2 Jun 2004 02:09:45 +0000 (02:09 +0000)]
Makefile.in (EXPR_H): Add insn-config.h...

2004-06-01  Jerry Quinn  <jlquinn@optonline.net>

* Makefile.in (EXPR_H): Add insn-config.h, function.h,
$(RTL_H), flags.h, $(TREE_H), $(MACHMODE_H), $(EXPR_H).
(ALIAS_H, EMIT_RTL_H): New.
(cselib.o): Replace EXPR_H with EMIT_RTL_H.
(cfgcleanup.o): Add EMIT_RTL_H.
(alias.o): Replace EXPR_H with EMIT_RTL_H and ALIAS_H.
* alias.c: Replace expr.h with emit-rtl.h and alias.h.
* attribs.c, c-lex.c, c-obj-common.c, c-semantics.c: Remove expr.h.
* cfgcleanup.c, cselib.c: Replace expr.h with emit-rtl.h.
* expr.h: Add include guard.  Include function.h, rtl.h, flags.h,
tree.h, machmode.h, insn-config.h, alias.h, emit-rtl.h.
(get_varargs_alias_set, get_frame_alias_set, record_base_value,
record_alias_subset, new_alias_set, can_address_p): Move to alias.h.
(set_mem_alias_set, set_mem_align, set_mem_expr, set_mem_offset,
set_mem_size): Move to emit-rtl.h.
* emit-rtl.h: New.
* alias.h: New.

From-SVN: r82568

20 years agoDaily bump.
GCC Administrator [Wed, 2 Jun 2004 00:16:15 +0000 (00:16 +0000)]
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r82566.2

20 years agoDaily bump.
GCC Administrator [Wed, 2 Jun 2004 00:16:11 +0000 (00:16 +0000)]
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r82564.2

20 years agore PR c++/15142 (Internal compiler error when passing a string where a char* is expec...
Jason Merrill [Tue, 1 Jun 2004 20:28:38 +0000 (16:28 -0400)]
re PR c++/15142 (Internal compiler error when passing a string where a char* is expecteted in a throw statement)

        PR c++/15142
        * call.c (call_builtin_trap): Remove type parm.
        (convert_arg_to_ellipsis): Change a non-POD argument to integer type.
        (build_x_va_arg): Dereference a null pointer for a non-POD argument.

From-SVN: r82556

20 years agofunction.c (walk_fixup_memory_subreg): New parameter 'var'.
Eric Botcazou [Tue, 1 Jun 2004 19:08:01 +0000 (21:08 +0200)]
function.c (walk_fixup_memory_subreg): New parameter 'var'.

* function.c (walk_fixup_memory_subreg): New parameter 'var'.
Call fixup_memory_subreg only if the MEM is equal to 'var'.
Adjust recursive calls to self.
(fixup_var_refs_insn): Pass 'var' to walk_fixup_memory_subreg.

From-SVN: r82555

20 years agore PR c++/13092 (Accepts invalid pointer-to-member conversion)
Jason Merrill [Tue, 1 Jun 2004 15:54:33 +0000 (11:54 -0400)]
re PR c++/13092 (Accepts invalid pointer-to-member conversion)

        PR c++/13092
        * init.c (build_offset_ref): Build SCOPE_REF with non-null
        TREE_TYPE for non-dependent names.
        * pt.c (type_dependent_expression_p): Handle SCOPE_REF with
        unknown_type_node as its TREE_TYPE.
        * cxx-pretty_print.c (pp_cxx_unqualified_id): Handle BASELINK.
        * error.c (dump_decl) <SCOPE_REF case>: Use pp_expression.
        (dump_expr) <SCOPE_REF case>: Likewise.

From-SVN: r82553

20 years agorevert accidental checkin
Jason Merrill [Tue, 1 Jun 2004 15:53:07 +0000 (11:53 -0400)]
revert accidental checkin

From-SVN: r82552

20 years agore PR c++/13092 (Accepts invalid pointer-to-member conversion)
Kriang Lerdsuwanakij [Tue, 1 Jun 2004 15:51:56 +0000 (15:51 +0000)]
re PR c++/13092 (Accepts invalid pointer-to-member conversion)

        PR c++/13092
        * init.c (build_offset_ref): Build SCOPE_REF with non-null
        TREE_TYPE for non-dependent names.
        * pt.c (type_dependent_expression_p): Handle SCOPE_REF with
        unknown_type_node as its TREE_TYPE.
        * cxx-pretty_print.c (pp_cxx_unqualified_id): Handle BASELINK.
        * error.c (dump_decl) <SCOPE_REF case>: Use pp_expression.
        (dump_expr) <SCOPE_REF case>: Likewise.

From-SVN: r82551

20 years agoc-parse.in (OFFSETOF, [...]): New.
Richard Henderson [Tue, 1 Jun 2004 15:12:23 +0000 (08:12 -0700)]
c-parse.in (OFFSETOF, [...]): New.

        * c-parse.in (OFFSETOF, offsetof_member_designator): New.
        (primary): Handle offsetof.  Add error productions for faux functions.
        Move component_ref objc checking to build_component_ref.
        (reswords): Add offsetof.
        (rid_to_yy): Add offsetof.
        * c-tree.h (build_offsetof): Declare.
        * c-common.h (objc_is_public): Declare.
        * c-typeck.c (build_component_ref): Check objc_is_public.
        (build_offsetof): New.
        * stub-objc.c (objc_is_public): New.
        * objc/objc-act.c, objc/objc-act.h (objc_is_public): Rename
        from is_public.
        * ginclude/stddef.h (offsetof): Use __builtin_offsetof.
        * doc/extend.texi (Offsetof): Move from C++ section to C section
        and rewrite for __builtin_offsetof.
cp/
        * lex.c (reswords): Rename "__offsetof" to "__builtin_offsetof".
        * parser.c (struct cp_parser): Remove in_offsetof.
        (cp_parser_new): Don't set it.
        (cp_parser_unary_expression): Don't check it.
        (cp_parser_postfix_open_square_expression): Split out from ...
        (cp_parser_postfix_expression): ... here.
        (cp_parser_postfix_dot_deref_expression): Likewise.
        (cp_parser_builtin_offsetof): New.
        (cp_parser_primary_expression): Use it.
testsuite/
        * g++.dg/template/dependent-expr4.C: Use __builtin_offsetof.

From-SVN: r82549

20 years agoAlso credit Peter Jakubek for last patch.
Bernardo Innocenti [Tue, 1 Jun 2004 14:37:14 +0000 (16:37 +0200)]
Also credit Peter Jakubek for last patch.

From-SVN: r82548

20 years agom68k.c (m68k_output_mi_thunk): For ColdFire, use %d0 as a scratch to perform an add...
Peter Barada [Tue, 1 Jun 2004 13:22:04 +0000 (13:22 +0000)]
m68k.c (m68k_output_mi_thunk): For ColdFire, use %d0 as a scratch to perform an add to memory.

* config/m68k/m68k.c(m68k_output_mi_thunk):  For ColdFire, use %d0 as
a scratch to perform an add to memory.

From-SVN: r82547

20 years agore PR target/14018 (m68k backend: -malign-loops/-malign-jumps broken)
Bernardo Innocenti [Tue, 1 Jun 2004 12:56:49 +0000 (14:56 +0200)]
re PR target/14018 (m68k backend: -malign-loops/-malign-jumps broken)

PR target/14018
* config/m68k/m68k.c (m68k_align_loops_string, m68k_align_jumps_string,
m68k_align_funcs_string, m68k_align_loops, m68k_align_jumps,
m68k_align_funcs): Remove.
(override_options): Remove code to handle -malign-* options.
* config/m68k/m68k.h (TARGET_OPTIONS): Remove -malign-* options.
(FUNCTION_BOUNDARY, LOOP_ALIGN, LOOP_ALIGN_AFTER_BARRIER): Remove.
(m68k_align_loops_string, m68k_align_jumps_string,
m68k_align_funcs_string, m68k_align_loops, m68k_align_jumps,
m68k_align_funcs): Remove definitions.

From-SVN: r82546

20 years ago[multiple changes]
Michael Koch [Tue, 1 Jun 2004 12:47:02 +0000 (12:47 +0000)]
[multiple changes]

2004-06-01  Tom Tromey  <tromey@redhat.com>

* java/io/ObjectStreamField.java: Cleaned up imports.

2004-06-01  Michael Koch  <konqueror@gmx.de>

* java/io/ObjectStreamField.java: Style and javadoc cleanup.

2004-06-01  Mark Wielaard  <mark@klomp.org>

* java/io/Writer.java (Writer(Object)): Fixed API doc.

From-SVN: r82545

20 years agore PR fortran/15477 (gfortran should not have own version number)
Tobias Schlüter [Tue, 1 Jun 2004 12:12:58 +0000 (14:12 +0200)]
re PR fortran/15477 (gfortran should not have own version number)

PR fortran/15477
* gfortran.h (GFC_VERSION): Remove.
* gfortran.texi (version-gfortran): Remove, replace by version-GCC
where used.

From-SVN: r82544

20 years ago2004-06-01 Michael Koch <konqueror@gmx.de>
Michael Koch [Tue, 1 Jun 2004 11:57:10 +0000 (11:57 +0000)]
2004-06-01  Michael Koch  <konqueror@gmx.de>

* java/security/Security.java
(insertProviderAt): Use equals() instead of ==.
(removeProvicer): Likewise.
(getProvider): Likewise.
* java/security/Signature.java
(sign): Don't set state to UNINITIALIZED.
(verify): Likewise.

From-SVN: r82543

20 years agore PR target/15626 (GCC 3.4 emits "ld: warning: relocation error: R_SPARC_UA32")
Paul Eggert [Tue, 1 Jun 2004 11:28:50 +0000 (11:28 +0000)]
re PR target/15626 (GCC 3.4 emits "ld: warning: relocation error: R_SPARC_UA32")

PR target/15626
* doc/install.texi (sparc-sun-solaris2*): Document messages issued
by the Sun linker in conjunction with the Sun assembler.
(sparc-sun-solaris2.7): Update revision info for Sun patch 106950.

From-SVN: r82541

20 years agore PR c++/14932 (cannot use offsetof to get offsets of array elements in g++ 3.4...
Giovanni Bajo [Tue, 1 Jun 2004 10:22:11 +0000 (10:22 +0000)]
re PR c++/14932 (cannot use offsetof to get offsets of array elements in g++ 3.4.0 prerelease)

PR c++/14932
* parser.c (cp_parser_postfix_expression): Allow subscript
operator in offsetof.

PR c++/14932
* g++.dg/parse/offsetof4.C: New test.

From-SVN: r82538

20 years agoMakefile.tpl: Fix typo.
Paolo Bonzini [Tue, 1 Jun 2004 08:11:33 +0000 (08:11 +0000)]
Makefile.tpl: Fix typo.

2004-06-01  Paolo Bonzini  <bonzini@gnu.org>

* Makefile.tpl: Fix typo.
* Makefile.in: Regenerate.

From-SVN: r82536

20 years agoconfigure.in: Remove new- prefix from toplevel bootstrap targets.
Paolo Bonzini [Tue, 1 Jun 2004 07:54:44 +0000 (07:54 +0000)]
configure.in: Remove new- prefix from toplevel bootstrap targets.

2004-06-01  Paolo Bonzini <bonzini@gnu.org>

* configure.in: Remove new- prefix from toplevel
bootstrap targets.
* configure: Regenerate.

From-SVN: r82535

20 years agoMakefile.tpl (all.normal): Rename to all.
Paolo Bonzini [Tue, 1 Jun 2004 07:43:25 +0000 (07:43 +0000)]
Makefile.tpl (all.normal): Rename to all.

2004-06-01  Paolo Bonzini  <bonzini@gnu.org>

* Makefile.tpl (all.normal): Rename to all.
(all): Replace with a rule to pick the default
target from configure.
(all-gcc, configure-gcc): Use conditionals to
do nothing when toplevel bootstrap is going on.
(GCC directory bootstrap) [gcc-bootstrap]: Disable.
(Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
* configure.in: Support --enable-bootstrap.

* Makefile.def: Remove new- prefix from toplevel
bootstrap targets.
* Makefile.tpl: Likewise.

* Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
target.

* Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
$(RECURSE_FLAGS) to recursive invocation of make.

* Makefile.in: Regenerate.
* configure: Regenerate.

From-SVN: r82534

20 years agostmt.c (expand_decl): Be more selective about calling mark_reg_pointer.
Jeff Law [Tue, 1 Jun 2004 07:42:35 +0000 (01:42 -0600)]
stmt.c (expand_decl): Be more selective about calling mark_reg_pointer.

        * stmt.c (expand_decl): Be more selective about calling
        mark_reg_pointer.

From-SVN: r82533

20 years agore PR objc/7993 (private variables cannot be shadowed in subclasses)
Nicola Pero [Tue, 1 Jun 2004 07:40:02 +0000 (07:40 +0000)]
re PR objc/7993 (private variables cannot be shadowed in subclasses)

2004-06-01  Nicola Pero  <nicola@brainstorm.co.uk>

  Fix PR objc/7993:
* objc-act.c (is_private): Do not emit the 'instance variable %s
is declared private' error.
(is_public): Emit the error after calling is_private.
(lookup_objc_ivar): If the instance variable is private, return 0
- the instance variable is invisible here.
testsuite:
* objc.dg/private-1.m, objc-dg/private-2.m: New testcases.

From-SVN: r82532

20 years agoinvoke.texi (-static-libgcc): Explicitly mention non-GNU linkers.
Eric Botcazou [Tue, 1 Jun 2004 07:13:51 +0000 (09:13 +0200)]
invoke.texi (-static-libgcc): Explicitly mention non-GNU linkers.

* doc/invoke.texi (-static-libgcc): Explicitly mention
non-GNU linkers.

From-SVN: r82529

20 years agoconfig.h.in: Regenerated.
Andreas Jaeger [Tue, 1 Jun 2004 05:43:27 +0000 (07:43 +0200)]
config.h.in: Regenerated.

* config.h.in: Regenerated.
* testsuite/Makefile.in: Regenerated.

From-SVN: r82528

20 years agoconfigure.in: Handle multilibs, support --enable-version-specific-runtime-libs.
Andreas Jaeger [Tue, 1 Jun 2004 05:21:07 +0000 (07:21 +0200)]
configure.in: Handle multilibs, support --enable-version-specific-runtime-libs.

* configure.in: Handle multilibs, support
--enable-version-specific-runtime-libs.
* Makefile.am (lib_LTLIBRARIES): Rename to ...
        (toolexeclib_LTLIBRARIES): this for multilib support.
* Makefile.in: Regenerated.
* configure: Regenerated.
* aclocal.m4: Regenerated.

* testsuite/lib/libmudflap.exp (libmudflap-init): Handle
multilibs, using multilib directory instead of hardcoded path.
Set LD_RUN_PATH.

From-SVN: r82527

20 years agoDaily bump.
GCC Administrator [Tue, 1 Jun 2004 00:16:14 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r82525

20 years agoGtkComponentPeer.java (requestFocus): Implement by calling gtkRequestFocus.
Mark Wielaard [Mon, 31 May 2004 23:03:01 +0000 (23:03 +0000)]
GtkComponentPeer.java (requestFocus): Implement by calling gtkRequestFocus.

2004-06-01  Mark Wielaard  <mark@klomp.org>

* gnu/java/awt/peer/gtk/GtkComponentPeer.java (requestFocus):
Implement by calling gtkRequestFocus.
(gtkRequestFocus): New native method.
* native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c
(Java_gnu_java_awt_peer_gtk_GtkComponentPeer_requestFocus__):
Renamed to ...
(Java_gnu_java_awt_peer_gtk_GtkComponentPeer_gtkRequestFocus):
New function name.
(filter_expose_event_handler):
Mark static.
* native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkPopupMenuPeer.c
(menu_pos): Mark static.

From-SVN: r82517

20 years agore PR c++/15701 (ICE with friends and template template parameter)
Mark Mitchell [Mon, 31 May 2004 22:48:30 +0000 (22:48 +0000)]
re PR c++/15701 (ICE with friends and template template parameter)

PR c++/15701
* friend.c (add_friend): Do not try to perform access checks for
functions from dependent classes.

PR c++/15701
* g++.dg/template/friend29.C: New test.

From-SVN: r82516

20 years agore PR target/12968 (doc m68k -mshort)
Bernardo Innocenti [Mon, 31 May 2004 22:27:39 +0000 (00:27 +0200)]
re PR target/12968 (doc m68k -mshort)

PR target/12968
* doc/invoke.texi: Document stack alignment side-effect of -mshort.

From-SVN: r82511

20 years agoCollationElementIterator.java, [...]: New versions from GNU classpath.
Michael Koch [Mon, 31 May 2004 22:16:31 +0000 (22:16 +0000)]
CollationElementIterator.java, [...]: New versions from GNU classpath.

2004-06-01  Michael Koch  <konqueror@gmx.de>

* java/text/CollationElementIterator.java,
java/text/CollationKey.java,
java/text/RuleBasedCollator.java: New versions from GNU classpath.
* testsuite/libjava.mauve/xfails: Removed all
java.text.CollationElementIterator tests.

From-SVN: r82510

20 years agoInflaterInputStream.java: Merged more with Classpath version.
Michael Koch [Mon, 31 May 2004 22:14:37 +0000 (22:14 +0000)]
InflaterInputStream.java: Merged more with Classpath version.

2004-06-01  Michael Koch  <konqueror@gmx.de>

* java/util/zip/InflaterInputStream.java: Merged more with Classpath
version.
* java/util/zip/ZipOutputStream.java (): Renamed enum to e to removed
Java 1.5 keyword usage.

From-SVN: r82509

20 years agore PR c/15749 (--pedantic-errors behaves differently from --pedantic with C-compiler...
Joseph Myers [Mon, 31 May 2004 22:06:33 +0000 (23:06 +0100)]
re PR c/15749 (--pedantic-errors behaves differently from --pedantic with C-compiler on Linux)

PR c/15749
* c-decl.c (grokdeclarator, finish_struct): Don't pedwarn for
misuses of structures with flexible array members if
in_system_header.

testsuite:
* gcc.dg/pr15749-1.c, gcc.dg/pr15749-1.h: New test.

From-SVN: r82506

20 years agore PR target/15693 (ICE - unrecognizable insn)
Eric Botcazou [Mon, 31 May 2004 21:34:26 +0000 (23:34 +0200)]
re PR target/15693 (ICE - unrecognizable insn)

PR target/15693
* config/sparc/sparc.c (compare_operand): New predicate.
* config/sparc/sparc.h (PREDICATE_CODES): Add it.
* config/sparc/sparc.md (cmpsi expander): Use it.  If the first
operand is a ZERO_EXTRACT and the second operand is not zero,
force the former to a register.
(cmpdi expander): Likewise.

From-SVN: r82500

20 years agore PR c++/15742 ('noreturn' attribute ignored in method of template functions.)
Mark Mitchell [Mon, 31 May 2004 21:24:31 +0000 (21:24 +0000)]
re PR c++/15742 ('noreturn' attribute ignored in method of template functions.)

PR c++/15742
* call.c (build_over_call): Set
current_function_returns_abnormally even in template functions.

PR c++/15696
* cp-tree.h (invalid_nonstatic_memfn_p): New function.
* cvt.c (convert_to_void): Use it.
* typeck.c (invalid_nonstatic_memfn_p): New function.
(decay_conversion): Use it.

PR c++/15625
* pt.c (tsubst_decl): Set DECL_FRIEND_CONTEXT for instantiated
templates.

PR c++/15629
* name-lookup.c (arg_assoc_class): Do not find template
specializations.

PR c++/15209
* tree.c (lvalue_p_1): Only consider the right-hand side of "."
expressions when determining whether or not an express is packed.

PR c++/15742
* g++.dg/warn/Wreturn-1.C: New test.

PR c++/15696
* g++.dg/expr/ptrmem5.C: New test.

PR c++/15625
* g++.dg/template/friend27.C: New test.

PR c++/15629
* g++.dg/template/friend28.C: New test.
* g++.dg/template/friend.C: Do not depend on <iostream>.  Add
error message.

PR c++/15209
* g++.dg/ext/packed3.C: Remove bogus error.
* g++.dg/ext/packed4.C: Remove bogus check.
* g++.dg/ext/packed6.C: New test.

From-SVN: r82499

20 years agolinker-map.gnu (GLIBCXX_3.4.1): Add.
Benjamin Kosnik [Mon, 31 May 2004 21:19:52 +0000 (21:19 +0000)]
linker-map.gnu (GLIBCXX_3.4.1): Add.

2004-05-31  Benjamin Kosnik  <bkoz@redhat.com>

* config/linker-map.gnu (GLIBCXX_3.4.1): Add.
* testsuite/testsuite_abi.cc: Same.
* configure.ac (libtool_VERSION): Bump to 6:1:0.
* configure: Regenerate.
* aclocal.m4: Regenerate.

From-SVN: r82498

20 years ago* javax/swing/plaf/basic/BasicMenuUI.java:
Olga Rodimina [Mon, 31 May 2004 21:09:30 +0000 (21:09 +0000)]
* javax/swing/plaf/basic/BasicMenuUI.java:

(MouseEntered): Do not call getPath() from MenuSelectionManager.
Call getPath() from super class instead.

From-SVN: r82496

20 years agogengtype-lex.l: Catch stray GTY markers in the files gengtype looks at.
Geoffrey Keating [Mon, 31 May 2004 19:49:50 +0000 (19:49 +0000)]
gengtype-lex.l: Catch stray GTY markers in the files gengtype looks at.

* gengtype-lex.l: Catch stray GTY markers in the files gengtype
looks at.
* alias.c (alias_invariant_size): Make alias_invariant_size
static, fix GTY marker.

From-SVN: r82493

20 years ago* trans-types.c: Fix spelling & layout in comments.
Tobias Schlüter [Mon, 31 May 2004 19:31:12 +0000 (21:31 +0200)]
* trans-types.c: Fix spelling & layout in comments.

From-SVN: r82492

20 years agore PR tree-optimization/15743 (Fold index() at tree level.)
Kazu Hirata [Mon, 31 May 2004 17:39:14 +0000 (17:39 +0000)]
re PR tree-optimization/15743 (Fold index() at tree level.)

PR tree-optimization/15743.
* builtins.c (fold_builtin_1): Fold index() and rindex().

From-SVN: r82491

20 years agore PR c++/15069 (a bit test on a variable of enum type is miscompiled)
Roger Sayle [Mon, 31 May 2004 17:01:17 +0000 (17:01 +0000)]
re PR c++/15069 (a bit test on a variable of enum type is miscompiled)

PR middle-end/15069
* fold-const.c (fold_single_bit_test): Only perform "(X & C) != 0"
into "X < 0" (where C is the signbit) if X's type is a full mode.

* g++.dg/opt/fold3.C: New test case.

From-SVN: r82490

20 years agopa.md: Disable the peephole2 patterns that generate indexed floating-point stores...
John David Anglin [Mon, 31 May 2004 16:10:54 +0000 (16:10 +0000)]
pa.md: Disable the peephole2 patterns that generate indexed floating-point stores when...

* pa.md: Disable the peephole2 patterns that generate indexed
floating-point stores when indexing is disabled.

From-SVN: r82489

20 years agoc-pretty-print.c (pp_c_left_bracket): Make a function.
Gabriel Dos Reis [Mon, 31 May 2004 15:25:51 +0000 (15:25 +0000)]
c-pretty-print.c (pp_c_left_bracket): Make a function.

        * c-pretty-print.c (pp_c_left_bracket): Make a function.
        (pp_c_right_bracket): Likewise.
        (pp_c_star): Likewise.
        (pp_c_ampersand): Define.
        * c-pretty-print.h (pp_c_left_bracket): Declare.
        (pp_c_right_bracket): Likewise.
        (pp_c_star): Likewise.
        (pp_c_ampersand): Likewise.

cp/
        * cxx-pretty-print.c (pp_cxx_colon_colon): Expor.
        (pp_cxx_begin_template_argument_list): Turn into a function.
        (pp_cxx_end_template_argument_list): Likewise.
        (pp_cxx_separate_with): Define.
        (pp_cxx_unqualified_id): Tidy.
        (pp_cxx_primary_expression): Likewise.
        (pp_cxx_postfix_expression): Likewise.
        (pp_cxx_expression): Likewise.
        (pp_cxx_simple_type_specifier): Likewise.
        (pp_cxx_type_specifier_seq): Likewise.
        (pp_cxx_parameter_declaration_clause): Likewise.
        (pp_cxx_exception_specification): Likewise.
        (pp_cxx_direct_declarator): Likewise.
        (pp_cxx_type_id): Likewise.
        * cxx-pretty-print.h (pp_cxx_whitespace): Export from
        cxx-pretty-print.c.
        (pp_cxx_left_paren): Likewise.
        (pp_cxx_right_paren): Likewise.
        (pp_cxx_left_brace): Likewise.
        (pp_cxx_right_brace): Likewise.
        (pp_cxx_left_bracket): Likewise.
        (pp_cxx_right_bracket): Likewise.
        (pp_cxx_dot): Likewise.
        (pp_cxx_identifier): Likewise.
        (pp_cxx_tree_identifier): Likewise.
        (pp_cxx_ampersand): New macro.
        (pp_cxx_star): Likewise.
        (pp_cxx_arrow): Likewise.
        (pp_cxx_semicolon): Likewise.
        (pp_cxx_complement): Likewise.
        (pp_cxx_begin_template_argument_list): Declaree.
        (pp_cxx_end_template_argument_list): Likewise.
        (pp_cxx_colon_colon): likewise.

From-SVN: r82488

20 years agosol2.h (__enable_execute_stack): ANSIfy function definition.
Eric Botcazou [Mon, 31 May 2004 15:15:08 +0000 (17:15 +0200)]
sol2.h (__enable_execute_stack): ANSIfy function definition.

* config/sol2.h (__enable_execute_stack): ANSIfy function
definition.

From-SVN: r82487

20 years agoparser.c (cp_parser_simple_type_specifier): Explicitly test against NULL_TREE.
Eric Botcazou [Mon, 31 May 2004 14:59:00 +0000 (16:59 +0200)]
parser.c (cp_parser_simple_type_specifier): Explicitly test against NULL_TREE.

* parser.c (cp_parser_simple_type_specifier): Explicitly test
against NULL_TREE.

From-SVN: r82486

20 years agojcf-write.c (generate_bytecode_conditional): Correct handling of unordered conditionals.
Bryce McKinlay [Mon, 31 May 2004 14:54:37 +0000 (14:54 +0000)]
jcf-write.c (generate_bytecode_conditional): Correct handling of unordered conditionals.

* jcf-write.c (generate_bytecode_conditional): Correct handling
of unordered conditionals. Add comment.

From-SVN: r82485

20 years ago* pex-win32.c (fix_argv): Expand comment.
Danny Smith [Mon, 31 May 2004 10:32:58 +0000 (10:32 +0000)]
* pex-win32.c (fix_argv): Expand comment.

From-SVN: r82482

20 years agoc-incpath.c (add_path): Canonicalize paths to use '/' if HAVE_DOS_BASED_FILESYSTEM.
Danny Smith [Mon, 31 May 2004 10:30:00 +0000 (10:30 +0000)]
c-incpath.c (add_path): Canonicalize paths to use '/' if HAVE_DOS_BASED_FILESYSTEM.

* c-incpath.c (add_path): Canonicalize paths to use '/' if
HAVE_DOS_BASED_FILESYSTEM.

From-SVN: r82481

20 years agotree-ssa-dom.c (record_equivalences_from_incoming_edge): Only look at case labels...
Steven Bosscher [Mon, 31 May 2004 10:18:36 +0000 (10:18 +0000)]
tree-ssa-dom.c (record_equivalences_from_incoming_edge): Only look at case labels if the immediate dominator is also the only predecessor.

* tree-ssa-dom.c (record_equivalences_from_incoming_edge):
Only look at case labels if the immediate dominator is also
the only predecessor.  Don't look for more case labels if the
first seen is a case range.

From-SVN: r82480

20 years agoSequenceInputStream.java: Rename enum to e because enum is a keyword in Java 1.5.
Michael Koch [Mon, 31 May 2004 09:23:05 +0000 (09:23 +0000)]
SequenceInputStream.java: Rename enum to e because enum is a keyword in Java 1.5.

2004-05-31  Michael Koch  <konqueror@gmx.de>

* java/io/SequenceInputStream.java:
Rename enum to e because enum is a keyword in Java 1.5.

From-SVN: r82479

20 years agoCompilerProcess.java: Fixed javadoc to by XHTML compliant.
Michael Koch [Mon, 31 May 2004 09:17:33 +0000 (09:17 +0000)]
CompilerProcess.java: Fixed javadoc to by XHTML compliant.

2004-05-31  Michael Koch  <konqueror@gmx.de>

* gnu/java/rmi/rmic/CompilerProcess.java:
Fixed javadoc to by XHTML compliant.

From-SVN: r82478

20 years ago* builtins.c: Add a prototype for fold_builtin_strchr().
Kazu Hirata [Mon, 31 May 2004 09:13:33 +0000 (09:13 +0000)]
* builtins.c: Add a prototype for fold_builtin_strchr().

From-SVN: r82477

20 years agocall.c, [...]: Fix comment formatting.
Kazu Hirata [Mon, 31 May 2004 08:42:32 +0000 (08:42 +0000)]
call.c, [...]: Fix comment formatting.

* call.c, class.c, cp-tree.def, decl2.c, name-lookup.c, pt.c,
typeck.c: Fix comment formatting.

From-SVN: r82476

20 years agorevert: combine.c (gen_binary): Remove.
Paolo Bonzini [Mon, 31 May 2004 06:59:47 +0000 (06:59 +0000)]
revert: combine.c (gen_binary): Remove.

2004-05-31  Paolo Bonzini  <bonzini@gnu.org>

Revert this patch:
2004-05-27  Paolo Bonzini  <bonzini@gnu.org>

* combine.c (gen_binary): Remove.
(known_cond, simplify_shift_const
find_split_point, combine_simplify_rtx,
simplify_if_then_else, simplify_set,
simplify_logical, expand_field_assignment,
extract_left_shift, force_to_mode,
if_then_else_cond, apply_distributive_law,
simplify_and_const_int, simplify_shift_const,
gen_lowpart_for_combine, simplify_comparison,
reversed_comparison): Replace with
simplify_gen_binary, simplify_gen_relational or
distribute_and_simplify_rtx.
(distribute_and_simplify_rtx): New function.

From-SVN: r82475

20 years agopa.c (emit_move_sequence): Fix loading of non 14-bit CONST operands when generating...
John David Anglin [Mon, 31 May 2004 02:07:40 +0000 (02:07 +0000)]
pa.c (emit_move_sequence): Fix loading of non 14-bit CONST operands when generating PIC code.

* pa.c (emit_move_sequence): Fix loading of non 14-bit CONST operands
when generating PIC code.

From-SVN: r82474

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

From-SVN: r82472

20 years agoc-decl.c (c_expand_body_1): Remove and fold back into ...
Andrew Pinski [Sun, 30 May 2004 23:53:32 +0000 (23:53 +0000)]
c-decl.c (c_expand_body_1): Remove and fold back into ...

ChangeLog:
* c-decl.c (c_expand_body_1): Remove and fold back into ...
(c_expand_body): here.
(c_expand_decl): Move to ...
* c-common.c (c_expand_decl): Here and remove check for nested
functions.
* c-common.h (c_expand_decl): Add prototype.
* c-tree.h (c_expand_decl): Remove.

cp/ChangeLog:
* cp-lang.c (cp_expand_decl): Remove.
(LANG_HOOKS_EXPAND_DECL): Use c_expand_decl.

From-SVN: r82469

20 years agofold-const.c (combine_comparisons, [...]): Use constant_boolean_node where appropriate.
Roger Sayle [Sun, 30 May 2004 22:23:19 +0000 (22:23 +0000)]
fold-const.c (combine_comparisons, [...]): Use constant_boolean_node where appropriate.

* fold-const.c (combine_comparisons, optimize_bit_field_compare,
range_binop, fold_truthop, fold_binary_op_with_conditional_arg,
fold_mathfn_compare, fold_inf_compare, fold,
fold_relational_hi_lo, nondestructive_fold_binary_to_constant):
Use constant_boolean_node where appropriate.  Don't bother using
fold_convert on the second argument to omit_one_operand.

From-SVN: r82468

20 years agoc-tree.texi (Expressions): Document FLOOR_DIV_EXPR...
Roger Sayle [Sun, 30 May 2004 22:20:07 +0000 (22:20 +0000)]
c-tree.texi (Expressions): Document FLOOR_DIV_EXPR...

* doc/c-tree.texi (Expressions): Document FLOOR_DIV_EXPR,
CEIL_DIV_EXPR, ROUND_DIV_EXPR, FLOOR_MOD_EXPR, CEIL_MOD_EXPR,
ROUND_MOD_EXPR, EXACT_DIV_EXPR.  Improve documentation of
TRUNC_DIV_EXPR, TRUNC_MOD_EXPR and comparison operations.
Add missing (but documented) tree nodes to the index.

From-SVN: r82467

20 years agore PR libfortran/11800 ([gfortan] libgfortran should be multi-libed)
Andreas Jaeger [Sun, 30 May 2004 21:58:10 +0000 (23:58 +0200)]
re PR libfortran/11800 ([gfortan] libgfortran should be multi-libed)

PR gfortran/11800
* Makefile.am (AM_CPPFLAGS): Renamed from INCLUDES.
(lib_LTLIBRARIES): Rename to ...
(toolexeclib_LTLIBRARIES): this for multilib support.
* configure.in: Rename to ...
* configure.ac: this.  Update to modern autoconf style, enable
multilibs, support --enable-version-specific-runtime-libs.
* Makefile.in: Regenerated.
* configure: Regenerated.
* aclocal.m4: Regenerated.

From-SVN: r82466

20 years agoconfig-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77 like CC.
Andreas Jaeger [Sun, 30 May 2004 21:54:22 +0000 (23:54 +0200)]
config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77 like CC.

* config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
like CC.

Co-Authored-By: James E Wilson <wilson@specifixinc.com>
From-SVN: r82465

20 years agore PR tree-optimization/14819 ([tree-ssa] strchr is not folded at tree-level)
Steven Bosscher [Sun, 30 May 2004 21:05:20 +0000 (21:05 +0000)]
re PR tree-optimization/14819 ([tree-ssa] strchr is not folded at tree-level)

PR tree-optimization/14819
* builtins.c (fold_builtin_strchr): New.
(fold_builtin_1): Handle BUILT_IN_STRCHR and BUILT_IN_STRRCHR
with fold_builtin_strchr().

From-SVN: r82464

20 years agobb-reorder.c, [...]: Fix comment formatting.
Kazu Hirata [Sun, 30 May 2004 18:32:31 +0000 (18:32 +0000)]
bb-reorder.c, [...]: Fix comment formatting.

* bb-reorder.c, builtins.c, c-common.c, c-gimplify.c,
c-incpath.c, cgraphunit.c, ddg.c, defaults.h, dwarf2out.c,
expmed.c, flags.h, gcc.c, gensupport.c, gimplify.c, global.c,
passes.c, reg-stack.c, target.h, toplev.c, tree-alias-ander.c,
tree-alias-common.c, tree-cfg.c, tree-complex.c, tree-dfa.c,
tree-eh.c, tree-mudflap.c, tree-mudflap.h, tree-outof-ssa.c,
tree-phinodes.c, tree-pretty-print.c, tree-ssa-alias.c,
tree-ssa-ccp.c, tree-ssa-live.c, tree-ssa-live.h,
tree-ssa-pre.c, tree.h, value-prof.h, varasm.c: Fix comment
formatting.

From-SVN: r82463

20 years agogimplify.c (sort_case_labels): New.
Steven Bosscher [Sun, 30 May 2004 18:19:18 +0000 (18:19 +0000)]
gimplify.c (sort_case_labels): New.

* gimplify.c (sort_case_labels): New.  Split out from...
(gimplify_switch_expr): ...here.  Use it.
* tree-eh.c (lower_try_finally_switch): Sort the labels of
the SWITCH_EXPR created here before leaving the function.
* tree.c (sort_case_labels): Add prototype.

From-SVN: r82462

20 years ago* lang-specs.h: Add missing initializers for .ii.
Andreas Jaeger [Sun, 30 May 2004 18:04:30 +0000 (20:04 +0200)]
* lang-specs.h: Add missing initializers for .ii.

From-SVN: r82461

20 years agotarget-supports.exp (check_iconv_available): Fix fallout from 2004-05-28 patch.
Graham Stott [Sun, 30 May 2004 17:51:46 +0000 (17:51 +0000)]
target-supports.exp (check_iconv_available): Fix fallout from 2004-05-28 patch.

* lib/target-supports.exp (check_iconv_available): Fix fallout
from 2004-05-28 patch.

From-SVN: r82460

20 years agore PR fortran/14067 (no warning when character data statement overflows declared...
Tobias Schlüter [Sun, 30 May 2004 16:33:28 +0000 (18:33 +0200)]
re PR fortran/14067 (no warning when character data statement overflows declared size)

PR fortran/14067
* trans-const.c (gfc_conv_string_init): Allow variable string
length lower than initialization string length.

From-SVN: r82457

20 years agofold-const.c (fold): Make sure the type is of BOOLEAN_TYPE.
Andrew Pinski [Sun, 30 May 2004 16:18:59 +0000 (16:18 +0000)]
fold-const.c (fold): Make sure the type is of BOOLEAN_TYPE.

2004-05-30  Andrew Pinski  <pinskia@physics.uc.edu>

        * fold-const.c (fold) [case TRUTH_NOT_EXPR]: Make sure the type is
        of BOOLEAN_TYPE.

From-SVN: r82456

20 years agostd_complex.h (complex<_Tp>): Properly indent to follow C++STYLE.
Gabriel Dos Reis [Sun, 30 May 2004 14:41:39 +0000 (14:41 +0000)]
std_complex.h (complex<_Tp>): Properly indent to follow C++STYLE.

* include/std/std_complex.h (complex<_Tp>): Properly indent
to follow C++STYLE.
(complex<>::__rep): New.
(__complex_abs): New.  Dispatch to built-ins.
(abs): Use them.
(__complex_arg): New. Dispatch to built-ins.
(arg): Use it.
(__complex_cos): New. Dispatch to built-ins.
(cos): Use it.
(__complex_cosh): New. Dispatch to built-ins.
(cosh): Use it.
(__complex_exp): New. Dispatch to built-ins.
(exp): Use it.
(__complex_log): New. Dispatch to built-ins.
(log): Use it.
(__complex_sin): New. Dispatch to built-ins.
(sin): Use it.
(__complex_sinh): New. Dispatch to built-ins.
(sinh): Use it.
(__complex_sqrt): New. Dispatch to built-ins.
(sqrt): Use it.
(__complex_tan): New. Dispatch to built-ins.
(tan): Use it.
(__complex_tanh): New. Dispatch to built-ins.
(tanh): Use it.
(__complex_pow): New. Dispatch to built-ins.
(pow): Use it.

From-SVN: r82453

20 years agore PR fortran/15620 (Statement functions and optimization cause IC)
Paul Brook [Sun, 30 May 2004 14:37:25 +0000 (14:37 +0000)]
re PR fortran/15620 (Statement functions and optimization cause IC)

PR fortran/15620
* trans-decl.c (gfc_shadow_sym, gfc_restore_sym): New functions.
* trans-expr.c (gfc_trans_string_copy): New function.
(gfc_conv_statement_function): Use them.  Create temp vars.  Enforce
character lengths.
(gfc_conv_string_parameter): Use gfc_trans_string_copy.
* trans-stmt.c (gfc_trans_forall_1): Use gfc_{shadow,restore}_sym.
* trans.h (struct gfc_saved_var): Define.
(gfc_shadow_sym, gfc_restore_sym): Add prototypes.
testsuite/
* gfortran.fortran-torture/execute/st_function_1.f90: New test.
* gfortran.fortran-torture/execute/st_function_2.f90: New test.

From-SVN: r82452

20 years agoToolkit.java (loadSystemColors): Implement.
Mark Wielaard [Sun, 30 May 2004 13:53:58 +0000 (13:53 +0000)]
Toolkit.java (loadSystemColors): Implement.

2004-05-30  Mark Wielaard  <mark@klomp.org>

* java/awt/Toolkit.java (loadSystemColors): Implement.

From-SVN: r82451

20 years agoSystem.java: Reordered imports.
Michael Koch [Sun, 30 May 2004 13:48:03 +0000 (13:48 +0000)]
System.java: Reordered imports.

2004-05-30  Michael Koch  <konqueror@gmx.de>

* java/lang/System.java: Reordered imports.

From-SVN: r82450

20 years ago2004-05-30 Michael Koch <konqueror@gmx.de>
Michael Koch [Sun, 30 May 2004 13:42:24 +0000 (13:42 +0000)]
2004-05-30  Michael Koch  <konqueror@gmx.de>

* java/text/DecimalFormat.java
(parse): Fixed parsing of decimal strings. Number of maximum
digits to be read should now work.
* java/text/SimpleDateFormat.java
(SimpleDateFormat): Set maximumFractionDigit to 0 for the number
formatter. This fixes DateFormatTest.

From-SVN: r82449

20 years ago2004-05-30 Michael Koch <konqueror@gmx.de>
Michael Koch [Sun, 30 May 2004 13:38:20 +0000 (13:38 +0000)]
2004-05-30  Michael Koch  <konqueror@gmx.de>

* java/nio/Buffer.java
(limit): Fixed off by one error.
* java/nio/CharBuffer.java
(wrap): Fixed arguments, added javadocs.

From-SVN: r82448

20 years agoBeanInfoEmbryo.java, [...]: Rename enum to e because enum is a keyword in Java 1.5.
Michael Koch [Sun, 30 May 2004 13:35:15 +0000 (13:35 +0000)]
BeanInfoEmbryo.java, [...]: Rename enum to e because enum is a keyword in Java 1.5.

2004-05-30  Michael Koch  <konqueror@gmx.de>

* gnu/java/beans/BeanInfoEmbryo.java,
java/awt/im/InputContext.java,
javax/swing/tree/DefaultMutableTreeNode.java:
Rename enum to e because enum is a keyword in Java 1.5.

From-SVN: r82447

20 years agoMPN.java, Arc2D.java: Fixed javadocs all over.
Michael Koch [Sun, 30 May 2004 13:31:33 +0000 (13:31 +0000)]
MPN.java, Arc2D.java: Fixed javadocs all over.

2004-05-30  Michael Koch  <konqueror@gmx.de>

* gnu/java/math/MPN.java,
java/awt/geom/Arc2D.java:
Fixed javadocs all over.

From-SVN: r82446

20 years ago2004-05-30 Michael Koch <konqueror@gmx.de>
Michael Koch [Sun, 30 May 2004 13:16:34 +0000 (13:16 +0000)]
2004-05-30  Michael Koch  <konqueror@gmx.de>

* java/awt/DefaultKeyboardFocusManager.java
(dispatchEvent): Call method to get key event dispatchers.
(dispatchKeyEvent): Call method to get key event post processors.
* javax/swing/JComponent.java
(listenerList): Made protected.
* javax/swing/JOptionPane.java
(message): Don't initialize.
(JOptionPane): Set message text.
* javax/swing/JPopupMenu.java
(show): Fixed typo in argument name.
* javax/swing/RepaintManager.java
(paintDirtyRegions): Use public API of java.util.Map.
* javax/swing/plaf/basic/BasicSplitPaneDivider.java
(positionForMouseEvent): Removed redundant ';'.
(continueDrag): Use method arguments.

From-SVN: r82445

20 years agoiresolve.c (gfc_resolve_random_number): Clean up conditional.
Steven G. Kargl [Sun, 30 May 2004 10:49:50 +0000 (10:49 +0000)]
iresolve.c (gfc_resolve_random_number): Clean up conditional.

* iresolve.c (gfc_resolve_random_number): Clean up conditional.
libgfortran/
* libgfortran.h (random_seed): Update prototype.
* intrinsics/random.c: Disable old implementation and add new one.
testsuite/
* gfortran.fortran-torture/execute/random_1.f90: New test.

From-SVN: r82443

20 years agorandom.c: Include unistd.h for close and read prototypes...
Andreas Jaeger [Sun, 30 May 2004 09:53:10 +0000 (11:53 +0200)]
random.c: Include unistd.h for close and read prototypes...

* intrinsics/random.c: Include unistd.h for close and read
prototypes, remove unneeded inclusion of assert.h.

* intrinsics/abort.c: Include stdlib.h for abort prototype, remove
unneeded inclusion of assert.h.

From-SVN: r82442

20 years agoc-common.c, [...]: Fix comment typos.
Kazu Hirata [Sun, 30 May 2004 07:12:58 +0000 (07:12 +0000)]
c-common.c, [...]: Fix comment typos.

* c-common.c, calls.c, cfgcleanup.c, cgraph.c, cgraphunit.c,
ddg.c, ddg.h, df.c, df.h, except.c, expr.c, flags.h,
fold-const.c, gcc.c, gimplify.c, haifa-sched.c,
modulo-sched.c, tree-inline.c, tree-into-ssa.c, tree-nested.c,
tree-nrv.c, tree-ssa-ccp.c, tree-ssa-dom.c, tree-ssa-live.c,
tree-ssa-loop.c, tree-ssa-pre.c, tree-tailcall.c, tree.h: Fix
comment typos.  Follow spelling conventions.

From-SVN: r82439

20 years agoIndex: libcpp/ChangeLog
Geoffrey Keating [Sun, 30 May 2004 00:49:06 +0000 (00:49 +0000)]
Index: libcpp/ChangeLog
2004-05-29  Geoffrey Keating  <geoffk@apple.com>

* symtab.c (ht_create): Set entries_owned.
(ht_destroy): Honour entries_owned.
(ht_expand): Likewise.
(ht_load): New.

Index: libcpp/include/ChangeLog
2004-05-29  Geoffrey Keating  <geoffk@apple.com>

* symtab.h (struct ht): New field 'entries_owned'
(ht_load): New prototype.

Index: gcc/ChangeLog
2004-05-29  Geoffrey Keating  <geoffk@apple.com>

* gengtype-yacc.y: Add NESTED_PTR token.
(option): Record `nested_ptr' option.
* gengtype-lex.l: Handle `nested_ptr' keyword.
* gengtype.c (walk_type): Process `nested_ptr' option.
* gengtype.h (struct nested_ptr_data): New.
* doc/gty.texi (GTY Options): Document `nested_ptr' option.
* stringpool.c (struct string_pool_data): Make 'entries' point to
ht_identifier instead of tree.
(gt_pch_save_stringpool): Don't adjust pointers.
(gt_pch_restore_stringpool): Call ht_load.

From-SVN: r82438

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

From-SVN: r82436

20 years agogimplify.c (gimplify_expr): Don't build a statement list if no gimplification was...
Jason Merrill [Sat, 29 May 2004 20:24:37 +0000 (16:24 -0400)]
gimplify.c (gimplify_expr): Don't build a statement list if no gimplification was necessary.

        * gimplify.c (gimplify_expr): Don't build a statement list
        if no gimplification was necessary.

From-SVN: r82429