OSDN Git Service

pf3gnuchains/gcc-fork.git
22 years ago2002-04-13 Joel Sherrill <joel@OARcorp.com>
joel [Sat, 13 Apr 2002 19:47:57 +0000 (19:47 +0000)]
2002-04-13 Joel Sherrill <joel@OARcorp.com>

* config/sparc/t-elf: Enable v8 multilibs.  Impacts
sparc-elf and sparc-rtems targets.

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

22 years ago2002-04-13 Toon Moene <toon@moene.indiv.nluug.nl>
toon [Sat, 13 Apr 2002 19:41:29 +0000 (19:41 +0000)]
2002-04-13  Toon Moene  <toon@moene.indiv.nluug.nl>

* news.texi: Deprecate frontend version number;
update list of fixed bugs.

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

22 years ago * alpha/linux.h: Define __gnu_linux__ wherever __linux__ is
mmitchel [Sat, 13 Apr 2002 19:21:08 +0000 (19:21 +0000)]
* alpha/linux.h: Define __gnu_linux__ wherever __linux__ is
defined, and __gnu_hurd__ wherever __GNU__ is defined.
* arm/linux-elf.h: Likewise.
* cris/aout.h: Likewise.
* cris/linux.h: Likewise.
* i370/linux.h: Likewise.
* i386/gnu.h: Likewise.
* i386/linux-aout.h: Likewise.
* i386/linux-oldld.h: Likewise.
* i386/linux.h: Likewise.
* i386/linux64.h: Likewise.
* ia64/linux.h: Likewise.
* m68k/linux-aout.h: Likewise.
* m68k/linux.h: Likewise.
* mips/linux.h: Likewise.
* pa/pa-linux.h: Likewise.
* pj/linux.h: Likewise.
* rs6000/sysv4.h: Likewise.
* s390/linux.h: Likewise.
* sh/linux.h: Likewise.
* sparc/linux-aout.h: Likewise.
* sparc/linux.h: Likewise.
* sparc/linux64.h: Likewise.
* xtensa/linux.h: Likewise.

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

22 years ago * g77.f-torture/execute/980628-4.x,
hp [Sat, 13 Apr 2002 12:05:53 +0000 (12:05 +0000)]
* g77.f-torture/execute/980628-4.x,
g77.f-torture/execute/980628-5.x,
g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
i[34567]86-*-*.

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

22 years ago2002-04-13 David S. Miller <davem@redhat.com>
davem [Sat, 13 Apr 2002 10:32:46 +0000 (10:32 +0000)]
2002-04-13  David S. Miller  <davem@redhat.com>

* gcc.c-torture/execute/20020413-1.c: New test.

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

22 years ago * gcc.dg/asm-6.c,
rsandifo [Sat, 13 Apr 2002 09:33:01 +0000 (09:33 +0000)]
* gcc.dg/asm-6.c,
* g++.dg/ext/asm1.C: New tests.

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

22 years ago * stmt.c (check_unique_operand_names): Expect operand names to
rsandifo [Sat, 13 Apr 2002 09:29:03 +0000 (09:29 +0000)]
* stmt.c (check_unique_operand_names): Expect operand names to
be strings rather than identifiers.  Use simple_cst_equal to
compare them.
(resolve_operand_name_1): Make same identifier to string change here.
* c-parse.in (asm_operand): Convert a named operand into a string.
* cp/parse.y (asm_operand): Likewise.

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

22 years agoDaily bump.
gccadmin [Sat, 13 Apr 2002 07:16:56 +0000 (07:16 +0000)]
Daily bump.

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

22 years ago PR c++ 5373.
mmitchel [Sat, 13 Apr 2002 07:10:12 +0000 (07:10 +0000)]
PR c++ 5373.
* g++.dg/parse/stmtexpr1.C: New test.

PR c++/5373.
* semantics.c (finish_expr_stmt): Remember the type of the
expression before any conversions are performed.

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

22 years ago * config/ia64/ia64.h (CPP_SPEC): Include %(cpp_cpu).
schwab [Sat, 13 Apr 2002 01:59:10 +0000 (01:59 +0000)]
* config/ia64/ia64.h (CPP_SPEC): Include %(cpp_cpu).

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

22 years ago PR c++/5189.
mmitchel [Sat, 13 Apr 2002 01:33:23 +0000 (01:33 +0000)]
PR c++/5189.
* call.c (add_template_candidate_real): Do not treat member
templates as copy constructors.

PR c++/5189.
* g++.dg/template/copy1.C: New test.

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

22 years ago Revert these changes:
mmitchel [Sat, 13 Apr 2002 01:25:27 +0000 (01:25 +0000)]
Revert these changes:

2002-04-06  Mark Mitchell  <mark@codesourcery.com>

PR c++/5571
* stor-layout.c (layout_decl): Reset the RTL for the decl.

* decl.c (duplicate_decls): Do not copy the RTL for a variable
declaration if the old variable had an incomplete type and the new
variable does not.
(complete_vars): Do not call layout_decl for completed variables.

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

22 years ago * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
rth [Fri, 12 Apr 2002 23:55:05 +0000 (23:55 +0000)]
    * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.

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

22 years agoMissed this entry in last commit
dj [Fri, 12 Apr 2002 23:17:54 +0000 (23:17 +0000)]
Missed this entry in last commit

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

22 years ago * config.gcc (sparcv9-*-solaris2): Default to 32-bit code.
rth [Fri, 12 Apr 2002 23:02:45 +0000 (23:02 +0000)]
    * config.gcc (sparcv9-*-solaris2): Default to 32-bit code.
        (sparc*-*-solaris): Clean up header files.
        * configure.in (AS_SPARC64_FLAG): Error out if can't find it
        and plan on generating 64-bit code.
        * toplev.c (decode_g_option): Remove LINKER_DOES_NOT_WORK_WITH_DWARF2.
        * config/sparc/sol2-64.h: Delete and reuse for default 64-bit code.
        * config/sparc/sol2-sld-64.h: Rename ...
        * config/sparc/sol2-bi.h: ... here.  Remove the bits that checked
        for AS_SPARC64_FLAG not defined.
        * config/sparc/sol2-gld-bi.h: New.
        * config/sparc/sol2-sld.h: Remove.
        * config/sparc/sol26-sld.h: New.
        * config/sparc/sol2.h: Tidy comments.
        * doc/install.texi: Document sparc-solaris configury changes.

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

