Commit Graph

56783 Commits

Author SHA1 Message Date
Giovanni Bajo
6bf92cb609 re PR c++/14284 (Failure to select obvious template specialisation)
PR c++/14284
	* pt.c (dependent_type_p_r): A template template parameter is a
	dependent type.

	PR c++/14284
	* g++.dg/template/ttp8.C: New test.

From-SVN: r78522
2004-02-26 20:46:08 +00:00
Bob Wilson
48c0150c23 * config/xtensa/xtensa.h (TARGET_CPU_CPP_BUILTINS): Define __xtensa__.
From-SVN: r78520
2004-02-26 19:59:28 +00:00
Michael Koch
f57db409bc 2004-02-26 Michael Koch <konqueror@gmx.de>
* gnu/java/nio/FileLockImpl.java
	(finalize): Made protected.
	* java/nio/channels/FileChannel.java
	(MapMode.READ_ONLY): Made final.
	(MapMode.READ_WRITE): Made final.
	(MapMode.PRIVATE): Made final.
	* java/nio/channels/SocketChannel.java
	(open): Simplified code.
	* java/nio/channels/spi/AbstractSelectableChannel.java
	(registered): Unused, removed.
	(keyFor): Check channel is open, only locate key
	and not add a new one.
	(register): Don't delete attachments.

From-SVN: r78519
2004-02-26 19:45:51 +00:00
Michael Koch
135d78c600 2004-02-26 Michael Koch <konqueror@gmx.de>
* gnu/java/awt/ComponentDataBlitOp.java
	(INSTANCE): Made final.
	* gnu/java/awt/image/ImageDecoder.java:
	Reworked imports.
	(cm): Unused, removed.

From-SVN: r78517
2004-02-26 19:31:57 +00:00
Nathanael Nerode
8c048b4851 configure.in: Remove more obsolete, bogus code.
* configure.in: Remove more obsolete, bogus code.
	* configure: Regenerate.

From-SVN: r78512
2004-02-26 18:43:27 +00:00
Eric Botcazou
b178305dfd sparc-protos.h (sparc_emit_floatunsdi): Add 'mode'.
* config/sparc/sparc-protos.h (sparc_emit_floatunsdi): Add 'mode'.
	(sparc_emit_fixunsdi): New prototype.
	* config/sparc/sparc.c (sparc_emit_floatunsdi): Use 'mode' argument.
	(sparc_emit_fixunsdi): New function.
	* config/sparc/sparc.md (floatunsdisf2): Use 'general_operand' for
	operand 1.  Pass SFmode to sparc_emit_floatunsdi.
	(floatunsdidf2): Use 'general_operand' for operand 1.  Pass DFmode
	to sparc_emit_floatunsdi.
	(fixuns_truncsfdi2): New expander.
	(fixuns_truncdfdi2): Likewise.

From-SVN: r78511
2004-02-26 18:40:41 +00:00
Nathanael Nerode
413580dc79 acinclude.m4: Remove obsolete and bogus constructs.
* acinclude.m4: Remove obsolete and bogus constructs.
	* aclocal.m4: Regenerate.
	* configure: Regnerate.

From-SVN: r78510
2004-02-26 18:32:47 +00:00
Michael Koch
1287fd01cd 2004-02-26 Michael Koch <konqueror@gmx.de>
* gnu/java/nio/DatagramChannelImpl.java
	(send): Check if target address is resolved.

From-SVN: r78508
2004-02-26 17:17:19 +00:00
John David Anglin
2d5cc60892 * gcc.dg/builtins-config.h: Use #elif.
From-SVN: r78506
2004-02-26 15:57:05 +00:00
Andrew Haley
bddefd4f80 re PR java/14231 (Incorrect interface method called when compiling against .class files)
2004-02-26  Andrew Haley  <aph@redhat.com>

        PR java/14231:
        * parse.y (check_interface_throws_clauses): Check for
        !METHOD_INVISIBLE (iface_method).
        * class.c (layout_class_methods): Check for CLASS_INTERFACE as
        well as CLASS_ABSTRACT.

