Commit Graph

56641 Commits

Author SHA1 Message Date
Zdenek Dvorak
017b3258fa * cfghooks.c (split_edge): Speed up updating of dominators.
From-SVN: r77973
2004-02-17 12:51:15 -07:00
Richard Sandiford
e70e9b0faa * gcc.c-torture/execute/20040208-2.x: New file.
From-SVN: r77969
2004-02-17 19:11:58 +00:00
Mark Mitchell
57782ad852 re PR c++/11326 (C++ IA64 ABI: 3.1.4: sometimes pointer to temporary return value is implicit first parameter preceding "this")
PR c++/11326
	* c-common.c (flag_abi_version): Remove.
	* c-common.h (flag_abi_version): Likewise.
	* c-opts.c (c_common_handle_option): Remove OPT_fabi_version case.
	* c.opt (fabi-version): Remove.
	* calls.c (expand_call): Always pass a function type to
	struct_value_rtx.  Use convert_memory_address.
	* common.opt (fabi-version): Add it.
	* flags.h (flag_abi_version): Likewise.
	(abi_version_at_least): New macro.
	* opts.c (common_handle_option): Add OPT_fabi_version.
	* toplev.c (flag_abi_version): Define it.
	* config/ia64/ia64.c (ia64_struct_retval_addr_is_first_parm_p):
	New function.
	(ia64_output_mi_thunk): Use it.
	(ia64_struct_value_rtx): Likewise.

	PR c++/11326
	* cp-tree.h (abi_version_at_least): Remove.
	* mangle.c: Include flags.h.

	PR c++/11326
	* g++.dg/abi/structret1.C: New test.

From-SVN: r77968
2004-02-17 18:32:45 +00:00
Jakub Jelinek
3977a4a1ee i386-cpuid.h (bit_CMOV): Define.
* gcc.dg/i386-cpuid.h (bit_CMOV): Define.
	(i386_cpuid): No need to test if cpuid is available on AMD64.
	Fix assembly, so that it works onboth i386 and AMD64.
	* gcc.dg/i386-sse-6.c: Include stdio.h, stdlib.h and string.h.
	(vecInLong): Fix s[] member type to unsigned int.
	(vecInWord): Remove type.
	(mmx_tests, sse_tests, dump64_16, dump64_32, dump64_64): Remove.
	(a64, b64, c64, d64, e64): Remove.
	(main): Pass if CPU has no MMX, SSE, SSE2 or CMOV support.
	Remove unused variable.  Remove initialization of removed variables.
	Don't call mmx_tests nor sse_tests.
	(reference_mmx, reference_sse): Remove.
	(check): Add return stmt.
	* gcc.dg/i386-sse-7.c: New test.
	* gcc.dg/i386-mmx-4.c: New test.

From-SVN: r77955
2004-02-17 18:12:20 +01:00
Kazu Hirata
72b1de442d h8300.c (h8300_emit_stack_adjustment): Don't generate insns by hand.
* config/h8300/h8300.c (h8300_emit_stack_adjustment):
	Don't generate insns by hand.

From-SVN: r77954
2004-02-17 17:12:15 +00:00
Andrew Pinski
d150ccef51 re PR c++/14178 (doc bug: -fabi-version=2 is now default (not 1))
2004-02-17  Andrew Pinski  <pinskia@physics.uc.edu>

        PR c++/14178
        * doc/invoke.texi (fabi-version): The default is 2 now.

