Commit Graph

56802 Commits

Author SHA1 Message Date
Benjamin Kosnik
40fcf31b2f [multiple changes]
2004-02-26  Ian Lance Taylor  <ian@wasabisystems.com>

	* testsuite/demangle/abi_examples/01.cc: Expect error -2.
	* testsuite/demangle/abi_examples/02.cc: Likewise.
	* testsuite/demangle/regression/cw-11.cc: Likewise.
	* testsuite/demangle/regression/cw-16.cc: Change two expected
	results to match libiberty demangler output.

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

	PR libstdc++/10246
        * libsupc++/Makefile.am: Use libiberty demangler.
        (c_sources): Add cp-demangle.c.
        * libsupc++/Makefile.in: Regenerate.
        * src/Makefile.am (sources): Remove demangle.cc.
        * src/Makefile.in: Regenerate.
        * include/Makefile.am (bits_headers): Move demangle.h.
	(ext_headers): ...here.
        * include/Makefile.in: Regenerate.
        * include/bits/demangle.h: Move...
	* include/ext/demangle.h: ...here.
        * src/demangle.cc: Remove.

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

        * include/bits/demangle.h: Add type template parameter to all
        templates with just an Allocator template parameter.

From-SVN: r78553
2004-02-27 03:21:16 +00:00
Aldy Hernandez
d095928f0f rs6000.md: Add fixuns_truncsfsi2 and fix_truncsfsi2.
2004-02-26  Aldy Hernandez  <aldyh@redhat.com>

	* config/rs6000/rs6000.md: Add fixuns_truncsfsi2 and
	fix_truncsfsi2.

	* config/rs6000/spe.md: Delete spe_efsctuiz.
	Add spe_fixuns_truncsfsi2.
	Add spe_fix_truncsfsi2.

[[Split portion of a mixed commit.]]

From-SVN: r78549.2
2004-02-27 02:14:41 +00:00
Eric Christopher
2152660651 target-supports.exp (check-iconv-available): New function.
2004-02-26  Eric Christopher  <echristo@redhat.com>

	* lib/target-supports.exp (check-iconv-available): New function.
	* lib/gcc-dg.exp (dg-require-iconv): New function.
	Use above.
        * gcc.dg/charset: New directory.
        * gcc.dg/charset/charset.exp: New file.
        * gcc.dg/charset/asm1.c: Ditto.
        * gcc.dg/charset/asm2.c: Ditto.
        * gcc.dg/charset/asm3.c: Ditto.
        * gcc.dg/charset/asm4.c: Ditto.
        * gcc.dg/charset/asm5.c: Ditto.
        * gcc.dg/charset/attribute1.c: Ditto.
        * gcc.dg/charset/attribute2.c: Ditto.
        * gcc.dg/charset/string1.c: Ditto.
        * g++.dg/charset: New directory.
        * g++.dg/dg.exp: Add here. Special options.
        * g++.dg/charset/charset.exp: New file.
        * g++.dg/charset/asm1.c: Ditto.
        * g++.dg/charset/asm2.c: Ditto.
        * g++.dg/charset/asm3.c: Ditto.
        * g++.dg/charset/asm4.c: Ditto.
        * g++.dg/charset/attribute1.c: Ditto.
        * g++.dg/charset/attribute2.c: Ditto.
        * g++.dg/charset/extern1.cc: Ditto.
        * g++.dg/charset/extern2.cc: Ditto.
        * g++.dg/charset/string1.c: Ditto.

2004-02-26  Eric Christopher  <echristo@redhat.com>

	* c-lex.c (c_lex_string_translate): New variable.
	(lex_string): Use to determine string translation.
	* c-pragma.h: Prototype.
	* c-parse.in (start_string_translation): New. Set above.
	(stop_string_translation): Ditto.
	(attribute, attribute_list, asm_def, asm_stmt,
	asm_operand): Use above functions.
	* cp/parser.c (cp_parser_declaration): Translate strings
	unless token is RID_EXTERN. Set c_lex_string_translate
	for recursive use.
	(cp_parser_asm_definition): Only translate argument strings
	to asms.
	(cp_parser_asm_operand_list): Ditto.
	(cp_parser_attribute_list): Do not translate attribute strings.