From-SVN: r78505
2004-02-26 15:34:05 +00:00
Andrew Haley
50106e8f8d re PR libgcj/14296 (3.4 regression: Method.Invoke)
2004-02-25  Andrew Haley  <aph@redhat.com>

	PR java/14296:
	* java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Make sure
	we have a valid method index.

From-SVN: r78504
2004-02-26 15:22:20 +00:00
Michael Matz
d0c8fd2aa3 20000724-1.c: Add regparm attribute to decl and def.
* gcc.dg/20000724-1.c: Add regparm attribute to decl and def.
        * gcc.dg/991214-1.c: Likewise.
        * gcc.dg/i386-asm-1.c: Likewise.

From-SVN: r78502
2004-02-26 14:33:19 +00:00
Michael Matz
886ca18fe8 20000724-1.c: Add regparm attribute to decl and def.
* gcc.dg/20000724-1.c: Add regparm attribute to decl and def.
        * gcc.dg/991214-1.c: Likewise.
        * gcc.dg/i386-asm-1.c: Likewise.

From-SVN: r78500
2004-02-26 14:30:13 +00:00
Jonathan Wakely
cec0e70b44 howto.html, [...]: Fix markup, more <link> tags.
2004-02-25  Jonathan Wakely  <redi@gcc.gnu.org>

	* docs/html/20_util/howto.html, docs/html/20_util/allocator.html,
	docs/html/ext/howto.html, docs/html/ext/mt_allocator.html:
	Fix markup, more <link> tags.

From-SVN: r78495
2004-02-26 11:35:06 +00:00
Michael Koch
1e2a4850db Makefile.am: Generate and install headers for inner classes in java.nio.channels.Pipe and...
2004-02-26  Michael Koch  <konqueror@gmx.de>

	* Makefile.am: Generate and install headers for inner classes in
	java.nio.channels.Pipe and gnu.java.nio.PipeImpl.
	* Makefile.in: Regenerated.

From-SVN: r78493
2004-02-26 10:04:39 +00:00
Per Bothner
9980cc4b99 parse.y (build_assertion): If we're in an inner class, create the class$ helper routine in the outer class.
* parse.y (build_assertion):  If we're in an inner class, create the
	class$ helper routine in the outer class.

From-SVN: r78489
2004-02-25 21:30:01 -08:00
Per Bothner
e15fd46ada Improve some comments.
From-SVN: r78486
2004-02-25 20:58:07 -08:00
Alan Modra
fb643f6442 gcse.c (delete_null_pointer_checks_1): Do not delete CC setter unless HAVE_cc0.
* gcse.c (delete_null_pointer_checks_1): Do not delete CC setter
	unless HAVE_cc0.

From-SVN: r78484
2004-02-26 13:51:15 +10:30
Richard Henderson
90f6987a6d 20040208-2.c: Move ...
* gcc.c-torture/execute/20040208-2.c: Move ...
        * gcc.c-torture/execute/ieee/20040208-2.c: ... here.

From-SVN: r78483
2004-02-25 18:59:57 -08:00
Giovanni Bajo
861a2c3963 re PR c++/14246 (Problems with templates, ice in write_template_arg_literal)
PR c++/14246
	* g++.dg/other/crash-3.C: New test.

From-SVN: r78479
2004-02-26 02:19:24 +00:00
Giovanni Bajo
3cc8f58783 re PR c++/14246 (Problems with templates, ice in write_template_arg_literal)
PR c++/14246
	* mangle.c (write_template_arg_literal): Don't rely on identity for
	boolean constants.

From-SVN: r78478
2004-02-26 02:17:26 +00:00
Matt Kraai
fecf735c67 ffi.c (ffi_prep_args_SYSV): Change ecif->cif->bytes to bytes.
* src/powerpc/ffi.c (ffi_prep_args_SYSV): Change
	ecif->cif->bytes to bytes.
	(ffi_prep_cif_machdep): Add braces around nested if statement.