From-SVN: r77952
2004-02-17 08:46:25 -08:00
Zdenek Dvorak
50654f6c03 loop-iv.c: New file.
* loop-iv.c: New file.
	* Makefile.in (loop-iv.o): New.
	* basic_block.h (FOR_BB_INSNS, FOR_BB_INSNS_REVERSE): New macros.
	* cfgloop.c (fill_sons_in_loop, get_loop_body_in_dom_order,
	num_loop_branches): New functions.
	* cfgloop.h (get_loop_body_in_dom_order, num_loop_branches,
	iv_analysis_loop_init, iv_get_reaching_def, iv_analyse, get_iv_value,
	find_simple_exit, iv_number_of_iterations, iv_analysis_done,
	get_simple_loop_desc, free_simple_loop_desc): Declare.
	(simple_loop_desc): New inline function.
	(struct rtx_iv, struct niter_desc): New.
	* cfgloopmanip.c (loopify): Specify semantics more precisely.
	* expr.c (force_operand): Handle subregs of expressions created by
	loop unroller.
	* loop-init.c (loop_optimizer_init, loop_optimizer_finalize): Move
	parts of the initialization to toplev.c
	* loop-unroll.c (loop_exit_at_end_p): New.
	(unroll_and_peel_loops): Call iv_analysis_done.
	(decide_peel_once_rolling, decide_peel_completely,
	decide_unroll_stupid, decide_unroll_constant_iterations,
	decide_unroll_runtime_iterations, decide_peel_simple,
	peel_loop_simple, unroll_loop_stupid, unroll_loop_constant_iterations,
	unroll_loop_runtime_iterations): Use new simple loop analysis.
	* loop-unswitch.c (compare_and_jump_seq): New.
	(may_unswitch_on_p): Renamed to ...
	(may_unswitch_on): Use new iv analysis.
	(reversed_condition): Export.
	(unswitch_single_loop, unswitch_loop): Use new iv analysis.
	* predict.c (estimate_probability): Use new simple loop analysis.
	* rtl.h (get_mode_bounds, reversed_condition,compare_and_jump_seq,
	canon_condition, simplify_using_condition): Declare.
	* stor-layout.c (get_mode_bounds): New.
	* toplev.c (rest_of_handle_loop2): Some parts of
	initialization/finalization moved here from loop-init.c.

From-SVN: r77951
2004-02-17 16:41:44 +00:00
Giovanni Bajo
cc7ce44e4c dr176.C: Add missing semicolon (typo).
* g++.dg/tc1/dr176.C: Add missing semicolon (typo).
	* g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
	g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C,	g++.dg/tc1/dr161.C,
	g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C,	g++.dg/tc1/dr193.C,
	g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C,	g++.dg/tc1/dr56.C,
	g++.dg/tc1/dr68.C, g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C,
	g++.dg/tc1/dr94.C: Fix line terminator.

From-SVN: r77950
2004-02-17 15:33:49 +00:00
Kazu Hirata
ef3f573fc8 h8300.h (FIXED_REGISTERS): Add the soft frame pointer.
* config/h8300/h8300.h (FIXED_REGISTERS): Add the soft frame
	pointer.
	(CALL_USED_REGISTERS): Likewise.
	(REG_ALLOC_ORDER): Likewise.
	(REG_CLASS) <GENERAL_REGS>: Likewise.

From-SVN: r77949
2004-02-17 14:09:35 +00:00
Paolo Carlini
6d4925e368 locale_facets.tcc (num_get<>::_M_extract_float, [...]): Simplify grouping fidelity conditional.
2004-02-17  Paolo Carlini  <pcarlini@suse.de>

	* include/bits/locale_facets.tcc (num_get<>::_M_extract_float,
	num_get<>::_M_extract_int, money_get<>::do_get): Simplify
	grouping fidelity conditional.

From-SVN: r77948
2004-02-17 11:19:25 +00:00
Geoffrey Keating
fd1146d48f * Make-lang.in (java.install-man): Add extra dependencies.
From-SVN: r77946
2004-02-17 05:20:25 +00:00
Geoffrey Keating
e3d6e74052 Index: ChangeLog
2004-02-16  Geoffrey Keating  <geoffk@apple.com>

	* doc/md.texi (Insn Canonicalizations): Document left-chaining
	in associative operators.
	* rtlanal.c (commutative_operand_precedence): Create some new
	variables.  Prefer a commutative operand on the left, then
	binary expressions, then NEG and NOT.

