gcc.git
22 years ago* ggc-page.c (ggc_marked_p): Properly convert return to boolean.
Richard Kenner [Fri, 21 Sep 2001 00:33:01 +0000 (00:33 +0000)]
* ggc-page.c (ggc_marked_p): Properly convert return to boolean.

From-SVN: r45715

22 years agoc-typeck.c (really_start_incremental_init): Discriminate between zero-length arrays...
DJ Delorie [Fri, 21 Sep 2001 00:27:59 +0000 (20:27 -0400)]
c-typeck.c (really_start_incremental_init): Discriminate between zero-length arrays and flexible arrays.

* c-typeck.c (really_start_incremental_init): Discriminate
between zero-length arrays and flexible arrays.
(push_init_level): Detect zero-length arrays and handle them
like fixed-sized arrays.
* expr.c (store_constructor): Handle zero-length arrays and
flexible arrays correctly.
* doc/extend.texi: Update zero-length array notes.

* gcc.dg/20000926-1.c: Update expected warning messages.
* gcc.dg/array-2.c: Likewise, and test for warnings too.
* gcc.dg/array-4.c: Likewise, and don't verify the zero-length
array.

From-SVN: r45714

22 years agore PR c/3917 (IA-64 assembler output shows erroneous cycle counting)
Jim Wilson [Fri, 21 Sep 2001 00:00:03 +0000 (00:00 +0000)]
re PR c/3917 (IA-64 assembler output shows erroneous cycle counting)

Fix for PR 3917.
* config/ia64/ia64.c (itanium_split_issue): Allow max 2 FP per cycle.
(insn_matches_slot): Handle TYPE_L and TYPE_X slots when checking
for issue port conflicts.
(cycle_end_fill_slots): TYPE_L instructions take two slots.

From-SVN: r45713

22 years ago990208-1.x: New.
Andrew MacLeod [Thu, 20 Sep 2001 18:06:39 +0000 (18:06 +0000)]
990208-1.x: New.

2001-09-20  Andrew MacLeod  <amacleod@redhat.com>

* testsuite/gcc.c-torture/execute/990208-1.x: New. XFAIL at -O3
on ia64.

From-SVN: r45712

22 years agofold-const.c (hashtab.h): Include.
Richard Kenner [Thu, 20 Sep 2001 15:12:54 +0000 (15:12 +0000)]
fold-const.c (hashtab.h): Include.

* fold-const.c (hashtab.h): Include.
(int_const_binop): Remove FORSIZE arg and compute from type; all
callers changed.
Call size_int_type_wide for all single-word constants.
(size_htab_hash, size_htab_eq): New functions.
(size_int_type_wide): Rework to use hash table.
* ggc-common.c (hashtab.h): Include.
(struct d_htab_root): New struct.
(d_htab_roots): New variable.
(ggc_add_deletable_htab, ggc_htab_delete): New functions
(ggc_mark_roots): Handle deletable htabs.
* ggc-page.c (ggc_marked_p): New function.
* ggc-simple.c (ggc_marked_p): Likewise.
* ggc.h: Reformatting throughout.
(ggc_marked_p, ggc_add_deletable_htab): New declarations.
* tree.c (init_obstacks): Make type_hash_table a deletable root.
(type_hash_add): Allocate struct type_hash from GC memory.
(mark_hash_entry, mark_type_hash): Deleted.
(type_hash_marked_p, type_hash_mark): New functions.
* Makefile.in (ggc-common.o, fold-const.o): Include hashtab.h.

From-SVN: r45710

22 years agosh.c (shiftcosts): Don't use shiftcosts array for modes wider than SImode.
J"orn Rennecke [Thu, 20 Sep 2001 14:25:11 +0000 (14:25 +0000)]
sh.c (shiftcosts): Don't use shiftcosts array for modes wider than SImode.

* sh.c (shiftcosts): Don't use shiftcosts array for modes wider
than SImode.

From-SVN: r45709

22 years agostor-layout.c (layout_type, [...]): Kludge to disable array-too-large test for signed...
Richard Kenner [Thu, 20 Sep 2001 12:56:59 +0000 (12:56 +0000)]
stor-layout.c (layout_type, [...]): Kludge to disable array-too-large test for signed sizetype.

* stor-layout.c (layout_type, case ARRAY_TYPE): Kludge to disable
array-too-large test for signed sizetype.

From-SVN: r45707

22 years agoi386.md (indirect_jump): Allow Pmode operand.
Jan Hubicka [Thu, 20 Sep 2001 10:21:40 +0000 (12:21 +0200)]
i386.md (indirect_jump): Allow Pmode operand.

* i386.md (indirect_jump): Allow Pmode operand.
(tablejump): LIkewise; perform expansion to 64bit mode.
* i386.c (symbolic_operand): Allow 64bit PIC references.
(pic_symbolic_operand): Likewise.
(ix86_find_base_term): Strip the 64bit PIC references.
(legitimate_pic_address_disp_p): Handle 64bit PIC.
(legitimize_pic_address): Likewise.
(i386_simplify_dwarf_addr): Strip down the 64bit PIC references.
* i386.h (CASE_VECTOR_MODE): Set to SImode for 64bit PIC compilation.

From-SVN: r45705

22 years ago[multiple changes]
Benjamin Kosnik [Thu, 20 Sep 2001 09:48:24 +0000 (09:48 +0000)]
[multiple changes]

2001-09-20  Scott Johnston <scott@accom.com>
    Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>

* include/backward/alloc.h: Conditionally define malloc_alloc
* testsuite/backward/header_deque_h.cc: New file.

2001-09-20  Sylvain Pion <Sylvain.Pion@sophia.inria.fr>

* libstdc++-v3/include/bits/locale_facets.tcc (money_put::do_put):
        change variable name so that it works with -fno-for-scope.

From-SVN: r45704

22 years agonumpunct_members_char.cc (test01): Remove redundant sanity checks.
Benjamin Kosnik [Thu, 20 Sep 2001 09:07:37 +0000 (09:07 +0000)]
numpunct_members_char.cc (test01): Remove redundant sanity checks.

2001-09-20  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/22_locale/numpunct_members_char.cc (test01): Remove
redundant sanity checks.
* testsuite/22_locale/money_put_members_wchar_t.cc (test01): Same.
(test02): Same.
* testsuite/22_locale/money_put_members_char.cc (test01): Same.
(test02): Same.
* testsuite/22_locale/moneypunct_members_wchar_t.cc (test01): Same.
* testsuite/22_locale/moneypunct_members_char.cc (test01): Same.
* testsuite/22_locale/money_get_members_wchar_t.cc (test01): Same.
(test02): Same.
* testsuite/22_locale/money_get_members_char.cc (test01): Same.
(test02): Same.

From-SVN: r45703

22 years agoImplement std::time_put.
Benjamin Kosnik [Thu, 20 Sep 2001 08:30:01 +0000 (08:30 +0000)]
Implement std::time_put.

2001-09-19  Benjamin Kosnik  <bkoz@redhat.com>