22 years ago * recog.c (offsettable_address_p): Match the logic in adjust_address.
rth [Fri, 12 Apr 2002 22:47:34 +0000 (22:47 +0000)]
    * recog.c (offsettable_address_p): Match the logic in adjust_address.

        * config/sparc/sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Handle TFmode
        in 64-bit mode only.  Use only for 32-bit or MEDLOW.

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

22 years ago * gcc/libstdc++-v3/config/os/hpux/bits/os_defines.h
ljrittle [Fri, 12 Apr 2002 22:31:27 +0000 (22:31 +0000)]
* gcc/libstdc++-v3/config/os/hpux/bits/os_defines.h
(strtoll, strtoull): In 64 bit mode HP-UX (IA64 and HPPA)
does not define strtoll or strtoull, but does define strtol
and strtoul which are the same since in 64 bit mode
sizeof(long) == sizeof(long long).

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

22 years ago * config/alpha/osf.h (LINK_SPEC): Pass -S to silence ld warnings.
ro [Fri, 12 Apr 2002 22:25:08 +0000 (22:25 +0000)]
* config/alpha/osf.h (LINK_SPEC): Pass -S to silence ld warnings.

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

22 years agoFix typo in ChangeLog entry.
law [Fri, 12 Apr 2002 21:52:46 +0000 (21:52 +0000)]
Fix typo in ChangeLog entry.

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

22 years ago * pa.c (pa_can_combine_p): Call insn_extract before calling
law [Fri, 12 Apr 2002 21:43:17 +0000 (21:43 +0000)]
* pa.c (pa_can_combine_p): Call insn_extract before calling
constrain_operands.

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

22 years ago * gcc.c-torture/execute/20020412-1.c: New file, renamed from
geoffk [Fri, 12 Apr 2002 20:41:58 +0000 (20:41 +0000)]
* gcc.c-torture/execute/20020412-1.c: New file, renamed from
gcc.c-torture/execute/20020307-2.c.

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

22 years ago * config/i386/i386-interix.h (CPP_PREDEFINES): Handle __declspec.
kenner [Fri, 12 Apr 2002 19:56:00 +0000 (19:56 +0000)]
* config/i386/i386-interix.h (CPP_PREDEFINES): Handle __declspec.

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

22 years ago * config/i386/i386-interix.h (EH_FRAME_IN_DATA_SECTION): Define.
kenner [Fri, 12 Apr 2002 19:47:45 +0000 (19:47 +0000)]
* config/i386/i386-interix.h (EH_FRAME_IN_DATA_SECTION): Define.
(TARGET_ASM_NAMED_SECTION, RETURN_IN_MEMORY) Define.
(DEFAULT_PCC_STRUCT_RETURN): Define as 0.
* config/i386/t-interix (USER_H): Remove.

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

22 years ago2002-04-12 Phil Edwards <pme@gcc.gnu.org>
pme [Fri, 12 Apr 2002 19:15:59 +0000 (19:15 +0000)]
2002-04-12  Phil Edwards  <pme@gcc.gnu.org>

* include/std/std_bitset.h:  Doxygenate std::bitset<>.  Clean up
trailing spaces, indentation, and macro names.  Make exception
messages more informative.

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

22 years ago* integrate.c (compare_blocks): Make comparisons safe for when
dj [Fri, 12 Apr 2002 18:37:56 +0000 (18:37 +0000)]
* integrate.c (compare_blocks): Make comparisons safe for when
sizeof(int) < sizeof(char *).
(find_block): Likewise.

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

22 years ago2002-04-12 Jan Hubicka <jh@suse.cz>
dje [Fri, 12 Apr 2002 16:57:47 +0000 (16:57 +0000)]
2002-04-12  Jan Hubicka  <jh@suse.cz>
            David Edelsohn  <edelsohn@gnu.org>

        * config/rs6000/rs6000.c (call_operand): Allow LINK and COUNT
        registers.
        (symbol_ref_operand): New.
        * config/rs6000/rs6000.h (PREDICATE_CODES): Add symbol_ref_operand.
        * config/rs6000/rs6000.md (call_nonlocal_aix): Use symbol_ref_operand.

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

22 years agoFix botch in last commit.
green [Fri, 12 Apr 2002 14:51:37 +0000 (14:51 +0000)]
Fix botch in last commit.

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

22 years ago * config/ia64/ia64.h (ASM_SPEC): Moved from here ...
schwab [Fri, 12 Apr 2002 14:41:01 +0000 (14:41 +0000)]
* config/ia64/ia64.h (ASM_SPEC): Moved from here ...
* config/ia64/sysv4.h (ASM_SPEC): ... to here, so that it
overrides the definition in config/svr4.h.

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

22 years agoAdd --extdirs support.
green [Fri, 12 Apr 2002 14:28:50 +0000 (14:28 +0000)]
Add --extdirs support.

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

22 years agoInstall libgcj.jar as libgcj-VERSION.jar.
green [Fri, 12 Apr 2002 14:28:10 +0000 (14:28 +0000)]
Install libgcj.jar as libgcj-VERSION.jar.

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

22 years ago2002-04-12 Eric Norum <eric.norum@usask.ca>
joel [Fri, 12 Apr 2002 13:35:03 +0000 (13:35 +0000)]
2002-04-12 Eric Norum <eric.norum@usask.ca>

* config/rtems.h, config/a29k/rtems.h, config/arm/rtems-elf.h,
config/c4x/rtems.h, config/h8300/rtems.h, config/i386/rtems.h,
config/i386/rtemself.h, config/i960/rtems.h, config/m68k/rtems.h,
config/m68k/rtemself.h, config/mips/rtems.h, config/mips/rtems64.h,
config/pa/rtems.h, config/rs6000/rtems.h, config/sh/rtems.h,
config/sh/rtemself.h, config/sparc/rtems.h, config/sparc/rtemself.h,
config/v850/rtems.h (*-rtems*): Cleanup pass to move common
definitions to config/rtems.h and make the targets more similar.

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