From-SVN: r78477
2004-02-26 02:09:35 +00:00
Richard Henderson
4a4f95d919 explow.c (force_reg): Call mark_reg_pointer as appropriate.
* explow.c (force_reg): Call mark_reg_pointer as appropriate.
        * config/alpha/alpha.c (alpha_emit_conditional_branch): Don't
        use (op0-op1) == 0 if op0 is a pointer.
        * config/alpha/alpha.md (cmpdi): Use some_operand.
        (three comparison combine splits): Remove.

From-SVN: r78475
2004-02-25 17:45:32 -08:00
Richard Henderson
0d593f318b Set pr tag.
From-SVN: r78473
2004-02-25 17:25:31 -08:00
Richard Henderson
f6a76b9f5d c-common.c (handle_alias_attribute): Reject the attribute if current_function_decl is set.
* c-common.c (handle_alias_attribute): Reject the attribute if
        current_function_decl is set.

From-SVN: r78472
2004-02-25 17:24:37 -08:00
GCC Administrator
6ce7631670 Daily bump.
From-SVN: r78468
2004-02-26 00:16:13 +00:00
Kelley Cook
30500d8492 config.gcc: Add comment describing extra_gcc_objs.
2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>

	* config.gcc: Add comment describing extra_gcc_objs.
	i[34567]86-*-cygwin*): Replace host_extra_gcc_objs with extra_gcc_objs.
	* configure.ac (extra_gcc_objs): New substitution variable.
	(host_extra_gcc_objs): Don't substitute.
	* configure: Regenerate.
	* Makefile.in: Use extra_gcc_objs.

From-SVN: r78459
2004-02-25 21:43:26 +00:00
Carlo Wood
bb9f8a85b1 * bits/demangle.h
namespace __gnu_cxx::demangler
(session<Allocator>::qualifier_list_Allocator): Add
(session<Allocator>::M_qualifier_list_alloc): Add
(session<Allocator>::decode_type_with_postfix):
Use M_qualifier_list_alloc instead of calling operator new/delete.

From-SVN: r78457
2004-02-25 21:31:01 +00:00
Nathanael Nerode
e22db4bfd8 acinclude.m4: De-precious CC and CXX so that the right flags are passed down to multilibs.
* acinclude.m4: De-precious CC and CXX so that the right flags
	are passed down to multilibs.
	* aclocal.m4: Regenerate.
	* configure: Regenerate.

From-SVN: r78456
2004-02-25 21:26:22 +00:00
Kelley Cook
ed80fa2e5a * doc/contrib.texi: Add an entry for myself.
From-SVN: r78455
2004-02-25 21:26:12 +00:00
Kelley Cook
0ea0229e09 Add myself to write-after-approval.
From-SVN: r78453
2004-02-25 21:16:01 +00:00
John David Anglin
1b2667c47a inline4.C (dg-final): Robustify regexp.
* g++.dg/opt/inline4.C (dg-final): Robustify regexp.
	* g++.dg/opt/inline6.C (dg-final): Robustify regexp.

From-SVN: r78449
2004-02-25 20:03:41 +00:00
Jan Hubicka
12c3874e62 basic-block.h (make_eh_edge, [...]): Declare.
* basic-block.h (make_eh_edge, break_superblocks): Declare.
	* cfgbuild.c (make_eh_edge):  Make global.
	* cfglayout.c (break_superblocks): Likewise; fix memory leak.
	* except.c (build_post_landing_pads, connect_post_landing_pads,
	dw2_build_landing_pads, sjlj_emit_function_enter,
	sjlj_emit_function_exit, sjlj_emit_dispatch_table,
	sjlj_build_landing_pads): Update CFG.
	(emit_to_new_bb_before): New function.
	(finish_eh_generation): Do not rebuild the CFG.