Index: testsuite/ChangeLog
2004-02-16  Geoffrey Keating  <geoffk@apple.com>

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

From-SVN: r77945
2004-02-17 05:15:05 +00:00
Matt Kraai
ef2a223fbd regex.c: Include <ansidecl.h>.
* regex.c: Include <ansidecl.h>.
	(regcomp): Cast i to int.
	(regerror): Add ATTRIBUTE_UNUSED to parameter preg.

From-SVN: r77944
2004-02-17 01:59:42 +00:00
Giovanni Bajo
a27b6b1a78 dr101.C, [...]: New tests.
* g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
	g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
	g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr188.C,
	g++.dg/tc1/dr193.C, g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C,
	g++.dg/tc1/dr48.C, g++.dg/tc1/dr56.C, g++.dg/tc1/dr68.C,
	g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C, g++.dg/tc1/dr94.C: New tests.

From-SVN: r77943
2004-02-17 01:46:00 +00:00
Joseph Myers
6b0a661cfa * fr.po: Update.
From-SVN: r77940
2004-02-17 00:54:37 +00:00
GCC Administrator
1e3c1e4585 Daily bump.
From-SVN: r77937
2004-02-17 00:16:13 +00:00
Matthias Klose
8c958ed273 t-slibgcc-elf-ver: Define SHLIB_NAME and SHLIB_SONAME in terms of SHLIB_SOVERSION.
* config/t-slibgcc-elf-ver: Define SHLIB_NAME and SHLIB_SONAME
        in terms of SHLIB_SOVERSION.
        * config/m68k/t-slibgcc-elf-ver: New file.
        * config/pa/t-slibgcc-elf-ver: New file.
        * config.gcc (m68k-linux, parisc-linux): Use them when not
        sjlj exceptions are not configured.

From-SVN: r77920
2004-02-16 13:39:23 -08:00
Per Bothner
35d0b14df6 ByteBuffer.java (endian): Make non-private so other java.nio classes can inherit it.
* java/nio/ByteBuffer.java (endian):  Make non-private so other
	java.nio classes can inherit it.
	(<init>):  Don't bother clearing array_offset.
	* java/nio/ByteBuffer.java (allocate):  Re-implement using wrap.
	* java/nio/ByteBuffer.java (get(byte[],int,int)):  Check underflow.
	Remove redundant test.

	* java/nio/ByteBufferImpl.java (asCharBuffer, asShortBuffer,
	asIntBuffer, asLongBuffer, asFloatBuffer, asDoubleBuffer):
	Use new XxxViewBufferImpl constructors.
	* java/nio/MappedByteBufferImpl.java:  Likewise.
	* java/nio/DirectByteBufferImpl.java:  Likewise.

	* java/nio/ByteBufferImpl.java:  Remove one constructor.
	Inline super in remaining constructor.
	* java/nio/ByteBuffer.java:  Remove unused constructor.

	* java/nio/ByteBufferImpl.java (shiftDown):  New optimized method.

	* java/nio/ByteBufferImpl.java (get, put):  Add array_offset.
	* java/nio/DirectByteBufferImpl.java (owner):  New field.
	(offset):  Remove unused field.
	(<init>):  Modify one and add another constructor.  Change callers.
	(allocateDirect):  Removed - not used.
	(getImpl, putImpl):  Make static and pass address explicitly,
	to make them useful for MappedByteBufferImpl.
	(get, put):  Check for underflow.  Modify for new getImpl.
	(getImpl):  New native method where target is array.
	(get(byte[],int,int)):  Use the above.
	(adjustAddress):  New static native method.
	(slice, duplicate, asReadOnly):  New implementations.
	* java/nio/natDirectByteBufferImpl.cc (getImpl, putImpl, shiftDown,
	adjustAddress):  New or updated native methods.