22 years ago * expr.c (expand_assigment): Remove duplicate conversions #ifdef
kenner [Fri, 12 Apr 2002 12:33:24 +0000 (12:33 +0000)]
* expr.c (expand_assigment): Remove duplicate conversions #ifdef
POINTERS_EXTEND_UNSIGNED.
(store_constructor, expand_expr, case COMPONENT_REF): Likewise.
(store_expr): Use TYPE_MODE (sizetype), not ptr_mode.

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

22 years ago * emit-rtl.c (widen_memory_access): Don't do anything if MEMOFFSET
kenner [Fri, 12 Apr 2002 12:17:59 +0000 (12:17 +0000)]
* emit-rtl.c (widen_memory_access): Don't do anything if MEMOFFSET
not specified.

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

22 years ago * sh.c (calc_live_regs, sh_pr_n_sets): Use of PR_MEDIA_REG / PR_REG
amylaar [Fri, 12 Apr 2002 12:14:33 +0000 (12:14 +0000)]
* sh.c (calc_live_regs, sh_pr_n_sets): Use of PR_MEDIA_REG / PR_REG
depends on TARGET_SHMEDIA, not TARGET_SH5.

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

22 years ago * function.c (fixup_var_refs_1) <SET, handling VAR in SET_SRC>:
hp [Fri, 12 Apr 2002 11:31:25 +0000 (11:31 +0000)]
* function.c (fixup_var_refs_1) <SET, handling VAR in SET_SRC>:
For paradoxical (subreg VAR), replace VAR, don't try the subreg.

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

22 years ago * g++.dg/ext/attrib5.C,
rsandifo [Fri, 12 Apr 2002 10:59:33 +0000 (10:59 +0000)]
* g++.dg/ext/attrib5.C,
* g++.dg/lookup/struct1.C: New tests.

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

22 years ago * sh.c (broken_move): Constant 0. / 1. load is OK if there is
amylaar [Fri, 12 Apr 2002 10:55:32 +0000 (10:55 +0000)]
* sh.c (broken_move): Constant 0. / 1. load is OK if there is
no r0 clobber.

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

22 years ago * decl.c (duplicate_decls): Don't try to unify an implicit typedef
rsandifo [Fri, 12 Apr 2002 10:55:27 +0000 (10:55 +0000)]
* decl.c (duplicate_decls): Don't try to unify an implicit typedef
with an explicit one.
(follow_tag_typedef): New.
(lookup_tag): Use it to extract the tag of an explicit typedef.
(xref_tag): Likewise.

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

22 years agofix whitespace
jason [Fri, 12 Apr 2002 10:35:30 +0000 (10:35 +0000)]
fix whitespace

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

22 years ago2002-04-11 Andrew Haley <aph@redhat.com>
aph [Fri, 12 Apr 2002 09:08:17 +0000 (09:08 +0000)]
2002-04-11  Andrew Haley  <aph@redhat.com>

* typeck.c (type_after_usual_arithmetic_conversions):
If two types have the same variant, return immediately.
When two floating-point operands are the same precision:
  convert to float if one of the operands is float;
  if neither operand is one of the standard types, return the type
  of the first operand.

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

22 years ago * libjava.lang/SyncGlobal.java, libjava.lang/SyncGlobal.out:
ljrittle [Fri, 12 Apr 2002 08:33:13 +0000 (08:33 +0000)]
* libjava.lang/SyncGlobal.java, libjava.lang/SyncGlobal.out:
New test case.

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

22 years ago * config/ia64/ia64.h (EXTRA_SPECS): Fix missing backslash.
schwab [Fri, 12 Apr 2002 08:27:54 +0000 (08:27 +0000)]
* config/ia64/ia64.h (EXTRA_SPECS): Fix missing backslash.

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

22 years ago PR bootstrap/4191
rth [Fri, 12 Apr 2002 07:52:05 +0000 (07:52 +0000)]
    PR bootstrap/4191
        * config/d30v/d30v.h (INIT_SECTION_ASM_OP): Don't undef.

        * flow.c (mark_used_reg): Manage reg_cond_dead properly for
        modes spanning multiple hard regs.

        * recog.c (peephole2_optimize): Rebuild jump labels as needed.

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

22 years agoDaily bump.
gccadmin [Fri, 12 Apr 2002 07:17:27 +0000 (07:17 +0000)]
Daily bump.

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

22 years ago * include/bits/fstream.tcc (basic_filebuf<>::open): Fix & ordering.
rth [Fri, 12 Apr 2002 05:42:23 +0000 (05:42 +0000)]
* include/bits/fstream.tcc (basic_filebuf<>::open): Fix & ordering.
* include/bits/ostream.tcc (basic_ostream<>::operator<<(long)): Same.
(basic_ostream<>::operator<<(long long)): Same.

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

22 years ago * pa.c (pa_output_function_prologue): Don't accumulate the total
danglin [Fri, 12 Apr 2002 02:30:52 +0000 (02:30 +0000)]
* pa.c (pa_output_function_prologue): Don't accumulate the total
number of code bytes when using TARGET_64BIT, or gas, SOM and not
the portable runtime.
(output_deferred_plabels): Handle 64bit plabels.
(output_cbranch): Use $PIC_pcrel$0 for pc relative relocations when
generating pic code using the GAS assembler for object formats that
are not SOM (ie., ELF32 and ELF64).
(output_millicode_call): Check attribute type if attribute length is 28.
Likewise use $PIC_pcrel$0.  Only call get_attr_length and
dbr_sequence_length once.
(output_call): Likewise use $PIC_pcrel$0, and call get_attr_length and
dbr_sequence_length once.
* pa.h (TARGET_SOM): Define if not defined.
* pa.md (pattern to load address of label): Likewise use $PIC_pcrel$0
with GAS and not SOM.
(jump, call_internal_reg, call_value_internal_reg): Likewise.
* som.h (OBJ_SOM): Rename to TARGET_SOM.  Undefine before defining.

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

