gccadmin [Wed, 3 Mar 2004 00:17:23 +0000 (00:17 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78795
138bc75d-0d04-0410-961f-
82ee72b054a4
ciceron [Tue, 2 Mar 2004 22:40:57 +0000 (22:40 +0000)]
* config/m68hc11/m68hc11.c (m68hc11_addr_mode): New variable.
(m68hc11_mov_addr_mode): Likewise.
(m68hc11_override_options): Initialize them based on target.
(register_indirect_p): Allow a MEM for indirect addressing modes and
use flags to control what is allowed.
(m68hc11_small_indexed_indirect_p): Use m68hc11_mov_addr_mode for
supported addressing modes.
(m68hc11_register_indirect_p): Use m68hc11_addr_mode.
(go_if_legitimate_address_internal): Likewise.
(m68hc11_indirect_p): Likewise and check the mode.
(print_operand): Allow a (MEM (MEM)) and generate indirect addressing.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78792
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Tue, 2 Mar 2004 22:32:27 +0000 (22:32 +0000)]
* builtins.c (BUILTIN_SETJMP_FRAME_VALUE): Remove.
(expand_builtin_setjmp_setup): Use
targetm.builtin_setjmp_frame_value instead of
BUILTIN_SETJMP_FRAME_VALUE.
* system.h (BUILTIN_SETJMP_FRAME_VALUE): Poison.
* target-def.h (TARGET_BUILTIN_SETJMP_FRAME_VALUE): New.
(TARGET_INITIALIZER): Add TARGET_BUILTIN_SETJMP_FRAME_VALUE.
* target.h (gcc_target): Add builtin_setjmp_frame_value.
* targhooks.c (default_builtin_setjmp_frame_value): New.
* targhooks.h: Add a prototype for
default_builtin_setjmp_frame_value.
* doc/tm.texi (BUILTIN_SETJMP_FRAME_VALUE): Change to
TARGET_BUILTIN_SETJMP_FRAME_VALUE.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78789
138bc75d-0d04-0410-961f-
82ee72b054a4
paolo [Tue, 2 Mar 2004 22:25:51 +0000 (22:25 +0000)]
2004-03-02 Paolo Carlini <pcarlini@suse.de>
* include/bits/locale_facets.tcc (money_get<>::_M_extract):
Reorganize a bit the main parsing loop, thus early detecting
an empty value component.
* testsuite/22_locale/money_get/get/char/16.cc: New.
* testsuite/22_locale/money_get/get/wchar_t/16.cc: New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78788
138bc75d-0d04-0410-961f-
82ee72b054a4
ciceron [Tue, 2 Mar 2004 22:16:15 +0000 (22:16 +0000)]
* config/m68hc11/m68hc11.md (move peephole2): New peepholes to optimize
sequences of moves.
(add peepholes): New peepholes to optimize sequences adding small
constants.
(bset peepholes): New peepholes to transform an OR in a bset form
(bclr peepholes): Likewise for bclr form.
(cmp peepholes): New peepholes to avoid register copies when comparing.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78787
138bc75d-0d04-0410-961f-
82ee72b054a4
ciceron [Tue, 2 Mar 2004 21:55:35 +0000 (21:55 +0000)]
* config/m68hc11/m68hc11.md ("*pushdi_internal"): New insn and split
to separate push from moves.
("*pushdf_internal"): Likewise.
("*pushsf_internal"): Likewise.
("*pushsi_internal"): Likewise.
("movdi_internal"): Use define_insn_and_split; non push operand.
("movdf_internal"): Likewise.
("movsf_internal"): Likewise.
("movsi_internal"): Likewise.
("*movhi_68hc12", "*addhi3_68hc12"): Fix and tune constraints
("*addhi3", "*subhi3", "*andhi3_mem", "*iorhi3_mem"): Likewise.
("*ashlsi3_const1", "*lshrsi3_const1"): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78785
138bc75d-0d04-0410-961f-
82ee72b054a4
ciceron [Tue, 2 Mar 2004 21:33:23 +0000 (21:33 +0000)]
* config/m68hc11/m68hc11.md ("tstqi_z_used"): Use define_insn_and_split.
("cmphi_z_used", "cmpqi_z_used"): Likewise.
("movstrictsi", "movstricthi", "movstrictqi"): Likewise.
("anddi3", "andsi3", "iordi3", "iorsi3"): Likewise.
("xordi3", "xorsi3", "*logicalsi3_zexthi"): Likewise.
("*logicalsi3_zextqi", "*logicalhi3_zexthi_ashift8"): Likewise.
("logicalhi3_zexthi", "*logicalsi3_silshr16"): Likewise.
("*logicalsi3_silshl16", "*logicalsi3_silshl16_zext"): Likewise.
("*ashldi3_const32", "*ashldi3_const1", "addsi_silshr16"): Likewise.
("addsi_andshr16", "*ashlsi3_const16_zexthi"): Likewise.
("*lshrdi3_const32", "*lshrdi_const1"): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78783
138bc75d-0d04-0410-961f-
82ee72b054a4
ciceron [Tue, 2 Mar 2004 21:06:24 +0000 (21:06 +0000)]
* config/m68hc11/m68hc11.md (SOFT_TMP_REGNUM): Define.
(SOFT_XY_REGNUM): Define.
(cmp split): Use the above instead of hard coded numbers.
(8-bit op split): No need to check the mode; allow Q_REG.
(ashift split): Adjust the first operand if it uses the SP and we
are pushing the shifted value.
(plus shift split): Fix when a source is in register D+X.
("doloop_end"): Pass dummy arguments to gen_rtx_NE.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78781
138bc75d-0d04-0410-961f-
82ee72b054a4
ciceron [Tue, 2 Mar 2004 20:44:38 +0000 (20:44 +0000)]
* config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Fix when
comparing with Z register.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78779
138bc75d-0d04-0410-961f-
82ee72b054a4
rakdver [Tue, 2 Mar 2004 20:21:14 +0000 (20:21 +0000)]
* cfgloop.h (struct loop_desc): Removed.
(struct loop): Fields simple, desc and has_desc removed.
(simple_loop_p, count_loop_iterations): Declaration removed.
* cfgloopanal.c (struct unmark_altered_insn_data): Removed.
(unmark_altered, blocks_invariant_registers, unmark_altered_insn
blocks_single_set_registers, invariant_rtx_wrto_regs_p_helper,
invariant_rtx_wrto_regs_p, test_for_iteration, constant_iterations,
simple_loop_exit_p, variable_initial_value, variable_initial_values,
simple_condition_p, simple_increment, count_strange_loop_iterations,
inverse, fits_in_mode_p, simple_loop_p, count_loop_iterations):
Removed.
* loop-iv.c (check_simple_exit, find_simple_exit): Update comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78777
138bc75d-0d04-0410-961f-
82ee72b054a4
bkoz [Tue, 2 Mar 2004 18:30:08 +0000 (18:30 +0000)]
2004-03-02 Benjamin Kosnik <bkoz@redhat.com>
Support automake 1.8.2
* configure.ac (AM_INIT_AUTOMAKE): Add -Wno-override.
* po/Makefile.am (EXTRA_DIST): New.
* po/Makefile.in: Regenerate.
* Makefile.in: Same.
* include/Makefile.in: Same.
* libmath/Makefile.in: Same.
* libsupc++/Makefile.in: Same.
* src/Makefile.in: Same.
* testsuite/Makefile.in: Same.
* include/Makefile.am (${host_builddir}/gthr-posix.h): Use
__GXX_WEAK__ instead of SUPPORTS_WEAK.
(${host_builddir}/gthr-default.h): Same.
(${host_builddir}/gthr.h): Same.
* acinclude.m4 (GLIBCXX_ENABLE_THREAD): Remove
_GLIBCXX_SUPPORTS_WEAK, as this behavior can be modified via
-fno-weak.
* aclocal.m4: Regenerate.
* acconfig.h: Remove _GLIBCXX_SUPPORTS_WEAK.
* config.h.in: Regenerate.
* configure: Same.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78770
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Tue, 2 Mar 2004 17:16:53 +0000 (17:16 +0000)]
* genattrtab.c: Don't handle MATCH_INSN.
* genrecog.c: Likewise.
* gensupport.c: Likewise.
* rtl.def (match_insn): Remove.
* doc/md.texi (match_insn, match_insn2): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78768
138bc75d-0d04-0410-961f-
82ee72b054a4
mmitchel [Tue, 2 Mar 2004 17:02:13 +0000 (17:02 +0000)]
* doc/c-tree.texi (DECL_ASSEMBLER_NAME): Mention that using this
macro results in memory allocation.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78767
138bc75d-0d04-0410-961f-
82ee72b054a4
obrien [Tue, 2 Mar 2004 16:50:05 +0000 (16:50 +0000)]
2004-03-02 David O'Brien <obrien@FreeBSD.org>
* config/freebsd-spec.h (FBSD_DYNAMIC_LINKER): Add.
* config/alpha/freebsd.h (SUBTARGET_EXTRA_SPECS): Define
%(fbsd_dynamic_linker),
(LINK_SPEC): Use %(fbsd_dynamic_linker), and sync style with
config/i386/freebsd.h
* config/arm/freebsd.h: Ditto.
* config/i386/freebsd.h: Ditto.
* config/i386/freebsd64.h: Ditto.
* config/ia64/freebsd.h: Ditto.
* config/rs6000/sysv4.h: Ditto.
* config/sparc/freebsd.h: Ditto.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78766
138bc75d-0d04-0410-961f-
82ee72b054a4
hubicka [Tue, 2 Mar 2004 16:08:34 +0000 (16:08 +0000)]
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78765
138bc75d-0d04-0410-961f-
82ee72b054a4
hubicka [Tue, 2 Mar 2004 15:55:38 +0000 (15:55 +0000)]
* configure.host: Pass -fno-omit-frame-pointer for i386.
* configure.in: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78764
138bc75d-0d04-0410-961f-
82ee72b054a4
ljrittle [Tue, 2 Mar 2004 15:16:47 +0000 (15:16 +0000)]
* gcc/doc/install.texi (*-*-freebsd*): Update target information.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78762
138bc75d-0d04-0410-961f-
82ee72b054a4
charlet [Tue, 2 Mar 2004 14:35:09 +0000 (14:35 +0000)]
Complete previous change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78761
138bc75d-0d04-0410-961f-
82ee72b054a4
charlet [Tue, 2 Mar 2004 14:21:10 +0000 (14:21 +0000)]
PR ada/14350
* configure.in: Remove hardcoded gcc version.
* configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78760
138bc75d-0d04-0410-961f-
82ee72b054a4
charlet [Tue, 2 Mar 2004 14:19:08 +0000 (14:19 +0000)]
Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78759
138bc75d-0d04-0410-961f-
82ee72b054a4
charlet [Tue, 2 Mar 2004 13:50:15 +0000 (13:50 +0000)]
2004-03-02 Emmanuel Briot <briot@act-europe.fr>
* ali.adb (Read_Instantiation_Instance): Do not modify the
current_file_num when reading information about instantiations, since
this corrupts files in later references.
2004-03-02 Vincent Celier <celier@gnat.com>
* bcheck.adb (Check_Consistency): Get the full path of an ALI file
before checking if it is read-only.
* bld.adb (Recursive_Process): Concatenate <PROJECT>.src_dirs in front
of SRC_DIRS and eliminate duplicates.
* gprcmd.adb: Replace command "path" with command "path_sep" to return
the path separator.
(Usage): Document path_sep
* Makefile.generic: For Ada and GNU C++ cases, link directly with the
C++ compiler. No need for a script.
Replace use of C*_INCLUDE_PATH env var for GCC compilers with CPATH.
Do not call gprcmd to build the C*_INCLUDE_PATHs, do it with function
subst.
* prj-env.adb (For_All_Source_Dirs): Only add source dirs in project
where there are Ada sources.
(Set_Ada_Paths): Only add to the include path the source dirs of project
with Ada sources.
(Add_To_Path): Add the Display_Values of the directories, not their
Values.
* prj-nmsc.adb (Find_Sources): Set flag Sources_Present in the project
data.
* prj-nmsc.adb (Add_ALI_For): Make sure that the element Display_Value
is not No_Name.
(Find_Source_Dirs): Set Display_Value to a non canonicalized value, only
Value is canonicalized.
(Language_Independent_Check): Do not copy Value to Display_Value when
canonicalizing Value.
* prj-part.adb (Post_Parse_Context_Clause): Compare canonical cased
path to find limited with cycles.
(Parse_Single_Project): Use canonical cased path to find the end of a
with cycle.
2004-03-02 Ed Schonberg <schonberg@gnat.com>
* sem_ch10.adb (Optional_Subunit): Verify that unit contains a subunit
and not a child unit.
* sinfo.ads, sinfo.adb: Rearrange flags so that Private_Present can
appear in a with_clause.
* decl.c (gnat_to_gnu_type): If entity is a generic type, which can
only happen in type_annotate mode, do not try to elaborate it.
* exp_util.adb (Force_Evaluation): If expression is a selected
component on the left of an assignment, use a renaming rather than a
temporary to remove side effects.
* freeze.adb (Freeze_Entity): Do not freeze a global entity within an
inlined instance body, which is analyzed before the end of the
enclosing scope.
2004-03-02 Robert Dewar <dewar@gnat.com>
* par-ch10.adb, par-ch3.adb, par-ch4.adb, scng.adb,
sem_ch4.adb: Use new feature for substitution of keywords in VMS
* errout.ads, errout.adb: Implement new circuit for substitution of
keywords in VMS.
* sem_case.adb (Analyze_Choices): Place message properly when case is
a subtype reference rather than an explicit range.
* sem_elim.adb, s-tpobop.ads, exp_ch2.adb: Minor reformatting
2004-03-02 Doug Rupp <rupp@gnat.com>
* init.c (__gnat_initialize)[VMS]: Resignal RDB-E-STREAM_EOF.
2004-03-02 Thomas Quinot <quinot@act-europe.fr>
* s-tporft.adb: Add missing locking around call to Initialize_ATCB.
2004-03-02 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* utils.c (finish_record_type): Do not set DECL_NONADDRESSABLE for a
BLKmode bitfield.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78758
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Tue, 2 Mar 2004 07:01:39 +0000 (07:01 +0000)]
* rtl.def (define_combine): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78755
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Tue, 2 Mar 2004 06:05:59 +0000 (06:05 +0000)]
* config/h8300/h8300.md: Tweak formatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78753
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Tue, 2 Mar 2004 06:01:52 +0000 (06:01 +0000)]
* config/h8300/h8300.md (*cmphi_h8300): Rename to
*cmphi_h8300_znvc.
(*cmphi_h8300hs): Rename to *cmphi_h8300hs_znvc.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78752
138bc75d-0d04-0410-961f-
82ee72b054a4
mmitchel [Tue, 2 Mar 2004 05:59:29 +0000 (05:59 +0000)]
PR bootstrap/14356
* gcc.c (process_command): Remove const-qualification from argv.
(main): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78751
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Tue, 2 Mar 2004 05:56:27 +0000 (05:56 +0000)]
* config/h8300/h8300.md (pushqi1_h8300hs): Rename to
pushqi1_h8300hs_advanced. Adjust its caller.
(pushhi1_h8300hs): Rename to pushhi1_h8300hs_advanced.
Adjust its caller.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78749
138bc75d-0d04-0410-961f-
82ee72b054a4
aj [Tue, 2 Mar 2004 05:51:36 +0000 (05:51 +0000)]
2004-03-02 Roche Nicolas <roche@act-europe.fr>
* Makefile.in (install-libgcc, install-multilib): Pass
mkinstalldirs var to libgcc.mk.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78747
138bc75d-0d04-0410-961f-
82ee72b054a4
mmitchel [Tue, 2 Mar 2004 05:47:18 +0000 (05:47 +0000)]
PR c++/14369
* pt.c (build_non_dependent_expr): Do not create a
NON_DEPENDENT_EXPR for a THROW_EXPR.
PR c++/14369
* g++.dg/template/cond4.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78746
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Tue, 2 Mar 2004 04:55:00 +0000 (04:55 +0000)]
* system.h (DBX_OUTPUT_STANDARD_TYPES): Poison.
* doc/tm.texi (DBX_OUTPUT_STANDARD_TYPES): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78744
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Tue, 2 Mar 2004 02:20:21 +0000 (02:20 +0000)]
* config/h8300/h8300.c (gtle_operator): Accept GT and LE.
* config/h8300/h8300.md: Split several peephole2's, each into
two.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78741
138bc75d-0d04-0410-961f-
82ee72b054a4
mmitchel [Tue, 2 Mar 2004 02:06:18 +0000 (02:06 +0000)]
PR c++/14360
* parser.c (cp_parser_postfix_expression): Do not perform Koenig
lookup if ordinary name-lookup finds a non-function.
* pt.c (tsubst_copy_and_build): Likewise.
PR c++/14361
* parser.c (cp_parser_late_parsing_default_args): Check that there
are no extra tokens after the end of the default-argument
expression.
PR c++/14360
* g++.old-deja/g++.ns/koenig5.C: Remove some error markers.
PR c++/14361
* g++.dg/parse/defarg7.C: New test.
PR c++/14359
* g++.dg/template/friend26.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78739
138bc75d-0d04-0410-961f-
82ee72b054a4
rakdver [Tue, 2 Mar 2004 00:28:07 +0000 (00:28 +0000)]
* dominance.c (recount_dominator): Handle postdominators.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78734
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Tue, 2 Mar 2004 00:16:15 +0000 (00:16 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78730
138bc75d-0d04-0410-961f-
82ee72b054a4
bernie [Tue, 2 Mar 2004 00:14:08 +0000 (00:14 +0000)]
Fix typo: FIRST_PSEOUDO_REGISTER -> FIRST_PSEUDO_REGISTER
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78727
138bc75d-0d04-0410-961f-
82ee72b054a4
bothner [Mon, 1 Mar 2004 21:33:28 +0000 (21:33 +0000)]
* java/lang/natPosixProcess.cc (startProcess): Fix thinko.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78725
138bc75d-0d04-0410-961f-
82ee72b054a4
gdr [Mon, 1 Mar 2004 21:04:30 +0000 (21:04 +0000)]
PR c++/14369
* error.c (dump_expr): Handle THROW_EXPR.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78723
138bc75d-0d04-0410-961f-
82ee72b054a4
mmitchel [Mon, 1 Mar 2004 20:38:31 +0000 (20:38 +0000)]
PR c++/14324
* lex.c (retrofit_lang_decl): Treat entities with no linkage as
having C++ linkage for name-mangling purposes.
PR c++/14260
* parser.c (cp_parser_direct_declarator): Recognize constructor
declarators that use a template-id to name the class being
constructed.
PR c++/14337
* pt.c (tsubst_qualified_id): Handle dependent qualifying scopes.
(tsubst_expr): Do not call tsubst_copy, even when
processing_template_decl.
PR c++/14324
* g++.dg/abi/mangle21.C: New test.
PR c++/14260
* g++.dg/parse/constructor2.C: New test.
PR c++/14337
* g++.dg/template/sfinae1.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78720
138bc75d-0d04-0410-961f-
82ee72b054a4
rsandifo [Mon, 1 Mar 2004 19:40:10 +0000 (19:40 +0000)]
* config/mips/mips-protos.h (enum mips_symbol_type): Move from mips.h.
(NUM_SYMBOL_TYPES): Likewise.
(SYMBOL_64_HIGH, SYMBOL_64_MID, SYMBOL_64_LOW): New symbol types.
(mips_unspec_address): Declare.
(mips_gotoff_page, mips_gotoff_global): Delete.
* config/mips/mips.h (PREDICATE_CODES): Add general_symbolic_operand.
* config/mips/mips.c (enum mips_symbol_type, NUM_SYMBOL_TYPES): Delete.
(mips_symbolic_constant_p, mips_symbolic_address_p)
(mips_symbol_insns): Handle new symbol types.
(general_symbolic_operand): New predicate.
(mips_unspec_address): Make extern.
(mips_gotoff_page, mips_gotoff_global): Delete.
(override_options): Allow -mabi=64 -mno-abicalls -mexplicit-relocs.
Handle new symbol types.
* config/mips/mips.md (*lea_high64, *lea64): New patterns.
(*xgot_hi[sd]i, *xgot_lo[sd]i, *got_disp[sd]i, *got_disp[sd]i): Call
mips_unspec_address directly.
* doc/invoke.texi: Remove the -mabi=64 -mno-abicalls exception from
the documentation of -mexplicit-relocs.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78718
138bc75d-0d04-0410-961f-
82ee72b054a4
rsandifo [Mon, 1 Mar 2004 19:32:10 +0000 (19:32 +0000)]
* configure.in (mips64*-*-linux*): Override mips*-*-linux* case
and disable libgcj.
* configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78717
138bc75d-0d04-0410-961f-
82ee72b054a4
bkoz [Mon, 1 Mar 2004 19:22:28 +0000 (19:22 +0000)]
2004-03-01 Benjamin Kosnik <bkoz@redhat.com>
* acinclude.m4: Quote correctly.
* aclocal.m4: Regenerate.
* linkage.m4: Same.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78715
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Mon, 1 Mar 2004 19:18:01 +0000 (19:18 +0000)]
* fold-const.c (fold): An equality comparison of a non-weak object
against zero has a known result. Similarly an equality comparison
of the address of two non-weak, unaliased symbols has a known result.
* ggc-page.c (struct page_entry): New field PREV.
(ggc_alloc): Update PREV field appropriately.
(sweep_pages): Likewise.
(ggc_free): Likewise. Use PREV field rather than loop to
improve ggc_free performance.
cp/
* init.c (build_vec_delete_1): Convert 2nd argument to NE_EXPR to
the proper type.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78713
138bc75d-0d04-0410-961f-
82ee72b054a4
rsandifo [Mon, 1 Mar 2004 18:17:35 +0000 (18:17 +0000)]
* config/mips/mips.c (mips_output_division): Use the division
instruction to fill the delay slot of a zero check.
(mips_idiv_insns): Adjust accordingly.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78712
138bc75d-0d04-0410-961f-
82ee72b054a4
bkoz [Mon, 1 Mar 2004 17:42:01 +0000 (17:42 +0000)]
2004-03-01 Benjamin Kosnik <bkoz@redhat.com>
* docs/html/test.html: Add multilib RUNTESTFLAGS example.
* docs/html/18_support/howto.html: Add bit about writing to
stderr, mostly by Zack.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78709
138bc75d-0d04-0410-961f-
82ee72b054a4
paolo [Mon, 1 Mar 2004 17:29:27 +0000 (17:29 +0000)]
2004-03-01 Paolo Carlini <pcarlini@suse.de>
* include/bits/locale_facets.tcc (money_get<>::_M_extract,
money_get<>::do_get(string_type&)): ... and two more.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78708
138bc75d-0d04-0410-961f-
82ee72b054a4
paolo [Mon, 1 Mar 2004 17:08:45 +0000 (17:08 +0000)]
2004-03-01 Paolo Carlini <pcarlini@suse.de>
* include/bits/locale_facets.tcc (money_get<>::_M_extract):
Fix thinkos in the switch from string_type& to string& as last
argument.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78707
138bc75d-0d04-0410-961f-
82ee72b054a4
matz [Mon, 1 Mar 2004 15:34:48 +0000 (15:34 +0000)]
* Makefile.in (ALL_CFLAGS): Add -fno-strict-aliasing.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78706
138bc75d-0d04-0410-961f-
82ee72b054a4
neroden [Mon, 1 Mar 2004 15:12:57 +0000 (15:12 +0000)]
* config.gcc: Create a default tmake_file for linux, and use
it in all but two linux clauses. Comment those two.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78704
138bc75d-0d04-0410-961f-
82ee72b054a4
bbooth [Mon, 1 Mar 2004 15:09:32 +0000 (15:09 +0000)]
* MAINTAINERS: Add myself to write-after-approval.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78703
138bc75d-0d04-0410-961f-
82ee72b054a4
paolo [Mon, 1 Mar 2004 10:31:33 +0000 (10:31 +0000)]
2004-03-01 Paolo Carlini <pcarlini@suse.de>
* include/bits/locale_facets.tcc (num_get<>::_M_extract_float):
Also when parsing exponent sign, first look for thousands_sep
and decimal_point; tweak a bit.
* testsuite/22_locale/num_get/get/char/15.cc: New.
* testsuite/22_locale/num_get/get/wchar_t/15.cc: New.
* include/bits/locale_facets.tcc (num_get<>::_M_extract_float,
num_get<>::_M_extract_int): Reorder some conditionals.
2004-03-01 Paolo Carlini <pcarlini@suse.de>
* include/bits/locale_facets.tcc (money_get<>::_M_extract):
Consistently with numpunct, enforce the requirements in
22.2.6.3, p3 for the thousands separators; tweak a bit.
* testsuite/22_locale/money_get/get/char/15.cc: New.
* testsuite/22_locale/money_get/get/wchar_t/15.cc: New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78699
138bc75d-0d04-0410-961f-
82ee72b054a4
bonzini [Mon, 1 Mar 2004 09:42:10 +0000 (09:42 +0000)]
2004-03-01 Paolo Bonzini <bonzini@gnu.org>
* combine.c (try_combine): Do not refer to is_replaced.
(gen_lowpart_for_combine): Perverse subregs now have a
more politically correct name.
* cse.c (cse_insn): Likewise.
* jump.c: Fix bogus reference to delete_insn.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78698
138bc75d-0d04-0410-961f-
82ee72b054a4
bonzini [Mon, 1 Mar 2004 08:14:18 +0000 (08:14 +0000)]
Add myself back to write-after-approval.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78697
138bc75d-0d04-0410-961f-
82ee72b054a4
mmitchel [Mon, 1 Mar 2004 06:23:38 +0000 (06:23 +0000)]
PR c++/14138
* name-lookup.h (push_scope): Change prototype.
* name-lookup.c (push_scope): Do not reenter the current class
scope.
* decl.c (grokfndecl): Check return code from push_scope before
calling pop_scope.
* decl2.c (check_classfn): Likewise.
* parser.c (cp_parser_conversion_function_id): Likewise.
(cp_parser_init_declarator): Likewise.
(cp_parser_direct_declarator): Likewise.
(cp_parser_class_specifier): Likewise.
(cp_parser_class_head): Likewise.
(cp_parser_lookup_name): Likewise.
(cp_parser_constructor_declarator_p): Likewise.
* pt.c (instantiate_class_template): Likewise.
(resolve_typename_type): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78696
138bc75d-0d04-0410-961f-
82ee72b054a4
billingd [Mon, 1 Mar 2004 04:30:49 +0000 (04:30 +0000)]
2004-03-01 David Billinghurst <David.Billinghurst@riotinto.com>
* testsuite/lib/libstdc++.exp (v3-list-tests): Use
testsuite_files from correct multilib blddir when running
testsuite.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78692
138bc75d-0d04-0410-961f-
82ee72b054a4
mmitchel [Mon, 1 Mar 2004 04:07:36 +0000 (04:07 +0000)]
PR debug/14328
* dwarf2out.c (gen_enumeration_type_die): Output all enumeration
constants as signed values.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78690
138bc75d-0d04-0410-961f-
82ee72b054a4
mmitchel [Mon, 1 Mar 2004 02:25:06 +0000 (02:25 +0000)]
PR c++/14267
* typeck.c (build_modify_expr): Remove more of the cast-as-lvalue
extension.
PR c++/14267
* g++.dg/expr/crash2.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78689
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Mon, 1 Mar 2004 00:16:12 +0000 (00:16 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78686
138bc75d-0d04-0410-961f-
82ee72b054a4
mmitchel [Sun, 29 Feb 2004 23:43:29 +0000 (23:43 +0000)]
PR middle-end/13448
* c-tree.h (readonly_warning): Rename to ...
(readonly_error): ... this.
* c-typeck.c (build_unary_op): Adjust accordingly.
(readonly_warning): Rename to ...
(readonly_error): ... this and issue errors, not warnings.
(build_modify_expr): Call readonly_error, not readonly_warning.
(c_expand_asm_operands): Likewise.
* tree-inline.c (optimize_inline_calls): Do not inline functions
after errors have occurred.
PR middle-end/13448
* gcc.dg/inline-5.c: New test.
* gcc.dg/always-inline.c: Split out tests into ...
* gcc.dg/always-inline2.c: ... this and ...
* gcc.dg/always-inline3.c: ... this.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78682
138bc75d-0d04-0410-961f-
82ee72b054a4
mmitchel [Sun, 29 Feb 2004 23:10:43 +0000 (23:10 +0000)]
PR debug/12103
* class.c (update_vtable_entry_for_fn): Do not go through
covariance machinery if the type returned by an overrider is the
same as the original.
PR debug/12103
* g++.dg/debug/crash1.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78680
138bc75d-0d04-0410-961f-
82ee72b054a4
neroden [Sun, 29 Feb 2004 22:50:19 +0000 (22:50 +0000)]
* configure.ac: Rearrange some threading code for clarity;
add section comment.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78678
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Sun, 29 Feb 2004 22:02:30 +0000 (22:02 +0000)]
gcc/
* passes.c, config/frv/frv.c, config/sh/sh.c: Fix comment
typos.
* doc/cppopts.texi: Fix a typo.
gcc/cp/
* call.c: Fix a comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78676
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Sun, 29 Feb 2004 21:31:06 +0000 (21:31 +0000)]
* config/i386/i386.md: Fix formatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78674
138bc75d-0d04-0410-961f-
82ee72b054a4
pinskia [Sun, 29 Feb 2004 21:13:41 +0000 (21:13 +0000)]
2004-02-29 Andrew Pinski <pinskia@physics.uc.edu>
* gcc_update (files_and_dependencies): Update intl/configure.in
to intl/configure.ac.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78673
138bc75d-0d04-0410-961f-
82ee72b054a4
neroden [Sun, 29 Feb 2004 20:43:45 +0000 (20:43 +0000)]
* configure.ac: Add some comments delineating sections of code.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78672
138bc75d-0d04-0410-961f-
82ee72b054a4
neroden [Sun, 29 Feb 2004 20:30:33 +0000 (20:30 +0000)]
* doc/install.texi: Note that libada uses autoconf 2.57 also.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78671
138bc75d-0d04-0410-961f-
82ee72b054a4
neroden [Sun, 29 Feb 2004 20:27:15 +0000 (20:27 +0000)]
* doc/install.texi: Fix idiot typo in previous commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78670
138bc75d-0d04-0410-961f-
82ee72b054a4
neroden [Sun, 29 Feb 2004 20:25:19 +0000 (20:25 +0000)]
* doc/install.texi: Update for conversion of intl to autoconf 2.57.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78669
138bc75d-0d04-0410-961f-
82ee72b054a4
neroden [Sun, 29 Feb 2004 20:22:40 +0000 (20:22 +0000)]
* configure.in: Convert to autoconf 2.57, gratuitous stylistic
cleanup, rename to configure.ac.
* configure.ac: Renamed from configure.in.
* config.h.in: Rebuilt with autoheader 2.57.
* configure: Rebuilt with autoconf 2.57
* README: Update to reflect rename of configure.in to configure.ac.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78668
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Sun, 29 Feb 2004 19:18:37 +0000 (19:18 +0000)]
* config/h8300/h8300.md: Add comments about peephole2's.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78667
138bc75d-0d04-0410-961f-
82ee72b054a4
bothner [Sun, 29 Feb 2004 19:16:55 +0000 (19:16 +0000)]
ChangeLog: Previous java/io, java/nio, gnu/java/nio and related changes.
* Makefile.am, configure.in: Updated accordingly.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78666
138bc75d-0d04-0410-961f-
82ee72b054a4
bothner [Sun, 29 Feb 2004 19:14:20 +0000 (19:14 +0000)]
* java/lang/natPosixProcess.cc (startProcess): Implement standard
streams using FileChannelImpl, not FileDescriptor.
* java/lang/natWin32Process.cc (startProcess): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78664
138bc75d-0d04-0410-961f-
82ee72b054a4
bothner [Sun, 29 Feb 2004 19:13:45 +0000 (19:13 +0000)]
* gnu/java/nio/FileLockImpl.java (fd): Remove field, replacing it by:
(ch): New FileChannelImpl field. Update constructor to match.
(releaseImpl): Remove native method. Instead ...
(release): Call unlock on channel.
* gnu/java/nio/natFileLockImpl.cc: Removed file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78663
138bc75d-0d04-0410-961f-
82ee72b054a4
bothner [Sun, 29 Feb 2004 19:12:45 +0000 (19:12 +0000)]
* java/nio/MappedByteBuffer.java: (forceImpl, isLoadedImpl, loadImpl,
unmapImpl): New dummy methods, to be overridden by subclass.
(finalize, isLoaded, load, force): New methods.
* java/nio/MappedByteBufferImpl.java: More-or-less rewrite.
Now works, at least for read mapping.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78662
138bc75d-0d04-0410-961f-
82ee72b054a4
bothner [Sun, 29 Feb 2004 19:12:15 +0000 (19:12 +0000)]
* java/io/FileDescriptor.java: Implement on top of FileChannel.
Remove native methods.
* java/io/natFileDescriptorEcos.cc: Remove file.
* java/io/natFileDescriptorPosix.cc: Remove file.
* java/io/natFileDescriptorWin32.cc: Remove file.
* java/io/FileInputStream.java (ch): Change type to FileChannelImpl.
(<init>(File)): Allocate a FileChannelImpl, not a FileDescriptor.
(<init>(FileChannelImpl)): New package-private constructor.
(<init>(FileDescriptor)): Extract FileChannelImpl from arg.
(available, close, read, skip): Implement using FileChannelImpl.
(getFD): Allocate FileDescriptor if needed.
(getChannel): Is now trivial.
* java/io/FileOutputStream.java: Corresponding changes.
* java/io/RandomAccessFile.java: Corresponding changes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78661
138bc75d-0d04-0410-961f-
82ee72b054a4
bothner [Sun, 29 Feb 2004 19:10:46 +0000 (19:10 +0000)]
* java/nio/channels/FileChannelImpl.java: Moved to package
gnu/java/nio/channels, since we need to refer to it from java.io.
* java/nio/channels/natFileChannelImpl.cc: Removed file.
* Makefile.am, configure.in: Updated accordingly.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78660
138bc75d-0d04-0410-961f-
82ee72b054a4
bothner [Sun, 29 Feb 2004 19:09:28 +0000 (19:09 +0000)]
* gnu/java/nio/channels/FileChannelImpl.java: New class, renamed
from java/nio/channels. Don't depend on FileDescriptor.
(in, out, err): New static fields.
(mode): New field.
(SET, CUR, READ, WRITE, APPEND, EXCL, SYNC, DSYNC): Moved constants
from FileDescriptor.
(by): Removed MappedByteBuffer field.
(map): New working implementation.
* gnu/java/nio/channels/natFileChannelPosix.cc: New file, though
some code "ported" from natFileDescriptoPosix.cc.
* gnu/java/nio/channels/natFileChannelEcos.cc: Likewise.
* gnu/java/nio/channels/natFileChannelWin32.cc Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78659
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Sun, 29 Feb 2004 19:04:34 +0000 (19:04 +0000)]
* config/h8300/h8300.md: Tweak operand numbers of some
peephole2's.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78658
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Sun, 29 Feb 2004 18:44:18 +0000 (18:44 +0000)]
* config/h8300/h8300.md: Tweak comments about peephole2's.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78657
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Sun, 29 Feb 2004 15:16:08 +0000 (15:16 +0000)]
Fix the date of the last entry.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78653
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Sun, 29 Feb 2004 15:11:12 +0000 (15:11 +0000)]
* gcc.dg/sibcall-3.c (recurser_void1): Make it an extern
function with __attribute__((noinline)).
(recurser_void2): Likewise.
* gcc.dg/sibcall-4.c (recurser_void1): Likewise.
(recurser_void2): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78652
138bc75d-0d04-0410-961f-
82ee72b054a4
sayle [Sun, 29 Feb 2004 14:12:20 +0000 (14:12 +0000)]
* parse.c (ffe_parse_file): Handle the case that main_input_filename
is NULL.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78650
138bc75d-0d04-0410-961f-
82ee72b054a4
sayle [Sun, 29 Feb 2004 14:09:58 +0000 (14:09 +0000)]
* jcf-parse.c (java_parse_file): Handle the case that input_filename
is NULL.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78649
138bc75d-0d04-0410-961f-
82ee72b054a4
sayle [Sun, 29 Feb 2004 14:07:44 +0000 (14:07 +0000)]
2004-02-29 Waldek Hebisch <hebisch@math.uni.wroc.pl>
PR middle-end/14203
* function.c (uninitialized_vars_warning): Use DECL_RTL_SET_P
instead of testing whether DECL_RTL is not NULL.
2004-02-29 Roger Sayle <roger@eyesopen.com>
PR middle-end/14203
* g++.dg/warn/Wunused-6.C: New test case.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78648
138bc75d-0d04-0410-961f-
82ee72b054a4
pme [Sun, 29 Feb 2004 12:57:33 +0000 (12:57 +0000)]
2004-02-29 Phil Edwards <phil@codesourcery.com>
* testsuite/Makefile.am (check-abi, check-abi-verbose): Copy
the summary file to the logfile.
* testsuite/Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78647
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Sun, 29 Feb 2004 02:53:51 +0000 (02:53 +0000)]
* config/sh/sh.c: Fix formatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78646
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Sun, 29 Feb 2004 02:28:59 +0000 (02:28 +0000)]
* config/sh/sh.c: Convert to ISO-C.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78645
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Sun, 29 Feb 2004 00:16:40 +0000 (00:16 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78642
138bc75d-0d04-0410-961f-
82ee72b054a4
pinskia [Sat, 28 Feb 2004 23:23:30 +0000 (23:23 +0000)]
2004-02-28 Andrew Pinski <pinskia@physics.uc.edu>
* c-typeck.c (tagged_types_tu_compatible_p): Fix pasto in
my previous patch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78635
138bc75d-0d04-0410-961f-
82ee72b054a4
pinskia [Sat, 28 Feb 2004 23:20:01 +0000 (23:20 +0000)]
2004-02-28 Andrew Pinski <pinskia@physics.uc.edu>
* config/darwin.h (machopic_finish): Output stub even if the
symbol is already defined.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78634
138bc75d-0d04-0410-961f-
82ee72b054a4
danglin [Sat, 28 Feb 2004 22:46:32 +0000 (22:46 +0000)]
* config/cpu/hppa/atomicity.h (__atomic_add): Make first argument
volatile.
* config/os/hpux/os_defines.h (_GLIBCXX_INST_ATOMICITY_LOCK): Use
__GXX_WEAK__ instead of _GLIBCXX_SUPPORTS_WEAK.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78633
138bc75d-0d04-0410-961f-
82ee72b054a4
danglin [Sat, 28 Feb 2004 22:40:38 +0000 (22:40 +0000)]
* pa64-hpux.h (LIB_SPEC): Fix linking under HP-UX 11.00 with -p and -pg.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78632
138bc75d-0d04-0410-961f-
82ee72b054a4
neroden [Sat, 28 Feb 2004 22:01:56 +0000 (22:01 +0000)]
PR bootstrap/7087
* Makefile.tpl: Guard XFOO sed statements better.
* Makefile.tpl: Add dependency for configure-target-libada.
* Makefile.in: Regenerate (incidentally fixes broken
commit when libada-branch was merged).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78630
138bc75d-0d04-0410-961f-
82ee72b054a4
mkoch [Sat, 28 Feb 2004 21:48:35 +0000 (21:48 +0000)]
2004-02-28 Michael Koch <konqueror@gmx.de>
* java/io/ObjectInputStream.java: Compile fix, damn I commited the
wrong code.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78629
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Sat, 28 Feb 2004 21:44:22 +0000 (21:44 +0000)]
* genattr.c (main): Don't define
TRADITIONAL_PIPELINE_INTERFACE or DFA_PIPELINE_INTERFACE.
* system.h (TRADITIONAL_PIPELINE_INTERFACE): Poison.
(DFA_PIPELINE_INTERFACE): Likewise.
* doc/tm.texi (TRADITIONAL_PIPELINE_INTERFACE): Remove.
(DFA_PIPELINE_INTERFACE): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78628
138bc75d-0d04-0410-961f-
82ee72b054a4
mkoch [Sat, 28 Feb 2004 21:28:53 +0000 (21:28 +0000)]
2004-02-28 Guilhem Lavaux <guilhem@kaffe.org>
* java/io/ObjectInputStream.java
(readClassDescriptor): Keep elements of the mapping non null.
(checkTypeConsistency): New method.
(readFields): Fixed main loop and base logic. Small reindentation.
* java/io/ObjectStreamField.java
(lookupField): New method to update the field reference.
(checkFieldType): New method.
* java/io/ObjectStreamClass.java
(setClass, setFields): Call lookupField when building the field
database. Check the real field type.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78627
138bc75d-0d04-0410-961f-
82ee72b054a4
mkoch [Sat, 28 Feb 2004 21:16:17 +0000 (21:16 +0000)]
2004-02-28 Michael Koch <konqueror@gmx.de>
* java/nio/ByteOrder.java
(nativeOrder): Use equals() to compare strings.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78626
138bc75d-0d04-0410-961f-
82ee72b054a4
paolo [Sat, 28 Feb 2004 20:37:54 +0000 (20:37 +0000)]
2004-02-28 Paolo Carlini <pcarlini@suse.de>
* include/bits/locale_facets.tcc (num_get<>::_M_extract_float):
According to 22.2.3.1, p2, 'units' may be followed by 'e' with
no 'decimal-point' in the middle: in this case too we must fix
up __found_grouping; slightly tweak.
* testsuite/22_locale/num_get/get/char/14.cc: New.
* testsuite/22_locale/num_get/get/wchar_t/14.cc: New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78625
138bc75d-0d04-0410-961f-
82ee72b054a4
rsandifo [Sat, 28 Feb 2004 20:30:10 +0000 (20:30 +0000)]
* config/mips/mips.md (tstsi, tstdi): Delete.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78624
138bc75d-0d04-0410-961f-
82ee72b054a4
rsandifo [Sat, 28 Feb 2004 20:27:42 +0000 (20:27 +0000)]
* config/mips/mips.c (override_options): Remove an obsolete
duplicate definition of the "e" constraint.
* config/mips/mips.h: Update a comment accordingly.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78623
138bc75d-0d04-0410-961f-
82ee72b054a4
rsandifo [Sat, 28 Feb 2004 20:06:01 +0000 (20:06 +0000)]
* config/mips/mips.md: Complete the unfinished R4000
multiply/shift errata workaround. Improve documentation.
(hazard): Use TARGET_FIX_R4000 to decide whether an "imul" instruction
has a hilo hazard.
(mulsi3, mulsi3_internal, mulsi3_r4000): Use TARGET_FIX_R4000.
(muldi3, muldi3_internal): Likewise.
(muldi3_internal2): Remove, replacing with...
(muldi3_mult3, muldi3_r4000): ...these new patterns.
(mulsidi3): Take the errata into account.
(mulsidi3_32bit): Remove, replacing with...
(mulsidi3_32bit_internal, mulsidi3_32bit_r4000): ...these new patterns.
(mulsidi3_64bit, mulsidi3_64bit_parts): Disable if TARGET_FIX_R4000.
(umulsidi3): Take the errata into account.
(umulsidi3_32bit): Remove, replacing with..
(umulsidi3_32bit_internal, umulsidi3_32bit_r4000): ...these patterns.
(umulsi3_highpart, umulsi3_highpart_internal): Disable if
TARGET_FIX_R4000.
(smulsi3_highpart, smulsi3_highpart_internal): Likewise.
(smuldi3_highpart, umuldi3_highpart): Likewise.
* doc/invoke.texi: Document the errata workaround.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78622
138bc75d-0d04-0410-961f-
82ee72b054a4
rsandifo [Sat, 28 Feb 2004 19:59:24 +0000 (19:59 +0000)]
* config/mips/mips-protos.h (mips_idiv_insns): Declare.
* config/mips/mips.h (MASK_FIX_SB1): Bump.
(MASK_FIX_R4000, TARGET_FIX_R4000): New macros.
(TARGET_SWITCHES): Add -mfix-r4000 and -mno-fix-r4000.
* config/mips/mips.c (mips_idiv_insns): New function.
(override_options): Make -march=r4000 imply -mfix-r4000 by default.
(mips_output_division): Add a workaround for the R4000 divide/shift
errata.
* config/mips/mips.md (length): Use mips_idiv_insns() to calculate
the length of an "idiv" instruction.
* doc/invoke.texi: Document the new switches.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78621
138bc75d-0d04-0410-961f-
82ee72b054a4