From-SVN: r77919
2004-02-16 12:00:33 -08:00
Per Bothner
5693912a7d CharViewBufferImpl.java: New convenience constructor.
* java/nio/CharViewBufferImpl.java:  New convenience constructor.
	Fix buggy call to super constructor.
	* java/nio/DoubleViewBufferImpl.java:  Likewise.
	* java/nio/FloatViewBufferImpl.java:  Likewise.
	* java/nio/IntViewBufferImpl.java:  Likewise.
	* java/nio/LongViewBufferImpl.java:  Likewise.
	* java/nio/ShortViewBufferImpl.java:  Likewise.

From-SVN: r77917
2004-02-16 11:54:49 -08:00
Per Bothner
cf68bacaad CharBufferImpl.java: Inline super constructor.
* java/nio/CharBufferImpl.java:  Inline super constructor.
	* java/nio/DoubleBufferImpl.java:  Likewise.
	* java/nio/FloatBufferImpl.java:  Likewise.
	* java/nio/IntBufferImpl.java:  Likewise.
	* java/nio/LongBufferImpl.java:  Likewise.
	* java/nio/ShortBufferImpl.java:  Likewise.
	* java/nio/CharBuffer.java:  Remove unused constructor.
	* java/nio/DoubleBuffer.java:  Likewise.
	* java/nio/FloatBuffer.java:  Likewise.
	* java/nio/IntBuffer.java:  Likewise.
	* java/nio/LongBuffer.java:  Likewise.
	* java/nio/ShortBuffer.java:  Likewise.

From-SVN: r77916
2004-02-16 11:53:27 -08:00
Paolo Carlini
3e9b6cf4e0 13858.cc: Qualify exception with std::.
2004-02-16  Paolo Carlini  <pcarlini@suse.de>

	* testsuite/27_io/basic_filebuf/overflow/char/13858.cc:
	Qualify exception with std::.
	* testsuite/27_io/basic_filebuf/overflow/char/9182-2.cc: Ditto.
	* testsuite/27_io/basic_filebuf/overflow/wchar_t/13858.cc: Ditto.
	* testsuite/27_io/basic_filebuf/seekoff/wchar_t/3.cc: Ditto.
	* testsuite/27_io/basic_filebuf/seekpos/wchar_t/1.cc: Ditto.
	* testsuite/27_io/basic_filebuf/sync/char/9182-1.cc: Ditto.

From-SVN: r77913
2004-02-16 19:28:06 +00:00
Eric Botcazou
42a5f3c0a4 * config/sparc/sparc.c (get_pc_symbol_name): Mark with GTY(()).
From-SVN: r77912
2004-02-16 19:28:02 +00:00
Zack Weinberg
1729e46c13 * sdbout.c (sdb_debug_hooks): Correct the type_decl entry.
From-SVN: r77911
2004-02-16 18:55:01 +00:00
Eric Botcazou
684c69a32b * gcc.c-torture/execute/20020720-1.x: XFAIL on SPARC with -fPIC.
From-SVN: r77908
2004-02-16 18:06:27 +00:00
Paolo Carlini
835abbf7f0 13189.cc: Don't check for now that the catch block is not reached.
2004-02-16  Paolo Carlini  <pcarlini@suse.de>

	* testsuite/ext/enc_filebuf/char/13189.cc: Don't check
	for now that the catch block is not reached.
	* testsuite/ext/enc_filebuf/wchar_t/13189.cc: Likewise.