22 years ago2002-04-11 David O'Brien <obrien@FreeBSD.org>
obrien [Fri, 12 Apr 2002 01:18:38 +0000 (01:18 +0000)]
2002-04-11  David O'Brien  <obrien@FreeBSD.org>
* config/freebsd.h (NO_IMPLICIT_EXTERN_C, SCCS_DIRECTIVE): Give value.
(DEFAULT_PCC_STRUCT_RETURN) Do not redefine.
(USER_LABEL_PREFIX, HANDLE_SYSV_PRAGMA, IDENT_ASM_OP,
DWARF2_DEBUGGING_INFO, DBX_DEBUGGING_INFO, PREFERRED_DEBUGGING_TYPE):
elfos.h and dbxelf.h values are fine now.
* config/i386/freebsd.h, config/alpha/freebsd.h
(DEFAULT_PCC_STRUCT_RETURN): Define to 0.

Approved by:  Richard Henderson <rth@redhat.com>
              Message-ID: <20020411175216.B11442@redhat.com>

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

22 years ago * configure.host: Set can_unwind_signal on hosts which support it.
bryce [Fri, 12 Apr 2002 01:14:33 +0000 (01:14 +0000)]
* configure.host: Set can_unwind_signal on hosts which support it.
Don't set CHECKREFSPEC and DIVIDESPEC for FreeBSD.
* configure.in: Set CHECKREFSPEC and DIVIDESPEC if not using SJLJ
exceptions and can_unwind_signal isn't set.
* configure: Rebuilt.

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

22 years ago2002-04-11 David O'Brien <obrien@FreeBSD.org>
obrien [Fri, 12 Apr 2002 01:08:20 +0000 (01:08 +0000)]
2002-04-11  David O'Brien  <obrien@FreeBSD.org>
* config/ia64/aix.h (CPP_PREDEFINES): Do not define _LP64/__LP64__
or set Acpu or Amachine.  Reformat.
(ASM_SPEC, DONT_USE_BUILTIN_SETJMP, PROFILE_BEFORE_PROLOGUE): Do not
define.
(LINK_SPEC): Do not need to undef.
* config/ia64/elf.h (ASM_EXTRA_SPEC): Define.
* config/ia64/freebsd.h (LINK_SPEC): Do not need to undef.
(ASM_SPEC, DONT_USE_BUILTIN_SETJMP, PROFILE_BEFORE_PROLOGUE): Do not
define.
* config/ia64/hpux.h (ASM_EXTRA_SPEC): Define.
(ASM_SPEC): Do not define, use ASM_EXTRA_SPEC instead.
(LINK_SPEC): Do not need to undef.
(DONT_USE_BUILTIN_SETJMP): Do not define.
* config/ia64/ia64.h (ASM_SPEC, ASM_EXTRA_SPEC): Add.
(CPP_CPU_SPEC): Define _LP64, set Acpu and Amachine.  Remove -Dia64.
(DONT_USE_BUILTIN_SETJMP, PROFILE_BEFORE_PROLOGUE): Define.
Remove trailing spaces.
* config/ia64/linux.h (CPP_PREDEFINES): Do not define _LP64/__LP64__,
__ELF__, or set Acpu or Amachine.  Reformat.
(ASM_SPEC, DONT_USE_BUILTIN_SETJMP, PROFILE_BEFORE_PROLOGUE): Do not
define.

Approved by:  Richard Henderson <rth@redhat.com>
              Message-ID: <20020411160138.A11250@redhat.com>

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

22 years ago2002-04-11 David O'Brien <obrien@FreeBSD.org>
obrien [Fri, 12 Apr 2002 00:54:42 +0000 (00:54 +0000)]
2002-04-11  David O'Brien  <obrien@FreeBSD.org>
* config.gcc (ia64-*-freebsd*): Fix ordering of tm_files to match
all other *-*-freebsd* targets.

Approved by:  Richard Henderson <rth@redhat.com>
              Message-ID: <20020411174756.A11442@redhat.com>

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

22 years ago * config.gcc (alpha*-*-linux*ecoff): Detect and reject.
rth [Thu, 11 Apr 2002 23:43:02 +0000 (23:43 +0000)]
    * config.gcc (alpha*-*-linux*ecoff): Detect and reject.

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

22 years ago * config/linker-map.gnu: Add __gxx_personality_sj0.
rth [Thu, 11 Apr 2002 23:27:45 +0000 (23:27 +0000)]
    * config/linker-map.gnu: Add __gxx_personality_sj0.

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

22 years ago2002-04-11 David O'Brien <obrien@FreeBSD.org>
obrien [Thu, 11 Apr 2002 23:25:54 +0000 (23:25 +0000)]
2002-04-11  David O'Brien  <obrien@FreeBSD.org>
* config.gcc (alpha*-*-openbsd, alpha64-dec-*vms,alpha*-dec-*vms):
Include {cpu}/{cpu}.h thru tm_file.
(alpha*-*-linux*ecoff): Remove target.
* config/alpha/elf.h (CPP_SUBTARGET_SPEC): Define __ELF__.
(LINK_SPEC): Remove, is not OS independent.
* config/alpha/freebsd.h (CPP_SPEC): Do not define __ELF__.
(LINK_SPEC): Do not need to #undef any longer.
* config/alpha/linux-ecoff.h (LINK_SPEC): Do not need to #undef
any longer.
* config/alpha/linux-elf.h (SUB_CPP_PREDEFINES): Do not define
__ELF__.
(LINK_SPEC): Moved here from alpha/elf.h.
* config/alpha/linux.h (CPP_PREDEFINES): No longer consumer of
SUB_CPP_PREDEFINES.
* config/alpha/linux-ecoff.h: Remove.
* config/alpha/netbsd.h (CPP_PREDEFINES): Do not define __ELF__.
(CPP_SPEC): Define _POSIX_SOURCE as needed.
(CPP_SUBTARGET_SPEC): Do not define.
(LINK_SPEC): Do not need to #undef any longer.
* config/alpha/openbsd.h: Do not directly include alpha/alpha.h.
* config/alpha/vms.h: Likewise.

