gcc.git
22 years agoindex.html (#3.6): Rewrap and close <a href> tags.
Phil Edwards [Tue, 19 Mar 2002 20:16:12 +0000 (20:16 +0000)]
index.html (#3.6): Rewrap and close <a href> tags.

2002-03-19  Phil Edwards  <pme@gcc.gnu.org>

* docs/html/faq/index.html (#3.6):  Rewrap and close <a href> tags.
* docs/html/faq/index.txt:  Regenerate.

From-SVN: r51038

22 years agoRemove conflict marker.
Andreas Jaeger [Tue, 19 Mar 2002 20:02:52 +0000 (21:02 +0100)]
Remove conflict marker.

From-SVN: r51036

22 years agoacinclude.m4 (GLIBCPP_ENABLE_LIBUNWIND_EXCEPTIONS): Define GLIBCPP_ENABLE_LIBUNWIND_E...
Steve Ellcey [Tue, 19 Mar 2002 19:50:30 +0000 (19:50 +0000)]
acinclude.m4 (GLIBCPP_ENABLE_LIBUNWIND_EXCEPTIONS): Define GLIBCPP_ENABLE_LIBUNWIND_EXCEPTIONS to set LIBUNWIND_FLAG if...

2002-03-19  Steve Ellcey  <sje@cup.hp.com>

        * acinclude.m4 (GLIBCPP_ENABLE_LIBUNWIND_EXCEPTIONS): Define
        GLIBCPP_ENABLE_LIBUNWIND_EXCEPTIONS to set LIBUNWIND_FLAG if
        --enable-libunwind-exceptions is set.
        * configure.in (GLIBCPP_ENABLE_LIBUNWIND_EXCEPTIONS): Call new
        macro to check for libunwind.
        * configure: Regenerate.
        * src/Makefile.am (libstdc___la_LDFLAGS): Add
        LIBUNWIND_FLAG to libstdc link line.
        * src/Makefile.in: Regenerate.

From-SVN: r51035

22 years agors6000.c (rs6000_override_options): Only warn about -fpic/-fPIC if extra_warnings...
David Edelsohn [Tue, 19 Mar 2002 19:46:49 +0000 (19:46 +0000)]
rs6000.c (rs6000_override_options): Only warn about -fpic/-fPIC if extra_warnings set.

        * config/rs6000/rs6000.c (rs6000_override_options): Only warn
        about -fpic/-fPIC if extra_warnings set.

From-SVN: r51034

22 years agoexpr.c (expand_expr): Sign-extend CONST_INT generated from TREE_STRING_POINTER.
David Edelsohn [Tue, 19 Mar 2002 19:39:03 +0000 (19:39 +0000)]
expr.c (expand_expr): Sign-extend CONST_INT generated from TREE_STRING_POINTER.

        * expr.c (expand_expr): Sign-extend CONST_INT generated from
        TREE_STRING_POINTER.

From-SVN: r51033

22 years agosparc.h (CAN_ELMINIATE): Can only eliminate FP in favor of SP if FRAME_POINTER_REQUIR...
Richard Kenner [Tue, 19 Mar 2002 19:33:42 +0000 (19:33 +0000)]
sparc.h (CAN_ELMINIATE): Can only eliminate FP in favor of SP if FRAME_POINTER_REQUIRED is false.

* config/sparc/sparc.h (CAN_ELMINIATE): Can only eliminate FP
in favor of SP if FRAME_POINTER_REQUIRED is false.

From-SVN: r51032

22 years agoemit-rtl.c (gen_int_mode): New function.
Lars Brinkhoff [Tue, 19 Mar 2002 18:00:43 +0000 (10:00 -0800)]
emit-rtl.c (gen_int_mode): New function.

        * emit-rtl.c (gen_int_mode): New function.
        * rtl.h: Prototype for it.
        * combine.c (make_extraction, simplify_comparison), expmed.c
        (store_bit_field, expand_mult_highpart, expand_divmod), expr.c
        (convert_modes, store_field), optabs.c (expand_fix),
        simplify-rtx.c (neg_const_int, simplify_unary_real),

        * config/rs6000/rs6000.c, config/rs6000/rs6000.md:
        Use it instead of GEN_INT (trunc_int_for_mode (...)).

From-SVN: r51030

22 years agoindex.html: Add OS X workaround.
Benjamin Kosnik [Tue, 19 Mar 2002 17:20:22 +0000 (17:20 +0000)]
index.html: Add OS X workaround.

2002-03-19  Benjamin Kosnik  <bkoz@redhat.com>

* docs/html/faq/index.html: Add OS X workaround.
* docs/html/17_intro/TODO: Update.

From-SVN: r51029

22 years agoindex.html: Add OS X workaround.
Benjamin Kosnik [Tue, 19 Mar 2002 17:17:46 +0000 (17:17 +0000)]
index.html: Add OS X workaround.

2002-03-19  Benjamin Kosnik  <bkoz@redhat.com>

* docs/html/faq/index.html: Add OS X workaround.
* docs/html/17_intro/TODO: Update.

From-SVN: r51028

22 years ago* MAINTAINERS: Update my email address.
J"orn Rennecke [Tue, 19 Mar 2002 09:06:46 +0000 (09:06 +0000)]
* MAINTAINERS:  Update my email address.

From-SVN: r51027

22 years ago* gcc.dg/struct-by-value-1.c: New test.
Jakub Jelinek [Tue, 19 Mar 2002 08:49:43 +0000 (09:49 +0100)]
* gcc.dg/struct-by-value-1.c: New test.

From-SVN: r51026

22 years agore PR c/5656 (ICE in emit_move_insn, at expr.c:2748, regression from gcc 3.0)
Jakub Jelinek [Tue, 19 Mar 2002 08:47:14 +0000 (09:47 +0100)]
re PR c/5656 (ICE in emit_move_insn, at expr.c:2748, regression from gcc 3.0)

PR c/5656
* langhooks.h (struct lang_hooks_for_tree_inlining): Add
convert_parm_for_inlining.
* c-lang.c (LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING):
Define.
* langhooks-def.h: Likewise.
* objc/objc-lang.c: Likewise.
* langhooks.c (lhd_tree_inlining_convert_parm_for_inlining): New
function.
* tree-inline.c (initialize_inlined_parameters):
Call convert_parm_for_inlining lang hook if needed.
* c-typeck.c (c_convert_parm_for_inlining): New function.
* c-tree.h (c_convert_parm_for_inlining): Add prototype.

* gcc.c-torture/compile/20020318-1.c: New test.

From-SVN: r51025

22 years agoDaily bump.
GCC Administrator [Tue, 19 Mar 2002 08:18:08 +0000 (08:18 +0000)]
Daily bump.

From-SVN: r51024

22 years agoadd mangling note
Jason Merrill [Tue, 19 Mar 2002 00:21:38 +0000 (19:21 -0500)]
add mangling note

From-SVN: r51015

22 years agolocale_facets.tcc (money_put::do_put(long double)): Fix dimensioning of temporary...
Paolo Carlini [Mon, 18 Mar 2002 23:11:57 +0000 (00:11 +0100)]
locale_facets.tcc (money_put::do_put(long double)): Fix dimensioning of temporary buffers to avoid risk of overruns.

2002-03-18  Paolo Carlini  <pcarlini@unitus.it>

* include/bits/locale_facets.tcc
(money_put::do_put(long double)): Fix dimensioning of
temporary buffers to avoid risk of overruns.
(money_put::do_put(string)): Same for the buffer used to
add the grouping chars.
* testsuite/22_locale/money_put_members_char.cc: Add test06.
* testsuite/22_locale/money_put_members_wchar_t.cc: Ditto.

* include/bits/locale_facets.tcc
(collate::do_transform): Simplify.

From-SVN: r51012

22 years agocalls.c (precompute_arguments): Do not assume that temporaries can be destroyed after...
Mark Mitchell [Mon, 18 Mar 2002 22:25:50 +0000 (22:25 +0000)]
calls.c (precompute_arguments): Do not assume that temporaries can be destroyed after expanding the argument.

* calls.c (precompute_arguments): Do not assume that temporaries
can be destroyed after expanding the argument.
(expand_call): Likewise.

From-SVN: r51011

22 years agojni.h (JNIIMPORT): New macro.
Tom Tromey [Mon, 18 Mar 2002 21:55:42 +0000 (21:55 +0000)]
jni.h (JNIIMPORT): New macro.

* include/jni.h (JNIIMPORT): New macro.
(JNIEXPORT): Likewise.
(JNICALL): Likewise.

From-SVN: r51009

22 years agoacinclude.m4 (GLIBCPP_CONFIGURE): Make indentation/spacing uniform.
Phil Edwards [Mon, 18 Mar 2002 21:41:02 +0000 (21:41 +0000)]
acinclude.m4 (GLIBCPP_CONFIGURE): Make indentation/spacing uniform.

2002-03-18  Phil Edwards  <pme@gcc.gnu.org>

* acinclude.m4 (GLIBCPP_CONFIGURE):  Make indentation/spacing uniform.
* configure.in:  Add comments pointing the way for autoconf 2.5x.
* aclocal.m4, config.h.in, configure:  Regenerate.

From-SVN: r51007

22 years agojni.exp (gcj_jni_test_one): Find libstdc++ in build tree.
Tom Tromey [Mon, 18 Mar 2002 21:39:09 +0000 (21:39 +0000)]
jni.exp (gcj_jni_test_one): Find libstdc++ in build tree.

* libjava.jni/jni.exp (gcj_jni_test_one): Find libstdc++ in build
tree.
(gcj_invoke): Added ld_library_additions argument.

From-SVN: r51006

22 years agoMissed ChangeLog entry in checkin.
Eric Christopher [Mon, 18 Mar 2002 20:48:14 +0000 (20:48 +0000)]
Missed ChangeLog entry in checkin.

From-SVN: r51002

22 years agore PR c++/3882 (gcc 3.0 error referencing a variable in its initializer expression...
Eric Botcazou [Mon, 18 Mar 2002 20:19:39 +0000 (20:19 +0000)]
re PR c++/3882 (gcc 3.0 error referencing a variable in its initializer expression in template code)

        PR c++/3882
        * pt.c (tsubst_decl): Move __PRETTY_FUNCTION__ handling...
        (tsubst_expr) [DECL_STMT]: ...here. And substitute the initializer
        only after recording the declaration.

From-SVN: r50999

22 years agostrtod.c (strtod): Increment 8 chars, not 7, when `infinity' seen.
Stuart Griffith [Mon, 18 Mar 2002 19:52:14 +0000 (19:52 +0000)]
strtod.c (strtod): Increment 8 chars, not 7, when `infinity' seen.

2002-03-18  Stuart Griffith  <Stuart_Griffith@credence.com>

* strtod.c (strtod): Increment 8 chars, not 7, when `infinity'
seen.

From-SVN: r50994

22 years agore PR c++/2039 (bad code generated for access to unnamed union in base class)
Jason Merrill [Mon, 18 Mar 2002 19:44:29 +0000 (14:44 -0500)]
re PR c++/2039 (bad code generated for access to unnamed union in base class)

        PR c++/2039
        * init.c (resolve_offset_ref): Hand off to build_component_ref.

From-SVN: r50991

22 years agore PR java/5876 (jc1 crashes when targeting mingw32)
Alexandre Petit-Bianco [Mon, 18 Mar 2002 19:38:35 +0000 (11:38 -0800)]
re PR java/5876 (jc1 crashes when targeting mingw32)

2002-03-18  Alexandre Petit-Bianco  <apbianco@redhat.com>

* builtins.c (define_builtin): Do nothing if `type' is null.
Fixes PR java/5876.

From-SVN: r50990

22 years agomips.md (andsi3): Force operand 1 to a register too.
Alexandre Oliva [Mon, 18 Mar 2002 19:17:27 +0000 (19:17 +0000)]
mips.md (andsi3): Force operand 1 to a register too.

* config/mips/mips.md (andsi3) [TARGET_MIPS16]: Force operand 1 to
a register too.
(anddi3, iorsi3): Likewise.

From-SVN: r50988

22 years agomips.h (ENCODE_SECTION_INFO): Don't use %gprel for symbols that are going to be place...
Alexandre Oliva [Mon, 18 Mar 2002 19:15:24 +0000 (19:15 +0000)]
mips.h (ENCODE_SECTION_INFO): Don't use %gprel for symbols that are going to be placed in linkonce sections.

* config/mips/mips.h (ENCODE_SECTION_INFO) [TARGET_MIPS16]: Don't
use %gprel for symbols that are going to be placed in linkonce
sections.

From-SVN: r50986

22 years agomips.h (ELIMINABLE_REGS): Can't eliminate RETURN_ADDRESS_POINTER_REGNUM to $ra.
Alexandre Oliva [Mon, 18 Mar 2002 19:12:50 +0000 (19:12 +0000)]
mips.h (ELIMINABLE_REGS): Can't eliminate RETURN_ADDRESS_POINTER_REGNUM to $ra.

* config/mips/mips.h (ELIMINABLE_REGS): Can't eliminate
RETURN_ADDRESS_POINTER_REGNUM to $ra.
(CAN_ELIMINATE): Only eliminate it to $sp if a frame pointer is
not needed.  Disregard leaf_function_p().
(INITIAL_ELIMINATION_OFFSET): Adjust for elimination of rap to
mips16 frame pointer.
* config/mips/mips.md (store ra): Only to small SP offsets.
2001-08-22  Graham Stott  <grahams@redhat.com>
* config/mips/mips.h (RETURN_ADDR_RTX): For a leaf function
return a REG rtx for the return address register.

From-SVN: r50985

22 years agoxtensa.h (GO_IF_MODE_DEPENDENT_ADDRESS): Treat constant-pool addresses as "mode-depen...
Bob Wilson [Mon, 18 Mar 2002 18:20:19 +0000 (18:20 +0000)]
xtensa.h (GO_IF_MODE_DEPENDENT_ADDRESS): Treat constant-pool addresses as "mode-dependent".

        * config/xtensa/xtensa.h (GO_IF_MODE_DEPENDENT_ADDRESS): Treat
        constant-pool addresses as "mode-dependent".
        (GO_IF_LEGITIMATE_ADDRESS): Rename macro arguments.

From-SVN: r50984

22 years agoi386-signal.h (old_i386_kernel_sigaction): New.
Andrew Haley [Mon, 18 Mar 2002 17:11:43 +0000 (17:11 +0000)]
i386-signal.h (old_i386_kernel_sigaction): New.

2002-03-18  Andrew Haley  <aph@cambridge.redhat.com>

        * include/i386-signal.h (old_i386_kernel_sigaction): New.
        INIT_SEGV: Use old_i386_kernel_sigaction.
        INIT_FP: Likewise.

From-SVN: r50980

22 years agoPR c++/4222, c++/5995
Jason Merrill [Mon, 18 Mar 2002 16:55:11 +0000 (11:55 -0500)]
PR c++/4222, c++/5995

        PR c++/4222, c++/5995
        * call.c (build_over_call): Fix empty class logic.

From-SVN: r50978

22 years agore PR target/5740 (sparcv9 ICE on complex_value.cc in libstdc++ test suite)
Jakub Jelinek [Mon, 18 Mar 2002 15:08:31 +0000 (16:08 +0100)]
re PR target/5740 (sparcv9 ICE on complex_value.cc in libstdc++ test suite)

PR target/5740
* expr.c (emit_group_load): Use extract_bit_field if
needed for CONCAT arguments.

* g++.dg/opt/conj1.C: New test.

From-SVN: r50975

22 years agore PR c++/3870 (gcc 3.0 bogus error specializing a template function)
Jason Merrill [Mon, 18 Mar 2002 14:36:19 +0000 (09:36 -0500)]
re PR c++/3870 (gcc 3.0 bogus error specializing a template function)

        PR c++/3870
        * cp-tree.h (struct saved_scope): Add last_parms field.
        * decl.c (maybe_push_to_top_level): Save last_function_parms.
        (pop_from_top_level): Restore it.

From-SVN: r50970

22 years agore PR c++/4377 (more errors with multiple non-type template parameters)
Jason Merrill [Mon, 18 Mar 2002 13:38:00 +0000 (08:38 -0500)]
re PR c++/4377 (more errors with multiple non-type template parameters)

        PR c++/4377
        * mangle.c (write_expression): Strip NOP_EXPRs sooner.  Also strip
        NON_LVALUE_EXPRs.

From-SVN: r50967

22 years agore PR c++/4003 (ICE on template instantiation including friendship declaration.)
Jason Merrill [Mon, 18 Mar 2002 13:27:03 +0000 (08:27 -0500)]
re PR c++/4003 (ICE on template instantiation including friendship declaration.)

        PR c++/4003
        * pt.c (tsubst_friend_function): Use decl_namespace_context.

From-SVN: r50966

22 years agoPR c++/3948 -- C++ ABI change, followup to 2001-12-18 patch.
Jason Merrill [Mon, 18 Mar 2002 11:34:31 +0000 (06:34 -0500)]
PR c++/3948 -- C++ ABI change, followup to 2001-12-18 patch.

        * class.c (finish_struct_bits): Also set TREE_ADDRESSABLE for a
        type with a nontrivial destructor.

From-SVN: r50964

22 years agore PR target/4863 (arm/thumb: code for switch statements: branch out of range)
Richard Earnshaw [Mon, 18 Mar 2002 11:27:39 +0000 (11:27 +0000)]
re PR target/4863 (arm/thumb: code for switch statements: branch out of range)

PR target/4863
* arm.md (tablejump): Make this a define_expand.  For PIC add the
offset to the base of the table.
(thumb_tablejump): Matcher for Thumb tablejump insn.
* config/arm/aout.h (ASM_OUTPUT_ADDR_DIFF_ELT): Output thumb entries
as the difference of two labels.
* config/arm/aof.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
* config/arm/elf.h (JUMP_TABLES_IN_TEXT_SECTION): Only put ARM jump
tables in the code.
* config/arm/coff.h (JUMP_TABLES_IN_TEXT_SECTION): Likewise.
* arm.c (get_jump_table_size): If the table is not in the text
section, return zero.

From-SVN: r50962

22 years agoarm.md (tablejump): Make this a define_expand.
Richard Earnshaw [Mon, 18 Mar 2002 11:26:24 +0000 (11:26 +0000)]
arm.md (tablejump): Make this a define_expand.

* arm.md (tablejump): Make this a define_expand.  For PIC add the
offset to the base of the table.
(thumb_tablejump): Matcher for Thumb tablejump insn.
* config/arm/aout.h (ASM_OUTPUT_ADDR_DIFF_ELT): Output thumb entries
as the difference of two labels.
* config/arm/aof.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
* config/arm/elf.h (JUMP_TABLES_IN_TEXT_SECTION): Only put ARM jump
tables in the code.
* config/arm/coff.h (JUMP_TABLES_IN_TEXT_SECTION): Likewise.
* arm.c (get_jump_table_size): If the table is not in the text
section, return zero.

From-SVN: r50960

22 years agoPR c++/3948 -- C++ ABI change, followup to 2001-12-18 patch.
Jason Merrill [Mon, 18 Mar 2002 11:24:24 +0000 (06:24 -0500)]
PR c++/3948 -- C++ ABI change, followup to 2001-12-18 patch.

        * class.c (finish_struct_bits): Also set TREE_ADDRESSABLE for a
        type with a nontrivial destructor.

From-SVN: r50959

22 years agojartool.c (expand_options): Handle tar-style argument list with a leading "-".
Bryce McKinlay [Mon, 18 Mar 2002 11:08:21 +0000 (11:08 +0000)]
jartool.c (expand_options): Handle tar-style argument list with a leading "-".

* jartool.c (expand_options): Handle tar-style argument list with a
leading "-".

From-SVN: r50957

22 years agohash_map.h: hash, hashtable, hash_map and hash_multimap are in namespace __gnu_cxx.
Philipp Thomas [Mon, 18 Mar 2002 10:47:15 +0000 (10:47 +0000)]
hash_map.h: hash, hashtable, hash_map and hash_multimap are in namespace __gnu_cxx.

2002-03-15  Philipp Thomas  <pthomas@suse.de>

* include/backward/hash_map.h: hash, hashtable, hash_map and
hash_multimap are in namespace __gnu_cxx.
include/backward/hash_set.h: hash, hashtable, hash_set and
hash_multiset are in namespace __gnu_cxx.
include/backward/hashtable.h: hash and hashtable are in
namespace __gnu_cxx.
include/backward/rope.h: char_producer, sequence_buffer,
rope, crope and wrope are in namespace __gnu_cxx.
include/backward/slist.h: slist is in namespace __gnu_cxx.
* testsuite/backward/header_hash_map_h.cc
testsuite/backward/header_hash_set_h.cc
testsuite/backward/header_hashtable_h.cc
testsuite/backward/header_rope_h.cc
testsuite/backward/header_slist_h.cc
testsuite/backward/header_tempbuf_h.cc: New tests for
checking that we're using the correct namespace.

From-SVN: r50956

22 years agoparse.y (parser_check_super_interface): Fix error message grammar/order.
Bryce McKinlay [Mon, 18 Mar 2002 10:41:01 +0000 (10:41 +0000)]
parse.y (parser_check_super_interface): Fix error message grammar/order.

* parse.y (parser_check_super_interface): Fix error message
grammar/order.

From-SVN: r50955

22 years agofix spelling typo in previous ChnageLog entry.
Nick Clifton [Mon, 18 Mar 2002 10:21:43 +0000 (10:21 +0000)]
fix spelling typo in previous ChnageLog entry.

From-SVN: r50953

22 years agoFix big-endian code generation
Bernd Schmidt [Mon, 18 Mar 2002 10:20:29 +0000 (10:20 +0000)]
Fix big-endian code generation

From-SVN: r50952

22 years agoDaily bump.
GCC Administrator [Mon, 18 Mar 2002 08:18:41 +0000 (08:18 +0000)]
Daily bump.

From-SVN: r50951

22 years agoqualttp20.C: Revert previous change.
Mark Mitchell [Mon, 18 Mar 2002 07:39:24 +0000 (07:39 +0000)]
qualttp20.C: Revert previous change.

* g++.dg/template/qualttp20.C: Revert previous change.
* g++.dg/template/qualttp3.C: Likewise.
* g++.dg/template/qualttp4.C: Likewise
* g++.dg/template/qualttp5.C: Likewise
* g++.dg/template/qualttp6.C: Likewise
* g++.dg/template/qualttp7.C: Likewise
* g++.dg/template/qualttp8.C: Likewise
* g++.dg/template/recurse.C: Likewise.

From-SVN: r50946

22 years agonatSystem.cc (init_properties): Update VM version properties.
Bryce McKinlay [Mon, 18 Mar 2002 06:19:03 +0000 (06:19 +0000)]
natSystem.cc (init_properties): Update VM version properties.

* java/lang/natSystem.cc (init_properties): Update VM version
properties.
* configure.in: Set GCJVERSION.
* acconfig.h: Add GCJVERSION.
* configure: Rebuilt.
* include/config.h.in: Rebuilt.

From-SVN: r50944

22 years agors6000.h (PREDICATE_CODES): Add PARALLEL to any_operand.
Aldy Hernandez [Mon, 18 Mar 2002 04:20:17 +0000 (04:20 +0000)]
rs6000.h (PREDICATE_CODES): Add PARALLEL to any_operand.

2002-03-18  Aldy Hernandez  <aldyh@redhat.com>

        * config/rs6000/rs6000.h (PREDICATE_CODES): Add PARALLEL to
        any_operand.

From-SVN: r50943

22 years agoalpha.c (alpha_emit_set_const_1): Build add insns explicitly.
Richard Henderson [Mon, 18 Mar 2002 03:06:05 +0000 (19:06 -0800)]
alpha.c (alpha_emit_set_const_1): Build add insns explicitly.

        * config/alpha/alpha.c (alpha_emit_set_const_1): Build add insns
        explicitly.

From-SVN: r50942

22 years agommix.md ("fixuns_truncdfdi2"): Use (unsigned_fix:DI (unsigned_fix:DF op1)), not ...
Hans-Peter Nilsson [Mon, 18 Mar 2002 01:20:14 +0000 (01:20 +0000)]
mmix.md ("fixuns_truncdfdi2"): Use (unsigned_fix:DI (unsigned_fix:DF op1)), not (unsigned_fix:DI (fix:DF op1)).

* config/mmix/mmix.md ("fixuns_truncdfdi2"): Use (unsigned_fix:DI
(unsigned_fix:DF op1)), not (unsigned_fix:DI (fix:DF op1)).

From-SVN: r50940

22 years ago* ifcvt.c (dead_or_predicable): Fix uninitialized variable.
Kaveh R. Ghazi [Mon, 18 Mar 2002 00:16:50 +0000 (00:16 +0000)]
* ifcvt.c (dead_or_predicable): Fix uninitialized variable.

From-SVN: r50938

22 years agore PR c++/4381 (Exceptions virtually inherited from a class cause segmentation fault...
Jason Merrill [Mon, 18 Mar 2002 00:09:37 +0000 (19:09 -0500)]
re PR c++/4381 (Exceptions virtually inherited from a class cause segmentation fault at run time)

        PR c++/4381
        * libsupc++/eh_personality.cc (get_adjusted_ptr): New static fn.
        (check_exception_spec): Call it.  Take the thrown pointer.
        (__cxa_call_unexpected): Pass it.
        (PERSONALITY_FUNCTION): Likewise.  Use get_adjusted_ptr.

From-SVN: r50936

22 years ago* predict.c (estimate_bb_frequencies): Delete unused variables.
Kaveh R. Ghazi [Mon, 18 Mar 2002 00:07:53 +0000 (00:07 +0000)]
* predict.c (estimate_bb_frequencies): Delete unused variables.

From-SVN: r50935

22 years ago* jcf-parse.c (get_constant): Delete unused variables.
Kaveh R. Ghazi [Mon, 18 Mar 2002 00:01:24 +0000 (00:01 +0000)]
* jcf-parse.c (get_constant): Delete unused variables.

From-SVN: r50933

22 years agore PR c++/4460 (g++ 3.0.1 seg faults instead of throwing in a complicated inheritance...
Jason Merrill [Mon, 18 Mar 2002 00:00:14 +0000 (19:00 -0500)]
re PR c++/4460 (g++ 3.0.1 seg faults instead of throwing in a complicated inheritance hierarchy)

        PR c++/4460
        * class.c (build_base_path): Virtual base layout is fixed in
        in-charge [cd]tors.

From-SVN: r50931

22 years ago* com.h (ffe_parse_file): Prototype.
Kaveh R. Ghazi [Sun, 17 Mar 2002 23:52:16 +0000 (23:52 +0000)]
* com.h (ffe_parse_file): Prototype.

From-SVN: r50930

22 years agofix comment typo
Jason Merrill [Sun, 17 Mar 2002 23:47:02 +0000 (18:47 -0500)]
fix comment typo

From-SVN: r50929

22 years agoia64.c (ia64_attribute_table): Move before targetm definition.
Richard Henderson [Sun, 17 Mar 2002 20:44:59 +0000 (12:44 -0800)]
ia64.c (ia64_attribute_table): Move before targetm definition.

        * config/ia64/ia64.c (ia64_attribute_table): Move before
        targetm definition.  Make static.

From-SVN: r50927

22 years agoc-common.h (yyparse, [...]): New.
Neil Booth [Sun, 17 Mar 2002 20:41:46 +0000 (20:41 +0000)]
c-common.h (yyparse, [...]): New.

* c-common.h (yyparse, c_common_parse_file): New.
* c-lang.c: Include c-common.h.
(LANG_HOOKS_PARSE_FILE): Redefine.
* c-lex.c: Include c-common.h.
(yyparse): Rename c_common_parse_file.  Call yyparse.
* c-parse.in (yyparse): Remove macro.
* c-tree.h (yyparse_1): Remove.
* langhooks-def.h (LANG_HOOKS_PARSE_FILE): New.
(LANG_HOOKS_INITIALIZER): Update.
* langhooks.h (struct lang_hoooks): New hook parse_file.
* toplev.c (compile_file): Use parse_file hook.
* tree.h (yyparse): Remove.
ada:
* misc.c (LANG_HOOKS_PARSE_FILE): Redefine.
(yyparse): Rename gnat_parse_file.
cp:
* cp-lang.c (LANG_HOOKS_PARSE_FILE): Redefine.
* parse.y (yyparse): Remove macro.
f:
* com.c (LANG_HOOKS_PARSE_FILE): Redefine.
* com.h (ffe_parse_file): New.
* parse.c (NAME_OF_STDIN): Remove.
(yyparse): Rename ffe_parse_file.
java:
* java-tree.h (java_parse_file): New.
* jcf-parse.c (yyparse): Rename java_parse_file.
* lang.c (LANG_HOOKS_PARSE_FILE): Redefine.
objc:
* objc-lang.c (LANG_HOOKS_PARSE_FILE): Redefine.

From-SVN: r50926

22 years agore PR other/5874 (gcc-3.1 20020304 (prerelease) FAILs in libjava testsuite with RUNTE...
Tom Tromey [Sun, 17 Mar 2002 20:34:36 +0000 (20:34 +0000)]
re PR other/5874 (gcc-3.1 20020304 (prerelease) FAILs in libjava testsuite with RUNTESTFLAGS="--target_board 'unix{-fPIC,-fpic,}'")

* libjava.jni/jni.exp (gcj_jni_build_header): Use local_exec, not
target_compile.  Fixes PR other/5874.

From-SVN: r50923

22 years ago* gcc.dg/cpp/wchar-1.c: Update.
Neil Booth [Sun, 17 Mar 2002 17:15:37 +0000 (17:15 +0000)]
* gcc.dg/cpp/wchar-1.c: Update.

From-SVN: r50922

22 years ago* gcc.dg/cpp/wchar-1.c: Revert previous change.
Neil Booth [Sun, 17 Mar 2002 17:09:01 +0000 (17:09 +0000)]
* gcc.dg/cpp/wchar-1.c: Revert previous change.

From-SVN: r50921

22 years agoAdd arm thumb support
Anthony Green [Sun, 17 Mar 2002 16:18:53 +0000 (16:18 +0000)]
Add arm thumb support

From-SVN: r50920

22 years agore PR c++/5757 (Throwing exception in constructor, causes segfault during unwind)
Jason Merrill [Sun, 17 Mar 2002 13:54:04 +0000 (08:54 -0500)]
re PR c++/5757 (Throwing exception in constructor, causes segfault during unwind)

        PR c++/5757
        * init.c (build_new_1): Pass the right pointer to op delete.

From-SVN: r50917

22 years agofix comment
Jason Merrill [Sun, 17 Mar 2002 13:53:33 +0000 (08:53 -0500)]
fix comment

From-SVN: r50916

22 years ago* gcc.dg/cpp/wchar-1.c: Update.
Neil Booth [Sun, 17 Mar 2002 13:16:27 +0000 (13:16 +0000)]
* gcc.dg/cpp/wchar-1.c: Update.

From-SVN: r50914

22 years agommix.md ("truncdfsf2"): Correct operator is float_truncate, not fix.
Hans-Peter Nilsson [Sun, 17 Mar 2002 13:07:29 +0000 (13:07 +0000)]
mmix.md ("truncdfsf2"): Correct operator is float_truncate, not fix.

* config/mmix/mmix.md ("truncdfsf2"): Correct operator is
float_truncate, not fix.
("*truncdfsf2_real"): Ditto.
("*nonlocal_goto_receiver_expanded"): Fix output template formatting.

From-SVN: r50913

22 years ago* config/mmix/mmix.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Don't define.
Hans-Peter Nilsson [Sun, 17 Mar 2002 12:59:08 +0000 (12:59 +0000)]
* config/mmix/mmix.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Don't define.

From-SVN: r50912

22 years agoDaily bump.
GCC Administrator [Sun, 17 Mar 2002 08:17:00 +0000 (08:17 +0000)]
Daily bump.

From-SVN: r50910

22 years agoMakefile.am: Escape quotes in echo.
Bryce McKinlay [Sun, 17 Mar 2002 01:07:17 +0000 (01:07 +0000)]
Makefile.am: Escape quotes in echo.

* Makefile.am: Escape quotes in echo.
* Makefile.in: Rebuilt.

From-SVN: r50905

22 years agoMakefile.am: Define ffitest_OBJECTS.
Bryce McKinlay [Sun, 17 Mar 2002 01:05:11 +0000 (01:05 +0000)]
Makefile.am: Define ffitest_OBJECTS.

* Makefile.am: Define ffitest_OBJECTS.
* Makefile.in: Rebuilt.

From-SVN: r50904

22 years agoLast commit missed this
Bryce McKinlay [Sun, 17 Mar 2002 00:46:40 +0000 (00:46 +0000)]
Last commit missed this

From-SVN: r50902

22 years agoMakefile.am: Make target library a convenience library.
Bryce McKinlay [Sun, 17 Mar 2002 00:35:21 +0000 (00:35 +0000)]
Makefile.am: Make target library a convenience library.

zlib:
* Makefile.am: Make target library a convenience library.
* Makefile.in: Rebuilt.

libffi:
* Makefile.am: libfficonvenience -> libffi_convenience.
* Makefile.in: Rebuilt.

boehm-gc:
* Makefile.am: Make a convenience library.
* Makefile.in: Rebuilt.

libjava:
Build a single libgcj.so, without separate gc and zlib libraries.
* configure.in: Use convenience libraries for boehm-gc and zlib. Set
SYS_ZLIBS if system zlib is used.
* configure: Rebuilt.
* Makefile.am: Use boehm-gc and zlib convenience libraries.
* Makefile.in: Rebuilt.
* libtool-version: Increment .so version number.

From-SVN: r50900

22 years agomips.h (CAN_ELIMINATE): Don't eliminate rap to $fp (s8), but rather HARD_FRAME_POINTE...
Alexandre Oliva [Sun, 17 Mar 2002 00:02:30 +0000 (00:02 +0000)]
mips.h (CAN_ELIMINATE): Don't eliminate rap to $fp (s8), but rather HARD_FRAME_POINTER_REGNUM.

* config/mips/mips.h (CAN_ELIMINATE): Don't eliminate rap to $fp
(s8), but rather HARD_FRAME_POINTER_REGNUM.  Add parentheses
where appropriate.  Make the second reference to
leaf_function_p a function call, as intended.  Reindented.

From-SVN: r50899

22 years agomips.h (ISA_HAS_COND_TRAP): Not available on MIPS16.
Alexandre Oliva [Sat, 16 Mar 2002 23:58:35 +0000 (23:58 +0000)]
mips.h (ISA_HAS_COND_TRAP): Not available on MIPS16.

* config/mips/mips.h (ISA_HAS_COND_TRAP): Not available on MIPS16.
* config/mips/mips.md (trap) [TARGET_MIPS16]: Emit `break 0'.

From-SVN: r50898

22 years agomips.md (addsi3, adddi3): Use scratch register to add register to non-constant into sp.
Alexandre Oliva [Sat, 16 Mar 2002 23:53:09 +0000 (23:53 +0000)]
mips.md (addsi3, adddi3): Use scratch register to add register to non-constant into sp.

* config/mips/mips.md (addsi3, adddi3): Use scratch register to
add register to non-constant into sp.

From-SVN: r50897

22 years agomips-protos.h (embedded_pic_fnaddr_reg): New.
Alexandre Oliva [Sat, 16 Mar 2002 23:44:00 +0000 (23:44 +0000)]
mips-protos.h (embedded_pic_fnaddr_reg): New.

* config/mips/mips-protos.h (embedded_pic_fnaddr_reg): New.
* config/mips/mips.h (embedded_pic_fnaddr_rtx): Lose.
(mips16_gp_pseudo_rtx): Lose.
(INIT_EXPANDERS): Deleted.
* config/mips/mips.c (mips_init_machine_status): New.
(mips_free_machine_status): New.
(mips_mark_machine_status): New.
(override_options): Set them.
(embedded_pic_fnaddr_rtx, mips16_gp_pseudo_rtx): Moved to...
(struct machine_function): ... new.  Replaced all references.
(mips_add_gc_roots): Don't mark them.
(embedded_pic_fnaddr_reg): New, extracted from...
(embedded_pic_offset): ... here.
* config/mips/mips.md (movdi): Call embedded_pic_fnaddr_reg.
(movsi): Likewise.

From-SVN: r50896

22 years agoRemove conflict indicator.
Bryce McKinlay [Sat, 16 Mar 2002 21:04:28 +0000 (21:04 +0000)]
Remove conflict indicator.

From-SVN: r50893

22 years agoMakefile.am: Use empty -classpath flag in addition to -bootclasspath.
Bryce McKinlay [Sat, 16 Mar 2002 21:03:43 +0000 (21:03 +0000)]
Makefile.am: Use empty -classpath flag in addition to -bootclasspath.

* Makefile.am: Use empty -classpath flag in addition to -bootclasspath.
* Makefile.in: Rebuilt.

From-SVN: r50892

22 years agore PR java/5935 (problem with anonymous inner classes)
Bryce McKinlay [Sat, 16 Mar 2002 20:57:10 +0000 (20:57 +0000)]
re PR java/5935 (problem with anonymous inner classes)

* parse.y (craft_constructor): Return the constructor decl.
(java_expand_classes): Update comments.
(lookup_method_invoke): Call fix_constructors immediately for
anonymous class. Fixes PR java/5935.

From-SVN: r50891

22 years agore PR c++/4361 (bogus ambiguity taking the address of a member template)
Nathan Sidwell [Sat, 16 Mar 2002 18:30:16 +0000 (18:30 +0000)]
re PR c++/4361 (bogus ambiguity taking the address of a member template)

cp:
PR c++/4361
* cp-tree.h (CLASSTYPE_METHOD_VEC): Document where templated
conversion operators go.
(struct lang_decl_flags): Add template_conv_p and unused
bitfields.
(DECL_TEMPLATE_CONV_FN_P): New macro.
* call.c (build_user_type_conversion_1): Don't check second type
conversion of overload set first.
* class.c (add_method): Make sure templated conversion operators
all end up on slot 2.
* lex.c (do_identifier): A conversion operator token might be
satisfied by a templated conversion operator.
* mangle.c (struct globals) Add internal_mangling_p member.
(write_template_param): Do internal mangling, if needed.
(mangle_conv_op_name_for_type): Request internal mangling.
* pt.c (check_explicit_specialization): Use
CLASSTYPE_FIRST_CONVERSION_SLOT.
(template_parm_this_level_p): New function.
(push_template_decl_real): Determine DECL_TEMPLATE_CONV_FN_P.
* search.c (lookup_fn_fields_1): Template conversions will be on
the first slot.
* typeck.c (build_component_ref): Preserve the type of an
conversion operator name on the overload type.
(build_x_function_call): Retrieve the conversion operator name.
testsuite:
* g++.dg/template/conv1.C: New test.
* g++.dg/template/conv2.C: New test.
* g++.dg/template/conv3.C: New test.
* g++.dg/template/conv4.C: New test.

From-SVN: r50889

22 years ago* ltmain.sh (relink_command): Fix typo in previous change.
Alexandre Oliva [Sat, 16 Mar 2002 14:42:17 +0000 (14:42 +0000)]
* ltmain.sh (relink_command): Fix typo in previous change.

From-SVN: r50887

22 years ago* cppinit.c: Revert -MD removal.
Neil Booth [Sat, 16 Mar 2002 14:03:36 +0000 (14:03 +0000)]
* cppinit.c: Revert -MD removal.

From-SVN: r50884

22 years agom68hc11.c (m68hc11_override_options): Don't use soft registers by default for 68HC12.
Stephane Carrez [Sat, 16 Mar 2002 13:03:59 +0000 (14:03 +0100)]
m68hc11.c (m68hc11_override_options): Don't use soft registers by default for 68HC12.

* config/m68hc11/m68hc11.c (m68hc11_override_options): Don't use
soft registers by default for 68HC12.
(m68hc11_conditional_register_usage): Don't use Z register for 68HC12
when compiling with -fomit-frame-pointer.
(expand_prologue): Use push/pop to allocate 4-bytes of locals on 68HC12.
(expand_epilogue): Likewise.
(m68hc11_gen_rotate): Use exg when rotating by 8.

From-SVN: r50882

22 years agom68hc11-protos.h (ix_reg): Declare.
Stephane Carrez [Sat, 16 Mar 2002 12:52:20 +0000 (13:52 +0100)]
m68hc11-protos.h (ix_reg): Declare.

* config/m68hc11/m68hc11-protos.h (ix_reg): Declare.
* config/m68hc11/m68hc11.md ("addsi3"): Use general_operand for sources.
(splits): Remove unused add splits.
("*addhi3_68hc12"): Tune constraints.
("addhi_sp"): Try to use X instead of Y in all cases and if the
constant fits in 8-bits and D is dead use abx/aby instructions.
("*addhi3"): Remove extern declaration of ix_reg.
("*subsi3"): Optimize and provide new split.
("subhi3"): Cleanup.
("*subhi3_sp"): Avoid saving X if we know it is dead.
(arith splits): For 68hc12 save the address register on the stack
and do the arithmetic operation with a pop.

From-SVN: r50880

22 years agom68hc11.md ("*movqi_68hc12"): Fix constraints, avoid allocating QImode in address...
Stephane Carrez [Sat, 16 Mar 2002 12:40:52 +0000 (13:40 +0100)]
m68hc11.md ("*movqi_68hc12"): Fix constraints, avoid allocating QImode in address registers.

* config/m68hc11/m68hc11.md ("*movqi_68hc12"): Fix constraints, avoid
allocating QImode in address registers.
("*movqi_m68hc11"): Likewise.

From-SVN: r50878

22 years ago* cfgcleanup.c (cleanup_cfg): Fix updating of liveness.
Jan Hubicka [Sat, 16 Mar 2002 12:01:15 +0000 (12:01 +0000)]
* cfgcleanup.c (cleanup_cfg): Fix updating of liveness.

From-SVN: r50876

22 years agocppinit.c (print_help): Display -MD and -MMD.
Neil Booth [Sat, 16 Mar 2002 10:57:28 +0000 (10:57 +0000)]
cppinit.c (print_help): Display -MD and -MMD.

* cppinit.c (print_help): Display -MD and -MMD.
Don't display usage string.  Update assertion syntax and
typo.
(COMMAND_LINE_OPTIONS): Remove OPT_MD, OPT_MMD.
(cpp_handle_option): Update.

From-SVN: r50874

22 years agoDaily bump.
GCC Administrator [Sat, 16 Mar 2002 08:18:16 +0000 (08:18 +0000)]
Daily bump.

From-SVN: r50873

22 years agomips.md (movdf_internal2): Add two new move constraints.
Eric Christopher [Sat, 16 Mar 2002 08:00:45 +0000 (08:00 +0000)]
mips.md (movdf_internal2): Add two new move constraints.

2002-03-15  Eric Christopher  <echristo@redhat.com>

* config/mips/mips.md (movdf_internal2): Add two new move constraints.
Fix register preference on last change.
* config/mips/mips.c (mips_return_in_memory): New function.
* config/mips/mips.h (RETURN_IN_MEMORY): Use.
* config/mips/mips-protos.h: Declare.
* config/mips/abi64.h (RETURN_IN_MEMORY): Remove. Add to above.
* config/mips/elf64.h: Add #ifndef/#endif brackets around defaults.

From-SVN: r50869

22 years agomips.h (SUBTARGET_CPP_SIZE_SPEC): Provide an MEABI case for each definition of SUBTAR...
Chris Demetriou [Sat, 16 Mar 2002 04:16:15 +0000 (04:16 +0000)]
mips.h (SUBTARGET_CPP_SIZE_SPEC): Provide an MEABI case for each definition of SUBTARGET_CPP_SIZE_SPEC...

2002-03-15  Chris Demetriou  <cgd@broadcom.com>

        * config/mips/mips.h (SUBTARGET_CPP_SIZE_SPEC): Provide an
        MEABI case for each definition of SUBTARGET_CPP_SIZE_SPEC,
        and define it so that regardless of target CPU size,
        __SIZE_TYPE__ and __PTRDIFF_TYPE__ are defined in terms
        of "int" rather than "long."

From-SVN: r50868

22 years ago* init.c (build_new_1): Use size_binop instead of cp_build_binary_op.
Richard Henderson [Sat, 16 Mar 2002 01:25:53 +0000 (17:25 -0800)]
* init.c (build_new_1): Use size_binop instead of cp_build_binary_op.

From-SVN: r50867

22 years agoqualttp20.C: Remove unnecessary error tags.
Mark Mitchell [Sat, 16 Mar 2002 01:00:50 +0000 (01:00 +0000)]
qualttp20.C: Remove unnecessary error tags.

* g++.dg/template/qualttp20.C: Remove unnecessary error tags.
* g++.dg/template/qualttp3.C: Likewise.
* g++.dg/template/qualttp4.C: Likewise
* g++.dg/template/qualttp5.C: Likewise
* g++.dg/template/qualttp6.C: Likewise
* g++.dg/template/qualttp7.C: Likewise
* g++.dg/template/qualttp8.C: Likewise
* g++.dg/template/recurse.C: Likewise.

From-SVN: r50863

22 years agoCommit embedded patch approved Feb 17
Anthony Green [Sat, 16 Mar 2002 00:37:21 +0000 (00:37 +0000)]
Commit embedded patch approved Feb 17

From-SVN: r50860

22 years agoalpha.c (alpha_va_arg): Manipulate the type size as a tree.
Richard Henderson [Fri, 15 Mar 2002 23:13:04 +0000 (15:13 -0800)]
alpha.c (alpha_va_arg): Manipulate the type size as a tree.

        * config/alpha/alpha.c (alpha_va_arg): Manipulate the type
        size as a tree.

From-SVN: r50857

22 years agoltmain.sh (taglist): Initialized.
Alexandre Oliva [Fri, 15 Mar 2002 23:02:08 +0000 (23:02 +0000)]
ltmain.sh (taglist): Initialized.

* ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
(relink_command): Added --tag flags.
(mode=install): If relinking fails; error out.

From-SVN: r50855

22 years agoMakefile.am (jv_convert_LDADD): Don't list libraries that are already implicitly...
Alexandre Oliva [Fri, 15 Mar 2002 22:46:58 +0000 (22:46 +0000)]
Makefile.am (jv_convert_LDADD): Don't list libraries that are already implicitly brought in from libgcj.la.

* Makefile.am (jv_convert_LDADD): Don't list libraries that are
already implicitly brought in from libgcj.la.
(gij_LDADD, rmic_LDADD, rmiregistry_LDADD): Likewise.
* Makefile.in: Rebuilt.

From-SVN: r50853

22 years agoTHANKS: Fix punctuation, alphabetization.
Eric Blake [Fri, 15 Mar 2002 22:36:05 +0000 (22:36 +0000)]
THANKS: Fix punctuation, alphabetization.

2002-03-15  Eric Blake  <ebb9@email.byu.edu>

* THANKS: Fix punctuation, alphabetization.

From-SVN: r50851

22 years agom68hc11.md ("tstqi_1"): Try to use ldab instead of tst.
Stephane Carrez [Fri, 15 Mar 2002 22:33:30 +0000 (23:33 +0100)]
m68hc11.md ("tstqi_1"): Try to use ldab instead of tst.

* config/m68hc11/m68hc11.md ("tstqi_1"): Try to use ldab instead of tst.
("tstqi" split): Avoid using memory for tstqi on address register.
(splits): Remove constraints.
("cmphi_1_hc12"): New from "cmphi_1" and tuned for 68HC12.
("cmpdf", "cmpsf"): Remove since not used.
("*tbeq", "*tbne", "*tbeq8", "*tbne8"): Also look in cc_status.value2.
(peephole2): New peepholes to optimize tstqi and pre inc/dec addressing.

From-SVN: r50849

22 years agom68hc11.md ("negsi2"): Optimize inline case.
Stephane Carrez [Fri, 15 Mar 2002 22:22:56 +0000 (23:22 +0100)]
m68hc11.md ("negsi2"): Optimize inline case.

* config/m68hc11/m68hc11.md ("negsi2"): Optimize inline case.
("neghi2"): Tighten constraints.
("one_cmplsi2"): Optimize and simplify split.
* config/m68hc11/larith.asm (__negsi2): Likewise for library.

From-SVN: r50847

22 years agom68hc11.md ("logicalsi3_zexthi"): Fix constraints and split of AND operation to clear...
Stephane Carrez [Fri, 15 Mar 2002 22:13:07 +0000 (23:13 +0100)]
m68hc11.md ("logicalsi3_zexthi"): Fix constraints and split of AND operation to clear the upper bits.

* config/m68hc11/m68hc11.md ("logicalsi3_zexthi"): Fix constraints
and split of AND operation to clear the upper bits.
("*logicalsi3_zextqi"): Likewise.
("*logicallhi3_zexthi_ashift8"): Likewise.
("*logicalsi3_silshr16"): Likewise.
("logicalsi3_silshl16"): Likewise.
("anddi3", "iordi3", "xordi3" splits): Remove constraints.

From-SVN: r50845