From-SVN: r78548
2004-02-27 02:01:10 +00:00
Nathanael Nerode
26d8bbbbc3 ltconfig, ltmain.sh: Remove unused files.
* ltconfig, ltmain.sh: Remove unused files.
	* configure.in: Remove bogus extra early invocation of
	AC_CONFIG_AUX_DIR.
	* configure: Regenerate.
	* mkinstalldirs, install-sh, config.sub, config.guess:
	Remove (now) unused files.
	* Makefile.in: Regenerate (losing references to vanished
	files).

From-SVN: r78545
2004-02-27 00:58:16 +00:00
Benjamin Kosnik
2c5d0ae842 atomicity.h: New, forward declarations for __atomic_add and __exchange_and_add.
2004-02-25  Benjamin Kosnik  <bkoz@redhat.com>

	* include/bits/atomicity.h: New, forward declarations for __atomic_add
	and __exchange_and_add.
	* config/cpu/generic/atomic_word.h: New, typdef for atomic word.
	* config/cpu/cris/atomic_word.h: Same.
	* config/cpu/sparc/atomic_word.h: Same.
	* include/bits/ios_base.h (_Callback_list::_M_remove_reference):
	Qualifiy with __gnu_cxx.
	(_Callback_list::_M_add_reference): Same.
	* include/bits/locale_classes.h (locale::facet::_M_add_reference): Add.
	(locale::facet::_M_remove_reference): Same.
	(locale::_Impl::_M_add_reference): Add.
	(locale::_Impl::_M_remove_reference): Same.
	* include/bits/basic_string.h (basic_string::_Rep::_M_refcopy): Same.
	(basic_string::_Rep::_M_dispose): Same.
	* src/ios.cc (ios_base::xalloc): Same.
	* src/ios_init.cc (ios_base::Init::Init): Same.
	(ios_base::Init::~Init): Same.
	* src/locale.cc (locale:🆔:_M_id): Same.
	* config/cpu/i486/atomicity.h: Use __gnu_cxx namespace. Remove
	static, and inline keyworks.
	* config/cpu/alpha/atomicity.h: Same.
	* config/cpu/cris/atomicity.h: Same.
	* config/cpu/generic/atomicity.h: Same.
	* config/cpu/hppa/atomicity.h: Same.
	* config/cpu/i386/atomicity.h: Same.
	* config/cpu/ia64/atomicity.h: Same.
	* config/cpu/m68k/atomicity.h: Same.
	* config/cpu/mips/atomicity.h: Same.
	* config/cpu/powerpc/atomicity.h: Same.
	* config/cpu/s390/atomicity.h: Same.
	* config/cpu/sparc/atomicity.h: Same.

	* src/Makefile.am (host_sources): Add atomicity.cc.
	(atomicity.cc): New rule.
	* src/Makefile.in: Regenerate.
	* include/Makefile.am (host_headers): Remove host atomicity.h.
	(host_headers): Add atomic_word.h.
	(bits_headers): Add bits atomicity.h.
	Change ATOMICITY_INC_SRCDIR to ATOMICITY_SRCDIR.
	* include/Makefile.in: Regenerate.
	* configure.host (atomic_word_dir): Add.
	* configure.ac: Substitute ATOMIC_WORD_SRCDIR. Change
	ATOMICITY_INC_SRCDIR to ATOMICITY_SRCDIR.
	* configure: Regenerate.
	* config/linker-map.gnu: Export __exchange_and_add, and __atomic_add.

	* testsuite/27_io/ios_base/cons/assign_neg.cc: Adjust line numbers.
	* testsuite/27_io/ios_base/cons/copy_neg.cc: Same.

From-SVN: r78544
2004-02-27 00:49:50 +00:00
Mark Mitchell
4d5fe28997 re PR c++/14278 (fails when calling through a function pointer)
PR c++/14278
	* parser.c (cp_parser_parameter_declaration_list): Commit
	to fewer tentative parses.

	PR c++/14278
	* g++.dg/parse/comma1.C: New test.

From-SVN: r78542
2004-02-27 00:31:49 +00:00
Mark Mitchell
93b5da76a4 re PR c++/14278 (fails when calling through a function pointer)
PR c++/14278
	* parser.c (cp_parser_parameter_declaration_list): Commit
	to fewer tentative parses.

	PR c++/14278
	* g++.dg/parse/comma1.C: New test.

[[Split portion of a mixed commit.]]

