Commit Graph

41074 Commits

Author SHA1 Message Date
GCC Administrator
64ee51e0ba Daily bump.
From-SVN: r50053
2002-02-26 08:17:53 +00:00
Mark Mitchell
2df96f0a59 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
2002-02-26 07:13:25 +00:00
Aldy Hernandez
0e98f92438 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
2002-02-26 06:58:01 +00:00
Daniel Egger
a50cfd52a6 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
2002-02-26 06:50:25 +00:00
Aldy Hernandez
b799728433 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
2002-02-26 06:22:24 +00:00
Aldy Hernandez
376aec5d8a 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
2002-02-26 06:20:48 +00:00
Mark Mitchell
a007e0819b Daily bump.
From-SVN: r50044
2002-02-26 06:12:33 +00:00
Mark Mitchell
3664fcf9b7 Set version numbers for mainline
From-SVN: r50036
2002-02-26 05:50:55 +00:00
Richard Henderson
3b40e71b7b 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
2002-02-25 21:46:15 -08:00
Benjamin Kosnik
1bc59af523 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
2002-02-26 04:55:48 +00:00
Kazu Hirata
801791cc03 960416-1.x: New.
* gcc.c-torture/execute/960416-1.x: New.
	* gcc.c-torture/execute/divconst-3.x: Likewise.

From-SVN: r50029
2002-02-25 23:07:09 +00:00
Jakub Jelinek
232b8f528b 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
2002-02-25 23:49:44 +01:00
Jason Merrill
6728279090 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
2002-02-25 17:38:53 -05:00
Alexandre Oliva
5c1817565f 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
2002-02-25 13:25:11 +00:00
Bryce McKinlay
f36bcb2d6b 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
2002-02-25 09:58:13 +00:00
GCC Administrator
b73a391b6f Daily bump.
From-SVN: r50022
2002-02-25 08:16:22 +00:00
Aldy Hernandez
6786d2018e 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
2002-02-25 07:22:37 +00:00
Phil Edwards
14d6758650 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
2002-02-25 05:24:53 +00:00
Adam Megacz
bbe7f26957 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
2002-02-25 05:21:45 +00:00
Alexandre Oliva
7d6040e83a 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
2002-02-25 04:14:45 +00:00
Adam Megacz
77da08b08e 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
2002-02-25 04:10:53 +00:00
Adam Megacz
3e0e6811b6 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
2002-02-25 04:04:43 +00:00
Aldy Hernandez
b188f760ce 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
2002-02-25 02:30:33 +00:00
Adam Megacz
2e8f5b2dde 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
2002-02-25 02:01:29 +00:00
Adam Megacz
f5d8c6600c 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
2002-02-24 23:17:26 +00:00
Alan Modra
11a35b8bb1 New test.
From-SVN: r50012
2002-02-25 09:47:23 +10:30
Richard Kenner
8041889f44 * optabs.c (widen_operand): Properly handle CONST_INT for NO_EXTEND.
From-SVN: r50011
2002-02-24 16:43:52 -05:00
Christian Jönsson
506d4ef6a1 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
2002-02-24 20:45:15 +00:00
Anthony Green
b9f8d427a8 jar -C fix
From-SVN: r50009
2002-02-24 19:59:46 +00:00
Craig Rodrigues
3387d36e96 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
2002-02-24 18:57:38 +00:00
Jeff Sturm
a7261b2da0 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
2002-02-24 17:55:44 +00:00
Jeff Sturm
02c521f439 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
2002-02-24 17:31:45 +00:00
Neil Booth
a47ed31052 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
2002-02-24 12:52:30 +00:00
Richard Kenner
cb8f73be28 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
2002-02-24 07:46:52 -05:00
GCC Administrator
e2743a17d9 Daily bump.
From-SVN: r50002
2002-02-24 08:16:22 +00:00
Jeff Sturm
0d06a7332d InvokeReturn.java: New file.
* libjava.lang/InvokeReturn.java: New file.
	* libjava.lang/InvokeReturn.out: New file.

From-SVN: r50001
2002-02-24 06:45:19 +00:00
Joseph Myers
e776237d57 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
2002-02-24 01:37:10 +00:00
Neil Booth
2450e0b8ea 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
2002-02-23 20:21:39 +00:00
Neil Booth
70b6aaed80 * doc/cpp.texi, doc/invoke.texi: Update documentation for -MM.
From-SVN: r49997
2002-02-23 17:10:34 +00:00
Kazu Hirata
6be580c7b5 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
2002-02-23 14:17:25 +00:00
Kazu Hirata
35dad9f1bc 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
2002-02-23 13:45:36 +00:00
Neil Booth
ab8e22289c 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
2002-02-23 13:42:40 +00:00
Richard Kenner
ac6f8a15d8 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
2002-02-23 08:21:17 -05:00
Joseph Myers
f282ffb372 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
2002-02-23 12:59:09 +00:00
Alexandre Oliva
0210b33b54 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
2002-02-23 10:06:59 +00:00
Jakub Jelinek
44c5edc005 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
2002-02-23 09:56:22 +01:00
GCC Administrator
31e2a00de5 Daily bump.
From-SVN: r49987
2002-02-23 08:16:12 +00:00
David Edelsohn
f98e43c068 * gcc.c (init_gcc_spec): Revert last change.
From-SVN: r49986
2002-02-23 00:59:47 -05:00
Alexandre Oliva
d6e671fadf Makefile.in, [...]: Rebuilt.
* Makefile.in, gcj/Makefile.in, include/Makefile.in: Rebuilt.
* testsuite/Makefile.in: Likewise.

From-SVN: r49985
2002-02-23 03:15:37 +00:00
Alan Modra
57deb3a13b - Add missing mask_operand patch.
From-SVN: r49984
2002-02-22 21:11:07 -05:00