From-SVN: r78448
2004-02-25 20:00:00 +00:00
Anthony Green
b29610b3cf de-pessimization
From-SVN: r78447
2004-02-25 19:52:58 +00:00
John David Anglin
7b79fe713d config.gcc (hppa*-*-*, [...]): Add MASK_BIG_SWITCH to all target_cpu_default defines.
* config.gcc (hppa*-*-*, parisc*-*-*): Add MASK_BIG_SWITCH to all
	target_cpu_default defines.
	* pa-hpux.h (TARGET_DEFAULT): Add MASK_BIG_SWITCH to define.
	* pa.h (TARGET_DEFAULT): Likewise.

From-SVN: r78446
2004-02-25 19:45:13 +00:00
John David Anglin
0193f437a1 builtins-config.h (HAVE_C99_RUNTIME): Don't define for PA HP-UX.
* gcc.dg/builtins-config.h (HAVE_C99_RUNTIME): Don't define for PA
	HP-UX.

From-SVN: r78443
2004-02-25 18:25:08 +00:00
Eric Botcazou
81fbecace5 fold-const.c (fold): Treat MAX_EXPR and MIN_EXPR like comparisons with regard to signedness.
* fold-const.c (fold): Treat MAX_EXPR and MIN_EXPR like
	comparisons with regard to signedness.

From-SVN: r78441
2004-02-25 18:15:52 +00:00
Joseph Myers
2495e20b5d * fr.po: Update.
From-SVN: r78439
2004-02-25 17:26:04 +00:00
Richard Earnshaw
6f5b4f3e5a arm.c (thumb_legitimize_address): New function.
* arm.c (thumb_legitimize_address): New function.
* arm-protos.h: Prototype it.
* arm.h (THUMB_LEGITIMIZE_ADDRESS): Define.
(LEGITIMIZE_ADDRESS): Use it.

From-SVN: r78437
2004-02-25 17:03:27 +00:00
Arnaud Charlet
8a7988f51a [multiple changes]
2004-02-25  Robert Dewar  <dewar@gnat.com>

	* 51osinte.ads, 52osinte.ads, 53osinte.ads, 54osinte.ads,
	55osinte.ads, 56osinte.ads, 5aosinte.ads, 5bosinte.ads,
	5cosinte.ads, 5fosinte.ads, 5gosinte.ads, 5hosinte.ads,
	5iosinte.ads, 5losinte.ads, 5nosinte.ads, 5oosinte.ads,
	5posinte.ads, 5sosinte.ads, 5tosinte.ads, 5vosinte.ads,
	5wosinte.ads, 5zosinte.ads: Move instances of Unchecked_Conversion to
	the defining instance of the type to avoid aliasing problems.
	Fix copyright header.  Fix bad comments in package header.

	* exp_util.adb, prj-part.adb, prj-part.adb: Minor reformatting

2004-02-25  Ed Schonberg  <schonberg@gnat.com>

	* exp_ch2.adb (Param_Entity): Handle properly formals that have been
	rewritten as references when aliased through an address clause.

	* sem_ch4.adb (Try_Indirect_Call): Normalize actuals before checking
	whether call can be interpreted as an indirect call to the result of a
	parameterless function call returning an access subprogram.

2004-02-25  Arnaud Charlet  <charlet@act-europe.fr>

	Code clean up:
	* exp_ch7.adb (Make_Clean): Remove generation of calls to
	Unlock[_Entries], since this is now done by Service_Entries directly.

	* exp_ch9.adb (Build_Protected_Subprogram_Body): ditto.

	* s-tpobop.ads, s-tpobop.adb (PO_Service_Entries): New nested procedure
	Requeue_Call for better code readability. Change spec and update calls:
	PO_Service_Entries now unlock the PO on exit.
	(Protected_Entry_Call, Timed_Protected_Entry_Call): Update calls to
	PO_Service_Entries.

	* s-tposen.ads, s-tposen.adb (Service_Entry): Now unlock the PO on exit.

	* s-taenca.adb, s-tasren.adb: Update calls to PO_Service_Entries.

2004-02-25  Sergey Rybin  <rybin@act-europe.fr>

	* exp_ch9.adb (Build_Simple_Entry_Call): Prevent expanding the
	protected subprogram call and analyzing the result of such expanding
	in case when the called protected subprogram is eliminated.

	* sem_elim.adb (Check_Eliminated): Skip blocks when comparing scope
	names.