Approved by:  Richard Henderson <rth@redhat.com>
              Message-ID: <20020411152309.A11121@redhat.com>
      Message-ID: <20020411160159.B11250@redhat.com>
      Jason R Thorpe <thorpej@wasabisystems.com>
      Message-ID: <20020411161434.I4954@dr-evil.shagadelic.org>

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

22 years ago * win32.cc (_Jv_platform_initProperties): Fix spelling of _Jv_Free.
tromey [Thu, 11 Apr 2002 22:23:43 +0000 (22:23 +0000)]
* win32.cc (_Jv_platform_initProperties): Fix spelling of _Jv_Free.

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

22 years ago * doc/extend.texi: Remove old claim that typedefs cannot have
rsandifo [Thu, 11 Apr 2002 21:33:31 +0000 (21:33 +0000)]
* doc/extend.texi: Remove old claim that typedefs cannot have
an alignment attribute.

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

22 years agoi2002-04-11 DJ Delorie <dj@redhat.com>
dj [Thu, 11 Apr 2002 21:23:35 +0000 (21:23 +0000)]
i2002-04-11  DJ Delorie  <dj@redhat.com>

* Makefile.in, configure.in: Sync with binutils, entries
follow...

2002-02-01  Mo DeJong  <supermo@bayarea.net>

* Makefile.in: Add all-tix to deps for all-snavigator
so that tix is built when building snavigator.

2002-01-11  Steve Ellcey  <sje@cup.hp.com>

* configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
ld and gdb are not supported.

2002-01-07  Mark Salter  <msalter@redhat.com>

* configure.in: Remove target-bsp and target-cygmon from arm builds.
Allow target-libgloss to be built for arm, strongarm, and xscale.

2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>

* configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
options for i[3456]86-pc-linux* native builds.

2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>

* Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
files from .po files for a distribution.

2001-09-03  Jeff Holcomb  <jeffh@redhat.com>

* configure.in: Enable libstdc++-v3 for h8300 targets.

2001-06-19  Alan Modra  <amodra@bigpond.net.au>

* Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
version from bfd/.

Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>

* Makefile.in (VER): When present, extract the version number from
the file version.in.

2001-05-24  Tom Rix <trix@redhat.com>

* configure.in : enable ld for aix

2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>

* mh-s390pic: New file.
* mt-s390pic: New file.

2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>

* config.guess: Add linux target for S/390.

2000-11-07  Philip Blundell  <pb@futuretv.com>

* Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.

2000-11-03  Philip Blundell  <pb@futuretv.com>

* Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
files.

2001-01-15  Ben Elliston  <bje@redhat.com>

* configure.in (host_tools): Add sid.
Always configure cgen.

2000-11-24  Nick Clifton  <nickc@redhat.com>

* configure.in (c4x, c5x, tic54x): Move after ARM targets.

2000-08-20  Doug Evans  <dje@casey.transmeta.com>

