gcc.git
22 years ago* linux64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
Jan Hubicka [Wed, 27 Feb 2002 09:40:32 +0000 (10:40 +0100)]
* linux64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.

From-SVN: r50096

22 years agoDaily bump.
GCC Administrator [Wed, 27 Feb 2002 08:19:19 +0000 (08:19 +0000)]
Daily bump.

From-SVN: r50095

22 years agocpplex.c (_cpp_lex_token): Handle directives in macro arguments.
Neil Booth [Wed, 27 Feb 2002 07:24:53 +0000 (07:24 +0000)]
cpplex.c (_cpp_lex_token): Handle directives in macro arguments.

* cpplex.c (_cpp_lex_token): Handle directives in macro
arguments.
* cpplib.c (_cpp_handle_directive): Save and restore state
if parsing macro args when entering a directive.
* cppmacro.c (collect_args): No need to handle directives
in macro arguments.
(enter_macro_context, replace_args): Use the original macro
definition in case it was redefined whilst collecting arguments.
doc:
* cpp.texi: Update.
testsuite:
* gcc.dg/cpp/undef1.c: Remove.
* gcc.dg/cpp/directiv.c: Update.
* gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.

From-SVN: r50091

22 years ago[multiple changes]
David Edelsohn [Wed, 27 Feb 2002 05:42:20 +0000 (00:42 -0500)]
[multiple changes]

2002-02-26  David Edelsohn  <edelsohn@gnu.org>

        * config/rs6000/aix43.h (THREAD_MODEL_SPEC): Delete.
        * config/rs6000/aix51.h (THREAD_MODEL_SPEC): Delete.
        * config/rs6000/rs6000.c (rs6000_return_addr): Use efficient
        method on AIX.
        * config/rs6000/rs6000.md (movsi_low): Use gpc_reg_operand.
        (movsi_low_st, movdf_low, movdf_low_st, movsf_low, movsf_low_st): Same.
        (load_toc_v4_PIC_2): Same.

2002-02-26  Alan Modra  <amodra@bigpond.net.au>

        * config/rs6000/rs6000.md (load_toc_aix_di): Handle TARGET_RELOCATABLE.

From-SVN: r50090

22 years agonatSystem.cc (init_properties): Use __VERSION__.
Tom Tromey [Wed, 27 Feb 2002 05:32:29 +0000 (05:32 +0000)]
natSystem.cc (init_properties): Use __VERSION__.

* java/lang/natSystem.cc (init_properties): Use __VERSION__.
* gij.cc (version): Use __VERSION__.
* include/config.h.in: Rebuilt.
* acconfig.h (GCJVERSION): Removed.
* configure: Rebuilt.
* configure.in (GCJVERSION): Removed.

From-SVN: r50088

22 years agoAdd 20020226-1.c to test rotate patterns
Michael Meissner [Wed, 27 Feb 2002 05:28:58 +0000 (05:28 +0000)]
Add 20020226-1.c to test rotate patterns

From-SVN: r50087

22 years agoacinclude.m4 (LIB_AC_PROG_CXX): Use glibjava_CXX instead of glibcpp_CXX, since libjav...
Andreas Schwab [Wed, 27 Feb 2002 02:18:09 +0000 (02:18 +0000)]
acinclude.m4 (LIB_AC_PROG_CXX): Use glibjava_CXX instead of glibcpp_CXX, since libjava uses even another CXX.

2002-02-26  Andreas Schwab  <schwab@suse.de>

* acinclude.m4 (LIB_AC_PROG_CXX): Use glibjava_CXX instead of
glibcpp_CXX, since libjava uses even another CXX.
* aclocal.m4, configure: Regenerated.

From-SVN: r50084

22 years ago* config/alpha/alpha.md (ashldi_se): Re-enable.
Richard Henderson [Wed, 27 Feb 2002 01:52:18 +0000 (17:52 -0800)]
* config/alpha/alpha.md (ashldi_se): Re-enable.

From-SVN: r50083

22 years agoalpha.c (alpha_encode_section_info): Examine MODULE_LOCAL_P; improve commentary.
Richard Henderson [Wed, 27 Feb 2002 01:48:57 +0000 (17:48 -0800)]
alpha.c (alpha_encode_section_info): Examine MODULE_LOCAL_P; improve commentary.

        * config/alpha/alpha.c (alpha_encode_section_info): Examine
        MODULE_LOCAL_P; improve commentary.

From-SVN: r50082

22 years agonatPosixProcess.cc (startProcess): Use FD_CLOEXEC, not `1'.
Tom Tromey [Wed, 27 Feb 2002 01:39:30 +0000 (01:39 +0000)]
natPosixProcess.cc (startProcess): Use FD_CLOEXEC, not `1'.