Implement std::time_put.
* include/bits/locale_facets.h: Include time_members.h.
(__timepunct): New.
(time_put): Implement.
* include/bits/locale_facets.tcc (do_put): Put generic versions here.
* include/bits/localefwd.h: Bump number of facets.
* config/locale/time_members_generic.h: New file.
* config/locale/time_members_gnu.h: New file.
* config/locale/c_locale_generic.h: Include clocale.
* src/locale-inst.cc: Add use_facet instantiations for __timepunct.
* src/locale.cc: Add __timepunct initializations.
* src/localename.cc (locale::_Impl::_Impl(string, size_t)): Same.
* include/Makefile.am (stamp-target): Add time_members.h.
* include/Makefile.in: Regenerate.
* acinclude.m4 (GLIBCPP_ENABLE_CLOCALE): Add CTIME_H.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* testsuite/22_locale/time_put.cc: New file.
* testsuite/22_locale/time_put_members_char.cc: New file.

* docs/html/22_locale/locale.html: Add note.

From-SVN: r45702

22 years agoDaily bump.
GCC Administrator [Thu, 20 Sep 2001 07:16:41 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r45701

22 years agorevert: rs6000.c (logical_operand): CONST_INTs are already sign-extended.
Alan Modra [Thu, 20 Sep 2001 02:35:00 +0000 (02:35 +0000)]
revert: rs6000.c (logical_operand): CONST_INTs are already sign-extended.

2001-09-19  Alan Modra  <amodra@bigpond.net.au>
            David Edelsohn  <edelsohn@gnu.org>

        Revert:
        * config/rs6000/rs6000.c (logical_operand): CONST_INTs are
        already sign-extended.

        * config/rs6000/aix.h (INIT_TARGET_OPTABS): Define TFmode handlers.
        * config/rs6000/rs6000.c (logical_operand): Streamline comparison
        with HOST_WIDE_INT.
        (rs6000_emit_set_long_const): Avoid unnecessary shift.
        (output_profile_hook): Declare label_name const.
        * config/rs6000/rs6000.md (boolcsi3, boolcdi3): Change predicates
        to match constraints.

Co-Authored-By: David Edelsohn <edelsohn@gnu.org>
From-SVN: r45699

22 years agoalias.c: Fix typos in comments.
Stan Shebs [Wed, 19 Sep 2001 23:58:10 +0000 (23:58 +0000)]
alias.c: Fix typos in comments.

        * alias.c: Fix typos in comments.
        * sched-rgn.c (init_ready_list): Ditto.
        * unwind-dw2.c (uw_frame_state_for): Ditto.
        * unwind-dw2-fde.c (_Unwind_Find_FDE): Ditto.
        * unwind.inc (_Unwind_RaiseException_Phase2): Ditto.
        * config/rs6000/rs6000.c (rs6000_adjust_priority): Ditto.

From-SVN: r45698

22 years agocfg.c (force_nonfallthru_and_redirect): Handle redirecting to the exit block.
Richard Henderson [Wed, 19 Sep 2001 19:29:10 +0000 (12:29 -0700)]
cfg.c (force_nonfallthru_and_redirect): Handle redirecting to the exit block.

        * cfg.c (force_nonfallthru_and_redirect): Handle redirecting
        to the exit block.
        * Makefile.in (cfg.o): Depend on TM_P_H.

From-SVN: r45696

22 years agoalpha.c (local_symbol_p): Split out from ...
Richard Henderson [Wed, 19 Sep 2001 18:55:22 +0000 (11:55 -0700)]
alpha.c (local_symbol_p): Split out from ...

* config/alpha/alpha.c (local_symbol_p): Split out from ...
(local_symbolic_operand): ... here.
(small_symbolic_operand): Check mode.
(global_symbolic_operand): New.
(input_operand): Reject symbolics if explicit relocs.
(call_operand): Tidy.
(alpha_legitimize_address): Use movdi_er_high_g.
(alpha_expand_mov): Likewise.
* config/alpha/alpha-protos.h: Update.
* config/alpha/alpha.h (PREDICATE_CODES): Update.
* config/alpha/alpha.md (UNSPEC_LITERAL, UNSPEC_LITUSE): New.
(UNSPEC_LDGP2, UNSPECV_PLDGP2): New.
(UNSPECV_LDGP2): Remove.
(all call patterns): Use 's' not 'i' for symbolic constraint.
(call_osf call_value_osf): Use call_operand.
(all osf call patterns): Use $gp.  New peepholes for explicit relocs.
(movdi_er_nofix, movdi_er_fix): Remove symbolic alternative.
(prologue_ldgp_1_er): Remove.
(ldgp_er_1, ldgp_er_2, prologue_ldgp_er_2): New.
(builtin_setjmp_receiver_er patterns): Use them.
(exception_receiver_er): Likewise.

From-SVN: r45694

22 years agorecog.c (peephole2_optimize): Likewise.
Richard Henderson [Wed, 19 Sep 2001 18:32:21 +0000 (11:32 -0700)]
recog.c (peephole2_optimize): Likewise.

        * recog.c (peephole2_optimize): Likewise.  Handle EH_REGION;
        copy over CALL_INSN_FUNCTION_USAGE.

From-SVN: r45693

22 years agoFix null pointer bug.
Anthony Green [Wed, 19 Sep 2001 18:28:59 +0000 (18:28 +0000)]
Fix null pointer bug.

From-SVN: r45692

22 years agoemit-rtl.c (try_split): Copy NORETURN, SETJMP, ALWAYS_RETURN and NON_LOCAL_GOTO notes.
Richard Henderson [Wed, 19 Sep 2001 18:27:49 +0000 (11:27 -0700)]
emit-rtl.c (try_split): Copy NORETURN, SETJMP, ALWAYS_RETURN and NON_LOCAL_GOTO notes.

        * emit-rtl.c (try_split): Copy NORETURN, SETJMP, ALWAYS_RETURN
        and NON_LOCAL_GOTO notes.

From-SVN: r45691

22 years ago* cfgbuild.c (find_sub_basic_blocks): Handle insns that can throw.
Richard Henderson [Wed, 19 Sep 2001 18:21:54 +0000 (11:21 -0700)]
* cfgbuild.c (find_sub_basic_blocks): Handle insns that can throw.

From-SVN: r45690

22 years agoDaily bump.
GCC Administrator [Wed, 19 Sep 2001 07:16:16 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r45688

22 years agoconfigure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on Solaris when testing...
Ben Elliston [Wed, 19 Sep 2001 06:07:00 +0000 (06:07 +0000)]
configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on Solaris when testing for the /usr/ucb/cc compiler...

2001-09-19  Ben Elliston  <bje@redhat.com>

* configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
semantics.  Use the shell built-in "type" command instead.

From-SVN: r45687

22 years agoconfig/stormy16/stormy16.h (DEFAULT_PCC_STRUCT_RETURN): Define as 0.
Catherine Moore [Tue, 18 Sep 2001 22:00:37 +0000 (22:00 +0000)]
config/stormy16/stormy16.h (DEFAULT_PCC_STRUCT_RETURN): Define as 0.

From-SVN: r45686

22 years agoconfig.gcc (s390-*-linux-*, [...]): Switch to new-style tm_file specification.
Ulrich Weigand [Tue, 18 Sep 2001 21:51:53 +0000 (21:51 +0000)]
config.gcc (s390-*-linux-*, [...]): Switch to new-style tm_file specification.

* config.gcc (s390-*-linux-*, s390x-*-linux*): Switch to
new-style tm_file specification.  Specify correct tm_p_file,
md_file, and out_file for s390x.

* config/s390/linux.h, linux64.h:  Don't include other target
macro header files.  Now handled via tm_file.

* config/s390/linux.h, s390.h:  (IEEE_FLOAT, TARGET_IEEE_FLOAT,
TARGET_IBM_FLOAT): Move from linux.h to s390.h to ensure they
are defined before use.

From-SVN: r45685

22 years agolibiberty.h (concat, [...]): Improve comments.
Kaveh R. Ghazi [Tue, 18 Sep 2001 20:07:31 +0000 (20:07 +0000)]
libiberty.h (concat, [...]): Improve comments.

* libiberty.h (concat, concat_length, concat_copy, concat_copy2,
ACONCAT): Improve comments.

From-SVN: r45683

22 years agomips.c (mips_asm_file_start): Conditionalize Elf code generation only for Gnu assembler.
Eric Christopher [Tue, 18 Sep 2001 17:37:48 +0000 (17:37 +0000)]
mips.c (mips_asm_file_start): Conditionalize Elf code generation only for Gnu assembler.

Tue Sep 18 09:51:11 2001  Eric Christopher  <ecechristo@redhat.com>

        * config/mips/mips.c (mips_asm_file_start): Conditionalize Elf
        code generation only for Gnu assembler.

From-SVN: r45681

22 years ago* config/stormy16 (LIB_SPEC): Remove -lnosys.
Catherine Moore [Tue, 18 Sep 2001 17:02:28 +0000 (17:02 +0000)]
* config/stormy16 (LIB_SPEC): Remove -lnosys.

From-SVN: r45680

22 years ago* g++.dg/eh/registers1.C: New test case.
Richard Sandiford [Tue, 18 Sep 2001 16:26:41 +0000 (16:26 +0000)]
* g++.dg/eh/registers1.C: New test case.

From-SVN: r45679

22 years agomips.c (mips_frame_set): New.
Richard Sandiford [Tue, 18 Sep 2001 16:24:32 +0000 (16:24 +0000)]
mips.c (mips_frame_set): New.

* config/mips/mips.c (mips_frame_set): New.
(mips_emit_frame_related_store): When storing two 32-bit FPRs, use
a parallel frame-related expression with a set for each register.

From-SVN: r45678

22 years ago* objalloc.h (OBJALLOC_ALIGN): Define using offsetof.
Alan Modra [Tue, 18 Sep 2001 13:39:40 +0000 (13:39 +0000)]
* objalloc.h (OBJALLOC_ALIGN): Define using offsetof.

From-SVN: r45677

22 years agolib1funcs.asm (L_dvmd_lnx): Don't rely on kernel header files.
Philip Blundell [Tue, 18 Sep 2001 10:02:37 +0000 (10:02 +0000)]
lib1funcs.asm (L_dvmd_lnx): Don't rely on kernel header files.

2001-09-18  Philip Blundell  <philb@gnu.org>

* config/arm/lib1funcs.asm (L_dvmd_lnx): Don't rely on kernel
header files.

From-SVN: r45674

22 years agoDaily bump.
GCC Administrator [Tue, 18 Sep 2001 07:16:10 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r45672

22 years agoparse.y: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.
Andreas Jaeger [Tue, 18 Sep 2001 05:22:40 +0000 (07:22 +0200)]
parse.y: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.

* parse.y: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.
* jv-scan.c: Likewise.

From-SVN: r45671

22 years agors6000.h (FIXED_REGISTERS): Use FIXED_R2.
Dale Johannesen [Mon, 17 Sep 2001 23:24:52 +0000 (23:24 +0000)]
rs6000.h (FIXED_REGISTERS): Use FIXED_R2.

2001-09-17  Dale Johannesen  <dalej@apple.com>

        * config/rs6000/rs6000.h (FIXED_REGISTERS): Use FIXED_R2.
        * config/rs6000/aix.h (FIXED_R2): Define.
        * config/rs6000/darwin.h (FIXED_R2): Define.
        * config/rs6000/sysv4.h (FIXED_R2): Define.

From-SVN: r45669

22 years agoconfigopts.html: HTML to XHTML change.
Phil Edwards [Mon, 17 Sep 2001 23:24:40 +0000 (23:24 +0000)]
configopts.html: HTML to XHTML change.

2001-09-17  Phil Edwards  <pme@gcc.gnu.org>

* docs/html/configopts.html:  HTML to XHTML change.  Lowercase tags.
* docs/html/documentation.html:  Likewise.
* docs/html/explanations.html:  Likewise.
* docs/html/install.html:  Likewise.
* docs/html/17_intro/howto.html:  Likewise.
* docs/html/18_support/howto.html:  Likewise.
* docs/html/19_diagnostics/howto.html:  Likewise.
* docs/html/20_util/howto.html:  Likewise.
* docs/html/21_strings/howto.html:  Likewise.
* docs/html/22_locale/codecvt.html:  Likewise.
* docs/html/22_locale/ctype.html:  Likewise.
* docs/html/22_locale/howto.html:  Likewise.
* docs/html/22_locale/locale.html:  Likewise.
* docs/html/22_locale/messages.html:  Likewise.
* docs/html/23_containers/howto.html:  Likewise.
* docs/html/24_iterators/howto.html:  Likewise.
* docs/html/25_algorithms/howto.html:  Likewise.
* docs/html/26_numerics/howto.html:  Likewise.
* docs/html/27_io/howto.html:  Likewise.
* docs/html/ext/howto.html:  Likewise.
* docs/html/faq/index.html:  Likewise.
* docs/html/faq/index.txt:  Regenerated.

From-SVN: r45668

22 years agoexcept.c (dw2_build_landing_pads): New local clobbers_hard_regs.
Jeff Sturm [Mon, 17 Sep 2001 23:16:28 +0000 (23:16 +0000)]
except.c (dw2_build_landing_pads): New local clobbers_hard_regs.

* except.c (dw2_build_landing_pads): New local
clobbers_hard_regs.  Emit an ASM_INPUT as a scheduling
barrier after clobbers.  Fixes c++/4012.

From-SVN: r45667

22 years agolibiberty.h (concat_length, [...]): New.
Kaveh R. Ghazi [Mon, 17 Sep 2001 22:15:10 +0000 (22:15 +0000)]
libiberty.h (concat_length, [...]): New.

include:
* libiberty.h (concat_length, concat_copy, concat_copy2,
libiberty_concat_ptr, ACONCAT): New.

libiberty:
* concat.c (vconcat_length, vconcat_copy, concat_length,
concat_copy, concat_copy2): New functions.
(concat): Use vconcat_length/vconcat_copy.

gcc:
* gcc.c (find_file): Use ACONCAT in lieu of alloca/strcpy/strcat.

From-SVN: r45664

22 years agodostage2, [...]: Remove obsolete files.
Joseph Myers [Mon, 17 Sep 2001 20:40:28 +0000 (21:40 +0100)]
dostage2, [...]: Remove obsolete files.

* dostage2, dostage3, listing, make-l2.com, makefile.vms,
patch-apollo-includes, vmsconfig.com: Remove obsolete files.

From-SVN: r45661

22 years agolibiberty.h (ASTRDUP): New macro.
Kaveh R. Ghazi [Mon, 17 Sep 2001 18:48:45 +0000 (18:48 +0000)]
libiberty.h (ASTRDUP): New macro.

include:
* libiberty.h (ASTRDUP): New macro.
libiberty_optr, libiberty_nptr, libiberty_len): Declare.

libiberty:
* alloca.c (libiberty_optr, libiberty_nptr, libiberty_len):
Define.

gcc:
* c-aux-info.c (affix_data_type): Use ASTRDUP in lieu of
alloca/strcpy.

From-SVN: r45657

22 years agocpphash.h (_cpp_lex_direct): New.
Neil Booth [Mon, 17 Sep 2001 18:26:12 +0000 (18:26 +0000)]
cpphash.h (_cpp_lex_direct): New.

* cpphash.h (_cpp_lex_direct): New.
* cpplex.c (_cpp_lex_token): Update.
(lex_token): Rename _cpp_lex_direct; lex into pfile->cur_token,
and increment that pointer.
* cppmacro.c (alloc_expansion_token): New.
(lex_expansion_token): Lex macro expansion directly into
macro storage.

From-SVN: r45656

22 years agore PR java/4189 (gcj generates bytecode for switch stmt that doesn't verify)
Tom Tromey [Mon, 17 Sep 2001 17:03:13 +0000 (17:03 +0000)]
re PR java/4189 (gcj generates bytecode for switch stmt that doesn't verify)

* jcf-write.c (generate_bytecode_insns) [SWITCH_EXPR]: Call
NOTE_PUSH for single-case push.  Fixes PR java/4189.

From-SVN: r45655

22 years ago* gcc.dg/array-5.c: Fix VLA decomposition test.
Richard Henderson [Mon, 17 Sep 2001 16:38:59 +0000 (09:38 -0700)]
* gcc.dg/array-5.c: Fix VLA decomposition test.

From-SVN: r45654

22 years agoDaily bump.
GCC Administrator [Mon, 17 Sep 2001 07:16:15 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r45651

22 years ago* jni.cc (array_from_valist): Use promoted types for va_arg.
Andreas Jaeger [Mon, 17 Sep 2001 05:08:10 +0000 (07:08 +0200)]
* jni.cc (array_from_valist): Use promoted types for va_arg.

From-SVN: r45650

22 years agoAdd support for iso8859_1.
Anthony Green [Mon, 17 Sep 2001 02:28:53 +0000 (02:28 +0000)]
Add support for iso8859_1.

From-SVN: r45649

22 years ago* Makefile.in: Make rtl-error.o depend on $(CONFIG_H).
Brad Lucier [Mon, 17 Sep 2001 02:13:44 +0000 (02:13 +0000)]
* Makefile.in: Make rtl-error.o depend on $(CONFIG_H).

From-SVN: r45648

22 years agobasic-block.h (free_bb_for_insn): Declare.
Jan Hubicka [Sun, 16 Sep 2001 20:21:30 +0000 (20:21 +0000)]
basic-block.h (free_bb_for_insn): Declare.

* basic-block.h (free_bb_for_insn): Declare.
* bb-reorder.c (label_for_bb): Use block_label.
(emit_jump_to_block_after): Remove.
(insert_intra_1): Do not update block_for_insn.
(insert_inter_bb_scope_notes): Likewise; update bb->end
* cfg.c (free_bb_for_insn): New.
(try_rediret_by_replacing_jump): Avoid set_block_for_new_insns call.
(force_nonfallthru_and_redirect): Likewise; do not update BB boundaries.
(commit_one_edge_insertion): Likewise.
(commit_one_edge_insertion): Do not update BB boundary.
(commit_edge_insertions): Do not call compute_bb_for_insn.
* cfgbuild.c (find_basic_blocks): Do not free basic_block_for_insn.
* cfgcleanup.c (merge_blocks_move_predecessor): Use reorder_insns_nobb.
(merge_blocks_move_successor_nojumps): Likewise.
(try_crossjump_to_edge): Do not update block_for_insn.
* combine.c (combine_instructions): Remove compute_bb_for_insn call.
* df.c (df_pattern_emit_later): Do not update BB boundary.
(df_jump_pattern_emit_after): Likewise.
(df_insn_move_before): Use emit_insn_before.
* emit-rtl.c (try_split): Emit after trial to get bb boundary updated
 properly.
(add_insn_after, add_insn_before, emit_insns_after): Update BB
boundaries and basic_block_for_insn.
(reorder_insns_nobb): Rename from reorder_insns.
(reorder_insns): New.
(emit_block_insn_before, emit_block_insn_after): Kill.
* flow.c (check_function_return_warnings): Do not call
compute_bb_for_insn; Do not free basic_block_for_insn.
(attempt_auto_inc): Do not update basic_block_for_insn.
* function.c (emit_return_into_block): Likewise;
do not update BB boundaries.
* gcse.c (handle_avail_expr): Do not update basic_block_for_insn.
(insert_insn_end_bb): Use emit_insn_before; Likewise.
(pre_insert_copy_insn): Likewise.
(update_ld_motion_notes): Likewise.
(insert_insn_start_bb): Likewise.
(replace_store_insn): Likewise.
* ifcvt.c (noce_process_if_block): Likewise.
(if_convert): Do not call compute_bb_for_insn.
* lcm.c (optimize_mode_switching): Do not update BB boundaries.
Use emit_insn_before and emit_insn_after.
* recog.c (split_all_insns): Do not update BB boundaries;
Do not call compute_bb_for_insn.
(peephole2_optimize): Do not update BB boundaries.
* reg-stack.c (emit_pop_insn): Use emit_insn_after and
emit_insn_before.
(emit_swap_insn): Likewise.
(convert_regs_1): Likewise.
* reload1.c (reload): Call compute_bb_for_insn.
* rtl.h (reorder_insns_nobb): Declare.
* ssa.c (rename_equivalent_regs): Use emit_insn_before.
* toplev.c (rest_of_compilation): Call free_bb_for_insn
at places CFG is invalidated; do not call compute_bb_for_insn.

* cfg.c (expunge_block): Invalidate BB structure.

* (merge_blocks_nomove): Update properly BLOCK_FOR_INSN
array.

* cfg.c (verify_flow_info): Verify the basic_block_for_insn array.

From-SVN: r45647

22 years agocpphash.h (_cpp_lex_token): Update prototype.
Neil Booth [Sun, 16 Sep 2001 13:44:29 +0000 (13:44 +0000)]
cpphash.h (_cpp_lex_token): Update prototype.

* cpphash.h (_cpp_lex_token): Update prototype.
* cpplex.c (_cpp_lex_token): New prototype.
* cpplib.c (skip_rest_of_line, check_eol, _cpp_handle_directive,
lex_macro_node, read_flag, do_pragma_poison): Update.
* cppmacro.c (cpp_get_token, parse_params,
lex_expansion_token): Update.

From-SVN: r45646

22 years agocppmain.c (scan_translation_unit): Don't worry about putting a space after hashes.
Neil Booth [Sun, 16 Sep 2001 11:23:56 +0000 (11:23 +0000)]
cppmain.c (scan_translation_unit): Don't worry about putting a space after hashes.

* cppmain.c (scan_translation_unit): Don't worry about
putting a space after hashes.
* cpplib.c (directive_diagnostics): New.
(_cpp_handle_directive): Update to use directive_diagnostics.
(run_directive): Don't toggle prevent_expansion.
(do_line): Backup in case of the line extension.
* cpplib.h (cpp_lexer_pos): Remove.
* cppmacro.c (_cpp_create_definition): Precede a leading #
with whitespace.

* gcc.dg/cpp/line5.c: New testcase.

From-SVN: r45645

22 years agoDaily bump.
GCC Administrator [Sun, 16 Sep 2001 07:16:41 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r45644

22 years ago* c-typeck.c (comptypes): Handle zero-length arrays properly.
Richard Henderson [Sun, 16 Sep 2001 00:48:52 +0000 (17:48 -0700)]
* c-typeck.c (comptypes): Handle zero-length arrays properly.

From-SVN: r45641

22 years ago* c-common.c (c_promoting_integer_type_p): Handle ?Imode types.
Roman Lechtchinsky [Sat, 15 Sep 2001 19:47:38 +0000 (19:47 +0000)]
* c-common.c (c_promoting_integer_type_p): Handle ?Imode types.

From-SVN: r45640

22 years agoMake-lang.in (cp/error.o): Depend on real.h
Gabriel Dos Reis [Sat, 15 Sep 2001 19:47:34 +0000 (19:47 +0000)]
Make-lang.in (cp/error.o): Depend on real.h

        * Make-lang.in (cp/error.o): Depend on real.h
        * error.c: #include "real.h"

From-SVN: r45639

22 years ago* gcc.dg/cpp/macro9.c: Update to make lucky passes harder.
Neil Booth [Sat, 15 Sep 2001 18:42:58 +0000 (18:42 +0000)]
* gcc.dg/cpp/macro9.c: Update to make lucky passes harder.

From-SVN: r45637

22 years ago* gcc.dg/cpp/macro9.c: New test.
Neil Booth [Sat, 15 Sep 2001 18:38:46 +0000 (18:38 +0000)]
* gcc.dg/cpp/macro9.c: New test.

From-SVN: r45636

22 years ago* 980223.c: Change type of addr from long to char *.
Aldy Hernandez [Sat, 15 Sep 2001 18:36:40 +0000 (18:36 +0000)]
* 980223.c: Change type of addr from long to char *.

From-SVN: r45635

22 years agore PR preprocessor/3571 (cpp -traditional inserts line breaks)
Neil Booth [Sat, 15 Sep 2001 18:16:01 +0000 (18:16 +0000)]
re PR preprocessor/3571 (cpp -traditional inserts line breaks)

PR preprocessor/3571
* tradcpp.c (handle_directive): Skip non-vertical space.

From-SVN: r45633

22 years agocppmain.c (setup_callbacks): Set line callback only if outputting preprocessed source.
Neil Booth [Sat, 15 Sep 2001 16:33:43 +0000 (16:33 +0000)]
cppmain.c (setup_callbacks): Set line callback only if outputting preprocessed source.

* cppmain.c (setup_callbacks): Set line callback only
if outputting preprocessed source.

From-SVN: r45632

22 years agocollect2.c (main): Const-ification.
Kaveh R. Ghazi [Sat, 15 Sep 2001 14:04:47 +0000 (14:04 +0000)]
collect2.c (main): Const-ification.

* collect2.c (main): Const-ification.
* gcc.c (translate_options, process_command): Use xstrdup in
lieu of xmalloc/strcpy.
(main): Use concat in lieu of xmalloc/strcpy/strcat.
cp:
* mangle.c (mangle_conv_op_name_for_type): Use concat in lieu of
xmalloc/strcpy/strcat.

From-SVN: r45631

22 years agoRemove conflict indicators committed as part of revision 1.11335 by
Gerald Pfeifer [Sat, 15 Sep 2001 11:51:23 +0000 (11:51 +0000)]
Remove conflict indicators committed as part of revision 1.11335 by
echristo on 15-Sep-01.

From-SVN: r45630

22 years agoinstall.texi (Specific, [...]): Fix example.
Roman Lechtchinsky [Sat, 15 Sep 2001 11:47:05 +0000 (11:47 +0000)]
install.texi (Specific, [...]): Fix example.

* doc/install.texi (Specific, alphaev5-cray-unicosmk*): Fix
example.

From-SVN: r45629

22 years ago* scan-decls.c (scan_decls): Fix typo.
Neil Booth [Sat, 15 Sep 2001 11:09:38 +0000 (11:09 +0000)]
* scan-decls.c (scan_decls): Fix typo.

From-SVN: r45628

22 years agocpphash.h (struct cpp_reader): Remove lexer_pos, directive_pos.
Neil Booth [Sat, 15 Sep 2001 10:18:03 +0000 (10:18 +0000)]
cpphash.h (struct cpp_reader): Remove lexer_pos, directive_pos.

* cpphash.h (struct cpp_reader): Remove lexer_pos, directive_pos.
Split mlstring_pos into mls_line and mls_col.
* cppinit.c (cpp_create_reader): Initialize line to 1.
(cpp_destroy): Free tokenruns.
(push_include): Don't update lexer_pos.
* cpplex.c (unterminated, parse_string): Update.
(lex_token): Don't update lexer_pos, update.
* cpplib.c (if_stack): Save line instead of line + col.
(start_directive, _cpp_do__Pragma, do_else, do_elif,
push_conditional, _cpp_pop_buffer): Update.
* cppmacro.c (funlike_invocation_p): Don't save lexer_pos.
(_cpp_create_definition): Update.

From-SVN: r45627

23 years agoDaily bump.
GCC Administrator [Sat, 15 Sep 2001 07:16:39 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r45626

23 years agoabi64.h: Add support for MEABI.
Eric Christopher [Sat, 15 Sep 2001 02:09:52 +0000 (02:09 +0000)]
abi64.h: Add support for MEABI.

2001-09-15  Eric Christopher  <echristo@redhat.com>

* config/mips/abi64.h: Add support for MEABI.

From-SVN: r45624

23 years agomips.md: Add unspec #2.
Eric Christopher [Sat, 15 Sep 2001 02:03:14 +0000 (02:03 +0000)]
mips.md: Add unspec #2.

2001-09-15  Eric Christopher  <echristo@redhat.com>

* config/mips/mips.md: Add unspec #2.
(reload_indi): Use.
(reload_outdi): Ditto.
(reload_outsi): Ditto.
(HILO_delay): New.

2001-09-15  Eric Christopher  <echristo@redhat.com>
    Jason Eckhardt  <jle@redhat.com>

* config.gcc: Add mipsisa32 target and mipsisa32-linux target.
* config/mips/isa32-linux.h: New file.
* config/mips/isa3264.h: Ditto.
* config/mips/mips-protos.h: Add mips_hard_regno_nregs.
* config/mips/mips.c (mips_hard_regno_nregs): Move here from mips.h.
(output_block_mode): Support MEABI.
(function_arg): Ditto. Fix floating point arg passing.
(mips_va_start): Ditto.
(override_options): Add isas 32 and 64, meabi, mips32 and mips64
processors.
(mips_asm_file_start): Add new section to pass abi to gdb.
(function_arg_pass_by_reference): Support MEABI.
(mips_parse_cpu): Support mips32 and mips64 processors.
* config/mips/mips.h: Support ABI_MEABI, TARGET_MIPS4KC,
TARGET_MIPS5KC.  Support isa32 and isa64.
(processor_type): Add r4kc, r5kc, r20kc.
(GENERATE_MULT3_SI): New.
(GENERATE_MULT3_DI): Ditto.
(GENERATE_MULT3): Remove.
(ISA_HAS_64BIT_REGS): Add isa == 64.
(ISA_HAS_8CC): Add mips_isa = 32 and 64.
(ISA_HAS_MADD_MSUB): New.
(ISA_HAS_CLZ_CLO): Ditto.
(ISA_HAS_DCLZ_DCLO): Ditto.
(ABI_GAS_ASM_SPEC): New.
(GAS_ASM_SPEC): Use. Add support for mips32, mips64.
(ASM_SPEC): Ditto.
(LINK_SPEC): Ditto.
(SUBTARGET_CC1_SPEC): Ditto.
(SUBTARGET_CPP_SIZE_SPEC): Ditto.
(PAD_VARARGS_DOWN): Support MEABI.
(HARD_REGNO_NREGS): Move to mips.c.
(ASM_OUTPUT_IDENT): Add #undef.
* config/mips/mips.md: Add r4kc, r5kc, r20kc.
(mulsi3): Use GENERATE_MULT3_SI.
(mulsi3_mult3): Ditto.  Support mips32, mips64.
(mul_acc_si): Use ISA_HAS_MADD_MSUB.
(mul_sub_si): New pattern.
(unnamed splitters): New.
(muldi3): Use GENERATE_MULT3_DI.
(muldi3_internal2): Ditto.
(movdicc): Support mips32.
* config/mips/t-isa3264: New file.

From-SVN: r45623

23 years agoTimeZone.java: Updated list of timezones from Classpath.
Tom Tromey [Sat, 15 Sep 2001 01:22:39 +0000 (01:22 +0000)]
TimeZone.java: Updated list of timezones from Classpath.

* java/util/TimeZone.java: Updated list of timezones from
Classpath.

From-SVN: r45622

23 years agoheaders_cc.txt: "Sync"/copy real file over.
Phil Edwards [Sat, 15 Sep 2001 00:41:11 +0000 (00:41 +0000)]
headers_cc.txt: "Sync"/copy real file over.

2001-09-14  Phil Edwards  <pme@sources.redhat.com>

* docs/html/17_intro/headers_cc.txt:  "Sync"/copy real file over.
* docs/html/17_intro/howto.html:  Spacing and HTML markup fixes.
* docs/html/18_support/howto.html:  It won't compile; it's not code.
* docs/html/19_diagnostics/howto.html:  Point diagram seekers to
doxygen'd pages.
* docs/html/22_locale/howto.html:  Comment for future work.
* docs/html/23_containers/howto.html:  More comments.
* docs/html/25_algorithms/howto.html:  It's a comment, not a
blunt command to the reader.  (English grammar.)

From-SVN: r45620

23 years agojava-tree.h (TYPE_IMPORT_LIST): New macro.
Alexandre Petit-Bianco [Fri, 14 Sep 2001 22:58:37 +0000 (15:58 -0700)]
java-tree.h (TYPE_IMPORT_LIST): New macro.

2001-09-13  Alexandre Petit-Bianco  <apbianco@redhat.com>

* java-tree.h (TYPE_IMPORT_LIST): New macro.
(TYPE_IMPORT_DEMAND_LIST): Likewise.
(struct lang_type): New fields import_list and import_demand_list.
* parse.y (java_complete_class): Initialize TYPE_IMPORT_LIST and
TYPE_IMPORT_DEMAND_LIST with ctxp counterparts.
(do_resolve_class): New local saved_enclosing_type, initialized,
passed as parameter to find_in_imports and find_in_imports_on_demand.
(find_in_imports): Added paramater enclosing_type, use its
TYPE_IMPORT_LIST when applicable.
(find_in_imports_on_demand): Added parameter enclosing_type, use
its TYPE_IMPORT_DEMAND_LIST when applicable. Reorganized locals
declaration and initialization.
(fold_constant_for_init): Switch/restore current_class to the
appropriate context.

( http://gcc.gnu.org/ml/gcc-patches/2001-09/msg00563.html )

From-SVN: r45619

23 years ago* gcc.c-torture/execute/20010915-1.c: New test.
Hans-Peter Nilsson [Fri, 14 Sep 2001 22:33:58 +0000 (22:33 +0000)]
* gcc.c-torture/execute/20010915-1.c: New test.

From-SVN: r45618

23 years agortl.h (FIND_REG_INC_NOTE): Call find_regno_note for REGs.
Hans-Peter Nilsson [Fri, 14 Sep 2001 22:29:13 +0000 (22:29 +0000)]
rtl.h (FIND_REG_INC_NOTE): Call find_regno_note for REGs.

* rtl.h (FIND_REG_INC_NOTE) [HAVE_PRE_INCREMENT
|| HAVE_PRE_DECREMENT || HAVE_POST_INCREMENT
|| HAVE_POST_DECREMENT]: Call find_regno_note for REGs.

From-SVN: r45617

23 years agoreorg.c (fill_slots_from_thread): After call to steal_delay_list_from_target...
Hans-Peter Nilsson [Fri, 14 Sep 2001 22:25:05 +0000 (22:25 +0000)]
reorg.c (fill_slots_from_thread): After call to steal_delay_list_from_target...

* reorg.c (fill_slots_from_thread): After call to
steal_delay_list_from_target, update own_thread as new_thread may
have branched.

From-SVN: r45616

23 years agomoneypunct_members_gnu.cc: Fix initialization of wchar_t members.
Benjamin Kosnik [Fri, 14 Sep 2001 22:13:11 +0000 (22:13 +0000)]
moneypunct_members_gnu.cc: Fix initialization of wchar_t members.

2001-09-14  Benjamin Kosnik  <bkoz@redhat.com>

* config/locale/moneypunct_members_gnu.cc: Fix initialization of
wchar_t members.
* testsuite/22_locale/money_get_members_wchar_t.cc (test02): New file.
* testsuite/22_locale/money_put_members_wchar_t.cc (test02): Fix.

From-SVN: r45615

23 years agomoneypunct_members_gnu.cc: Fix initialization of wchar_t members.
Benjamin Kosnik [Fri, 14 Sep 2001 22:09:35 +0000 (22:09 +0000)]
moneypunct_members_gnu.cc: Fix initialization of wchar_t members.

2001-09-14  Benjamin Kosnik  <bkoz@redhat.com>

* config/locale/moneypunct_members_gnu.cc: Fix initialization of
wchar_t members.
* testsuite/22_locale/money_get_members_wchar_t.cc (test02): New file.
* testsuite/22_locale/money_put_members_wchar_t.cc (test02): Fix.

From-SVN: r45614

23 years agocpperror.c (print_location): Take line and column, for default positioning use the...
Neil Booth [Fri, 14 Sep 2001 22:04:46 +0000 (22:04 +0000)]
cpperror.c (print_location): Take line and column, for default positioning use the previously lexed token.

* cpperror.c (print_location): Take line and column, for
default positioning use the previously lexed token.
(_cpp_begin_message): Take line and column.
(cpp_ice, cpp_fatal, cpp_error, cpp_error_with_line, cpp_warning,
cpp_warning_with_line, cpp_pedwarn, cpp_pedwarn_with_line): Update.
* cpphash.h (_cpp_begin_message): Update prototype.
* cppinit.c (push_include): Don't set output line.
* cpplex.c (_cpp_lex_token): Callback for start of new output lines.
* cpplib.c (do_diagnostic, _cpp_pop_buffer): Update.
(do_pragma): Kludge for front ends.  Don't expand macros at all.
* cpplib.h (cpp_lookahead, cpp_token_with_pos, cpp_get_line): Remove.
(struct cpp_token): Remove output_line.
(struct cpp_callbacks): New member line_change.
* cppmacro.c (builtin_macro, paste_all_tokens, replace_args,
cpp_get_token): Preserve BOL flag.
(cpp_get_line): Remove.
(_cpp_backup_tokens): Remove useless abort().
* cppmain.c (cb_line_change): New.
(scan_translation_unit): Don't worry about starting new lines here.
* scan-decls.c (scan_decls): Update.
* c-lex.c (c_lex, init_c_lex): Update.
(cb_line_change, src_lineno): New.

From-SVN: r45613

23 years agoRun tests of gcov output.
Janis Johnson [Fri, 14 Sep 2001 20:47:47 +0000 (20:47 +0000)]
Run tests of gcov output.

* g77.dg/gcov: New directory.
* g77.dg/gcov/gcov.exp: New file.
* g77.dg/gcov/gcov-1.f: New test.
* g77.dg/gcov/gcov-1.x: New file.

From-SVN: r45612

23 years agoOptions to control test of gcov output.
Janis Johnson [Fri, 14 Sep 2001 20:47:19 +0000 (20:47 +0000)]
Options to control test of gcov output.

* g77.dg/gcov: New directory.
* g77.dg/gcov/gcov.exp: New file.
* g77.dg/gcov/gcov-1.f: New test.
* g77.dg/gcov/gcov-1.x: New file.

From-SVN: r45611

23 years agoTest for gcov output.
Janis Johnson [Fri, 14 Sep 2001 20:46:45 +0000 (20:46 +0000)]
Test for gcov output.

* g77.dg/gcov: New directory.
* g77.dg/gcov/gcov.exp: New file.
* g77.dg/gcov/gcov-1.f: New test.
* g77.dg/gcov/gcov-1.x: New file.

From-SVN: r45610

23 years agoSupport for tests of -fbranch-probabilities.
Janis Johnson [Fri, 14 Sep 2001 20:45:06 +0000 (20:45 +0000)]
Support for tests of -fbranch-probabilities.

* g77.dg/bprob: New directory.
* g77.dg/bprob/bprob.exp: New file.
* g77.dg/bprob/bprob-1.f: New test.

From-SVN: r45609

23 years agoTest for -fbranch-probability.
Janis Johnson [Fri, 14 Sep 2001 20:43:35 +0000 (20:43 +0000)]
Test for -fbranch-probability.

* g77.dg/bprob: New directory.
* g77.dg/bprob/bprob.exp: New file.
* g77.dg/bprob/bprob-1.f: New test.

From-SVN: r45608

23 years agobprob: New directory.
Janis Johnson [Fri, 14 Sep 2001 20:42:38 +0000 (20:42 +0000)]
bprob: New directory.

* g77.dg/bprob: New directory.
* g77.dg/bprob/bprob.exp: New file.
* g77.dg/bprob/bprob-1.f: New test.
* g77.dg/gcov: New directory.
* g77.dg/gcov/gcov.exp: New file.
* g77.dg/gcov/gcov-1.f: New test.
* g77.dg/gcov/gcov-1.x: New file.

From-SVN: r45607

23 years agotree.c (append_random_chars): Generate the random characters in a reproducable fashion.
John Wehle [Fri, 14 Sep 2001 17:56:47 +0000 (17:56 +0000)]
tree.c (append_random_chars): Generate the random characters in a reproducable fashion.

* tree.c (append_random_chars): Generate the random
characters in a reproducable fashion.

From-SVN: r45606

23 years agoi386.c (internal_label_prefix): New.
Richard Henderson [Fri, 14 Sep 2001 17:19:04 +0000 (10:19 -0700)]
i386.c (internal_label_prefix): New.

        * config/i386/i386.c (internal_label_prefix): New.
        (internal_label_prefix_len): New.
        (override_options): Set them.
        (local_symbolic_operand): New.
        (legitimate_pic_address_disp_p): Use it.
        (legitimize_pic_address): Likewise.

From-SVN: r45605

23 years agooops, I always forget that blank line
Marc Espie [Fri, 14 Sep 2001 16:45:25 +0000 (16:45 +0000)]
oops, I always forget that blank line

From-SVN: r45603

23 years agounix.h (ASM_OUTPUT_MI_THUNK): Generate reference to GOT correctly.
Marc Espie [Fri, 14 Sep 2001 16:40:12 +0000 (16:40 +0000)]
unix.h (ASM_OUTPUT_MI_THUNK): Generate reference to GOT correctly.

2001-09-14  Marc Espie <espie@openbsd.org>
* config/i386/unix.h (ASM_OUTPUT_MI_THUNK):  Generate reference to GOT
correctly.

From-SVN: r45601

23 years agoalpha.md (unaligned_extendhidi_be): Fix.
Roman Lechtchinsky [Fri, 14 Sep 2001 16:25:26 +0000 (16:25 +0000)]
alpha.md (unaligned_extendhidi_be): Fix.

        * config/alpha/alpha.md (unaligned_extendhidi_be): Fix.
        * config/alpha/unicosmk.h (INIT_TARGET_OPTABS): New.

From-SVN: r45600

23 years agoCloneNotSupportedException.java: Re-merged with Classpath.
Tom Tromey [Fri, 14 Sep 2001 16:19:30 +0000 (16:19 +0000)]
CloneNotSupportedException.java: Re-merged with Classpath.

* java/lang/CloneNotSupportedException.java: Re-merged with
Classpath.

From-SVN: r45599

23 years agoAdd missing semicolon
Nick Clifton [Fri, 14 Sep 2001 11:11:01 +0000 (11:11 +0000)]
Add missing semicolon

From-SVN: r45597

23 years agooops - omitted in previous delta
Nick Clifton [Fri, 14 Sep 2001 11:07:35 +0000 (11:07 +0000)]
oops - omitted in previous delta

From-SVN: r45596

23 years agoFix typo in FSF copyright statement
Nick Clifton [Fri, 14 Sep 2001 11:05:39 +0000 (11:05 +0000)]
Fix typo in FSF copyright statement

From-SVN: r45595

23 years agoRearrange arm/elf header files
Nick Clifton [Fri, 14 Sep 2001 10:19:30 +0000 (10:19 +0000)]
Rearrange arm/elf header files

From-SVN: r45594

23 years agomoney_get_members_char.cc: Fixed typo in comment.
Alexandre Petit-Bianco [Fri, 14 Sep 2001 08:38:18 +0000 (01:38 -0700)]
money_get_members_char.cc: Fixed typo in comment.

2001-09-13  Alexandre Petit-Bianco  <apbianco@redhat.com>

* testsuite/22_locale/money_get_members_char.cc: Fixed typo in comment.
* testsuite/22_locale/money_put_members_char.cc: Likewise.
* testsuite/22_locale/money_put_members_wchar_t.cc: Likewise.

(If only spelling them right would make them go away...)

From-SVN: r45592

23 years agolocale_facets.tcc: Conditionalize use of strtold.
Benjamin Kosnik [Fri, 14 Sep 2001 07:43:36 +0000 (07:43 +0000)]
locale_facets.tcc: Conditionalize use of strtold.

2001-09-14  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/locale_facets.tcc: Conditionalize use of strtold.

From-SVN: r45591

23 years agoDaily bump.
GCC Administrator [Fri, 14 Sep 2001 07:16:09 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r45589

23 years agoWhitespace fixes.
Alexandre Oliva [Fri, 14 Sep 2001 05:02:00 +0000 (05:02 +0000)]
Whitespace fixes.

From-SVN: r45587

23 years ago* verify.c (verify_jvm_instructions): Fix typo.
Mark Mitchell [Fri, 14 Sep 2001 00:16:36 +0000 (00:16 +0000)]
* verify.c (verify_jvm_instructions): Fix typo.

From-SVN: r45586

23 years agoImplement std::money_get.
Benjamin Kosnik [Thu, 13 Sep 2001 23:21:25 +0000 (23:21 +0000)]
Implement std::money_get.

2001-09-13   Benjamin Kosnik  <bkoz@redhat.com>

Implement std::money_get.
* include/bits/locale_facets.tcc (money_get::do_get): Implement.
* include/bits/locale_facets.h (money_get): Correct signatures.
* testsuite/22_locale/money_get.cc: New file.
* testsuite/22_locale/money_get_members_char.cc: New file.

* include/bits/locale_facets.tcc (__verify_grouping): New
function. Consolidate num_get and money_get group checking into
one function.
(money_get): Use it.
* src/locale.cc (num_get::_M_extract): Use it.
* src/locale-inst.cc: Add instantiation.

From-SVN: r45585

23 years agoHashtable.java (Enumerator): Ensure that if hasMoreElements() returns true...
Bryce McKinlay [Thu, 13 Sep 2001 23:20:19 +0000 (23:20 +0000)]
Hashtable.java (Enumerator): Ensure that if hasMoreElements() returns true...

* java/util/Hashtable.java (Enumerator): Ensure that if
hasMoreElements() returns true, nextElement() will always return
something even if the table has been modified.

From-SVN: r45584

23 years agoFile.java (normalizePath): Use equals() not '==' for string comparison.
Bryce McKinlay [Thu, 13 Sep 2001 23:18:07 +0000 (23:18 +0000)]
File.java (normalizePath): Use equals() not '==' for string comparison.

* java/io/File.java (normalizePath): Use equals() not '==' for string
comparison.

From-SVN: r45583

23 years agoc-parse.in (_yylex): Use _cpp_backup_tokens.
Neil Booth [Thu, 13 Sep 2001 20:05:17 +0000 (20:05 +0000)]
c-parse.in (_yylex): Use _cpp_backup_tokens.

* c-parse.in (_yylex): Use _cpp_backup_tokens.
* cpphash.h (struct tokenrun): Add prev.
(struct lexer_state): Remove bol.
(struct cpp_reader): Remove old lookahead stuff, add lookaheads.
(_cpp_free_lookaheads, _cpp_release_lookahead, _cpp_push_token)
: Remove.
* cppinit.c (cpp_create_reader): Don't set bol.
(cpp_destroy): Don't free lookaheads.
* cpplex.c (lex_directive): Remove.
(next_tokenrun): Update.
(_cpp_lex_token): Clean up logic.
(lex_token): Update to return a pointer to lexed token, since it
can move to the start of the buffer.  Simpify newline handling.
* cpplib.c (SEEN_EOL): Update.
(skip_rest_of_line): Remove lookahead stuff.
(end_directive): Line numbers are already incremented.  Revert
to start of lexed token buffer if we can.
(_cpp_handle_directive, do_pragma, do_pragma_dependency,
parse_answer): Use _cpp_backup_tokens.
(run_directive, cpp_pop_buffer): Don't set bol, set saved_flags
instead.  Don't check for EOL.
(do_include_common, do_line, do_pragma_system_header): Use
skip_rest_of_line.
* cpplib.h (BOL, _cpp_backup_tokens): New.
* cppmacro.c (save_lookahead_token, take_lookahead_token,
alloc_lookahead, free_lookahead, _cpp_free_lookaheads,
cpp_start_lookahead, cpp_stop_lookahead, _cpp_push_token): Remove.
(builtin_macro): Don't use cpp_get_line.
(cpp_get_line): Short term kludge.
(parse_arg): Handle directives in arguments here.  Back up when
appropriate.  Store EOF at end of argument list.
(funlike_invocation_p): Use _cpp_backup_tokens.
(push_arg_context): Account for EOF at end of list.
(cpp_get_token): Remove lookahead stuff.  Update.

* gcc.dg/cpp/directiv.c: Update.
* gcc.dg/cpp/undef1.c: Update.

From-SVN: r45582