dj [Fri, 21 Sep 2001 00:27:59 +0000 (00:27 +0000)]
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45714
138bc75d-0d04-0410-961f-
82ee72b054a4
wilson [Fri, 21 Sep 2001 00:00:03 +0000 (00:00 +0000)]
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45713
138bc75d-0d04-0410-961f-
82ee72b054a4
amacleod [Thu, 20 Sep 2001 18:06:39 +0000 (18:06 +0000)]
2001-09-20 Andrew MacLeod <amacleod@redhat.com>
* testsuite/gcc.c-torture/execute/990208-1.x: New. XFAIL at -O3
on ia64.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45712
138bc75d-0d04-0410-961f-
82ee72b054a4
kenner [Thu, 20 Sep 2001 15:12:54 +0000 (15:12 +0000)]
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45710
138bc75d-0d04-0410-961f-
82ee72b054a4
amylaar [Thu, 20 Sep 2001 14:25:11 +0000 (14:25 +0000)]
* sh.c (shiftcosts): Don't use shiftcosts array for modes wider
than SImode.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45709
138bc75d-0d04-0410-961f-
82ee72b054a4
kenner [Thu, 20 Sep 2001 12:56:59 +0000 (12:56 +0000)]
* stor-layout.c (layout_type, case ARRAY_TYPE): Kludge to disable
array-too-large test for signed sizetype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45707
138bc75d-0d04-0410-961f-
82ee72b054a4
hubicka [Thu, 20 Sep 2001 10:21:40 +0000 (10:21 +0000)]
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45705
138bc75d-0d04-0410-961f-
82ee72b054a4
bkoz [Thu, 20 Sep 2001 09:48:24 +0000 (09:48 +0000)]
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45704
138bc75d-0d04-0410-961f-
82ee72b054a4
bkoz [Thu, 20 Sep 2001 09:07:37 +0000 (09:07 +0000)]
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45703
138bc75d-0d04-0410-961f-
82ee72b054a4
bkoz [Thu, 20 Sep 2001 08:30:01 +0000 (08:30 +0000)]
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45702
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Thu, 20 Sep 2001 07:16:41 +0000 (07:16 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45701
138bc75d-0d04-0410-961f-
82ee72b054a4
dje [Thu, 20 Sep 2001 02:35:00 +0000 (02:35 +0000)]
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45699
138bc75d-0d04-0410-961f-
82ee72b054a4
shebs [Wed, 19 Sep 2001 23:58:10 +0000 (23:58 +0000)]
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45698
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Wed, 19 Sep 2001 19:29:10 +0000 (19:29 +0000)]
* cfg.c (force_nonfallthru_and_redirect): Handle redirecting
to the exit block.
* Makefile.in (cfg.o): Depend on TM_P_H.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45696
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Wed, 19 Sep 2001 18:55:22 +0000 (18:55 +0000)]
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45694
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Wed, 19 Sep 2001 18:32:21 +0000 (18:32 +0000)]
* recog.c (peephole2_optimize): Likewise. Handle EH_REGION;
copy over CALL_INSN_FUNCTION_USAGE.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45693
138bc75d-0d04-0410-961f-
82ee72b054a4
green [Wed, 19 Sep 2001 18:28:59 +0000 (18:28 +0000)]
Fix null pointer bug.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45692
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Wed, 19 Sep 2001 18:27:49 +0000 (18:27 +0000)]
* emit-rtl.c (try_split): Copy NORETURN, SETJMP, ALWAYS_RETURN
and NON_LOCAL_GOTO notes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45691
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Wed, 19 Sep 2001 18:21:54 +0000 (18:21 +0000)]
* cfgbuild.c (find_sub_basic_blocks): Handle insns that can throw.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45690
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Wed, 19 Sep 2001 07:16:16 +0000 (07:16 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45688
138bc75d-0d04-0410-961f-
82ee72b054a4
bje [Wed, 19 Sep 2001 06:07:00 +0000 (06:07 +0000)]
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45687
138bc75d-0d04-0410-961f-
82ee72b054a4
clm [Tue, 18 Sep 2001 22:00:37 +0000 (22:00 +0000)]
config/stormy16/stormy16.h (DEFAULT_PCC_STRUCT_RETURN): Define as 0.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45686
138bc75d-0d04-0410-961f-
82ee72b054a4
uweigand [Tue, 18 Sep 2001 21:51:53 +0000 (21:51 +0000)]
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45685
138bc75d-0d04-0410-961f-
82ee72b054a4
ghazi [Tue, 18 Sep 2001 20:07:31 +0000 (20:07 +0000)]
* libiberty.h (concat, concat_length, concat_copy, concat_copy2,
ACONCAT): Improve comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45683
138bc75d-0d04-0410-961f-
82ee72b054a4
oldham [Tue, 18 Sep 2001 17:37:48 +0000 (17:37 +0000)]
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45681
138bc75d-0d04-0410-961f-
82ee72b054a4
clm [Tue, 18 Sep 2001 17:02:28 +0000 (17:02 +0000)]
* config/stormy16 (LIB_SPEC): Remove -lnosys.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45680
138bc75d-0d04-0410-961f-
82ee72b054a4
rsandifo [Tue, 18 Sep 2001 16:26:41 +0000 (16:26 +0000)]
* g++.dg/eh/registers1.C: New test case.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45679
138bc75d-0d04-0410-961f-
82ee72b054a4
rsandifo [Tue, 18 Sep 2001 16:24:32 +0000 (16:24 +0000)]
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45678
138bc75d-0d04-0410-961f-
82ee72b054a4
amodra [Tue, 18 Sep 2001 13:39:40 +0000 (13:39 +0000)]
* objalloc.h (OBJALLOC_ALIGN): Define using offsetof.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45677
138bc75d-0d04-0410-961f-
82ee72b054a4
pb [Tue, 18 Sep 2001 10:02:37 +0000 (10:02 +0000)]
2001-09-18 Philip Blundell <philb@gnu.org>
* config/arm/lib1funcs.asm (L_dvmd_lnx): Don't rely on kernel
header files.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45674
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Tue, 18 Sep 2001 07:16:10 +0000 (07:16 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45672
138bc75d-0d04-0410-961f-
82ee72b054a4
aj [Tue, 18 Sep 2001 05:22:40 +0000 (05:22 +0000)]
* parse.y: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.
* jv-scan.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45671
138bc75d-0d04-0410-961f-
82ee72b054a4
shebs [Mon, 17 Sep 2001 23:24:52 +0000 (23:24 +0000)]
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45669
138bc75d-0d04-0410-961f-
82ee72b054a4
pme [Mon, 17 Sep 2001 23:24:40 +0000 (23:24 +0000)]
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45668
138bc75d-0d04-0410-961f-
82ee72b054a4
jsturm [Mon, 17 Sep 2001 23:16:28 +0000 (23:16 +0000)]
* except.c (dw2_build_landing_pads): New local
clobbers_hard_regs. Emit an ASM_INPUT as a scheduling
barrier after clobbers. Fixes c++/4012.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45667
138bc75d-0d04-0410-961f-
82ee72b054a4
ghazi [Mon, 17 Sep 2001 22:15:10 +0000 (22:15 +0000)]
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45664
138bc75d-0d04-0410-961f-
82ee72b054a4
jsm28 [Mon, 17 Sep 2001 20:40:28 +0000 (20:40 +0000)]
* dostage2, dostage3, listing, make-l2.com, makefile.vms,
patch-apollo-includes, vmsconfig.com: Remove obsolete files.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45661
138bc75d-0d04-0410-961f-
82ee72b054a4
ghazi [Mon, 17 Sep 2001 18:48:45 +0000 (18:48 +0000)]
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45657
138bc75d-0d04-0410-961f-
82ee72b054a4
neil [Mon, 17 Sep 2001 18:26:12 +0000 (18:26 +0000)]
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45656
138bc75d-0d04-0410-961f-
82ee72b054a4
tromey [Mon, 17 Sep 2001 17:03:13 +0000 (17:03 +0000)]
* jcf-write.c (generate_bytecode_insns) [SWITCH_EXPR]: Call
NOTE_PUSH for single-case push. Fixes PR java/4189.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45655
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Mon, 17 Sep 2001 16:38:59 +0000 (16:38 +0000)]
* gcc.dg/array-5.c: Fix VLA decomposition test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45654
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Mon, 17 Sep 2001 07:16:15 +0000 (07:16 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45651
138bc75d-0d04-0410-961f-
82ee72b054a4
aj [Mon, 17 Sep 2001 05:08:10 +0000 (05:08 +0000)]
* jni.cc (array_from_valist): Use promoted types for va_arg.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45650
138bc75d-0d04-0410-961f-
82ee72b054a4
green [Mon, 17 Sep 2001 02:28:53 +0000 (02:28 +0000)]
Add support for iso8859_1.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45649
138bc75d-0d04-0410-961f-
82ee72b054a4
dj [Mon, 17 Sep 2001 02:13:44 +0000 (02:13 +0000)]
* Makefile.in: Make rtl-error.o depend on $(CONFIG_H).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45648
138bc75d-0d04-0410-961f-
82ee72b054a4
hubicka [Sun, 16 Sep 2001 20:21:30 +0000 (20:21 +0000)]
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45647
138bc75d-0d04-0410-961f-
82ee72b054a4
neil [Sun, 16 Sep 2001 13:44:29 +0000 (13:44 +0000)]
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45646
138bc75d-0d04-0410-961f-
82ee72b054a4
neil [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.
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45645
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Sun, 16 Sep 2001 07:16:41 +0000 (07:16 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45644
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Sun, 16 Sep 2001 00:48:52 +0000 (00:48 +0000)]
* c-typeck.c (comptypes): Handle zero-length arrays properly.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45641
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Sat, 15 Sep 2001 19:47:38 +0000 (19:47 +0000)]
* c-common.c (c_promoting_integer_type_p): Handle ?Imode types.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45640
138bc75d-0d04-0410-961f-
82ee72b054a4
gdr [Sat, 15 Sep 2001 19:47:34 +0000 (19:47 +0000)]
* Make-lang.in (cp/error.o): Depend on real.h
* error.c: #include "real.h"
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45639
138bc75d-0d04-0410-961f-
82ee72b054a4
neil [Sat, 15 Sep 2001 18:42:58 +0000 (18:42 +0000)]
* gcc.dg/cpp/macro9.c: Update to make lucky passes harder.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45637
138bc75d-0d04-0410-961f-
82ee72b054a4
neil [Sat, 15 Sep 2001 18:38:46 +0000 (18:38 +0000)]
* gcc.dg/cpp/macro9.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45636
138bc75d-0d04-0410-961f-
82ee72b054a4
aldyh [Sat, 15 Sep 2001 18:36:40 +0000 (18:36 +0000)]
* 980223.c: Change type of addr from long to char *.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45635
138bc75d-0d04-0410-961f-
82ee72b054a4
neil [Sat, 15 Sep 2001 18:16:01 +0000 (18:16 +0000)]
PR preprocessor/3571
* tradcpp.c (handle_directive): Skip non-vertical space.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45633
138bc75d-0d04-0410-961f-
82ee72b054a4
neil [Sat, 15 Sep 2001 16:33:43 +0000 (16:33 +0000)]
* cppmain.c (setup_callbacks): Set line callback only
if outputting preprocessed source.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45632
138bc75d-0d04-0410-961f-
82ee72b054a4
ghazi [Sat, 15 Sep 2001 14:04:47 +0000 (14:04 +0000)]
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45631
138bc75d-0d04-0410-961f-
82ee72b054a4
gerald [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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45630
138bc75d-0d04-0410-961f-
82ee72b054a4
gerald [Sat, 15 Sep 2001 11:47:05 +0000 (11:47 +0000)]
* doc/install.texi (Specific, alphaev5-cray-unicosmk*): Fix
example.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45629
138bc75d-0d04-0410-961f-
82ee72b054a4
neil [Sat, 15 Sep 2001 11:09:38 +0000 (11:09 +0000)]
* scan-decls.c (scan_decls): Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45628
138bc75d-0d04-0410-961f-
82ee72b054a4
neil [Sat, 15 Sep 2001 10:18:03 +0000 (10:18 +0000)]
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45627
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Sat, 15 Sep 2001 07:16:39 +0000 (07:16 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45626
138bc75d-0d04-0410-961f-
82ee72b054a4
echristo [Sat, 15 Sep 2001 02:09:52 +0000 (02:09 +0000)]
2001-09-15 Eric Christopher <echristo@redhat.com>
* config/mips/abi64.h: Add support for MEABI.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45624
138bc75d-0d04-0410-961f-
82ee72b054a4
echristo [Sat, 15 Sep 2001 02:03:14 +0000 (02:03 +0000)]
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45623
138bc75d-0d04-0410-961f-
82ee72b054a4
tromey [Sat, 15 Sep 2001 01:22:39 +0000 (01:22 +0000)]
* java/util/TimeZone.java: Updated list of timezones from
Classpath.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45622
138bc75d-0d04-0410-961f-
82ee72b054a4
pme [Sat, 15 Sep 2001 00:41:11 +0000 (00:41 +0000)]
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.)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45620
138bc75d-0d04-0410-961f-
82ee72b054a4
apbianco [Fri, 14 Sep 2001 22:58:37 +0000 (22:58 +0000)]
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 )
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45619
138bc75d-0d04-0410-961f-
82ee72b054a4
hp [Fri, 14 Sep 2001 22:33:58 +0000 (22:33 +0000)]
* gcc.c-torture/execute/
20010915-1.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45618
138bc75d-0d04-0410-961f-
82ee72b054a4
hp [Fri, 14 Sep 2001 22:29:13 +0000 (22:29 +0000)]
* rtl.h (FIND_REG_INC_NOTE) [HAVE_PRE_INCREMENT
|| HAVE_PRE_DECREMENT || HAVE_POST_INCREMENT
|| HAVE_POST_DECREMENT]: Call find_regno_note for REGs.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45617
138bc75d-0d04-0410-961f-
82ee72b054a4
hp [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, update own_thread as new_thread may
have branched.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45616
138bc75d-0d04-0410-961f-
82ee72b054a4
bkoz [Fri, 14 Sep 2001 22:13:11 +0000 (22:13 +0000)]
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45615
138bc75d-0d04-0410-961f-
82ee72b054a4
bkoz [Fri, 14 Sep 2001 22:09:35 +0000 (22:09 +0000)]
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45614
138bc75d-0d04-0410-961f-
82ee72b054a4
neil [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.
(_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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45613
138bc75d-0d04-0410-961f-
82ee72b054a4
janis [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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45612
138bc75d-0d04-0410-961f-
82ee72b054a4
janis [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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45611
138bc75d-0d04-0410-961f-
82ee72b054a4
janis [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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45610
138bc75d-0d04-0410-961f-
82ee72b054a4
janis [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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45609
138bc75d-0d04-0410-961f-
82ee72b054a4
janis [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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45608
138bc75d-0d04-0410-961f-
82ee72b054a4
janis [Fri, 14 Sep 2001 20:42:38 +0000 (20:42 +0000)]
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45607
138bc75d-0d04-0410-961f-
82ee72b054a4
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45606
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Fri, 14 Sep 2001 17:19:04 +0000 (17:19 +0000)]
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45605
138bc75d-0d04-0410-961f-
82ee72b054a4
espie [Fri, 14 Sep 2001 16:45:25 +0000 (16:45 +0000)]
oops, I always forget that blank line
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45603
138bc75d-0d04-0410-961f-
82ee72b054a4
espie [Fri, 14 Sep 2001 16:40:12 +0000 (16:40 +0000)]
2001-09-14 Marc Espie <espie@openbsd.org>
* config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Generate reference to GOT
correctly.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45601
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Fri, 14 Sep 2001 16:25:26 +0000 (16:25 +0000)]
* config/alpha/alpha.md (unaligned_extendhidi_be): Fix.
* config/alpha/unicosmk.h (INIT_TARGET_OPTABS): New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45600
138bc75d-0d04-0410-961f-
82ee72b054a4
tromey [Fri, 14 Sep 2001 16:19:30 +0000 (16:19 +0000)]
* java/lang/CloneNotSupportedException.java: Re-merged with
Classpath.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45599
138bc75d-0d04-0410-961f-
82ee72b054a4
nickc [Fri, 14 Sep 2001 11:11:01 +0000 (11:11 +0000)]
Add missing semicolon
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45597
138bc75d-0d04-0410-961f-
82ee72b054a4
nickc [Fri, 14 Sep 2001 11:07:35 +0000 (11:07 +0000)]
oops - omitted in previous delta
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45596
138bc75d-0d04-0410-961f-
82ee72b054a4
nickc [Fri, 14 Sep 2001 11:05:39 +0000 (11:05 +0000)]
Fix typo in FSF copyright statement
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45595
138bc75d-0d04-0410-961f-
82ee72b054a4
nickc [Fri, 14 Sep 2001 10:19:30 +0000 (10:19 +0000)]
Rearrange arm/elf header files
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45594
138bc75d-0d04-0410-961f-
82ee72b054a4
apbianco [Fri, 14 Sep 2001 08:38:18 +0000 (08:38 +0000)]
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...)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45592
138bc75d-0d04-0410-961f-
82ee72b054a4
bkoz [Fri, 14 Sep 2001 07:43:36 +0000 (07:43 +0000)]
2001-09-14 Benjamin Kosnik <bkoz@redhat.com>
* include/bits/locale_facets.tcc: Conditionalize use of strtold.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45591
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Fri, 14 Sep 2001 07:16:09 +0000 (07:16 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45589
138bc75d-0d04-0410-961f-
82ee72b054a4
aoliva [Fri, 14 Sep 2001 05:02:00 +0000 (05:02 +0000)]
Whitespace fixes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45587
138bc75d-0d04-0410-961f-
82ee72b054a4
mmitchel [Fri, 14 Sep 2001 00:16:36 +0000 (00:16 +0000)]
* verify.c (verify_jvm_instructions): Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45586
138bc75d-0d04-0410-961f-
82ee72b054a4
bkoz [Thu, 13 Sep 2001 23:21:25 +0000 (23:21 +0000)]
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45585
138bc75d-0d04-0410-961f-
82ee72b054a4
bryce [Thu, 13 Sep 2001 23:20:19 +0000 (23:20 +0000)]
* java/util/Hashtable.java (Enumerator): Ensure that if
hasMoreElements() returns true, nextElement() will always return
something even if the table has been modified.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45584
138bc75d-0d04-0410-961f-
82ee72b054a4
bryce [Thu, 13 Sep 2001 23:18:07 +0000 (23:18 +0000)]
* java/io/File.java (normalizePath): Use equals() not '==' for string
comparison.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45583
138bc75d-0d04-0410-961f-
82ee72b054a4
neil [Thu, 13 Sep 2001 20:05:17 +0000 (20:05 +0000)]
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45582
138bc75d-0d04-0410-961f-
82ee72b054a4
ghazi [Thu, 13 Sep 2001 14:37:29 +0000 (14:37 +0000)]
* c-parse.in (yyerror): Const-ification and/or static-ization.
* c-typeck.c (push_member_name): Likewise.
* collect2.c (main): Likewise.
* dbxout.c (dbxout_parms): Likewise.
* diagnostic.c (format_with_decl): Likewise.
* dwarf2out.c (output_ranges): Likewise.
* dwarfout.c (fundamental_type_code): Likewise.
* except.c (dw2_output_call_site_table): Likewise.
* gcc.c (do_spec_1): Likewise.
* genopinit.c (optabs): Likewise.
* objc/objc-act.c (synth_id_with_class_suffix, start_class,
gen_declaration_1, handle_impent): Likewise.
* protoize.c (default_include, in_system_include_dir, abspath):
Likewise.
* sched-vis.c (visualize_stall_cycles): Likewise.
* sdbout.c (plain_type_1, sdbout_end_function,
sdbout_end_epilogue): Likewise.
* varasm.c (decode_reg_name): Likewise.
* 1750a.c (mod_regno_adjust): Likewise.
* alpha.c (alpha_write_one_linkage,
unicosmk_output_default_externs): Likewise.
* arm.c (arm_condition_codes): Likewise.
* arm.h (arm_condition_codes): Likewise.
* avr.c (output_movsisf, encode_section_info): Likewise.
* darwin.h (GEN_BINDER_NAME_FOR_STUB, GEN_SYMBOL_NAME_FOR_SYMBOL):
Likewise.
* i386.c (hi_reg_name, qi_reg_name, qi_high_reg_name): Likewise.
* i386.h (hi_reg_name, qi_reg_name, qi_high_reg_name): Likewise.
* m88k.c (output_function_profiler): Likewise.
* mips.c (mips_output_conditional_branch): Likewise.
* ns32k.c (ns32k_out_reg_names): Likewise.
* ns32k.h (ns32k_out_reg_names): Likewise.
* pj.c (pj_output_rval): Likewise.
* rs6000.c (GEN_LOCAL_LABEL_FOR_SYMBOL): Likewise.
* sparc.c (sparc_flat_function_prologue,
sparc_flat_function_epilogue): Likewise.
cp:
* decl.c (warn_extern_redeclared_static, cp_make_fname_decl):
Const-ification.
* pt.c (tsubst_decl): Likewise.
f:
* bad.c (ffebad_finish): Const-ification and/or static-ization.
* intrin.c (ffeintrin_cmp_name_): Likewise.
* stc.c (ffestc_R904): Likewise.
java:
* expr.c (expand_invoke): Const-ification.
* parse.y (patch_method_invocation): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45581
138bc75d-0d04-0410-961f-
82ee72b054a4