OSDN Git Service

pf3gnuchains/gcc-fork.git
21 years ago2002-08-22 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 22 Aug 2002 20:06:01 +0000 (20:06 +0000)]
2002-08-22  Benjamin Kosnik  <bkoz@redhat.com>
    Phil Edwards  <pme@gcc.gnu.org>
    Ulrich Drepper  <drepper@redhat.com>

* Makefile.am (check-abi): New rule.
* Makefile.in: Regenerate.
* acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): Export baseline_file.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* testsuite/Makefile.am (noinst_PROGRAMS): Add abi_check.
(abi_check_SOURCES): Add.
* testsuite/Makefile.in: Regenerate.
* testsuite/abi_check.cc: New file.
* config/abi: Add.
* config/abi/i686-pc-linux-gnu: Add.
* config/abi/i686-pc-linux-gnu/baseline_symbols.txt: New file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56515 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * gcc.dg/noncompile/incomplete-1.c: New test.
geoffk [Thu, 22 Aug 2002 20:05:52 +0000 (20:05 +0000)]
* gcc.dg/noncompile/incomplete-1.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56514 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * ggc-page.c: Avoid division in ggc_set_mark.
zack [Thu, 22 Aug 2002 19:17:04 +0000 (19:17 +0000)]
* ggc-page.c: Avoid division in ggc_set_mark.
(DIV_MULT, DIV_SHIFT, OFFSET_TO_BIT, inverse_table,
compute_inverse): New.
(ggc_set_mark, ggc_marked_p): Use OFFSET_TO_BIT.
(init_ggc): Initialize inverse_table.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56512 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * doc/install.texi (Configuration): Document --datadir.
tromey [Thu, 22 Aug 2002 17:46:35 +0000 (17:46 +0000)]
* doc/install.texi (Configuration): Document --datadir.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56511 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoDaily bump.
gccadmin [Thu, 22 Aug 2002 07:17:37 +0000 (07:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56509 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago* Makefile.in ($(BUILD_PREFIX_1)varray.o): Depend on $(GGC_H).
aoliva [Thu, 22 Aug 2002 04:29:34 +0000 (04:29 +0000)]
* Makefile.in ($(BUILD_PREFIX_1)varray.o): Depend on $(GGC_H).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56503 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * where.h (struct _ffewhere_file_): Mark GTY.
hp [Thu, 22 Aug 2002 02:20:43 +0000 (02:20 +0000)]
* where.h (struct _ffewhere_file_): Mark GTY.
(ffewhere_file_kill): Remove prototype.
* where.c: Include ggc.h.
(struct _ffewhere_ll_, struct _ffewhere_root_ll_): Mark GTY.
(ffewhere_root_ll_): Ditto.  Change type from struct
_ffewhere_root_ll_ to struct _ffewhere_root_ll_*.  All uses
changed.
(ffewhere_file_kill): Remove.
(ffewhere_file_new): Use GC to allocate ffewhereFile objects.
(ffewhere_file_set): Use GC to allocate ffewhereLL_ objects.
(ffewhere_init_1): Use GC to allocate ffewhere_root_ll_ sentinel.
Include gt-f-where.h.
* lex.c (ffelex_current_wf_, ffelex_include_wherefile_): Mark GTY.
Include gt-f-lex.h.
* std.c (ffestd_S3P4): Don't call ffewhere_file_kill.
* config-lang.in (gtfiles): Add f/where.h f/where.c and f/lex.c.
* Make-lang.in (gt-f-lex.h gt-f-where.h): Add to dependents of
s-gtype.
(f/lex.o): Depend on gt-f-lex.h.
(f/where.o): Depend on gt-f-where.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56502 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * gengtype-lex.l (ID): Allow underscore as first character.
hp [Thu, 22 Aug 2002 02:17:08 +0000 (02:17 +0000)]
* gengtype-lex.l (ID): Allow underscore as first character.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56501 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/rs6000/rs6000.c (rs6000_xcoff_asm_globalize_label): New
dje [Thu, 22 Aug 2002 01:53:30 +0000 (01:53 +0000)]
    * config/rs6000/rs6000.c (rs6000_xcoff_asm_globalize_label): New
        function.
        (rs6000_xcoff_asm_named_section): Rename.
        * config/rs6000/xcoff.h (TARGET_ASM_GLOBALIZE_LABEL): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56500 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * Make-lang.in (java/jcf-path.o): Use $(datadir), not
tromey [Thu, 22 Aug 2002 00:52:20 +0000 (00:52 +0000)]
* Make-lang.in (java/jcf-path.o): Use $(datadir), not
$(prefix)/share.  For PR libgcj/7633.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56499 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago For PR java/6005 and PR java/7611:
tromey [Thu, 22 Aug 2002 00:42:40 +0000 (00:42 +0000)]
For PR java/6005 and PR java/7611:
* fold-const.c (fold_truthop): Use can_use_bit_fields_p.
(fold): Likewise.
* langhooks.c (lhd_can_use_bit_fields_p): New function.
* langhooks-def.h (lhd_can_use_bit_fields_p): Declare.
(LANG_HOOKS_CAN_USE_BIT_FIELDS_P): New define.
(LANG_HOOKS_INITIALIZER): Use it.
* langhooks.h (struct lang_hooks) [can_use_bit_fields_p]: New
field.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56498 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago For PR java/6005 and PR java/7611:
tromey [Thu, 22 Aug 2002 00:41:28 +0000 (00:41 +0000)]
For PR java/6005 and PR java/7611:
* lang.c (LANG_HOOKS_CAN_USE_BITFIELDS_P): New define.
(java_can_use_bit_fields_p): New function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56497 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * tree.c (finish_vector_type): Fix a typo in a comment.
shebs [Wed, 21 Aug 2002 23:24:14 +0000 (23:24 +0000)]
    * tree.c (finish_vector_type): Fix a typo in a comment.
        * Makefile.in: Fix "the the" stutters in comments.
        * genautomata.c: Ditto.
        * ifcvt.c: Ditto.
        * regrename.c: Ditto.
        * config/alpha/alpha.c: Ditto.
        * config/alpha/vms-crt0-64.c: Ditto.
        * config/alpha/vms-crt0.c: Ditto.
        * config/alpha/vms-psxcrt0-64.c: Ditto.
        * config/alpha/vms-psxcrt0.c: Ditto.
        * config/d30v/d30v.h: Ditto.
        * config/fr30/fr30.h: Ditto.
        * config/rs6000/rs6000.c: Ditto.
        * config/stormy16/stormy16.h: Ditto.
        * doc/md.texi: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56496 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * Makefile.in: Rebuilt.
tromey [Wed, 21 Aug 2002 18:54:07 +0000 (18:54 +0000)]
* Makefile.in: Rebuilt.
* Makefile.am (ordinary_java_source_files): Added
SocketAddress.java, InetSocketAddress.java.
* java/net/PortUnreachableException.java: Merged with Classpath.
* java/net/SocketTimeoutException.java: Likewise.
* java/net/URISyntaxException.java: Likewise.
* java/net/SocketAddress.java: New class from Classpath.
* java/net/InetSocketAddress.java: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56494 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * cppinit.c (remove_dup_nonsys_dirs): Fix warning and return value.
danglin [Wed, 21 Aug 2002 17:07:26 +0000 (17:07 +0000)]
* cppinit.c (remove_dup_nonsys_dirs): Fix warning and return value.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56493 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * c-decl.c (grokdeclarator): Make invalid combinations with long,
jsm28 [Wed, 21 Aug 2002 16:31:36 +0000 (16:31 +0000)]
* c-decl.c (grokdeclarator): Make invalid combinations with long,
short, signed or unsigned into hard errors.  Fixes PR c/4319.
Also make duplicate modifiers such as "short short" into hard
errors.

testsuite:
* gcc.dg/typespec-1.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56492 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-08-21 Paolo Carlini <pcarlini@unitus.it>
paolo [Wed, 21 Aug 2002 15:29:04 +0000 (15:29 +0000)]
2002-08-21  Paolo Carlini  <pcarlini@unitus.it>

* MAINTAINERS (Write After Approval): Remove myself.
(Various Maintainers: c++ runtime libs): Add myself.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56490 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * doc/tm.texi (TARGET_ASM_GLOBALIZE_LABEL): Move '@end deftypefn'
ghazi [Wed, 21 Aug 2002 14:33:54 +0000 (14:33 +0000)]
* doc/tm.texi (TARGET_ASM_GLOBALIZE_LABEL): Move '@end deftypefn'
to the actual end.  Add '@end table' and '@table @code'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56488 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoDaily bump.
gccadmin [Wed, 21 Aug 2002 07:17:17 +0000 (07:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56487 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-08-21 Michael Koch <konqueror@gmx.de>
mkoch [Wed, 21 Aug 2002 05:34:45 +0000 (05:34 +0000)]
2003-08-21  Michael Koch  <konqueror@gmx.de>

* java/net/Authenticator.java: updated JDK 1.4
* java/net/ContentHandler.java: updated JDK 1.4

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56481 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * doc/tm.texi (Label Output): Add missing '@end deftypefn'.
geoffk [Wed, 21 Aug 2002 04:42:30 +0000 (04:42 +0000)]
* doc/tm.texi (Label Output): Add missing '@end deftypefn'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56480 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * unroll.c (biv_total_increment): Don't try to compute the total
geoffk [Wed, 21 Aug 2002 04:33:48 +0000 (04:33 +0000)]
* unroll.c (biv_total_increment): Don't try to compute the total
increment for FP BIVs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56479 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * alpha.c (TARGET_ASM_GLOBALIZE_LABEL): Define for unicosmk.
ghazi [Wed, 21 Aug 2002 02:41:51 +0000 (02:41 +0000)]
* alpha.c (TARGET_ASM_GLOBALIZE_LABEL): Define for unicosmk.
* alpha/elf.h (ASM_OUTPUT_EXTERNAL_LIBCALL,
ASM_OUTPUT_ALIGNED_BSS): Use target hook.
* alpha/osf.h (ASM_OUTPUT_WEAK_ALIAS): Likewise.
* alpha/unicosmk.h (ASM_GLOBALIZE_LABEL): Delete.
* arm/aof.h (ASM_GLOBALIZE_LABEL): Likewise.
(GLOBAL_ASM_OP): Define.
* arm.c (aof_globalize_label): New function.
(TARGET_ASM_GLOBALIZE_LABEL): Define for AOF.
* arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_BSS): Use target hook.
* c4x.c (c4x_globalize_label): New function.
(TARGET_ASM_GLOBALIZE_LABEL): Define for c4x.
* c4x.h (ASM_GLOBALIZE_LABEL): Delete.
(GLOBAL_ASM_OP): Define.
* cris/aout.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Use target hook.
* darwin-protos.h (darwin_globalize_label): Declare.
* darwin.c (darwin_globalize_label): New function.
* darwin.h (ASM_DECLARE_CLASS_REFERENCE): Use target hook.
(ASM_GLOBALIZE_LABEL): Delete.
(GLOBAL_ASM_OP, TARGET_ASM_GLOBALIZE_LABEL): Define.
* dsp16xx.c (asm_output_common): Use target hook.
* elfos.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
* frv.h (ASM_GLOBALIZE_LABEL): Delete.
(GLOBAL_ASM_OP): Define.
* i370.c (i370_globalize_label): New function.
(TARGET_ASM_GLOBALIZE_LABEL): Define for i370.
* i370.h (ASM_GLOBALIZE_LABEL): Delete.
* i386.c (ix86_asm_file_end): Use target hook.
* i386/sco5.h (ASM_GLOBALIZE_LABEL): Don't undef.
(ASM_OUTPUT_EXTERNAL_LIBCALL): Use target hook.
* ia64.c (ia64_asm_output_external): Likewise.
* ia64/sysv4.h: Update comment.
* m32r.h (ASM_OUTPUT_ALIGNED_BSS): Use target hook.
* mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
* mips/iris5.h (ASM_OUTPUT_WEAK_ALIAS): Use target hook.
* mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
* mips.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): Use target hook.
* mmix-protos.h (mmix_asm_globalize_label): Delete.
* mmix.c (mmix_asm_globalize_label): Likewise.
* mmix.h (ASM_GLOBALIZE_LABEL): Likewise.
(GLOBAL_ASM_OP): Define.
* ns32k.c (ns32k_globalize_label): New function.
* ns32k.h (TARGET_ASM_GLOBALIZE_LABEL): Define for ns32k.
(ASM_GLOBALIZE_LABEL): Delete.
* pa/pa-linux.h (ASM_GLOBALIZE_LABEL): Don't undef.
(TARGET_ASM_GLOBALIZE_LABEL): Undefine.
* pa.c (pa_globalize_label): New function.
* pa.h (ASM_GLOBALIZE_LABEL): Delete.
(TARGET_ASM_GLOBALIZE_LABEL): Define for pa.
* rs6000/darwin.h (ASM_GLOBALIZE_LABEL): Delete.
(GLOBAL_ASM_OP): Define.
(TARGET_ASM_GLOBALIZE_LABEL): Undef.
* rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Use target hook.
* rs6000/xcoff.h (ASM_GLOBALIZE_LABEL): Delete.
(GLOBAL_ASM_OP): Define.
* v850.c (v850_output_aligned_bss): Use target hook.
* vax.c (vms_globalize_label): New function.
(TARGET_ASM_GLOBALIZE_LABEL): Define for vms.
* vax/vms.h (ASM_GLOBALIZE_LABEL): Delete.
(GLOBAL_ASM_OP): Define.
* defaults.h (ASM_GLOBALIZE_LABEL): Delete.
* doc/tm.texi: Update docs.
* dwarf2out.c (default_eh_frame_section, output_die_symbol): Use
target hook.
* final.c (output_alternate_entry_point): Likewise.
* hooks.c (hook_FILEptr_constcharptr_void): New function.
* hooks.h (hook_FILEptr_constcharptr_void): Declare.
* output.h (assemble_global): Delete.
(default_globalize_label): Declare.
* system.h (ASM_GLOBALIZE_LABEL): Poison.
* target-def.h (TARGET_ASM_GLOBALIZE_LABEL): Define.
(TARGET_ASM_OUT): Add TARGET_ASM_GLOBALIZE_LABEL.
* target.h (gcc_target): Add globalize_label member.
* varasm.c (asm_output_bss, asm_output_aligned_bss,
globalize_decl): Use target hook.
(assemble_global): Delete.
(default_globalize_label): New function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56478 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * dsp16xx.h (dsp16xx_umulhi3_libcall): Delete.
ghazi [Wed, 21 Aug 2002 02:34:28 +0000 (02:34 +0000)]
* dsp16xx.h (dsp16xx_umulhi3_libcall): Delete.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56477 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-08-20 Devang Patel <dpatel@apple.com>
dpatel [Wed, 21 Aug 2002 01:01:14 +0000 (01:01 +0000)]
2002-08-20  Devang Patel  <dpatel@apple.com>
        * tree.c (get_qualified_type): Add TYPE_CONTEXT check.

testsuite:
* objc.dg/proto-hier-2.m: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56475 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * MAINTAINERS (Write After Approval): Remove myself.
ljrittle [Wed, 21 Aug 2002 01:00:21 +0000 (01:00 +0000)]
* MAINTAINERS (Write After Approval): Remove myself.
(Various Maintainers: c++ runtime libs): Add myself.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56474 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * arc.c (output_shift): Use stdio instead of asm_fprintf.
ghazi [Tue, 20 Aug 2002 23:27:03 +0000 (23:27 +0000)]
* arc.c (output_shift): Use stdio instead of asm_fprintf.
* arm.c (thumb_output_function_prologue): Likewise.
* avr.c (print_operand): Likewise.
* c4x.c (c4x_print_operand): Likewise.
* c4x.h (ASM_OUTPUT_INTERNAL_LABEL, TRAMPOLINE_TEMPLATE,
ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Likewise.
* cris.c (cris_target_asm_function_prologue,
cris_asm_output_mi_thunk): Likewise.
* h8300.c (print_operand): Likewise.
* h8300.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
* ip2k.c (print_operand): Likewise.  Fix format specifier.
* m68hc11.c (asm_print_register, print_operand,
print_operand_address): Use stdio instead of asm_fprintf.
(print_operand_address): Fix format specifier.
* m68hc11.h (FUNCTION_PROFILER, ASM_OUTPUT_ADDR_DIFF_ELT,
ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ALIGN): Use stdio instead of
asm_fprintf.
* m68k/amix.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
* m68k/atari.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
* m68k.c (m68k_output_function_prologue,
m68k_output_function_epilogue, print_operand): Likewise.
* mmix.c (mmix_asm_output_mi_thunk, mmix_asm_weaken_label):
Likewise.  Fix format specifier.
* mn10200.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
* mn10300.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
* v850.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56472 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-08-15 Eric Christopher <echristo@redhat.com>
echristo [Tue, 20 Aug 2002 21:53:28 +0000 (21:53 +0000)]
2002-08-15  Eric Christopher  <echristo@redhat.com>

        * config.sub: Import from master repository.
        * config.guess: Ditto.
2002-08-15  Eric Christopher  <echristo@redhat.com>
    Jeff Knaggs  <jknaggs@redhat.com>

* config.gcc (mipsisa64sr71k-elf): New target.
* config/mips/sr71k.md: New file.
* config/mips/mips.md: Use it.
(rot*): Add sr71k specifics.
* config/mips/t-sr71k: New file.
* config/mips/mips.h (sr71k): New cpu.
(TARGET_SR71K): Use it.
(TUNE_SR71K): Ditto.
(GENERATE_BRANCHLIKELY): Ditto.
(ISA_HAS_MULHI, ISA_HAS_MULS, ISA_HAS_MSAC, ISA_HAS_MACC,
ISA_HAS_ROTR_SIISA_HAS_ROTR_DI): Ditto.
* config/mips/mips.c (sr71k): New cpu.
(mips_use_dfa_pipeline_interface): Use.

2002-08-15  Eric Christopher  <echristo@redhat.com>
            Richard Sandiford <rsandifo@redhat.com>
    Aldy Hernandez  <aldyh@redhat.com>
    Graham Stott    <grahams@redhat.com>
    Michael Meissner  <meissner@redhat.com>
    Gavin Romig-Koch  <gavin@redhat.com>
    Ken Raeburn  <raeburn@cygnus.com>
    Alexandre Oliva <aoliva@redhat.com>

* config.gcc (mips64vr-elf): New target.
* config/mips/5400.md: New file.
* config/mips/5500.md: Ditto.
* config/mips/mips.md: Use them.
(frsqrt): New.
* config/mips/mips.c (vr4111, vr4121, vr4320, vr5400, vr5500): New
cpus.
(mips_issue_rate): Use them.
(mips_use_dfa_pipeline_interface): New function. Use for 5400 and 5500.
(TARGET_SCHEDUSE_DFA_PIPELINE_INTERFACE): Define. Use above.
* config/mips/mips.h (vr4111, vr4121, vr4320, vr5400, vr5500): New
cpus.
(TARGET_MIPSx): Use them.
(TUNE_MIPSx): Ditto.
(GETNATE_MULT3_SI): Ditto.
(ISA_HAS_BRANCHLIKELY): Ditto.
(ISA_HAS_CONDMOVE): Ditto.
(ISA_HAS_NMADD_NMSUB): Ditto.
(ISA_HAS_MULHI): New. Ditto.
(ISA_HAS_MULS): Ditto.
(ISA_HAS_MSAC): Ditto.
(ISA_HAS_MACC): Ditto.
(ISA_HAS_ROTR_SI): Ditto.
(ISA_HAS_ROTR_DI): Ditto.
(RTX_COSTS): Use.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56471 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * where.c (ffewhere_track): Remove impossible if-then clause.
ghazi [Tue, 20 Aug 2002 20:50:57 +0000 (20:50 +0000)]
* where.c (ffewhere_track): Remove impossible if-then clause.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56469 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * cppinit.c (remove_dup_dir): Add head_ptr argument to handle removal
danglin [Tue, 20 Aug 2002 19:56:30 +0000 (19:56 +0000)]
* cppinit.c (remove_dup_dir): Add head_ptr argument to handle removal
at head.
(remove_dup_nonsys_dirs): New function.
(remove_dup_dirs): Change argument head to head_ptr.  Remove warnings.
(merge_include_chains): Remove non-system include directories from
quote and bracket include chains when they duplicate equivalent system
directories.
* doc/cpp.texi (-I): Update.
        * doc/cppopts.texi (-I): Update.
        * doc/install.texi (--with-local-prefix): Further document usage of
this option.
* doc/invoke.texi (-I): Update.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56468 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * expr.c (TARGET_MEM_FUNCTIONS): Transform to boolean.
rth [Tue, 20 Aug 2002 09:47:18 +0000 (09:47 +0000)]
    * expr.c (TARGET_MEM_FUNCTIONS): Transform to boolean.
        (emit_block_move): Split out subroutines.
        (emit_block_move_via_movstr): New.
        (emit_block_move_via_libcall): New.  Emit bcopy via normal call also.
        (emit_block_move_libcall_fn): New.  Construct function prototype for
        bcopy as well.
        (clear_storage): Split out subroutines.
        (clear_storage_via_clrstr): New.
        (clear_storage_via_libcall): New. Emit bzero as a normal call also.
        (clear_storage_libcall_fn): New.  Construct function prototype for
        bzero as well.
        (emit_push_insn): Use emit_block_move.
        (expand_assignment): Booleanize TARGET_MEM_FUNCTIONS.
        (store_constructor): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56464 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-08-19 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 20 Aug 2002 07:32:10 +0000 (07:32 +0000)]
2002-08-19  Benjamin Kosnik  <bkoz@redhat.com>

* configure.in (libtool_VERSION): Update to 5:1:0.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56462 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoDaily bump.
gccadmin [Tue, 20 Aug 2002 07:17:52 +0000 (07:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56461 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago 2002-08-19 Ziemowit Laski <zlaski@apple.com>
zlaski [Tue, 20 Aug 2002 01:51:13 +0000 (01:51 +0000)]
 2002-08-19  Ziemowit Laski  <zlaski@apple.com>

       * objc/objc-act.c (building_objc_message_expr): Rename to
       current_objc_message_selector.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56453 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-08-20 Michael Koch <konqueror@gmx.de>
bryce [Tue, 20 Aug 2002 01:33:15 +0000 (01:33 +0000)]
2002-08-20  Michael Koch  <konqueror@gmx.de>

* java/net/URISyntaxException.java: New file.
* java/net/SocketTimeoutException.java: New file.
* java/net/PortUnreachableException.java: New file.
* Makefile.am: Updated.
* Makefile.in: Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56452 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago[gcc]
zlaski [Tue, 20 Aug 2002 01:27:39 +0000 (01:27 +0000)]
[gcc]
2002-08-19  Ziemowit Laski  <zlaski@apple.com>

        * objc/objc-act.c (build_ivar_chain): Remove.
        (objc_copy_list): Likewise.
        (get_class_ivars): Inline call to removed build_ivar_chain
        function.  Save off a clean copy of ivars in the CLASS_OWN_IVARS
        slot; use that slot (rather than CLASS_IVARS) when accessing
        ivars for base classes.  Call copy_list and chainon instead of
        objc_copy_list.
        (build_private_template): Call get_class_ivars instead of
        build_ivar_chain.
        (start_class): Allocate room for the CLASS_OWN_IVARS slot.
        (continue_class): Call get_class_ivars instead of
        build_ivar_chain.
        (encode_field_decl): Check for DECL_BIT_FIELD_TYPE instead
        of DECL_BIT_FIELD (which may have been cleared).
        * objc/objc-act.h (CLASS_OWN_IVARS): New accessor macro.

[gcc/testsuite]
2002-08-19  Ziemowit Laski  <zlaski@apple.com>

        * objc.dg/bitfield-1.m: New test.
        * objc.dg/bitfield-2.m: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56451 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * genautomata.c (output_translate_vect, output_state_ainsn_table,
ghazi [Tue, 20 Aug 2002 00:55:22 +0000 (00:55 +0000)]
* genautomata.c (output_translate_vect, output_state_ainsn_table,
output_min_issue_delay_table): Mark variable with ATTRIBUTE_UNUSED
in output file.
(output_internal_min_issue_delay_func): Initialize variable in
output file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56450 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-08-19 Jonathan Wakely <jw@kayari.org>
pme [Tue, 20 Aug 2002 00:44:19 +0000 (00:44 +0000)]
2002-08-19  Jonathan Wakely  <jw@kayari.org>

* docs/html/configopts.html, docs/html/documentation.html,
docs/html/install.html, docs/html/22_locale/codecvt.html,
docs/html/22_locale/ctype.html, docs/html/22_locale/howto.html,
docs/html/22_locale/locale.html,
docs/html/22_locale/messages.html: Conform to HTML 4.01 standard.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56449 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago* Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
aoliva [Mon, 19 Aug 2002 20:39:32 +0000 (20:39 +0000)]
* Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
(stage2_build, stage3_build, stage4_build): Likewise, to CC.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56447 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago* Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
aoliva [Mon, 19 Aug 2002 20:38:15 +0000 (20:38 +0000)]
* Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
* configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56446 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * machmode.h (SCALAR_INT_MODE_P): New macro to test for
sje [Mon, 19 Aug 2002 18:18:12 +0000 (18:18 +0000)]
* machmode.h (SCALAR_INT_MODE_P): New macro to test for
scaler integer mode (MODE_INT or MODE_PARTIAL_INT).
* explow.c (trunc_int_for_mode): Abort when the mode is not
a scaler integer mode.
* combine.c (expand_compound_operation): Don't expand Vector
or Complex modes into shifts.
(expand_field_assignment): Don't do bitwise arithmatic and
shifts on Vector or Complex modes.
(simplify_comparison): Don't call trunc_int_for_mode
for VOIDmode.
* recog.c (general_operand): Likewise.
(immediate_operand): Likewise.
(nonmemory_operand): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56443 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago- Fix typo in argument ordering.
dje [Mon, 19 Aug 2002 16:59:04 +0000 (16:59 +0000)]
- Fix typo in argument ordering.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56440 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/rs6000/rs6000.c (rs6000_emit_set_const): Inline
dje [Mon, 19 Aug 2002 16:32:54 +0000 (16:32 +0000)]
    * config/rs6000/rs6000.c (rs6000_emit_set_const): Inline
        multi-instruction SImode constant.  Add REG_EQUAL note.
        * config/rs6000/rs6000.md (movsi splitter): Use
        rs6000_emit_set_const.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56439 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * tree-inline.c (initialize_inlined_parameters): Wrap variable in
ghazi [Mon, 19 Aug 2002 15:26:35 +0000 (15:26 +0000)]
* tree-inline.c (initialize_inlined_parameters): Wrap variable in
the macro test controlling its use.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56438 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoadd loop and switch variants
jason [Mon, 19 Aug 2002 10:48:15 +0000 (10:48 +0000)]
add loop and switch variants

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56437 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoDaily bump.
gccadmin [Mon, 19 Aug 2002 07:17:42 +0000 (07:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56436 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-08-18 H.J. Lu (hjl@gnu.org)
hjl [Sun, 18 Aug 2002 22:20:28 +0000 (22:20 +0000)]
2002-08-18  H.J. Lu  (hjl@gnu.org)

* config.gcc (*-*-linux*): Set extra_parts="crtbegin.o
crtbeginS.o crtbeginT.o crtend.o crtendS.o", gas=yes and
gnu_ld=yes.
(alpha*-*-linux*, cris-*-linux*, i370-*-linux*,
i[34567]86-*-linux*, x86_64-*-linux*, mips*-*-linux*,
s390-*-linux*, s390x-*-linux*, sparc-*-linux*, sparc64-*-linux*,
xtensa-*-linux*): Remove setting extra_parts, gas, and gnu_ld
here.
(cris-*-linux*): Remove setting thread_file here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56428 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago Thanks to Vladimir Puskas <vpuskas@eunet.yu>
mark [Sun, 18 Aug 2002 18:30:09 +0000 (18:30 +0000)]
Thanks to Vladimir Puskas <vpuskas@eunet.yu>
* gnu/java/security/provider/MD5.java: Extends MessageDigest, not
MessageDigestSpi (fixes Classpath bug #783).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56425 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoDaily bump.
gccadmin [Sun, 18 Aug 2002 07:17:22 +0000 (07:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56423 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago PR preprocessor/7602
neil [Sun, 18 Aug 2002 06:26:11 +0000 (06:26 +0000)]
PR preprocessor/7602
* cppinit.c (path_include): Treat the system environment
variables as being cxx_aware.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56416 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agotreelang fixes to accommodate chaqnges elsewhere.
timjosling [Sat, 17 Aug 2002 23:13:12 +0000 (23:13 +0000)]
treelang fixes to accommodate chaqnges elsewhere.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56412 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * c-decl.c (flexible_array_type_p): New function.
jsm28 [Sat, 17 Aug 2002 14:48:28 +0000 (14:48 +0000)]
* c-decl.c (flexible_array_type_p): New function.
(grokdeclarator, finish_struct): Use it.
* doc/extend.texi: Document constraints on use of structures with
flexible array members.

testsuite:
* gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
gcc.dg/c99-flex-array-4.c: New tests.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56411 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/mips/t-coff, config/mips/t-elf, config/mips/t-isa3264,
rsandifo [Sat, 17 Aug 2002 13:04:39 +0000 (13:04 +0000)]
* config/mips/t-coff, config/mips/t-elf, config/mips/t-isa3264,
config/mips/t-r3900 (MULTILIB_MATCHES): Define.
* config/mips/mips.h (ASM_SPEC): Use %(endian_spec).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56410 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago Fix PR/7621
gdr [Sat, 17 Aug 2002 12:26:01 +0000 (12:26 +0000)]
    Fix PR/7621
        * typeck.c (finish_class_member_access_expr): Diagnose cases where
        name lookup finds nothing.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56409 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoDaily bump.
gccadmin [Sat, 17 Aug 2002 07:17:10 +0000 (07:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56408 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * semantics.c (finish_then_clause): Remove redundant assignment.
jason [Sat, 17 Aug 2002 01:17:24 +0000 (01:17 +0000)]
    * semantics.c (finish_then_clause): Remove redundant assignment.
        (finish_if_stmt, begin_switch_stmt, finish_switch_stmt): Move the
        extra binding level outside the if/switch statement.
        (finish_while_cond, finish_for_cond): Rewrite complex condition
        into the loop body.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56402 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * c-common.c (cb_register_builds): Define __NEXT_RUNTIME__
shebs [Fri, 16 Aug 2002 23:31:06 +0000 (23:31 +0000)]
* c-common.c (cb_register_builds): Define __NEXT_RUNTIME__
for ObjC with -fnext-runtime.
* doc/cpp.texi: Document it.

* objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56390 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * gcj.texi (Class Initialization): Mention class initialization of
tromey [Fri, 16 Aug 2002 21:49:33 +0000 (21:49 +0000)]
* gcj.texi (Class Initialization): Mention class initialization of
arrays.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56386 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-08-16 Janis Johnson <janis187@us.ibm.com>
janis [Fri, 16 Aug 2002 21:27:31 +0000 (21:27 +0000)]
2002-08-16  Janis Johnson  <janis187@us.ibm.com>

* doc/install.texi (Final installation): Replace links to individual
build status pages with a link to a common page that lists them all.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56385 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-08-16 Sylvain Pion <pion@cs.nyu.edu>
janis [Fri, 16 Aug 2002 21:18:14 +0000 (21:18 +0000)]
2002-08-16  Sylvain Pion <pion@cs.nyu.edu>

* doc/invoke.texi: Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56384 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-08-16 H.J. Lu <hjl@gnu.org>
hjl [Fri, 16 Aug 2002 18:19:00 +0000 (18:19 +0000)]
2002-08-16  H.J. Lu <hjl@gnu.org>

* lib/libjava.exp (gcc_version): Removed.
(libgcj_jar): New.
(libjava_init): Set libgcj_jar with tcl glob.
(libjava_arguments): Use libgcj_jar.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56382 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * doc/install.texi (*-ibm-aix*): Explain AIX shared object versioning.
dje [Fri, 16 Aug 2002 17:24:33 +0000 (17:24 +0000)]
    * doc/install.texi (*-ibm-aix*): Explain AIX shared object versioning.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56380 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-08-16 Aldy Hernandez <aldyh@redhat.com>
aldyh [Fri, 16 Aug 2002 17:10:21 +0000 (17:10 +0000)]
2002-08-16  Aldy Hernandez  <aldyh@redhat.com>

* MAINTAINERS: Add self to rs6000 vector extensions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56379 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-07-30 Andrew Haley <aph@cambridge.redhat.com>
aph [Fri, 16 Aug 2002 10:32:30 +0000 (10:32 +0000)]
2002-07-30  Andrew Haley  <aph@cambridge.redhat.com>

        * Make-lang.in (java-tree-inline.o): New.
        (JAVA_OBJS): Add java-tree-inline.o.
        * parse.y (source_end_java_method): Call java_optimize_inline.
        (java_expand_method_bodies): Save method's tree in
        DECL_SAVED_TREE.
        (add_stmt_to_compound): Keep track of the number of statments.
        * lang.c (java_init): Enable flag_inline_trees.
        (java_post_options): If flag_inline_functions is on, enable
        flag_inline_trees instread.
        (decl_constant_value): New.
        (java_tree_inlining_walk_subtrees): New.
        * java-tree.h (DECL_NUM_STMTS): New macro.
        (java_optimize_inline): Declare.
        * expr.c (java_expand_expr): Allow a BLOCK to return a value.
        Handle a LABEL_EXPR.
        * decl.c (build_result_decl): If we already have a DECL_RESULT
        don't make another.
        (dump_function): New.
        (java_optimize_inline): New.
        (dump_function): New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56377 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-07-30 Andrew Haley <aph@redhat.com>
aph [Fri, 16 Aug 2002 10:29:45 +0000 (10:29 +0000)]
2002-07-30  Andrew Haley  <aph@redhat.com>

        * tree-inline.c: Add includes for Java inliner.
        (remap_decl): Don't handle anonymous types for Java.
        (remap_block): Add handling for Java trees.
        (copy_scope_stmt): Conditionalize for non-Java use only.
        (copy_body_r): Handle Java trees.  Add handling for
        LABELED_BLOCK_EXPR, EXIT_BLOCK_EXPR, Java blocks.
        (initialize_inlined_parameters):  Handle Java trees.
        (declare_return_variable): Likewise.
        (expand_call_inline): Handle Java trees.
        (walk_tree): Likewise.
        (copy_tree_r): Don't handle SCOPE_STMTs for Java.
        (add_stmt_to_compound): New function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56376 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoDaily bump.
gccadmin [Fri, 16 Aug 2002 07:17:08 +0000 (07:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56375 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-08-15 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 15 Aug 2002 22:25:39 +0000 (22:25 +0000)]
2002-08-15  Benjamin Kosnik  <bkoz@redhat.com>

* include/ext/stdio_filebuf.h (stdio_filebuf): Explicitly set
_M_buf_size_opt to zero when unbuffering.
* include/bits/fstream.tcc (filebuf::showmanyc): Simplify.
Consistency checks for _M_buf_size_opt.

Revert PR libstdc++/7445
* src/locale.cc (locale::classic): Revert.

* docs/html/17_intro/TODO: Add.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56365 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * Makefile.in (LOOSE_WARN): Remove -fno-common.
rth [Thu, 15 Aug 2002 21:45:47 +0000 (21:45 +0000)]
    * Makefile.in (LOOSE_WARN): Remove -fno-common.
        (NOCOMMON_FLAG): New substitution point.
        (GCC_WARN_CFLAGS): Include it.
        * configure.in (ac_checking): Set nocommon_flag.
        (nocommon_flag): New substitution point.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56362 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago* libiberty/configure: Reverted unintended yesterday's check in.
aoliva [Thu, 15 Aug 2002 21:24:00 +0000 (21:24 +0000)]
* libiberty/configure: Reverted unintended yesterday's check in.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56361 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago* gcc.dg/typeof-1.c: New test.
aoliva [Thu, 15 Aug 2002 21:17:16 +0000 (21:17 +0000)]
* gcc.dg/typeof-1.c: New test.
* g++.dg/ext/typeof2.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56360 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago* parse.y (sizeof, alignof, typeof): New non-terminals to
aoliva [Thu, 15 Aug 2002 21:16:52 +0000 (21:16 +0000)]
* parse.y (sizeof, alignof, typeof): New non-terminals to
increment skip_evaluation.  Replace terminals with them and
decrement skip_evaluation at the end of rules using them.
* decl2.c (mark_used): Don't assemble_external if
skipping evaluation.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56359 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago* c-tree.h (skip_evaluation): Move declaration...
aoliva [Thu, 15 Aug 2002 21:16:23 +0000 (21:16 +0000)]
* c-tree.h (skip_evaluation): Move declaration...
* c-common.h: ... here.
* c-typeck.c (build_external_ref): Don't assemble_external nor
mark a tree as used if skip_evaluation is set.
* c-parse.in (typeof): New non-terminal to set skip_evaluation
around TYPEOF.
(typespec_nonreserved_nonattr): Use it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56358 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-08-15 Phil Edwards <pme@gcc.gnu.org>
pme [Thu, 15 Aug 2002 20:19:11 +0000 (20:19 +0000)]
2002-08-15  Phil Edwards  <pme@gcc.gnu.org>

* docs/html/documentation.html:  Update doxygen links for 3.2.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56357 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * dbxout.c (dbx_debug_hooks): Update end_prologue, end_epilogue.
rupp [Thu, 15 Aug 2002 19:59:29 +0000 (19:59 +0000)]
* dbxout.c (dbx_debug_hooks): Update end_prologue, end_epilogue.
(xcoff_debug_hooks): Update end_prologue.
* debug.c (do_nothing_debug_hooks): Update end_prologue, end_epilogue.
* debug.h (end_prologue): Add file arg.
(end_epilogue): Add line and file args.
(dwarf2out_end_epilogue): Add line and file args.
(vmsdbgout_after_prologue): Remove.
* dwarf2out.c (dwarf2out_end_epilogue): Add line and file args.
(dwarf2_debug_hooks): Update end_prologue.
* dwarfout.c (dwarfout_end_epilogue): Add line and file args.
(dwarfout_end_prologue): Add file arg.
* final.c (vmsdbgout_after_prologue): Remove
(final_end_function): Update end_epilogue call.
(final_scan_insn): Update end_prologue call.
* sdbout.c (sdbout_end_epilogue): Add line and file args.
(sdbout_end_prologue): Add file arg.
(sdb_debug_hooks): Update end_prologue.
(sdb_begin_prologue): Update sdbout_end_prologue call.
* vmsdbgout.c (vmsdbg_debug_hooks): Add vmsdbgout_end_prologue,
vmsdbgout_end_function.
(vmsdbgout_end_prologue): New function renamed from
vmsdbgout_after_prologue. Call vmsdbgout_source_line.
(vmsdbgout_end_function): New function.
(vmsdbgout_end_epilogue): Add line and file args. Call
vmsdbgout_source_line.
(write_pclines): Write only valid line numbers.
(write_srccorr): Don't write source correlation records if 0 lines.
* xcoffout.c (xcoffout_end_epilogue): Add line and file args.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56356 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * libstdc++-v3/libsupc++/unwind-cxx.h (__cxa_exception):
sje [Thu, 15 Aug 2002 18:05:41 +0000 (18:05 +0000)]
* libstdc++-v3/libsupc++/unwind-cxx.h (__cxa_exception):
Change catchTemp type from void* to _Unwind_Ptr.
* libstdc++-v3/libsupc++/eh_personality.cc (PERSONALITY_FUNCTION):
Do not cast landing_pad or base_of_encoded_value to (void *).
* libstdc++-v3/libsupc++/eh_throw.cc (__gxx_exception_cleanup):
Accept _URC_NO_REASON as a valid reason code.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56352 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * gcc/unwind.h (_Unwind_Ptr): Make 64 bits on IA64 HP-UX.
sje [Thu, 15 Aug 2002 18:01:30 +0000 (18:01 +0000)]
* gcc/unwind.h (_Unwind_Ptr): Make 64 bits on IA64 HP-UX.
(_Unwind_Internal_Ptr): 32 bit version for use in
read_encoded_value_with_base.
* gcc/unwind-pe.h (read_encoded_value_with_base): Use
_Unwind_Internal_Ptr instead of _Unwind_Ptr in order to get the
right size.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56351 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * loop.c (scan_loop, move_movables, count_one_set): Cast to avoid
ghazi [Thu, 15 Aug 2002 17:44:10 +0000 (17:44 +0000)]
* loop.c (scan_loop, move_movables, count_one_set): Cast to avoid
signed/unsigned warnings.

* regclass.c (init_reg_sets_1, choose_hard_reg_mode,
record_reg_classes): Likewise.

* reload.c (reload_inner_reg_of_subreg, push_reload,
find_reloads_address_1): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56350 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * rs6000.c (output_mi_thunk): Return to function section on
dje [Thu, 15 Aug 2002 14:51:00 +0000 (14:51 +0000)]
    * rs6000.c (output_mi_thunk): Return to function section on
        TARGET_ELF.

        * rs6000-c.c (rs6000_cpu_cpp_builtins): Define __PPC405__ if PPC405.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56348 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago*** empty log message ***
gdr [Thu, 15 Aug 2002 11:42:51 +0000 (11:42 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56347 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agocp:
nathan [Thu, 15 Aug 2002 10:34:05 +0000 (10:34 +0000)]
cp:
PR c++/7598
* typeck.c (build_unary_op): Fold offsetof idiom. Fixes
regression caused by my 2002-08-08 patch.
testsuite:
* g++.dg/other/offsetof1.C: New test

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56346 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/s390/s390.c (legitimize_address): Optimize loading
uweigand [Thu, 15 Aug 2002 09:55:31 +0000 (09:55 +0000)]
* config/s390/s390.c (legitimize_address): Optimize loading
of large displacements.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56345 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoDaily bump.
gccadmin [Thu, 15 Aug 2002 07:17:09 +0000 (07:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56344 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/alpha/alpha-protos.h: Update.
rupp [Thu, 15 Aug 2002 05:04:27 +0000 (05:04 +0000)]
* config/alpha/alpha-protos.h: Update.

* config/alpha/alpha.c: (LINKAGE_SYMBOL_REF_P): New macro.
(alpha_legitimate_address_p): Test LINKAGE_SYMBOL_REF_P.
(alpha_linkage_symbol_p): New static function.
(print_operand_address): Print linkage operand.

(alpha_funcs_num, alpha_funcs_tree, alpha_links_tree): New static
variables.
(reloc_kind): New enum.
(struct alpha_funcs): New struct.
(struct alpha_links): Add reloc_kind field. Rename links_kind field.

(alpha_need_linkage): Rewrite.
(alpha_use_linkage): New global function.
(alpha_write_linkage): Rewrite and make static.
(alpha_write_one_linkage): Rewrite

(alpha_start_function): Remove procedure descriptor output.
(alpha_end_function): Write linkages at end of each function.

* config/alpha/alpha.md (call_vms, call_value_vms): Rewrite.
(call_vms_1, call_value_vms_1): Rewrite.

* config/alpha/vms.h (ASM_FILE_END): Remove.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56338 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * ggc-page.c (RTL_SIZE): New.
rth [Thu, 15 Aug 2002 01:03:43 +0000 (01:03 +0000)]
    * ggc-page.c (RTL_SIZE): New.
        (extra_order_size_table): Add specializations for 2 and 10 rtl slots.
        * rtl.def (BARRIER, NOTE): Pad to 9 slots.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56337 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * gcc.dg/tls/diag-3.c: Fix expected message strings.
rth [Thu, 15 Aug 2002 00:16:11 +0000 (00:16 +0000)]
    * gcc.dg/tls/diag-3.c: Fix expected message strings.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56336 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * calls.c: Include target.h.
rth [Thu, 15 Aug 2002 00:07:55 +0000 (00:07 +0000)]
    * calls.c: Include target.h.
        * Makefile.in (calls.o): Update.

        * config/alpha/alpha.c (alpha_end_function): Use targetm.binds_local_p.
        * config/alpha/alpha.h (FUNCTION_OK_FOR_SIBCALL): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56335 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * Makefile.in (LOOSE_WARN): Add -fno-common.
rth [Thu, 15 Aug 2002 00:00:56 +0000 (00:00 +0000)]
    * Makefile.in (LOOSE_WARN): Add -fno-common.
        * c-common.h (constant_string_class_name): Add missing extern.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56334 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago PR preprocessor/7358
neil [Wed, 14 Aug 2002 22:34:50 +0000 (22:34 +0000)]
PR preprocessor/7358
* c-opts.c (check_deps_environment_vars): Ignore main file
for SUNPRO_DEPENDENCIES.
* cppfiles.c (stack_include_file): Ignore main file if
appropriate.
* cpplib.h (struct cpp_options): New member in deps.
* doc/cppenv.texi: Update.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56333 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago PR preprocessor/7526
neil [Wed, 14 Aug 2002 20:17:55 +0000 (20:17 +0000)]
PR preprocessor/7526
* cpplib.c (run_directive): Kludge so _Pragma dependency works.
testsuite:
* gcc.dg/cpp/_Pragma3.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56332 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * doc/invoke.texi (-a): Remove documentation.
nathan [Wed, 14 Aug 2002 20:06:12 +0000 (20:06 +0000)]
* doc/invoke.texi (-a): Remove documentation.
(-fprofile-arcs): Remove reference to -a, -ax options.
* doc/gcov.texi (Gcov Data Files): Data might be merged.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56331 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-08-14 Jesse Rosenstock <jmr@ugcs.caltech.edu>
tromey [Wed, 14 Aug 2002 19:53:54 +0000 (19:53 +0000)]
2002-08-14  Jesse Rosenstock  <jmr@ugcs.caltech.edu>

* java/lang/natPosixProcess.cc (cleanup): Added `path' argument.
(startProcess): Allocate path for chdir in async-signal-safe way.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56330 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago Fix PR/7566
gdr [Wed, 14 Aug 2002 17:50:48 +0000 (17:50 +0000)]
    Fix PR/7566
        * c-semantics.c (genrtl_case_label): Don't (mis)use
        warning_with_decl.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56329 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoInsert memory clobbers before the code that pops variable arrays.
dalej [Wed, 14 Aug 2002 17:41:52 +0000 (17:41 +0000)]
Insert memory clobbers before the code that pops variable arrays.
This prevents the scheduler from moving references to the arrays
below the stack pop.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56328 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-08-14 Jonathan Wakely <jw@kayari.org>
pme [Wed, 14 Aug 2002 17:29:19 +0000 (17:29 +0000)]
2002-08-14  Jonathan Wakely  <jw@kayari.org>

* docs/html/22_locale/messages.html:  Use HTML entities for
punctuation.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56300 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * c-opts.c (c_common_post_options): Correct test.
neil [Wed, 14 Aug 2002 17:19:28 +0000 (17:19 +0000)]
* c-opts.c (c_common_post_options): Correct test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56299 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * m88k.h (ASM_OUTPUT_SOURCE_FILENAME): Fix incorrect argument
ghazi [Wed, 14 Aug 2002 16:25:36 +0000 (16:25 +0000)]
* m88k.h (ASM_OUTPUT_SOURCE_FILENAME): Fix incorrect argument
order in call to fprintf.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56298 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/sparc/sol2.h (SUBTARGET_EXTRA_SPECS): Define.
ro [Wed, 14 Aug 2002 16:12:33 +0000 (16:12 +0000)]
* config/sparc/sol2.h (SUBTARGET_EXTRA_SPECS): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56297 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * reload.c (find_reloads): Handle constraint letters marked by
uweigand [Wed, 14 Aug 2002 10:04:51 +0000 (10:04 +0000)]
* reload.c (find_reloads): Handle constraint letters marked by
EXTRA_ADDRESS_CONSTRAINT and EXTRA_MEMORY_CONSTRAINT.
(alternative_allows_memconst): Likewise.
* reload1.c (maybe_fix_stack_asms): Likewise.
* recog.c (asm_operand_ok, preprocess_constraints,
constrain_operands): Likewise.
* regclass.c (record_operand_costs, record_reg_classes): Likewise.
* local-alloc.c (block_alloc, requires_inout): Likewise.
* stmt.c (parse_output_constraint, parse_input_constraint): Likewise.

* defaults.h (EXTRA_MEMORY_CONSTRAINT): Provide a default.
(EXTRA_ADDRESS_CONSTRAINT): Likewise.
* doc/tm.texi: Document these two new target macros.

* config/s390/s390.c (s390_expand_plus_operand): Accept already
valid operands.
(q_constraint): New function.
config/s390/s390-protos.h (q_constraint): Declare it.
config/s390/s390.h (EXTRA_CONSTRAINT): Use it.
(EXTRA_MEMORY_CONSTRAINT): New macro.

* config/s390/s390.md: Throughout the machine description,
replace all instances of the constraint combinations 'Qo'
or 'oQ' with simply 'Q'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56291 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * gennews (files): Add GCC 3.2 files.
mmitchel [Wed, 14 Aug 2002 08:35:37 +0000 (08:35 +0000)]
* gennews (files): Add GCC 3.2 files.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56287 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/m68hc11/m68hc11.h (LINK_SPEC): Support -mrelax.
ciceron [Wed, 14 Aug 2002 08:01:26 +0000 (08:01 +0000)]
* config/m68hc11/m68hc11.h (LINK_SPEC): Support -mrelax.
* config/m68hc11/t-m68hc11-gas (LIBGCC2_DEBUG_CFLAGS): Can use -g now.
(LIBGCC2_CFLAGS): Compile with -mrelax.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56285 138bc75d-0d04-0410-961f-82ee72b054a4