* Makefile.in (ALL_MODULES): Add all-cgen.
(CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
(all-cgen): New target.
(all-opcodes,all-sim): Depend on all-cgen.
* configure.in (host_tools): Add cgen.
Only configure cgen if --enable-cgen-maint.

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

22 years ago PR optimization/6177
jakub [Thu, 11 Apr 2002 21:04:09 +0000 (21:04 +0000)]
PR optimization/6177
* expr.c (expand_expr) [COMPONENT_REF]: Handle op0 CONCAT if
bitpos is 0 and bitsize CONCAT size.

* gcc.c-torture/execute/20020411-1.c: New test.

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

22 years ago PR c/6223
jakub [Thu, 11 Apr 2002 20:56:29 +0000 (20:56 +0000)]
PR c/6223
* combine.c (if_then_else_cond): Use trunc_int_for_mode on nz.

* gcc.dg/20020411-1.c: New test.

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

22 years ago2002-04-11 Toon Moene <toon@moene.indiv.nluug.nl>
toon [Thu, 11 Apr 2002 19:49:56 +0000 (19:49 +0000)]
2002-04-11  Toon Moene  <toon@moene.indiv.nluug.nl>

* libI77/lio.h: Treat INTEGER*1 as signed char.

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

22 years ago2002-04-10 David O'Brien <obrien@FreeBSD.org>
obrien [Thu, 11 Apr 2002 18:11:53 +0000 (18:11 +0000)]
2002-04-10  David O'Brien  <obrien@FreeBSD.org>
* config/alpha/freebsd.h: Minor reformatting.
(CPP_SPEC): Define ELF and add cpp_subtarget.
(ASM_SPEC): No longer needed.

Approved by:  David S. Miller <davem@redhat.com>
              Message-Id: <20020410.203814.109035383.davem@redhat.com>

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

22 years ago * config/sparc/sparc.md (movdi_insn_sp32): Add o/J alternative.
rth [Thu, 11 Apr 2002 17:24:28 +0000 (17:24 +0000)]
    * config/sparc/sparc.md (movdi_insn_sp32): Add o/J alternative.
        (movdi_insn_sp32_v9): Likewise.  Only allow stx with aligned memory.
        (dimode mem/zero splitter): New.

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

22 years agoRevert previous patch.
rsandifo [Thu, 11 Apr 2002 16:39:41 +0000 (16:39 +0000)]
Revert previous patch.

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

22 years ago2002-04-11 Adam King <aking@dreammechanics.com>
tromey [Thu, 11 Apr 2002 15:57:56 +0000 (15:57 +0000)]
2002-04-11  Adam King <aking@dreammechanics.com>
    Tom Tromey  <tromey@redhat.com>

* include/jvm.h (_Jv_ThrowBadArrayIndex,
_Jv_ThrowNullPointerException): Mark as noreturn.
* win32.cc (_Jv_platform_initProperties): Use _Jv_MallocUnchecked
and _Jv_free.  Correctly invoke GetTempPath().  Indentation
fixes.

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

22 years ago * config/cris/cris.c (cris_override_options): Tweak error message
hp [Thu, 11 Apr 2002 15:04:38 +0000 (15:04 +0000)]
* config/cris/cris.c (cris_override_options): Tweak error message
for PIC not implemented.

* config/cris/cris.h: Tweak comments related to parameter-passing.

* t-cris (TARGET_LIBGCC2_CFLAGS): Don't -Dinhibit_libc here.

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

22 years ago * g++.dg/ext/attrib5.C: New test.
rsandifo [Thu, 11 Apr 2002 14:17:56 +0000 (14:17 +0000)]
* g++.dg/ext/attrib5.C: New test.

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

22 years ago * decl.c (duplicate_decls): Don't try to unify an implicit typedef
rsandifo [Thu, 11 Apr 2002 14:16:26 +0000 (14:16 +0000)]
* decl.c (duplicate_decls): Don't try to unify an implicit typedef
with an explicit one.
(lookup_tag): Extract the tag of an explicit typedef.

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

22 years agoDaily bump.
gccadmin [Thu, 11 Apr 2002 07:16:59 +0000 (07:16 +0000)]
Daily bump.

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

22 years ago * except.c (add_ehl_entry): Allow duplicates after landing pad
rth [Thu, 11 Apr 2002 01:06:33 +0000 (01:06 +0000)]
    * except.c (add_ehl_entry): Allow duplicates after landing pad
        creation.

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

22 years ago * g77.f-torture/execute/6177.f: New test.
janis [Wed, 10 Apr 2002 22:12:19 +0000 (22:12 +0000)]
* g77.f-torture/execute/6177.f: New test.

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

22 years ago PR middle-end/6247
jakub [Wed, 10 Apr 2002 21:49:26 +0000 (21:49 +0000)]
PR middle-end/6247
* g++.dg/opt/cleanup1.C: New test.

* g++.dg/opt/const1.C: New test.

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

22 years ago * Makefile.in: Rebuilt.
tromey [Wed, 10 Apr 2002 20:36:04 +0000 (20:36 +0000)]
* Makefile.in: Rebuilt.
* Makefile.am (java/lang/Thread.h): Mark
_Jv_AttachCurrentThreadAsDaemon as friend.
* gcj/javaprims.h (_Jv_AttachCurrentThreadAsDaemon): Declare.
* gcj/cni.h (JvAttachCurrentThreadAsDaemon): New function.
* java/lang/natThread.cc (_Jv_AttachCurrentThreadAsDaemon): New
function.
* java/lang/natRuntime.cc (_load): Recognize JNI_VERSION_1_4.
* jni.cc (_Jv_JNI_GetVersion): Return JNI_VERSION_1_4.
(_Jv_JNI_InvokeFunctions): Added
_Jv_JNI_AttachCurrentThreadAsDaemon.
(_Jv_JNI_GetEnv): Handle JNI_VERSION_1_4.
(JNI_GetDefaultJavaVMInitArgs): Likewise.
(JNI_CreateJavaVM): Likewise.
(_Jv_JNI_AttachCurrentThread): Likewise.
(_Jv_JNI_AttachCurrentThread): Added `is_daemon' argument.
(_Jv_JNI_AttachCurrentThreadAsDaemon): New method.
(_Jv_JNIFunctions): Initialize new fields.
(_Jv_JNI_NewDirectByteBuffer): New function.
(_Jv_JNI_GetDirectBufferAddress): Likewise.
(_Jv_JNI_GetDirectBufferCapacity): Likewise.
* include/jni.h (JNI_VERSION_1_4): New macro.
(JNIInvokeInterface::AttachCurrentThreadAsDaemon): New field.
(_Jv_JavaVM::AttachCurrentThreadAsDaemon): New method.
(JNINativeInterface::NewDirectByteBuffer): New field.
(JNINativeInterface::GetDirectBufferAddress): New field.
(JNINativeInterface::GetDirectBufferCapacity): New field.
(_Jv_JNIEnv::NewDirectByteBuffer): New method.
(_Jv_JNIEnv::GetDirectBufferAddress): New method.
(_Jv_JNIEnv::GetDirectBufferCapacity): New method.

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

22 years ago * config/rs6000/t-aix43 (SHLIB_NM_FLAGS): Add -X32_64.
dje [Wed, 10 Apr 2002 20:28:21 +0000 (20:28 +0000)]
    * config/rs6000/t-aix43 (SHLIB_NM_FLAGS): Add -X32_64.

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

22 years ago2002-04-10 Toon Moene <toon@moene.indiv.nluug.nl>
toon [Wed, 10 Apr 2002 19:49:52 +0000 (19:49 +0000)]
2002-04-10  Toon Moene  <toon@moene.indiv.nluug.nl>

* c-decl.c (c_init_decl_processing): Move generation of
decls for g77_integer_type_node and friends from here ...
* c-common.c (c_common_nodes_and_builtins): ... to here.

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

22 years ago * reload1.c (choose_reload_regs): HARD_FRAME_POINTER_REGNUM
uweigand [Wed, 10 Apr 2002 17:56:02 +0000 (17:56 +0000)]
* reload1.c (choose_reload_regs): HARD_FRAME_POINTER_REGNUM
is only used as frame pointer when frame_pointer_needed is true.

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

22 years ago * gcc.c-torture/execute/20020406-1.c: Declare malloc.
rth [Wed, 10 Apr 2002 17:47:24 +0000 (17:47 +0000)]
    * gcc.c-torture/execute/20020406-1.c: Declare malloc.

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

22 years agoPR target/817
rearnsha [Wed, 10 Apr 2002 14:06:38 +0000 (14:06 +0000)]
PR target/817
* arm.md (arm_movdi): Adjust neg_pool_range attribute to allow
for the fact that the pool entry uses two words.
(movdf_hard_insn): Similarly.  Also, ADR instruction can span
1k bytes.
(movdf_soft_insn): Similarly.
(movxf_hard_insn): Adjust neg_pool_range attribute to allow
for the fact that the pool entry uses three words.

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

22 years ago * init.c (build_member_call): For now, don't convert to
jason [Wed, 10 Apr 2002 12:18:44 +0000 (12:18 +0000)]
    * init.c (build_member_call): For now, don't convert to
        intermediate base if it would cause an error.

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

22 years ago * config/mips/mips.c (mips_va_arg): When using the struct version
rsandifo [Wed, 10 Apr 2002 10:36:50 +0000 (10:36 +0000)]
* config/mips/mips.c (mips_va_arg): When using the struct version
of the EABI va_list, allow arguments in the register save area to
take up less room than a stack argument.

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

22 years agocp:
nathan [Wed, 10 Apr 2002 09:40:18 +0000 (09:40 +0000)]
cp:
        PR c++/5507
        * decl.c (make_typename_type): Remove implicit typenameness.
testsuite:
        PR c++/5507
        * g++.dg/template/typename2.C: New test.

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

22 years agoDaily bump.
gccadmin [Wed, 10 Apr 2002 07:17:16 +0000 (07:17 +0000)]
Daily bump.

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

22 years ago * expr.c (expand_expr) [INTEGER_CST]: Don't force into registers
rth [Wed, 10 Apr 2002 07:11:32 +0000 (07:11 +0000)]
    * expr.c (expand_expr) [INTEGER_CST]: Don't force into registers
        if EXPAND_INITIALIZER.

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

22 years ago * config/alpha/alpha.md (movdi_er_maybe_g): New.
rth [Wed, 10 Apr 2002 05:22:33 +0000 (05:22 +0000)]
    * config/alpha/alpha.md (movdi_er_maybe_g): New.
        * config/alpha/alpha.c (alpha_expand_mov): Use it.

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

22 years ago * gcc.c-torture/execute/loop-12.c: New.
amodra [Wed, 10 Apr 2002 03:52:22 +0000 (03:52 +0000)]
* gcc.c-torture/execute/loop-12.c: New.

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

22 years ago PR optimization/6233
amodra [Wed, 10 Apr 2002 03:50:39 +0000 (03:50 +0000)]
PR optimization/6233
* rtlanal.c (pure_call_p): New function.
* rtl.h (pure_call_p): Declare.
* loop.c (prescan_loop): Use it to set has_nonconst_call.
* gcse.c (store_killed_in_insn): Use pure_call_p here too.

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

22 years ago2002-04-09 Eric Christopher <echristo@redhat.com>
echristo [Wed, 10 Apr 2002 03:40:00 +0000 (03:40 +0000)]
2002-04-09  Eric Christopher  <echristo@redhat.com>

* config/mips/mips.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): Add additional
information to .comm directive.

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

22 years ago * configure.in: Add *-*-freebsd* configurations.
ljrittle [Wed, 10 Apr 2002 02:51:54 +0000 (02:51 +0000)]
* configure.in: Add *-*-freebsd* configurations.

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

22 years ago * expr.c (expand_expr) [INTEGER_CST]: Force overflows into registers.
rth [Wed, 10 Apr 2002 02:22:20 +0000 (02:22 +0000)]
    * expr.c (expand_expr) [INTEGER_CST]: Force overflows into registers.

* gcc.c-torture/compile/20020409-1.c: New.

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

22 years ago * basic-block.h (flow_delete_block_noexpunge): Declare.
rth [Wed, 10 Apr 2002 00:15:58 +0000 (00:15 +0000)]
* basic-block.h (flow_delete_block_noexpunge): Declare.
(expunge_block_nocompact): Declare.
* cfg.c (expunge_block_nocompact): Split out from ...
(expunge_block): ... here.
* cfgrtl.c (can_delete_label_p): Don't use exception_handler_labels.
(flow_delete_block_noexpunge): Split out from ...
(flow_delete_block): ... here.
* cfgcleanup.c (delete_unreachable_blocks): Compact while
removing dead blocks.
* except.c (exception_handler_labels): Remove.
(exception_handler_label_map): New.
(struct eh_region): Add aka member.
(mark_ehl_map_entry, mark_ehl_map, free_region): New.
(ehl_hash, ehl_eq, ehl_free, add_ehl_entry): New.
(for_each_eh_label, for_each_eh_label_1): New.
(init_eh): Register exception_handler_label_map.
(free_eh_status): Use free_region.
(find_exception_handler_labels): Use the map, not the list.
(remove_exception_handler_label): Likewise.
(maybe_remove_eh_handler): Likewise.
(remove_eh_handler): Use the region aka bitmap.
* except.h (exception_handler_labels): Remove.
(for_each_eh_label): Declare.
* jump.c (rebuild_jump_labels): Don't check exception_handler_labels.
* loop.c (invalidate_loops_containing_label): New.
(find_and_verify_loops): Use it.  Use for_each_eh_label.
* sched-rgn.c (is_cfg_nonregular): Use
current_function_has_exception_handlers.

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

22 years ago * hashtab.c (higher_prime_number): Use 7 as minimum.
rth [Wed, 10 Apr 2002 00:14:53 +0000 (00:14 +0000)]
    * hashtab.c (higher_prime_number): Use 7 as minimum.
        (find_empty_slot_for_expand): Don't compute hash2 unless needed.
        (htab_find_slot_with_hash): Likewise.

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

22 years ago * include/private/gcconfig.h (DATAEND): Update comment example
ljrittle [Tue, 9 Apr 2002 23:11:36 +0000 (23:11 +0000)]
* include/private/gcconfig.h (DATAEND): Update comment example
to match reality.

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

22 years ago2002-04-09 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 9 Apr 2002 21:19:55 +0000 (21:19 +0000)]
2002-04-09  Benjamin Kosnik  <bkoz@redhat.com>

        libstdc++/1072
        * include/bits/localefwd.h (locale::_Impl::_M_facets): Change from
        pointer to vector.
        Remove forward declaration of vector.
        Include vector.
        * include/bits/locale_facets.tcc: Remove vector include.
        (use_locale): Adjust.
        (has_locale): Adjust.
        * src/locale.cc: Adjust.
        * src/localename.cc: Same.

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

22 years ago * sbitmap.c (sbitmap_union_of_diff, sbitmap_a_and_b, sbitmap_a_xor_b,
rth [Tue, 9 Apr 2002 21:15:38 +0000 (21:15 +0000)]
    * sbitmap.c (sbitmap_union_of_diff, sbitmap_a_and_b, sbitmap_a_xor_b,
        sbitmap_a_or_b, sbitmap_a_or_b_and_c, sbitmap_a_and_b_or_c):
        Do not return changed status.
        (sbitmap_union_of_diff_cg, sbitmap_a_and_b_cg, sbitmap_a_xor_b_cg,
        sbitmap_a_or_b_cg, sbitmap_a_or_b_and_c_cg, sbitmap_a_and_b_or_c_cg):
        New functions that do return changed status.
        * sbitmap.h: Update decls.
        * gcse.c, lcm.c: Use _cg functions as needed.

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

22 years ago * config.gcc (sh-*-elf*): Use sh/embed-elf.h instead of sh/elf.h.
amylaar [Tue, 9 Apr 2002 20:07:15 +0000 (20:07 +0000)]
* config.gcc (sh-*-elf*): Use sh/embed-elf.h instead of sh/elf.h.
(sh64-*-elf*, sh-*-rtemself*): Likewise.
* config/sh/embed_bb.c: New file.
* config/sh/embed-elf.h: New file.
* sh.h (CPP_SPEC): Supply __SIZE_TYPE__ and __PTRDIFF_TYPE__
if -m[12345]* option is given.  Don't use subtarget_cpp_ptr_spec.
(CPP_DEFAULT_CPU_SPEC): Add settings for __SIZE_TYPE__ and
__PTRDIFF_TYPE__ .
(SUBTARGET_CPP_PTR_SPEC): Don't define.
(EXTRA_SPECS): Remove subtarget_cpp_ptr_spec.
Add subtarget_asm_endian_spec.
(ASM_SPEC): Use subtarget_asm_endian_spec.
(SUBTARGET_ASM_ENDIAN_SPEC): Define.
(RETURN_ADDR_RTX): Use PR_MEDIA_REG for TARGET_SH5.
(WCHAR_UNSIGNED): Define.
(SH_ELF_WCHAR_TYPE, SH_DBX_REGISTER_NUMBER): Define.
(DBX_REGISTER_NUMBER): Use SH_DBX_REGISTER_NUMBER.
(ALLOCATE_INITIAL_VALUE): Use PR_MEDIA_REG for TARGET_SH5.
Fix value.
* sh.c (calc_live_regs): Use PR_MEDIA_REG for TARGET_SH5.
(sh_adjust_cost): Likewise.
sh64.h (CPP_DEFAULT_CPU_SPEC): Add settings for __SIZE_TYPE__ and
__PTRDIFF_TYPE__ .
(SUBTARGET_CPP_PTR_SPEC, WCHAR_TYPE): Don't #undef/ #define.
(WCHAR_TYPE_SIZE): Likewise.
(ASM_SPEC): Use subtarget_asm_endian_spec.
(SH_ELF_WCHAR_TYPE): #undef/ #define.
(MAX_WCHAR_TYPE_SIZE): Don't #undef.
* config/sh/elf.h (WCHAR_UNSIGNED): #undef .
(MAX_WCHAR_TYPE_SIZE): Don't #define .
(WCHAR_TYPE, WCHAR_TYPE_SIZE): #undef / #define .
(USER_LABEL_PREFIX): Don't #undef /#define .
(DBX_REGISTER_NUMBER): Use SH_DBX_REGISTER_NUMBER.
* config/elf/linux.h (USER_LABEL_PREFIX): Don't #undef /#define .
(SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE, WCHAR_TYPE_SIZE): Likewise.
(ASM_SPEC): Likewise.
(SUBTARGET_ASM_ENDIAN_SPEC): #undef / #define .
(CC1_SPEC): don't supply -m3 for -m4*, -m5*.
* t-sh: (LIB1ASMFUNCS): Use LIB1ASMFUNCS_CACHE.
(LIB2FUNCS_EXTRA): Define.
* t-sh64 (LIB2FUNCS_EXTRA): Define.
* config/sh/t-linux (LIB1ASMFUNCS): Don't redefine.
(LIB1ASMFUNCS_CACHE): Define.
(LIB2FUNCS_EXTRA): Redefine empty.

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

22 years ago * reorg.c (get_branch_condition): Use reversed_comparison_code.
rth [Tue, 9 Apr 2002 19:45:20 +0000 (19:45 +0000)]
    * reorg.c (get_branch_condition): Use reversed_comparison_code.

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

22 years ago * config/m68hc11/larith.asm (__map_data_section): Fix condition
ciceron [Tue, 9 Apr 2002 18:53:50 +0000 (18:53 +0000)]
* config/m68hc11/larith.asm (__map_data_section): Fix condition
and optimize for size.
(__do_global_ctors): Fix pointer comparison.
(__do_global_dtors): Likewise.

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

22 years ago * win32.cc (_Jv_platform_initProperties): Use GetTempPath.
tromey [Tue, 9 Apr 2002 17:44:32 +0000 (17:44 +0000)]
* win32.cc (_Jv_platform_initProperties): Use GetTempPath.

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

22 years ago PR optimization/6189
jason [Tue, 9 Apr 2002 17:02:43 +0000 (17:02 +0000)]
    PR optimization/6189
        * semantics.c (genrtl_start_function): Don't free
        DECL_SAVED_FUNCTION_DATA for inline functions.

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

22 years ago PR optimization/6189
jason [Tue, 9 Apr 2002 17:01:59 +0000 (17:01 +0000)]
    PR optimization/6189
        * semantics.c (genrtl_start_function): Don't free
        DECL_SAVED_FUNCTION_DATA for inline functions.

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

22 years ago2002-04-09 David S. Miller <davem@redhat.com>
davem [Tue, 9 Apr 2002 14:52:03 +0000 (14:52 +0000)]
2002-04-09  David S. Miller  <davem@redhat.com>

* config/sparc/sparc.c (sparc_extra_constraint_check): New
function, implementing EXTRA_CONSTRAINTS.  For memory constraints,
allow reloading pseudos.
* config/sparc/sparc.h (EXTRA_CONSTRAINTS): Use it.
* config/sparc/sparc-protos.h: Declare it.

* config/sparc/sparc.c (const64_is_2insns): Kill signed vs.
unsigned comparison warning.
(output_restore_regs): Mark leaf_function as unused.

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

22 years ago * init.c (build_member_call): For now, don't convert to
jason [Tue, 9 Apr 2002 13:59:59 +0000 (13:59 +0000)]
    * init.c (build_member_call): For now, don't convert to
        intermediate base if it would cause an error.

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