2004-02-25  Jerome Guitton  <guitton@act-europe.fr>

	* Makefile.in: Clean ups.

From-SVN: r78436
2004-02-25 16:59:05 +01:00
J"orn Rennecke
4ab51fb500 reload1.c (reload): Only spill eliminable register with multiple adjacent elimination alternatives...
* reload1.c (reload): Only spill eliminable register with multiple
	adjacent elimination alternatives if all alternatives fail.

From-SVN: r78430
2004-02-25 12:42:26 +00:00
Richard Earnshaw
e1471c91b8 arm.c (arm_legitimate_index_p): For QImode the range of an offset is -4095...+4095 inclusive.
* arm.c (arm_legitimate_index_p): For QImode the range of an offset
is -4095...+4095 inclusive.

From-SVN: r78429
2004-02-25 12:30:13 +00:00
Eric Botcazou
94b18ec10c install.texi (sparc-sun-solaris2* specific notes): Document the bootstrap failure with Sun CC 5.4 and 5.5.
* doc/install.texi (sparc-sun-solaris2* specific notes): Document
	the bootstrap failure with Sun CC 5.4 and 5.5.

From-SVN: r78426
2004-02-25 10:42:05 +00:00
Ian Lance Taylor
31058ee354 cp-demangle.h (enum d_builtin_type_print): Add D_PRINT_UNSIGNED...
* cp-demangle.h (enum d_builtin_type_print): Add D_PRINT_UNSIGNED,
	D_PRINT_UNSIGNED_LONG, D_PRINT_LONG_LONG,
	D_PRINT_UNSIGNED_LONG_LONG, D_PRINT_FLOAT.
	* cp-demangle.c (cplus_demangle_builtin_types): Change char and
	short types to D_PRINT_DEFAULT.  Change other integer types to use
	new D_PRINT_* values where appropriate.  Change float types to
	D_PRINT_FLOAT.
	(d_print_comp) [LITERAL, LITERAL_NEG]: Handle new D_PRINT_*
	values.
	* testsuite/demangle-expected: Adjust two test cases.

	* cp-demangle.c (d_print_function_type): Print a space before the
	parenthesis around the function type in more cases.
	* testsuite/demangle-expected: Adjust one test case.

From-SVN: r78421
2004-02-25 04:51:39 +00:00
Ian Lance Taylor
93f20626db cp-demangle.c (d_print_comp): Don't emit extra parentheses around a cast.
* cp-demangle.c (d_print_comp) [UNARY]: Don't emit extra
	parentheses around a cast.
	* testsuite/demangle-expected: Adjust two test cases to match new
	output.

From-SVN: r78416
2004-02-25 01:45:49 +00:00
Ian Lance Taylor
0d7fbf1468 * dyn-string.h: Update copyright date.
From-SVN: r78415
2004-02-25 01:42:20 +00:00
Kazu Hirata
2e802a6f2f cse.c (cse_change_cc_mode_insns): Stop at any instruction which modifies NEWREG.
* cse.c (cse_change_cc_mode_insns): Stop at any instruction
	which modifies NEWREG.
	(cse_condition_code_reg): Update the mode of CC_REG in
	CC_SRC_INSN on our own.

From-SVN: r78413
2004-02-25 00:54:30 +00:00
Michael Matz
c30316fb64 * gcc.dg/i386-regparm.c: New.
From-SVN: r78412
2004-02-25 00:48:23 +00:00
Michael Matz
89ab2b79a7 i386.c (ix86_comp_type_attributes): Check for regparm attributes.
* config/i386/i386.c (ix86_comp_type_attributes): Check for
        regparm attributes.

From-SVN: r78411
2004-02-25 00:46:01 +00:00
Michael Matz
265d94acde i386.c (ix86_comp_type_attributes): Check for regparm attributes.
* config/i386/i386.c (ix86_comp_type_attributes): Check for
	regparm attributes.

From-SVN: r78410
2004-02-25 00:45:43 +00:00