From-SVN: r78541.2
2004-02-27 00:31:47 +00:00
Nathanael Nerode
7664e6f81c configure.in: Add CCAS, CCASFLAGS for future automakes.
* configure.in: Add CCAS, CCASFLAGS for future automakes.
	* configure, Makefile.in, include/Makefile.in: Regenerate.

From-SVN: r78540
2004-02-27 00:16:56 +00:00
GCC Administrator
2b390edc65 Daily bump.
From-SVN: r78537
2004-02-27 00:16:14 +00:00
Kazu Hirata
e8eebd316b stmt.c (expand_start_case_dummy): Remove.
* stmt.c (expand_start_case_dummy): Remove.
	* tree.h: Remove the corresponding prototype.

From-SVN: r78534
2004-02-26 23:49:17 +00:00
Kazu Hirata
8f2de5f1d6 builtins.c (apply_args_register_offset): Remove.
* builtins.c (apply_args_register_offset): Remove.
	* tree.h: Remove the corresponding prototype.

From-SVN: r78533
2004-02-26 23:44:27 +00:00
Kazu Hirata
c79249370b stor-layout.c (is_pending_size): Remove.
* stor-layout.c (is_pending_size): Remove.
	* tree.h: Remove the corresponding prototype.

From-SVN: r78532
2004-02-26 23:41:34 +00:00
Kazu Hirata
ca0afc298b recog.c (validate_replace_src): Remove.
* recog.c (validate_replace_src): Remove.
	* recog.h: Remove the corresponding prototype.

From-SVN: r78531
2004-02-26 23:39:29 +00:00
Kazu Hirata
6c5caf00a8 calls.c: Don't reference FINAL_REG_PARM_STACK_SPACE or MAYBE_REG_PARM_STACK_SPACE.
* calls.c: Don't reference FINAL_REG_PARM_STACK_SPACE or
	MAYBE_REG_PARM_STACK_SPACE.
	* function.c: Likewise.
	* system.h (FINAL_REG_PARM_STACK_SPACE): Poison.
	(MAYBE_REG_PARM_STACK_SPACE): Likewise.
	* doc/tm.texi (FINAL_REG_PARM_STACK_SPACE): Remove.
	(MAYBE_REG_PARM_STACK_SPACE): Likewise.

From-SVN: r78530
2004-02-26 23:32:09 +00:00
Nathanael Nerode
6d4fb96f24 Makefile.am: Remove bogus duplicate setting of AM_CFLAGS.
* Makefile.am: Remove bogus duplicate setting of AM_CFLAGS.
	* Makefile.in: Regenerate.

	* configure.in: Remove bogus duplicate invocation of
	AM_MAINTAINER_MODE.  Remove obsolete comment.
	* configure: Regenerate.

From-SVN: r78529
2004-02-26 23:27:53 +00:00
Kazu Hirata
17fd9cb97c c-decl.c (c_expand_deferred_function): Remove.
* c-decl.c (c_expand_deferred_function): Remove.
	* c-tree.h: Remove the corresponding prototype.

From-SVN: r78528
2004-02-26 23:25:15 +00:00
Kazu Hirata
ec5de8d826 postreload.c (reload_cse_move2add): Generate just a PLUS instead of an entire SET.
* postreload.c (reload_cse_move2add): Generate just a PLUS
	instead of an entire SET.

From-SVN: r78527
2004-02-26 23:19:27 +00:00
Jan Hubicka
5bbeea4428 config.gcc: Add support for nocoma/prescott/pentium-m/pentium3m /pentium4m.
* config.gcc: Add support for nocoma/prescott/pentium-m/pentium3m
	/pentium4m.
	* i386.c (override_options): Add support for new CPUs.
	* i386.h (TARGET_CPU_DEFAULT_NAMES): New names.
	(TARGET_CPU_DEFAULT_pentium_m, TARGET_CPU_DEFAULT_pentium4e): New
	constants.
	* invoke.texi: Extend documentation of -mtune/-march for new CPUs.

From-SVN: r78524
2004-02-26 21:43:37 +00:00
Nathanael Nerode
a749e46c01 acinclude.m4: Remove GC_CONFIGURE macro; move contents to configure.in.
* acinclude.m4: Remove GC_CONFIGURE macro; move contents
	to configure.in.
	* aclocal.m4: Regenerate.
	* configure.in: Receive contents of GC_CONFIGURE macro.
	* configure: Regenerate.

(Makefile.in and include/Makefile.in just got timestamp updates)

From-SVN: r78523
2004-02-26 21:39:45 +00:00
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