From-SVN: r77906
2004-02-16 17:48:12 +00:00
Joseph Myers
d4ddb53ced * fr.po: Update.
From-SVN: r77901
2004-02-16 17:22:09 +00:00
Joseph Myers
0acdc221d1 * doc/sourcebuild.texi: Mention backends.html.
From-SVN: r77898
2004-02-16 17:17:03 +00:00
Paolo Carlini
b7e64db2a4 locale_facets.tcc (money_get::do_get(string_type&)): Fix parsing of the remaining sign characters.
2004-02-16  Paolo Carlini  <pcarlini@suse.de>

	* include/bits/locale_facets.tcc (money_get::do_get(string_type&)):
	Fix parsing of the remaining sign characters.
	* 22_locale/money_get/get/char/2.cc: Tweak: now, correctly,
	the input is scanned 'til eof.
	* 22_locale/money_get/get/char/4.cc: Likewise.
	* 22_locale/money_get/get/wchar_t/2.cc: Likewise.
	* 22_locale/money_get/get/wchar_t/4.cc: Likewise.
	* 22_locale/money_get/get/char/8.cc: Tweak: override do_neg_format,
	not do_pos_format: the former is the only one that matters during
	input.
	* 22_locale/money_get/get/wchar_t/8.cc: Likewise.

	* 22_locale/money_get/get/char/6.cc: Minor tweak.
	* 22_locale/money_get/get/wchar_t/6.cc: Likewise.

From-SVN: r77896
2004-02-16 16:46:26 +00:00
Kazu Hirata
9ac9746067 c-decl.c, [...]: Fix comment formatting.
* c-decl.c, c-ppoutput.c, cpphash.h, cpplib.h, dbxout.c,
	line-map.c, line-map.h, var-tracking.c: Fix comment
	formatting.

From-SVN: r77888
2004-02-16 14:20:10 +00:00
Richard Henderson
875427f0e6 * fold-const.c (operand_equal_p): Fix VECTOR_CST comparison.
From-SVN: r77883
2004-02-16 03:59:49 -08:00
Joseph Myers
b7b9662fe6 * de.po: Update.
From-SVN: r77879
2004-02-16 10:39:16 +00:00
Richard Henderson
9dcb4381bc * cse.c (cse_insn): Don't lose REG_NON_LOCAL_GOTO note.
From-SVN: r77877
2004-02-16 01:39:54 -08:00
Kazu Hirata
1472042a4a h8300.md: Remove unnecessary parallels from all define_insn and define_split patterns.
* config/h8300/h8300.md: Remove unnecessary parallels from
	all define_insn and define_split patterns.

From-SVN: r77873
2004-02-16 03:53:38 +00:00
Kazu Hirata
24f29b0666 h8300.md: Remove explicit (set_attr "cc" "clobber").
* config/h8300/h8300.md: Remove explicit (set_attr "cc"
	"clobber").

From-SVN: r77872
2004-02-16 03:26:50 +00:00
Mark Mitchell
d2f2c87b4c re PR c++/13971 (ICE when compiling koffice-cvs (in build_conditional_expr, at cp/call.c:3068))
PR c++/13971
	* call.c (build_conditional_expr): Handle conversions between
	class types which result in differently cv-qualified type
	variants.

	PR c++/14086
	* class.c (delete_duplicate_fields_1): Remove.
	(delete_duplicate_fields): Likewise.
	(finish_struct_anon): Remove check for members with the same name
	as their enclosing class.
	(check_field_decls): Do not call duplicate_fields.
	* decl.c (grokdeclarator): Remove check for static data members
	with the same name as their enclosing class.
	* name-lookup.c (push_class_level_binding): Check for members with
	the same name as their enclosing class.

From-SVN: r77869
2004-02-16 02:35:50 +00:00
GCC Administrator
2c2ab3acc1 Daily bump.
From-SVN: r77865
2004-02-16 00:16:13 +00:00
Bernardo Innocenti
ac5f996102 m68k.h (PRINT_OPERAND_PUNCT_VALID_P): Restore support for '%#'.
* config/m68k/m68k.h (PRINT_OPERAND_PUNCT_VALID_P): Restore support for
	'%#'.

From-SVN: r77860
2004-02-15 18:46:02 +01:00
David Asher
230377dc69 re PR libstdc++/11352 (crash while internal padding numeric 0)
2004-02-15  David Asher  <david.asher@cavium.com>

	PR libstdc++/11352
	* include/bits/locale_facets.tcc (__pad<>::_S_pad): Don't
	access __olds beyond __oldlen.