* java/lang/natPosixProcess.cc (startProcess): Use FD_CLOEXEC, not
`1'.

From-SVN: r50081

22 years agocpp.texi: Clarify documentation of relationship between #line and #include.
Zack Weinberg [Wed, 27 Feb 2002 01:26:04 +0000 (01:26 +0000)]
cpp.texi: Clarify documentation of relationship between #line and #include.

* doc/cpp.texi: Clarify documentation of relationship between
#line and #include.

From-SVN: r50079

22 years agoh8300-protos.h: Update the prototype for compute_logical_op_length.
Kazu Hirata [Wed, 27 Feb 2002 01:09:50 +0000 (01:09 +0000)]
h8300-protos.h: Update the prototype for compute_logical_op_length.

* config/h8300/h8300-protos.h: Update the prototype for
compute_logical_op_length.  Add the prototype for
compute_logical_op_cc.
* config/h8300/h8300.c (compute_logical_op_length): Figure out
code from operands.
(compute_logical_op_cc): New.
* config/h8300/h8300.md: Combine all the logical op patterns
in HImode and SImode.  Use compute_logical_op_cc.

From-SVN: r50078

22 years agobasic_ios.tcc (basic_ios::init): Set _M_fill to zero.
Benjamin Kosnik [Wed, 27 Feb 2002 01:01:59 +0000 (01:01 +0000)]
basic_ios.tcc (basic_ios::init): Set _M_fill to zero.

2002-02-26  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/basic_ios.tcc (basic_ios::init): Set _M_fill to zero.
Adjust comment.
* include/bits/basic_ios.h (basic_ios::_M_fill): Make mutable.
(basic_ios::_M_fill_init): New.
(basic_ios::fill()): Delay dealing with _M_fill.
Adjust comment.
* testsuite/27_io/ios_init.cc (test02): Adjust testcase.

From-SVN: r50077

22 years agobasic_ios.tcc (basic_ios::init): Set _M_fill to zero.
Benjamin Kosnik [Wed, 27 Feb 2002 01:01:31 +0000 (01:01 +0000)]
basic_ios.tcc (basic_ios::init): Set _M_fill to zero.

2002-02-26  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/basic_ios.tcc (basic_ios::init): Set _M_fill to zero.
Adjust comment.
* include/bits/basic_ios.h (basic_ios::_M_fill): Make mutable.
(basic_ios::_M_fill_init): New.
(basic_ios::fill()): Deal with _M_fill lazily.
Adjust comment.
* testsuite/27_io/ios_init.cc (test02): Adjust testcase.

From-SVN: r50076

22 years agoi386.c (print_operand): Don't append ATT-style length suffixs to x87 opcodes when...
Kelley Cook [Wed, 27 Feb 2002 00:29:00 +0000 (16:29 -0800)]
i386.c (print_operand): Don't append ATT-style length suffixs to x87 opcodes when in Intel mode.

        * config/i386/i386.c (print_operand): Don't append ATT-style
        length suffixs to x87 opcodes when in Intel mode.

From-SVN: r50075

22 years agoemit-rtl.c (gen_const_vector_0): Remove TYPE argument.
Ryan T. Sammartino [Wed, 27 Feb 2002 00:22:09 +0000 (00:22 +0000)]
emit-rtl.c (gen_const_vector_0): Remove TYPE argument.

        * emit-rtl.c (gen_const_vector_0): Remove TYPE argument.
        (init_emit_once): Update calls.
        * fixinc/gnu-regex.c (_GNU_SOURCE): Remove.
        (init_syntax_once): Prototype.

From-SVN: r50072

22 years agopa-linux.h (LIB_SPEC): Update definition.
John David Anglin [Tue, 26 Feb 2002 23:38:34 +0000 (23:38 +0000)]
pa-linux.h (LIB_SPEC): Update definition.

* pa-linux.h (LIB_SPEC): Update definition.
* pa32-linux.h (LINK_COMMAND_SPEC): Delete.

From-SVN: r50071

22 years agoMakefile.am (thread_target_headers): Unconditionally stage and install gthr-posix.h.
Loren J. Rittle [Tue, 26 Feb 2002 23:02:52 +0000 (23:02 +0000)]
Makefile.am (thread_target_headers): Unconditionally stage and install gthr-posix.h.

* include/Makefile.am (thread_target_headers): Unconditionally
stage and install gthr-posix.h.
(${target_builddir}/gthr-posix.h): New rule cloned off
${target_builddir}/gthr-default.h.
(${target_builddir}/gthr-default.h): Support chained inclusion
of gthr support headers.
* include/Makefile.in: Rebuilt.

From-SVN: r50069

22 years agoia64.c (nop_cycles_until): Do init_insn_group_barriers if we emitted a stop bit.
Richard Henderson [Tue, 26 Feb 2002 22:41:48 +0000 (14:41 -0800)]
ia64.c (nop_cycles_until): Do init_insn_group_barriers if we emitted a stop bit.

        * config/ia64/ia64.c (nop_cycles_until): Do init_insn_group_barriers
        if we emitted a stop bit.

From-SVN: r50065

22 years agoconfigure.in (libgcc_visibility): Substitute.
Jakub Jelinek [Tue, 26 Feb 2002 21:39:07 +0000 (22:39 +0100)]
configure.in (libgcc_visibility): Substitute.

* configure.in (libgcc_visibility): Substitute.
* configure: Rebuilt.
* mklibgcc.in: If libgcc_visibility = yes, make libgcc.a global
defined symbols .hidden.

From-SVN: r50063

22 years agoattribs.c (c_common_attribute_table): Add visibility.
Jakub Jelinek [Tue, 26 Feb 2002 21:17:22 +0000 (22:17 +0100)]
attribs.c (c_common_attribute_table): Add visibility.

* attribs.c (c_common_attribute_table): Add visibility.
(handle_visibility_attribute): New function.
* varasm.c (assemble_visibility): New function.
* output.h (assemble_visibility): Add prototype.
* tree.h (MODULE_LOCAL_P): Define.
* crtstuff.c (__dso_handle): Use visibility attribute.
* config/i386/i386.h (ENCODE_SECTION_INFO): Set SYMBOL_REF_FLAG
for MODULE_LOCAL_P symbols too.
* config/ia64/ia64.c (ia64_encode_section_info): Handle
MODULE_LOCAL_P symbols the same way as local symbols.
Add SDATA_NAME_FLAG_CHAR even if decl was explicitely forced
into .sdata/.sbss by the user.
* doc/extend.texi (Function Attributes): Document visibility
attribute.

* gcc.dg/ia64-visibility-1.c: New test.

From-SVN: r50061

22 years agore PR debug/5770 (undefined reference to `.LC0')
Jakub Jelinek [Tue, 26 Feb 2002 21:08:57 +0000 (22:08 +0100)]
re PR debug/5770 (undefined reference to `.LC0')

PR debug/5770
* dwarf2out.c (rtl_for_decl_location): Return CONST_STRING for
STRING_CST initializer spanning the whole variable without
embedded zeros.
If expand_expr returned MEM, don't use it.

* g++.dg/debug/debug4.C: New test.

From-SVN: r50058

22 years agolocale_facets.tcc (num_put::_M_widen_int): Group all the integral types, not only...
Paolo Carlini [Tue, 26 Feb 2002 20:56:24 +0000 (21:56 +0100)]
locale_facets.tcc (num_put::_M_widen_int): Group all the integral types, not only decs.

2002-02-26  Paolo Carlini  <pcarlini@unitus.it>

* include/bits/locale_facets.tcc (num_put::_M_widen_int):
Group all the integral types, not only decs.
* testsuite/27_io/ios_manip_basefield.cc (test01): Tweak existing
tests, add a few more.

From-SVN: r50057

22 years agodwarf2out.c (gen_inlined_subroutine_die): If block is abstract, generate a die for...
Alexandre Oliva [Tue, 26 Feb 2002 19:05:26 +0000 (19:05 +0000)]
dwarf2out.c (gen_inlined_subroutine_die): If block is abstract, generate a die for the lexical block.

* dwarf2out.c (gen_inlined_subroutine_die): If block is abstract,
generate a die for the lexical block.

From-SVN: r50056

22 years agoh8300-protos.h: Add a prototype for compute_logical_op_length.
Kazu Hirata [Tue, 26 Feb 2002 12:50:52 +0000 (12:50 +0000)]
h8300-protos.h: Add a prototype for compute_logical_op_length.

* config/h8300/h8300-protos.h: Add a prototype for
compute_logical_op_length.
* config/h8300/h8300.c (compute_logical_op_length): New.
* config/h8300/h8300.md (anonymous logical patterns): Use
compute_logical_op_length for length.

From-SVN: r50055

22 years agoDaily bump.
GCC Administrator [Tue, 26 Feb 2002 08:17:53 +0000 (08:17 +0000)]
Daily bump.

From-SVN: r50053

22 years agoupdate_version: Automatically update version files on all branches.
Mark Mitchell [Tue, 26 Feb 2002 07:13:25 +0000 (07:13 +0000)]
update_version: Automatically update version files on all branches.

* update_version: Automatically update version files on all
branches.
* crontab: Only invoke update_version once.

From-SVN: r50049

22 years agodwarf2out.c (modified_type_die): Do not call type_main_variant for vectors.
Aldy Hernandez [Tue, 26 Feb 2002 06:58:01 +0000 (06:58 +0000)]
dwarf2out.c (modified_type_die): Do not call type_main_variant for vectors.

2002-02-26  Aldy Hernandez  <aldyh@redhat.com>

        * dwarf2out.c (modified_type_die): Do not call type_main_variant
        for vectors.
        (gen_type_die): Same.

        * attribs.c (handle_vector_size_attribute): Set debug information.

From-SVN: r50048

22 years agors6000.md: Swap define_insn attributes to fix incorrect generation of merge high...
Daniel Egger [Tue, 26 Feb 2002 06:50:25 +0000 (06:50 +0000)]
rs6000.md: Swap define_insn attributes to fix incorrect generation of merge high...

2002-02-26  Daniel Egger  <degger@fhm.edu>

        * config/rs6000/rs6000.md: Swap define_insn attributes to
        fix incorrect generation of merge high instructions instead
        of merge low.

From-SVN: r50047

22 years agoc-typeck.c (really_start_incremental_init): Use bitsize_zero_node for vectors.
Aldy Hernandez [Tue, 26 Feb 2002 06:22:24 +0000 (06:22 +0000)]
c-typeck.c (really_start_incremental_init): Use bitsize_zero_node for vectors.

2002-02-26  Aldy Hernandez  <aldyh@redhat.com>

        * c-typeck.c (really_start_incremental_init): Use
        bitsize_zero_node for vectors.

From-SVN: r50046

22 years agors6000.md (get_vrsave_internal): Fix typo.
Aldy Hernandez [Tue, 26 Feb 2002 06:20:48 +0000 (06:20 +0000)]
rs6000.md (get_vrsave_internal): Fix typo.

2002-02-26  Aldy Hernandez  <aldyh@redhat.com>

        * config/rs6000/rs6000.md (get_vrsave_internal): Fix typo.
        ("*set_vrsave_internal"): Same.

From-SVN: r50045

22 years agoDaily bump.
Mark Mitchell [Tue, 26 Feb 2002 06:12:33 +0000 (06:12 +0000)]
Daily bump.

From-SVN: r50044

22 years agoSet version numbers for mainline
Mark Mitchell [Tue, 26 Feb 2002 05:50:55 +0000 (05:50 +0000)]
Set version numbers for mainline

From-SVN: r50036

22 years agoexpr.c (expand_expr): Do not apply distributive law in EXPAND_SUM case.
Richard Henderson [Tue, 26 Feb 2002 05:46:15 +0000 (21:46 -0800)]
expr.c (expand_expr): Do not apply distributive law in EXPAND_SUM case.

        * expr.c (expand_expr) [MULT_EXPR]: Do not apply distributive law
        in EXPAND_SUM case.  Use host_integerp/tree_low_cst.

From-SVN: r50033

22 years agoios.cc (ios_base::~ios_base): Tweak.
Benjamin Kosnik [Tue, 26 Feb 2002 04:55:48 +0000 (04:55 +0000)]
ios.cc (ios_base::~ios_base): Tweak.

2002-02-25  Benjamin Kosnik  <bkoz@redhat.com>

* src/ios.cc (ios_base::~ios_base): Tweak.
(ios_base::_M_call_callbacks): Deal with null __p.
(ios_base::ios_base): Set _M_callbacks.
* include/bits/basic_ios.tcc (basic_ios::init): Adjust comment.
* testsuite/27_io/ios_init.cc (test02): Fix.

* mkcheck.in (static_fail): Failed links go to output file.

From-SVN: r50032

22 years ago960416-1.x: New.
Kazu Hirata [Mon, 25 Feb 2002 23:07:09 +0000 (23:07 +0000)]
960416-1.x: New.

* gcc.c-torture/execute/960416-1.x: New.
* gcc.c-torture/execute/divconst-3.x: Likewise.

From-SVN: r50029

22 years agore PR target/5755 (-mregparm=3 and -fomit-frame-pointer corrupt esp register)
Jakub Jelinek [Mon, 25 Feb 2002 22:49:44 +0000 (23:49 +0100)]
re PR target/5755 (-mregparm=3 and -fomit-frame-pointer corrupt esp register)

PR target/5755
* config/i386/i386.c (ix86_return_pops_args): Only pop
fake structure return argument if it was passed on the stack.

* gcc.dg/20020224-1.c: New test.

From-SVN: r50028

22 years agoattribs.c (decl_attributes): Also re-layout PARM_DECL and RESULT_DECL.
Jason Merrill [Mon, 25 Feb 2002 22:38:53 +0000 (17:38 -0500)]
attribs.c (decl_attributes): Also re-layout PARM_DECL and RESULT_DECL.

        * attribs.c (decl_attributes): Also re-layout PARM_DECL and
        RESULT_DECL.

From-SVN: r50027

22 years agogcc.c (init_gcc_specs): Get -shared-libgcc along with -shared to link with shared_nam...
Alexandre Oliva [Mon, 25 Feb 2002 13:25:11 +0000 (13:25 +0000)]
gcc.c (init_gcc_specs): Get -shared-libgcc along with -shared to link with shared_name only.

* gcc.c (init_gcc_specs): Get -shared-libgcc along with -shared to
link with shared_name only.
* doc/invoke.texi (Link Options): Document new behavior.

From-SVN: r50025

22 years agoMakefile.am (GCJCOMPILE): Use -fCLASSPATH not -fclasspath.
Bryce McKinlay [Mon, 25 Feb 2002 09:58:13 +0000 (09:58 +0000)]
Makefile.am (GCJCOMPILE): Use -fCLASSPATH not -fclasspath.

* Makefile.am (GCJCOMPILE): Use -fCLASSPATH not -fclasspath. Fixes
dependency tracking for .java files.
* Makefile.in: Rebuilt.

From-SVN: r50024

22 years agoDaily bump.
GCC Administrator [Mon, 25 Feb 2002 08:16:22 +0000 (08:16 +0000)]
Daily bump.

From-SVN: r50022

22 years agoc-typeck.c (push_init_level): Handle vectors.
Aldy Hernandez [Mon, 25 Feb 2002 07:22:37 +0000 (07:22 +0000)]
c-typeck.c (push_init_level): Handle vectors.

2002-02-25  Aldy Hernandez  <aldyh@redhat.com>

        * c-typeck.c (push_init_level): Handle vectors.

From-SVN: r50021

22 years agoindex.html: Update.
Phil Edwards [Mon, 25 Feb 2002 05:24:53 +0000 (05:24 +0000)]
index.html: Update.

2002-02-25  Phil Edwards  <pme@gcc.gnu.org>

* docs/html/faq/index.html:  Update.
* docs/html/faq/index.txt:  Regenerate.

From-SVN: r50020

22 years agonatPlainDatagramSocketImpl.cc: whops; removed 'make' typo.
Adam Megacz [Mon, 25 Feb 2002 05:21:45 +0000 (05:21 +0000)]
natPlainDatagramSocketImpl.cc: whops; removed 'make' typo.

2002-02-24  Adam Megacz  <adam@xwt.org>

        * java/net/natPlainDatagramSocketImpl.cc: whops; removed 'make'
        typo. Sorry.

From-SVN: r50019

22 years agosparc.c (const64_high_operand): Zero-extend operands of SPARC_SETHI_P.
Alexandre Oliva [Mon, 25 Feb 2002 04:14:45 +0000 (04:14 +0000)]
sparc.c (const64_high_operand): Zero-extend operands of SPARC_SETHI_P.

* config/sparc/sparc.c (const64_high_operand): Zero-extend
operands of SPARC_SETHI_P.
(input_operand): Likewise.
(sparc_emit_set_const32): Likewise.
* config/sparc/sparc.h (SPARC_SETHI_P): Disregard TARGET_ARCH64.
(SPARC_SETHI32_P): Zero-extend operand from 32 bits.
(CONST_OK_FOR_LETTER_P): Use SETHI32 for `K'.  Add `N' as SETHI.
* config/sparc/sparc.md (movdi_insn_sp64_novis): Use `N'.
(movdi_insn_sp64_vis): Likewise.
(movdi split, movdf split): Use SETHI32.
* doc/md.texi: Document SPARC constraints L, M and N.

From-SVN: r50018

22 years agonatPlainDatagramSocketImpl.cc: Updated #includes for Win32...
Adam Megacz [Mon, 25 Feb 2002 04:10:53 +0000 (04:10 +0000)]
natPlainDatagramSocketImpl.cc: Updated #includes for Win32...

2002-02-24  Adam Megacz  <adam@xwt.org>

* java/net/natPlainDatagramSocketImpl.cc: Updated #includes
for Win32, changed #ifdefs to check WIN32 instead of the
(now-obsolete) USE_WINSOCK, and removed support for socket
timeouts on Win32 pending further discussion.

From-SVN: r50017

22 years agoMakefile.am: Added win32_threads.c to sources list.
Adam Megacz [Mon, 25 Feb 2002 04:04:43 +0000 (04:04 +0000)]
Makefile.am: Added win32_threads.c to sources list.

2002-02-24  Adam Megacz  <adam@xwt.org>

        * Makefile.am: Added win32_threads.c to sources list.
        * win32_threads.c: Added two */'s which I had neglected.

From-SVN: r50016

22 years agors6000.md ("get_vrsave_internal"): New.
Aldy Hernandez [Mon, 25 Feb 2002 02:30:33 +0000 (02:30 +0000)]
rs6000.md ("get_vrsave_internal"): New.

2002-02-25  Aldy Hernandez  <aldyh@redhat.com>

        * config/rs6000/rs6000.md ("get_vrsave_internal"): New.
        ("*set_vrsave_internal"): use mfspr for Darwin.

        * config/rs6000/rs6000.c (rs6000_emit_prologue): Call
        gen_get_vrsave_internal.

From-SVN: r50015

22 years agowin32-threads.cc (_Jv_ThreadInitData): _Jv_Malloc instead of new
Adam Megacz [Mon, 25 Feb 2002 02:01:29 +0000 (02:01 +0000)]
win32-threads.cc (_Jv_ThreadInitData): _Jv_Malloc instead of new

2002-02-24  Adam Megacz  <adam@xwt.org>

* win32-threads.cc (_Jv_ThreadInitData): _Jv_Malloc instead of new
* win32-threads.cc (_Jv_ThreadDestroyData): _Jv_Free instead of
delete

From-SVN: r50014

22 years agoWin32Process.java: Created a dummy class to allow build process to run to completion.
Adam Megacz [Sun, 24 Feb 2002 23:17:26 +0000 (23:17 +0000)]
Win32Process.java: Created a dummy class to allow build process to run to completion.

2002-02-24  Adam Megacz  <adam@xwt.org>

        * java/lang/Win32Process.java: Created a dummy class to allow
        build process to run to completion.

From-SVN: r50013

22 years agoNew test.
Alan Modra [Sun, 24 Feb 2002 23:17:23 +0000 (23:17 +0000)]
New test.

From-SVN: r50012

22 years ago* optabs.c (widen_operand): Properly handle CONST_INT for NO_EXTEND.
Richard Kenner [Sun, 24 Feb 2002 21:43:52 +0000 (21:43 +0000)]
* optabs.c (widen_operand): Properly handle CONST_INT for NO_EXTEND.

From-SVN: r50011

22 years agotest_summary: Additional to XPASS and FAIL...
Christian Jönsson [Sun, 24 Feb 2002 20:45:15 +0000 (20:45 +0000)]
test_summary: Additional to XPASS and FAIL...

* test_summary: Additional to XPASS and FAIL, add UNRESOLVED,
WARNING and ERROR output from the *.sum files.

From-SVN: r50010

22 years agojar -C fix
Anthony Green [Sun, 24 Feb 2002 19:59:46 +0000 (19:59 +0000)]
jar -C fix

From-SVN: r50009

22 years agore PR c++/4093 (Return type mis-match for (a?b:c) constructs in gcc/cp/cp-tree.h)
Craig Rodrigues [Sun, 24 Feb 2002 18:57:38 +0000 (18:57 +0000)]
re PR c++/4093 (Return type mis-match for (a?b:c) constructs in gcc/cp/cp-tree.h)

2002-02-24 Craig Rodrigues  <rodrigc@gcc.gnu.org>

        PR c++/4093
        * cp-tree.h (SET_BINFO_MARKED): Cast false part of condition
        to void.

From-SVN: r50008

22 years agonatMethod.cc (_Jv_CallAnyMethodA): Define ffi_result union for ffi_call result.
Jeff Sturm [Sun, 24 Feb 2002 17:55:44 +0000 (17:55 +0000)]
natMethod.cc (_Jv_CallAnyMethodA): Define ffi_result union for ffi_call result.

        * java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA):
        Define ffi_result union for ffi_call result.  Cast
        ffi_result members to jvalue.

From-SVN: r50007

22 years agoffi.h.in: Add typedef for ffi_arg.
Jeff Sturm [Sun, 24 Feb 2002 17:31:45 +0000 (17:31 +0000)]
ffi.h.in: Add typedef for ffi_arg.

        * include/ffi.h.in: Add typedef for ffi_arg.
        * src/ffitest.c (main): Declare rint with ffi_arg.

From-SVN: r50006

22 years agocpplex.c (cpp_interpret_charconst): Get signedness or otherwise of wide character...
Neil Booth [Sun, 24 Feb 2002 12:52:30 +0000 (12:52 +0000)]
cpplex.c (cpp_interpret_charconst): Get signedness or otherwise of wide character constants correct.

* cpplex.c (cpp_interpret_charconst): Get signedness or
otherwise of wide character constants correct.
* cppexp.c (lex): Get signedness of wide charconsts correct.
* testsuite/gcc.dg/cpp/wchar-1.c: New test.

From-SVN: r50005

22 years agooptabs.c (widen_operand): Only call convert_modes for promoted SUBREG if signedness...
Richard Kenner [Sun, 24 Feb 2002 12:46:52 +0000 (12:46 +0000)]
optabs.c (widen_operand): Only call convert_modes for promoted SUBREG if signedness matches.

* optabs.c (widen_operand): Only call convert_modes for
promoted SUBREG if signedness matches.
* config/alpha/alpha.md (*addsi_se2, *subsi_se2): New patterns.

From-SVN: r50004

22 years agoDaily bump.
GCC Administrator [Sun, 24 Feb 2002 08:16:22 +0000 (08:16 +0000)]
Daily bump.

From-SVN: r50002

22 years agoInvokeReturn.java: New file.
Jeff Sturm [Sun, 24 Feb 2002 06:45:19 +0000 (06:45 +0000)]
InvokeReturn.java: New file.

* libjava.lang/InvokeReturn.java: New file.
* libjava.lang/InvokeReturn.out: New file.

From-SVN: r50001

22 years agogcc_release: Revert change to -p interface.
Joseph Myers [Sun, 24 Feb 2002 01:37:10 +0000 (01:37 +0000)]
gcc_release: Revert change to -p interface.

* gcc_release: Revert change to -p interface.  Allow for local and
remote cases in creating directories.  Give an error if -p
argument names a directory.

From-SVN: r50000

22 years agocpplib.c (glue_header_name): Use local buffer to build up header name.
Neil Booth [Sat, 23 Feb 2002 20:21:39 +0000 (20:21 +0000)]
cpplib.c (glue_header_name): Use local buffer to build up header name.

* cpplib.c (glue_header_name): Use local buffer to build up
header name.

From-SVN: r49998

22 years ago* doc/cpp.texi, doc/invoke.texi: Update documentation for -MM.
Neil Booth [Sat, 23 Feb 2002 17:10:34 +0000 (17:10 +0000)]
* doc/cpp.texi, doc/invoke.texi: Update documentation for -MM.

From-SVN: r49997

22 years agoh8300.c (output_simode_bld): Handle H8/300 and H8/300[HS] separately.
Kazu Hirata [Sat, 23 Feb 2002 14:17:25 +0000 (14:17 +0000)]
h8300.c (output_simode_bld): Handle H8/300 and H8/300[HS] separately.

* config/h8300/h8300.c (output_simode_bld): Handle H8/300 and
H8/300[HS] separately.
* config/h8300/h8300.md: Remove the early clobber constraint
from bit field patterns.

From-SVN: r49995

22 years agoh8300.md (mulqihi3): Tighten predicates to register_operand.
Kazu Hirata [Sat, 23 Feb 2002 13:45:36 +0000 (13:45 +0000)]
h8300.md (mulqihi3): Tighten predicates to register_operand.

* config/h8300/h8300.md (mulqihi3): Tighten predicates to
register_operand.
(mulhisi3): Likewise.
(umulqisi3): Likewise.
(umulhisi3): Likewise.

From-SVN: r49994

22 years agocppinit.c (output_deps): Correct test for stdout output.
Neil Booth [Sat, 23 Feb 2002 13:42:40 +0000 (13:42 +0000)]
cppinit.c (output_deps): Correct test for stdout output.

* cppinit.c (output_deps): Correct test for stdout output.
(init_dependency_output): Cure warning.

From-SVN: r49993

22 years agoexpr.c (store_expr): When converting expression to promoted equivalent type...
Richard Kenner [Sat, 23 Feb 2002 13:21:17 +0000 (08:21 -0500)]
expr.c (store_expr): When converting expression to promoted equivalent type...

* expr.c (store_expr): When converting expression to promoted
equivalent type, allow using SUBREG_REG of TARGET as the target
of the expansion of EXP.
* loop.c (basic_induction_var, case SUBREG): Always look inside.
* config/alpha/alpha.c (rtx_equiv_function_matters): Delete decl.
(alpha_emit_set_const): Handle SImode when can't make new pseudos.
(alpha_emit_set_const_1, alpha_sa_mask): Use no_new_pseudos.
* config/alpha/alpha.md (addsi3, subsi3): Don't use if optimizing.

From-SVN: r49992

22 years agocontribute.texi, [...]: Remove trailing whitespace.
Joseph Myers [Sat, 23 Feb 2002 12:59:09 +0000 (12:59 +0000)]
contribute.texi, [...]: Remove trailing whitespace.

* doc/contribute.texi, doc/extend.texi, doc/install.texi,
doc/invoke.texi, doc/md.texi, doc/passes.texi, doc/rtl.texi,
doc/standards.texi, doc/tm.texi: Remove trailing whitespace.

From-SVN: r49991

22 years agoMakefile.in (MAKEINFO): Don't assume makeinfo will be built just because its Makefile...
Alexandre Oliva [Sat, 23 Feb 2002 10:06:59 +0000 (10:06 +0000)]
Makefile.in (MAKEINFO): Don't assume makeinfo will be built just because its Makefile is there...

* Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
because its Makefile is there; test for the executable instead.

From-SVN: r49990

22 years agore PR rtl-optimization/5747 (ss20020218 fails to build binutils-2.11.93.0.2 on sparc...
Jakub Jelinek [Sat, 23 Feb 2002 08:56:22 +0000 (09:56 +0100)]
re PR rtl-optimization/5747 (ss20020218 fails to build binutils-2.11.93.0.2 on sparc-suse-linux - ICE in loop.c)

PR optimization/5747
* loop.c (scan_loop): Update reg info if move_movables created new
pseudos.

* gcc.dg/20020222-1.c: New test.

From-SVN: r49989

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

From-SVN: r49987

22 years ago* gcc.c (init_gcc_spec): Revert last change.
David Edelsohn [Sat, 23 Feb 2002 05:59:47 +0000 (05:59 +0000)]
* gcc.c (init_gcc_spec): Revert last change.

From-SVN: r49986

22 years agoMakefile.in, [...]: Rebuilt.
Alexandre Oliva [Sat, 23 Feb 2002 03:15:37 +0000 (03:15 +0000)]
Makefile.in, [...]: Rebuilt.

* Makefile.in, gcj/Makefile.in, include/Makefile.in: Rebuilt.
* testsuite/Makefile.in: Likewise.

From-SVN: r49985

22 years ago- Add missing mask_operand patch.
Alan Modra [Sat, 23 Feb 2002 02:11:07 +0000 (02:11 +0000)]
- Add missing mask_operand patch.

From-SVN: r49984

22 years ago[multiple changes]
David Edelsohn [Sat, 23 Feb 2002 02:07:21 +0000 (21:07 -0500)]
[multiple changes]

2002-02-23  David Edelsohn  <edelsohn@gnu.org>

        * config/rs6000/rs6000.md (load_toc_aix_{si,di}): Use
        gpc_reg_operand constraint.

2002-02-23  Alan Modra  <amodra@bigpond.net.au>

        * config/rs6000/rs6000.c (num_insns_constant): Fix formatting.
        Simplify comparison of `low'.
        (add_operand): Fix formatting.
        (non_add_cint_operand): Use CONST_OK_FOR_LETTER_P.
        (rs6000_stack_info): Remove redundant test setting push_p.
        (output_toc): Fix formatting.
        * config/rs6000/rs6000.md (boolsi3, boolcsi3 splitters): Use
        cc_reg_not_cr0_operand constraint.
        (booldi3, boolcdi3 splitters): Same.

From-SVN: r49983

22 years agoaltivec.h: Add extra level of parentheses on casts.
Aldy Hernandez [Sat, 23 Feb 2002 00:51:51 +0000 (00:51 +0000)]
altivec.h: Add extra level of parentheses on casts.

2002-02-23  Aldy Hernandez  <aldyh@redhat.com>

        * altivec.h: Add extra level of parentheses on casts.

From-SVN: r49982

22 years agore PR java/2369 (--main should check the following symbol)
Tom Tromey [Sat, 23 Feb 2002 00:42:13 +0000 (00:42 +0000)]
re PR java/2369 (--main should check the following symbol)

Fix for PR java/2369:
* jvspec.c (verify_class_name): New function.
(lang_specific_driver): Call it.
(JAVA_START_CHAR_P): New macro.
(JAVA_PART_CHAR_P): Likewise.

From-SVN: r49981

22 years agoURL.java (getPath): New JDK 1.3 method.
Per Bothner [Sat, 23 Feb 2002 00:15:49 +0000 (16:15 -0800)]
URL.java (getPath): New JDK 1.3 method.

* java/net/URL.java (getPath):  New JDK 1.3 method.

* java/net/URLStreamHandler.java (parseURL):
It is wrong to prepend '/' to the file part of a relative url.

* java/net/URLStreamHandler.java (parseURL):
Minor optizations - append '/' rather than "/".

* java/net/URLStreamHandler.java (parseURL):
Don't canonicalize "xx/.." or "./" URLs - JDK doesn't.
We probably should canonicalize for a context-relative url, though.
* java/net/URL.java (sameFile):  Delegate to URLStreamHandler.
* java/net/URLStreamHandler.java (canonicalizeFilename):  New helper.
(sameFile):  New method.  Uses canonicalizeFilename.

From-SVN: r49980

22 years agogcc.c (init_gcc_spec): Do not link with static libgcc.a if gcc invoked with -shared...
David Edelsohn [Sat, 23 Feb 2002 00:00:27 +0000 (00:00 +0000)]
gcc.c (init_gcc_spec): Do not link with static libgcc.a if gcc invoked with -shared-libgcc.

        * gcc.c (init_gcc_spec): Do not link with static libgcc.a if
        gcc invoked with -shared-libgcc.

From-SVN: r49979

22 years agoclass.c: Change vtable to be more compatible with g++ v3 abi.
Per Bothner [Fri, 22 Feb 2002 23:59:39 +0000 (15:59 -0800)]
class.c: Change vtable to be more compatible with g++ v3 abi.

*  class.c:  Change vtable to be more compatible with g++ v3 abi.
(get_dispatch_table):  Prepend offset-to-top (always 0) and
type_info pointer (currently unimplemented hence NULL) to vtable.
Specifically, prepend offset-to-top and typeinfo ptr (currently null).
(make_class_data):  Variable dtable_start_offset is sizeof 2 pointers.
Adjust vtable pointers by dtable_start_offse - i.e. skip new words.
(build_dtable_decl):  Add declarations for new fields.

From-SVN: r49978

22 years agoacinclude.m4 (GLIBCPP_ENABLE_SYMVERS): Fix comment.
Phil Edwards [Fri, 22 Feb 2002 23:45:28 +0000 (23:45 +0000)]
acinclude.m4 (GLIBCPP_ENABLE_SYMVERS): Fix comment.

2002-02-22  Phil Edwards  <pme@gcc.gnu.org>

* acinclude.m4 (GLIBCPP_ENABLE_SYMVERS):  Fix comment.
* aclocal.m4:  Regenerate.
* docs/html/configopts.html:  Document --enable-symvers.
* config/linker-map.gnu:  Break libsupc++ symbols out to their own tag.

From-SVN: r49977

22 years agonatSystem.cc (init_properties): Include the `Inc.' in java.vendor and java.vm.vendor.
Tom Tromey [Fri, 22 Feb 2002 23:24:45 +0000 (23:24 +0000)]
natSystem.cc (init_properties): Include the `Inc.' in java.vendor and java.vm.vendor.

* java/lang/natSystem.cc (init_properties): Include the `Inc.' in
java.vendor and java.vm.vendor.
* gnu/java/rmi/rmic/RMIC.java (parseOptions): Only print most
recent copyright date.
* gnu/gcj/convert/Convert.java (version): Print `Inc'.
* gij.cc (version): Print `Inc'.

From-SVN: r49975

22 years agoacinclude.m4 (CXX): AC_SUBST it, instead of glibcpp_CXX.
Alexandre Oliva [Fri, 22 Feb 2002 21:31:06 +0000 (21:31 +0000)]
acinclude.m4 (CXX): AC_SUBST it, instead of glibcpp_CXX.

* acinclude.m4 (CXX): AC_SUBST it, instead of glibcpp_CXX.
* aclocal.m4, configure: Rebuilt.

From-SVN: r49974

22 years agotempbuf.h: get_temporary_buffer and return_temporary_buffer are in namespace std...
Philipp Thomas [Fri, 22 Feb 2002 21:23:09 +0000 (21:23 +0000)]
tempbuf.h: get_temporary_buffer and return_temporary_buffer are in namespace std...

2002-02-22  Philipp Thomas  <pthomas@suse.de>

        * include/backward/tempbuf.h: get_temporary_buffer and
        return_temporary_buffer are in namespace std, not in __gnu_cxx.

From-SVN: r49973

22 years agoexpr.c (store_expr): When converting expression to promoted equivalent type...
Richard Kenner [Fri, 22 Feb 2002 21:18:25 +0000 (16:18 -0500)]
expr.c (store_expr): When converting expression to promoted equivalent type...

* expr.c (store_expr): When converting expression to promoted
equivalent type, allow using SUBREG_REG of TARGET as the target
of the expansion of EXP.
* loop.c (basic_induction_var, case SUBREG): Always look inside.
* config/alpha/alpha.c (rtx_equiv_function_matters): Delete decl.
(alpha_emit_set_const): Handle SImode when can't make new pseudos.
(alpha_emit_set_const_1, alpha_sa_mask): Use no_new_pseudos.
* config/alpha/alpha.md (addsi3, subsi3): Don't use if optimizing.

From-SVN: r49972

22 years agore PR c++/5748 (g++ dies with optimization)
Jakub Jelinek [Fri, 22 Feb 2002 21:09:09 +0000 (22:09 +0100)]
re PR c++/5748 (g++ dies with optimization)

PR c++/5748
* stmt.c (expand_anon_union_decl): Set TREE_USED on the anon union
decl if any of elements was TREE_USED.

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

From-SVN: r49971

22 years agosol2.h: Don't include sys/mman.h.
Alexandre Oliva [Fri, 22 Feb 2002 18:43:54 +0000 (18:43 +0000)]
sol2.h: Don't include sys/mman.h.

* config/sparc/sol2.h: Don't include sys/mman.h.
* config/sparc/sparc.c (arith_operand): Use SMALL_INT32.
(arith_4096_operand): Don't throw high bits away.
(const64_operand): Take sign extension of CONST_INTs into account.
(const64_high_operand, sparc_emit_set_const32): Likewise.
(GEN_HIGHINT64): Likewise.
(sparc_emit_set_const64_quick1): Likewise.
(const64_is_2insns): Likewise.
(print_operand): Use trunc_int_for_mode for sign extension.
* config/sparc/sparc.h (SMALL_INT32): Likewise.
* config/sparc/sparc.md (movqi): Sign-extend CONST_DOUBLE
chars.  Assume CONST_INT is already properly sign-extended.
(movdi split): Sign-extend each SImode part.
(andsi3 split): Don't mask high bits off, so that result
remains properly sign-extend.
(iorsi3 split): Likewise.
(xorsi3 split): Likewise.

From-SVN: r49970

22 years agore PR other/5746 (0220 cvs crashes using undeclared type)
Jakub Jelinek [Fri, 22 Feb 2002 17:42:19 +0000 (18:42 +0100)]
re PR other/5746 (0220 cvs crashes using undeclared type)

PR other/5746
* semantics.c (finish_switch_cond): Don't call get_unwidened
if error_mark_node.

From-SVN: r49969

22 years agoAllow the user to specify functions for allocating memory for splay tree roots and...
Jim Blandy [Fri, 22 Feb 2002 17:01:23 +0000 (17:01 +0000)]
Allow the user to specify functions for allocating memory for splay tree roots and nodes.

include:
Allow the user to specify functions for allocating memory for
splay tree roots and nodes.
* splay-tree.h (splay_tree_allocate_fn, splay_tree_deallocate_fn):
New types.
(splay_tree): New fields: `allocate', `deallocate', and
`allocate_data'.
(splay_tree_new_with_allocator): New function declaration.

libiberty:
* splay-tree.c (splay_tree_xmalloc_allocate,
splay_tree_xmalloc_deallocate): New functions.
(splay_tree_new): Call splay_tree_new_with_allocator, passing the
above functions and a dummy data pointer.
(splay_tree_new_with_allocator): New function.
(splay_tree_delete_helper, splay_tree_delete, splay_tree_insert,
splay_tree_remove): Use the splay tree's allocation and
deallocation functions.

From-SVN: r49968

22 years agoparse.y (patch_method_invocation): Set CAN_COMPLETE_NORMALLY on call to finit$ (other...
Per Bothner [Fri, 22 Feb 2002 13:57:43 +0000 (05:57 -0800)]
parse.y (patch_method_invocation): Set CAN_COMPLETE_NORMALLY on call to finit$ (otherwise generate_bytecode_insns...

* parse.y (patch_method_invocation): Set CAN_COMPLETE_NORMALLY on call
to finit$ (otherwise generate_bytecode_insns drops it). However, we
don't need to set it on the COMPOUND_EXPR - the caller does that.

From-SVN: r49966

22 years agoConnection.java (conect): Open the input and/or output streams immediately here,...
Per Bothner [Fri, 22 Feb 2002 13:53:23 +0000 (05:53 -0800)]
Connection.java (conect): Open the input and/or output streams immediately here, instead of using File.exists.

* gnu/gcj/protocol/file/Connection.java (conect):  Open the input
and/or output streams immediately here, instead of using File.exists.
(inputStream, outputStream):  New fields to save open streams.
(getInputStream, getOutputStream):  Use already-opened streams.

From-SVN: r49965

22 years agoconfigure.in (target_alias): Default to yes.
Benjamin Kosnik [Fri, 22 Feb 2002 12:09:56 +0000 (12:09 +0000)]
configure.in (target_alias): Default to yes.

2002-02-21  Benjamin Kosnik  <bkoz@redhat.com>

* configure.in (target_alias): Default to yes.
* acinclude.m4 (GLIBCPP_ENABLE_SYMVERS): Add check for shared
libgcc to default case.

From-SVN: r49962

22 years agoPR c++/2645, DR 295
Nathan Sidwell [Fri, 22 Feb 2002 11:57:52 +0000 (11:57 +0000)]
PR c++/2645, DR 295

cp:
PR c++/2645, DR 295
* cp-tree.h (tsubst_flags_t): Add tf_ignore_bad_quals,
tf_keep_type_decl.
(make_typename_type): Use tsubst_flags_t.
* decl.c (make_typename_type): Adjust. Return non-artificial
TYPE_DECLs, if required.
(grokdeclarator): Simplify CVR qualification handling. Allow bad
qualifiers on typedef types.
* decl2.c (handle_class_head): Adjust make_typename_type call.
* parse.y (nested_name_specifier): Likewise.
(typename_sub0): Likewise.
(typename_sub1): Likewise.
* pt.c (convert_template_argument): Adjust make_typename_type
return value.
(tsubst): Adjust cp_build_qualified_type_real calls.
(check_cv_quals_for_unify): Cope with alowing bad qualifications
on template type parms.
(instantiate_decl): Recheck substitutions to give warnings on bad
qualifications.
* tree.c (cp_build_qualified_type_real): Use tf_allow_bad_quals.
testsuite:
* g++.dg/template/qualttp19.C: New test.
* g++.dg/template/qualttp20.C: New test.
* g++.old-deja/g++.jason/report.C: Adjust expected errors
* g++.old-deja/g++.other/qual1.C: Likewise.

From-SVN: r49961

22 years ago* fold-const.c (fold): Fix typo in comments.
Richard Sandiford [Fri, 22 Feb 2002 11:50:47 +0000 (11:50 +0000)]
* fold-const.c (fold): Fix typo in comments.

From-SVN: r49960

22 years agoconfigure.in (target_alias): Default to yes.
Benjamin Kosnik [Fri, 22 Feb 2002 11:36:26 +0000 (11:36 +0000)]
configure.in (target_alias): Default to yes.

2002-02-21  Benjamin Kosnik  <bkoz@redhat.com>

* configure.in (target_alias): Default to yes.
* acinclude.m4 (GLIBCPP_ENABLE_SYMVERS): Add check for shared
libgcc to default case.

From-SVN: r49959

22 years agoDaily bump.
GCC Administrator [Fri, 22 Feb 2002 08:19:09 +0000 (08:19 +0000)]
Daily bump.

From-SVN: r49957

22 years ago* Makefile.in (langhooks.o): Update dependencies.
Diego Novillo [Fri, 22 Feb 2002 04:42:38 +0000 (04:42 +0000)]
* Makefile.in (langhooks.o): Update dependencies.

From-SVN: r49956

22 years ago* langhooks.c: Include flags.h.
Diego Novillo [Fri, 22 Feb 2002 04:23:21 +0000 (04:23 +0000)]
* langhooks.c: Include flags.h.

From-SVN: r49955

22 years agoacinclude.m4 (LIB_AC_PROG_CXX): Copied from libstdc++-v3.
Alexandre Oliva [Fri, 22 Feb 2002 03:21:28 +0000 (03:21 +0000)]
acinclude.m4 (LIB_AC_PROG_CXX): Copied from libstdc++-v3.

* acinclude.m4 (LIB_AC_PROG_CXX): Copied from libstdc++-v3.
Use it.
* Makefile.am (LIBLINK): Use CXX (and its tag) for linking.
* aclocal.m4, configure, Makefile.in: Rebuilt.

From-SVN: r49954