From-SVN: r77858
2004-02-15 17:19:00 +00:00
Gabriel Dos Reis
bf3e828383 re PR c++/14085 (when compiling template functors)
PR c++/14085
        * error.c (dump_decl): Handle TEMPLATE_TYPE_PARM.

From-SVN: r77852
2004-02-15 15:00:54 +00:00
Kazu Hirata
68776c4324 ia64.c, [...]: Fix comment typos.
* config/ia64/ia64.c, config/mips/mips.c,
	config/mmix/mmix-modes.def: Fix comment typos.

From-SVN: r77851
2004-02-15 14:53:41 +00:00
Roger Sayle
7501c4e45b c-common.h (GET_DIRECTIVE_LINE): Remove unused macro.
* c-common.h (GET_DIRECTIVE_LINE): Remove unused macro.
	(get_directive_line): Remove unused function prototype.

	* f/lex.c (ffelex_get_directive_line): Provide a more descriptive
	comment.  Remove reference to non-existant get_directive_line.

From-SVN: r77850
2004-02-15 14:30:38 +00:00
Roger Sayle
fb264fec48 re PR fortran/14129 ([g77] gcc/f/lex.c buffer size limitation.)
PR fortran/14129
	* lex.c (ffelex_cfelex_): Avoid calling xrealloc on a local stack
	allocated array.

From-SVN: r77849
2004-02-15 14:27:14 +00:00
Ito Kazumitsu
af1967542f ObjectInputStream.java (readClassDescriptor): Avoid the overflow of fieldmapping.
2004-02-15  Ito Kazumitsu  <kaz@maczuka.gcd.org>

	* java/io/ObjectInputStream.java (readClassDescriptor): Avoid the
        overflow of fieldmapping.

From-SVN: r77843
2004-02-15 11:53:45 +00:00
GCC Administrator
fa7c0d68a4 Daily bump.
[[Split portion of a mixed commit.]]

From-SVN: r77836.2
2004-02-15 00:16:23 +00:00
GCC Administrator
be812605bc Daily bump.
[[Split portion of a mixed commit.]]

From-SVN: r77835.2
2004-02-15 00:16:17 +00:00
Jerry Quinn
6a30854a02 MAINTAINERS: Added myself to write-after-approval.
2004-02-14  Jerry Quinn  <jlquinn@optonline.net>

	* MAINTAINERS: Added myself to write-after-approval.

From-SVN: r77832
2004-02-14 22:21:44 +00:00
Paolo Carlini
3c4d3154dd 2004-02-14 Paolo Carlini <pcarlini@suse.de>
Adjust last commit.

From-SVN: r77830
2004-02-14 21:22:36 +00:00
Paolo Carlini
45cbe93c0e 9182-2.cc: Make sure the exception is actually thrown.
2004-02-14  Paolo Carlini  <pcarlini@suse.de>

	* testsuite/27_io/basic_filebuf/overflow/char/9182-2.cc: Make
	sure the exception is actually thrown.
	* testsuite/27_io/basic_filebuf/seekoff/wchar_t/3.cc: Ditto.
	* testsuite/27_io/basic_filebuf/seekpos/wchar_t/1.cc: Ditto.
	* testsuite/27_io/basic_filebuf/sync/char/9182-1.cc: Ditto.

From-SVN: r77828
2004-02-14 20:46:14 +00:00
Sascha Brawer
45cfeb0614 UndoManager.java: Re-written from scratch.
2004-02-14  Sascha Brawer  <brawer@dandelis.ch>

	* javax/swing/undo/UndoManager.java: Re-written from scratch.

From-SVN: r77827
2004-02-14 20:45:58 +00:00
Josef Zlomek
33421d6949 * gcc.c-torture/compile/20040214-2.c: New test.
From-SVN: r77821
2004-02-14 19:43:18 +00:00