OSDN Git Service

pf3gnuchains/gcc-fork.git
22 years agoDaily bump.
gccadmin [Sat, 23 Mar 2002 08:17:21 +0000 (08:17 +0000)]
Daily bump.

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

22 years ago2002-03-22 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Sat, 23 Mar 2002 03:34:28 +0000 (03:34 +0000)]
2002-03-22  Benjamin Kosnik  <bkoz@redhat.com>

* acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_SUPP): Just test for
signbit and __signbit directly.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* config.h.in: Regenerate.
* libmath/Makefile.am: Simplify.
* libmath/Makefile.in: Regenerate.
* include/c_std/std_cmath.h: Update paths for include of cmath.tcc.

* include/Makefile.am: Clean up handling of extra "C" header files.
Add hooks for "C" compatibility headers.
* include/Makefile.in: Regenerate.

* include/c/*: Formatting tweaks, cleanups.
* include/c_std/*: Same.

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

22 years ago2002-03-22 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Sat, 23 Mar 2002 03:19:03 +0000 (03:19 +0000)]
2002-03-22  Benjamin Kosnik  <bkoz@redhat.com>

* acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_SUPP): Just test for
signbit and __signbit directly.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* config.h.in: Regenerate.
* libmath/Makefile.am: Simplify.
* libmath/Makefile.in: Regenerate.
* include/c_std/std_cmath.h: Update paths for include of cmath.tcc.

* include/Makefile.am: Clean up handling of extra "C" header files.
Add hooks for "C" compatibility headers.
* include/Makefile.in: Regenerate.

* include/c/*: Formatting tweaks, cleanups.
* include/c_std/*: Same.

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

22 years ago * error.c (dump_type): Be careful about implicit typenames.
gdr [Sat, 23 Mar 2002 03:17:43 +0000 (03:17 +0000)]
   * error.c (dump_type): Be careful about implicit typenames.

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

22 years ago2002-03-22 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Sat, 23 Mar 2002 01:55:34 +0000 (01:55 +0000)]
2002-03-22  Benjamin Kosnik  <bkoz@redhat.com>

* config/locale/gnu/messages_members.h: Add __uselocale bits.
* config/locale/gnu/messages_members.cc: Same.
* config/locale/gnu/time_members.cc: Same.

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

22 years ago * combine.c (simplify_comparison): When widening modes, ignore
amodra [Sat, 23 Mar 2002 01:53:44 +0000 (01:53 +0000)]
* combine.c (simplify_comparison): When widening modes, ignore
sign extension on CONST_INTs.

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

22 years ago * config/xtensa/xtensa.c (print_operand): Fix incorrect mode
bwilson [Sat, 23 Mar 2002 01:28:03 +0000 (01:28 +0000)]
    * config/xtensa/xtensa.c (print_operand): Fix incorrect mode
        passed to adjust_address.  Fix comment formatting.

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

22 years agocp/
gdr [Sat, 23 Mar 2002 01:24:18 +0000 (01:24 +0000)]
cp/
        PR C++/3656
        * semantics.c (finish_base_specifier): Handle erronous base
        classes.

testsuite/
        * g++.dg/inherit/template-as-base.C: New test.

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

22 years ago2002-03-22 Tom Tromey <tromey@redhat.com>
tromey [Sat, 23 Mar 2002 01:19:40 +0000 (01:19 +0000)]
2002-03-22  Tom Tromey  <tromey@redhat.com>

Andrew Haley  <aph@cambridge.redhat.com>

* expr.c (build_field_ref): Don't build a check if the field is a
member of `this'.

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

22 years ago * real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE.
zack [Sat, 23 Mar 2002 01:10:56 +0000 (01:10 +0000)]
* real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE.
Always make REAL_VALUE_TYPE a struct containing an array of
HOST_WIDE_INT, not a double.  Tidy up the code deciding how
big it is.  Don't declare or use union real_extract.

* emit-rtl.c (init_emit_once), varasm.c (immed_real_const_1,
decode_rtx_const, output_constant_pool), config/a29k/a29k.c
(print_operand), config/arm/arm.c (output_move_double),
config/arm/arm.md (consttable_4, consttable_8),
config/romp/romp.c (output_fpops), config/s390/s390.h
(ASM_OUTPUT_SPECIAL_POOL_ENTRY), config/xtensa/xtensa.c
(xtensa_output_literal): Don't use union real_extract.

* config/dsp16xx/dsp16xx.c (print_operand), config/i860/i860.c
(sfmode_constant_to_ulong), config/ns32k/merlin.h
(PRINT_OPERAND), config/ns32k/ns32k.c (print_operand),
config/pdp11/pdp11.h (PRINT_OPERAND), config/we32k/we32k.h
(PRINT_OPERAND): Don't use local version of union
real_extract.

* config/convex/convex.c (check_float_value), config/vax/vax.c
(vax_float_literal), config/m88k/m88k.md (divdf3),
config/dsp16xx/dsp16xx.md (fixuns_trunchfhi2),
config/pdp11/pdp11.c (output_move_quad): Don't do host
arithmetic on target floating point quantities.

* config/a29k/a29k.md, config/dsp16xx/dsp16xx.c
(output_dsp16xx_float_const): Don't test HOST_FLOAT_FORMAT.

* fold-const.c (fold), simplify-rtx.c (simplify_binary_real):
Use MODE_HAS_INFINITIES rather than #ifdef REAL_INFINITY.

* real.c (earith): Test INFINITY rather than REAL_INFINITY;
NANS implies INFINITY, so can drop #ifdef NANS inside #ifndef
INFINITY.
* print-rtl.c (print_rtx): Disable code which needs
floating-point emulator.
* libgcc2.c: Include float.h and use DBL_MANT_DIG,
FLT_MANT_DIG, to define DF_SIZE and SF_SIZE, rather than
depending on HOST_FLOAT_FORMAT to be defined properly.

* ch/grant.c, cp/error.c: Always use REAL_VALUE_TO_DECIMAL;
don't test REAL_IS_NOT_DOUBLE.

* config/1750a/1750a.c (get_double, float_label): Delete.
(print_operand): Delete huge commented-out chunk.  Use
REAL_VALUE_TO_DECIMAL.
* config/1750a/1750a-protos.h: Delete prototypes of deleted
functions.
* config/convex/convex.h: Always set TARGET_FLOAT_FORMAT to
IEEE_FLOAT_FORMAT.
* config/i370/i370.h (PRINT_OPERAND [TARGET_HLASM version]):
Use REAL_VALUE_TO_DECIMAL as ELF version does.
* config/m88k/m88k.c (real_power_of_2_operand,
legitimize_operand): Take the REAL_VALUE_TYPE and/or union
real_extract out of the union; run the input through
REAL_VALUE_TO_TARGET_DOUBLE, then plug the pair of longwords
from that into the union.
* config/pdp11/pdp11.c (output_move_double): Rearrange
parentheses to make automatic indenter happy.

* doc/tm.texi (Cross-compilation): Rename node to "Floating
Point" and rewrite to describe current situation.  Also adjust
documentation of REAL_VALUE_TO_TARGET_SINGLE and friends to
match code.
* doc/rtl.texi: Adjust cross reference.

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

22 years ago2002-03-22 Eric Blake <ebb9@email.byu.edu>
ericb [Sat, 23 Mar 2002 00:05:44 +0000 (00:05 +0000)]
2002-03-22  Eric Blake  <ebb9@email.byu.edu>

For PR java/6026:
* libjava.compile/PR6026.java: New file.

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

22 years ago2002-03-21 Eric Blake <ebb9@email.byu.edu>
ericb [Sat, 23 Mar 2002 00:01:49 +0000 (00:01 +0000)]
2002-03-21  Eric Blake  <ebb9@email.byu.edu>

Fix for PR java/6026:
* lex.c (java_lex): Fix parsing of consecutive floats.

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

22 years ago * config/xtensa/xtensa-protos.h (non_acc_reg_operand): Remove.
bwilson [Fri, 22 Mar 2002 22:57:53 +0000 (22:57 +0000)]
* config/xtensa/xtensa-protos.h (non_acc_reg_operand): Remove.
(xtensa_valid_move, xtensa_preferred_reload_class): Define.
* config/xtensa/xtensa.c (non_acc_reg_operand): Remove.
(xtensa_valid_move, xtensa_preferred_reload_class): Define to
prevent use of sp as a reload register.
(xtensa_emit_move_sequence): Use xtensa_valid_move instead of
non_acc_reg_operand.
* config/xtensa/xtensa.h (PREDICATE_CODES): Remove non_acc_reg_operand.
(PREFERRED_RELOAD_CLASS): Move code to xtensa_preferred_reload_class.
* config/xtensa/xtensa.md (movsi_internal, movhi_internal,
movqi_internal): Use xtensa_valid_move instead of non_acc_reg_operand.

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

22 years ago * c-pragma.c (maybe_apply_renaming_pragma): New.
rth [Fri, 22 Mar 2002 22:51:48 +0000 (22:51 +0000)]
    * c-pragma.c (maybe_apply_renaming_pragma): New.
        (handle_pragma_redefine_extname, pending_redefine_extname): New.
        (handle_pragma_extern_prefix, pragma_extern_prefix): New.
        (init_pragma): Register them.
        * c-pragma.h (maybe_apply_renaming_pragma): Declare.
        * c-decl.c (finish_decl): Call it.
        * cp/decl.c (cp_finish_decl): Likewise.
        * doc/extend.texi: Document the new pragmas.

        * config/alpha/osf.h (CPP_SUBTARGET_SPEC): Add __EXTERN_PREFIX.
        (HANDLE_PRAGMA_EXTERN_PREFIX): New.

        * config/i386/sol2.h (CPP_PREDEFINES): Add __PRAGMA_REDEFINE_EXTNAME.
        (HANDLE_PRAGMA_REDEFINE_EXTNAME): New.
        * config/sparc/sol2.h: Likewise.

        * g++.dg/other/pragma-re-1.C: New.
        * g++.dg/other/pragma-ep-1.C: New.
        * gcc.dg/pragma-re-1.c, gcc.dg/pragma-re-2.c: New.
        * gcc.dg/pragma-ep-1.c, gcc.dg/pragma-ep-2.c: New.
        * gcc.dg/pragma-ep-3.c: New.

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

22 years ago * g++.old-deja/g++.other/dwarf2-1.C: Move...
jakub [Fri, 22 Mar 2002 22:46:04 +0000 (22:46 +0000)]
* g++.old-deja/g++.other/dwarf2-1.C: Move...
* g++.dg/debug/debug5.C: ...here.  Convert for dg framework.

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

22 years ago * cpphash.h (struct cpp_reader): Remove mls_line and mls_col.
neil [Fri, 22 Mar 2002 22:29:07 +0000 (22:29 +0000)]
    * cpphash.h (struct cpp_reader): Remove mls_line and mls_col.
        * cpplex.c (unterminated): Delete.
        (parse_string): No string literal may extend over multiple
        lines.  Suppress the error when preprocessing assembly.
* cppmain.c (scan_translation_unit): Strings are single-line.

        * doc/cpp.texi: Update to match.
        * testsuite/gcc.dg/cpp/multiline.c: Update to match.

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

22 years ago PR optimization/5854
jakub [Fri, 22 Mar 2002 22:24:05 +0000 (22:24 +0000)]
PR optimization/5854
* config/m68hc11/m68hc11.h (CONST_OK_FOR_LETTER_VALUE_P): Use K for 0.
Shut up warnings.
(CONST_DOUBLE_OK_FOR_LETTER_P): Use G for 0.0.
(EXTRA_CONSTRAINT): Use S for non-push memory operand.
* config/m68hc11/m68hc11.c (m68hc11_split_move): Handle setting from
const0 if scratch register was not allocated.
(m68hc11_reload_operands, m68hc11_gen_lowpart, m68hc11_gen_highpart,
m68hc11_z_replacement): Replace gen_rtx (CONST_INT, VOIDmode, ...)
with GEN_INT (...).
(m68hc11_reorg): Compute BLOCK_FOR_INSN before reload_cse_regs.
* config/m68hc11/m68hc11.md: Replace gen_rtx (CONST_INT, VOIDmode, ...)
with GEN_INT (...) everywhere.  Remove constraints in define_split
patterns.
(movdi_internal, movdf_internal, movsi_internal, movsf_internal): Don't
require scratch register for setting 0 into regs/non-pushable memory.

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

22 years ago* g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
aoliva [Fri, 22 Mar 2002 22:03:39 +0000 (22:03 +0000)]
* g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.

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

22 years ago* typeck.c (expand_ptrmemfunc_cst): Scale idx down to an index
aoliva [Fri, 22 Mar 2002 22:03:04 +0000 (22:03 +0000)]
* typeck.c (expand_ptrmemfunc_cst): Scale idx down to an index
into the vtable_entry array regardless of
TARGET_PTRMEMFUNC_VBIT_LOCATION.

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

22 years ago* config/mips/mips.h (MASK_RETURN_ADDR): Define.
aoliva [Fri, 22 Mar 2002 22:02:12 +0000 (22:02 +0000)]
* config/mips/mips.h (MASK_RETURN_ADDR): Define.
(TARGET_PTRMEMFUNC_VBIT_LOCATION): Define.

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

22 years ago2002-03-22 Phil Edwards <pme@gcc.gnu.org>
pme [Fri, 22 Mar 2002 21:59:04 +0000 (21:59 +0000)]
2002-03-22  Phil Edwards  <pme@gcc.gnu.org>

* cpplib.h (struct cpp_options):  New member, warn_endif_labels.
* cppinit.c (cpp_create_reader):  On by default.
(cpp_handle_option):  Handle -W[no-]endif-labels.
(cpp_post_options):  Also enable if -pedantic.
* cpplib.c (do_else):  Use it.
(do_endif):  Likewise.
* doc/cppopts.texi:  Document new option.
* doc/invoke.texi:  Document new option.

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

22 years ago2002-03-22 Phil Edwards <pme@gcc.gnu.org>
pme [Fri, 22 Mar 2002 21:44:30 +0000 (21:44 +0000)]
2002-03-22  Phil Edwards  <pme@gcc.gnu.org>

* gcc.dg/cpp/extratokens2.c:  New file.

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

22 years ago * config/i386/i386.c, config/i386/i386.md: Change all occurences
rth [Fri, 22 Mar 2002 20:15:08 +0000 (20:15 +0000)]
    * config/i386/i386.c, config/i386/i386.md: Change all occurences
        of GEN_INT (trunc_int_for_mode (...)) to gen_int_mode (...).

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

22 years ago2002-03-22 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Fri, 22 Mar 2002 20:13:43 +0000 (20:13 +0000)]
2002-03-22  Benjamin Kosnik  <bkoz@redhat.com>

* src/vterminate.cc: Format, -fno-exceptions cleanup.

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

22 years ago* flow.c (calculate_global_regs_live): Clear aux fields of
aoliva [Fri, 22 Mar 2002 19:54:34 +0000 (19:54 +0000)]
* flow.c (calculate_global_regs_live): Clear aux fields of
ENTRY and EXIT.

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

22 years ago * config/v850/v850.c (v850_reorg): Only call alter_subreg on
jakub [Fri, 22 Mar 2002 19:29:21 +0000 (19:29 +0000)]
* config/v850/v850.c (v850_reorg): Only call alter_subreg on
REG or MEM subregs, pass rtx * instead of rtx to it.
* config/i860/i860.c (output_delayed_branch, output_delay_insn): Pass
rtx * instead of rtx to alter_subreg.
* config/m32r/m32r.c (gen_split_move_double): Likewise.
* config/pj/pj.c (pj_output_rval): Likewise.

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

22 years ago PR target/3177
rth [Fri, 22 Mar 2002 19:23:05 +0000 (19:23 +0000)]
    PR target/3177
        * config/ia64/ia64.h (CUMULATIVE_ARGS): Add int_regs.
        (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Update.
        * config/ia64/ia64.c (ia64_function_arg_advance): Set int_regs.
        (ia64_expand_prologue): Look at int_regs, not words, for number
        of incomming int regs.

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

22 years agoFix.
jakub [Fri, 22 Mar 2002 18:35:32 +0000 (18:35 +0000)]
Fix.

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

22 years agofix g++ testcase crash namedret1.c on sparcv9 and s390
amacleod [Fri, 22 Mar 2002 18:13:45 +0000 (18:13 +0000)]
fix g++ testcase crash namedret1.c on sparcv9 and s390

2002-03-22  Andrew MacLeod  <amacleod@redhat.com>

* expr.c (expand_expr): A RESULT_DECL is part of a call.

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

22 years ago * gcc.c-torture/compile/20020319-1.c: New test.
dje [Fri, 22 Mar 2002 18:12:59 +0000 (18:12 +0000)]
* gcc.c-torture/compile/20020319-1.c: New test.

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

22 years ago * toplev.c (flag_loop_optimize, flag_crossjumping):
hubicka [Fri, 22 Mar 2002 15:32:00 +0000 (15:32 +0000)]
* toplev.c (flag_loop_optimize, flag_crossjumping):
New static variables.
(rest_of_compilation): Conditionalize crossjumping and
loop optimizer.
(parse_options_and_default_flags): Default loop_optimize and
crossjumping.
(lang_independent_options): Add -fcrossjumping and -floop-optimize
* invoke.texi (crossjumping, loop-optimize): Document.

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

22 years ago * real.c (eiisneg): Move outside #ifdef NANS.
rsandifo [Fri, 22 Mar 2002 14:54:31 +0000 (14:54 +0000)]
* real.c (eiisneg): Move outside #ifdef NANS.

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

22 years agoFix the constant I forgot to update :(
hubicka [Fri, 22 Mar 2002 11:18:33 +0000 (11:18 +0000)]
Fix the constant I forgot to update :(

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

22 years ago2002-03-21 Andrew Haley <aph@redhat.com>
aph [Fri, 22 Mar 2002 11:18:03 +0000 (11:18 +0000)]
2002-03-21  Andrew Haley  <aph@redhat.com>

* libjava.lang/Thread_Interrupt.java (Looper.calibrate): New.
(yields): New.

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

22 years ago * cfgcleanup.c (outgoing_edges_math): Fix condition; relax
hubicka [Fri, 22 Mar 2002 11:11:21 +0000 (11:11 +0000)]
* cfgcleanup.c (outgoing_edges_math): Fix condition; relax
frequencies match; avoid match on different loop depths.
(try_crossjump_to_bb): Kill tests that no longer brings time
savings.
* cfgrtl.c (force_nonfallthru_and_redirect): Fix loop_depth
updating code.
(split_edge): Likewise.

* flow.c (update_life_info_in_dirty_blocks): Fix uninitialized
variable.

* Makefile.in (cfgrtl): Add insn-config.h depenendency.
* cfgrtl.c: Include insn-config.h
(split_block) Dirtify block in presence of conditional execution

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

22 years ago * config/mips/abi64.h (SETUP_INCOMING_VARARGS): Undefine.
rsandifo [Fri, 22 Mar 2002 09:55:03 +0000 (09:55 +0000)]
* config/mips/abi64.h (SETUP_INCOMING_VARARGS): Undefine.
* config/mips/mips-protos.h (mips_setup_incoming_varargs): Declare.
(function_arg): Constify CUMULATIVE_ARGS.
(function_arg_partial_nregs, function_arg_pass_by_reference): Likewise.
* config/mips/mips.h (UNITS_PER_FPVALUE): Zero when TARGET_SOFT_FLOAT.
(UNITS_PER_DOUBLE): New macro.
(SETUP_INCOMING_VARARGS): Define.  Use mips_setup_incoming_varargs.
(CUMULATIVE_ARGS): Reformat.  Remove num_adjusts workaround and
last_arg_fp field.  Replace arg_words and fp_arg_words with gp_regs,
fp_regs and stack_words.
(EABI_FLOAT_VARARGS_P): New macro.
* config/mips/mips.c (struct mips_arg_info): New.
(mips_arg_info): New function.
(function_arg_advance): Use it.  Add adjustment instructions here
rather than in function_arg.
(function_arg): Constify CUMULATIVE_ARGS.  Use mips_arg_info.  Check
for VOIDmode at the beginning of the function.
(function_partial_nregs): Constify CUMULATIVE_ARGS.  Use mips_arg_info.
(function_arg_pass_by_reference): Likewise.
(mips_setup_incoming_varags): New, largely based on old abi64.h code.
(mips_build_va_list): Test EABI_FLOAT_VARARGS_P.
(mips_va_start): Likewise.  Use the new stack_words field of
CUMULATIVE_ARGS to set up overflow area.  Reformat.
(mips_va_arg): Test EABI_FLOAT_VARARGS_P.  Unify EABI handling of
doubles and other types, aligning the overflow pointer for non-doubles
too.  Remove some code duplication.  Replace hard-coded constants.

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

22 years ago * config/mips/mips.h (FUNCTION_ARG_REGNO_P): Simplify.
rsandifo [Fri, 22 Mar 2002 09:30:35 +0000 (09:30 +0000)]
* config/mips/mips.h (FUNCTION_ARG_REGNO_P): Simplify.
(CLASS_UNITS): Undefine.
(CLASS_MAX_NREGS): Use FP_INC.
* config/mips/mips.c (compute_frame_size): Likewise.
(override_options): Use FP_INC and UNITS_PER_FPVALUE.

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

22 years agoDaily bump.
gccadmin [Fri, 22 Mar 2002 08:17:32 +0000 (08:17 +0000)]
Daily bump.

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

22 years ago * cpplex.c (parse_identifier_slow): Rename parse_slow, adjust
neil [Fri, 22 Mar 2002 07:23:21 +0000 (07:23 +0000)]
* cpplex.c (parse_identifier_slow): Rename parse_slow, adjust
prototype, and handle lexing numbers and identifiers.
(parse_identifier): Update to new form of parse_slow.
(parse_number): Fast path only, use parse_slow otherwise.
(_cpp_lex_direct): Update calls to parse_number.

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

22 years ago* bb-reorder.c (make_reorder_chain_1): Protect against
dj [Fri, 22 Mar 2002 02:50:15 +0000 (02:50 +0000)]
* bb-reorder.c (make_reorder_chain_1): Protect against
when redundant edges are omitted.
* predict.c (dump_prediction): Likewise.

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

22 years ago * include/private/gcconfig.h: Add unified test for FreeBSD.
ljrittle [Fri, 22 Mar 2002 02:40:32 +0000 (02:40 +0000)]
* include/private/gcconfig.h: Add unified test for FreeBSD.
Support FreeBSD/alpha.
* os_dep.c: Do not include <machine/trap.h> unless available.
(GC_freebsd_stack_base): Fix types.

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

22 years ago PR target/5996
rth [Fri, 22 Mar 2002 02:24:52 +0000 (02:24 +0000)]
    PR target/5996
        * fixinc/inclhack.def (solaris_stdio_tag): New.
        * fixinc/fixincl.x: Regenerate.

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

22 years ago PR c/5597
rth [Fri, 22 Mar 2002 02:03:46 +0000 (02:03 +0000)]
    PR c/5597
        * c-typeck.c (process_init_element): Flag non-static
        initialization of a flexible array member as illegal.

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

22 years ago * mklibgcc.in (SHLIB_MKMAP_OPTS): New variable.
amodra [Fri, 22 Mar 2002 00:55:35 +0000 (00:55 +0000)]
* mklibgcc.in (SHLIB_MKMAP_OPTS): New variable.
* mkmap-symver.awk (dotsyms): If set, output .foo as well as foo.
* Makefile.in (SHLIB_MKMAP_OPTS): Pass to mklibgcc.

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

22 years ago * config/rs6000/t-linux64: New.
amodra [Fri, 22 Mar 2002 00:19:56 +0000 (00:19 +0000)]
* config/rs6000/t-linux64: New.
* config.gcc (powerpc64-*-linux* <tmake_file>): Drop t-ppcos and
t-ppccomm.  Use t-rs6000 and t-linux64.
(powerpc64-*-gnu* <tmake_file>): Likewise.

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

22 years ago2002-03-21 Aldy Hernandez <aldyh@redhat.com>
aldyh [Thu, 21 Mar 2002 23:17:19 +0000 (23:17 +0000)]
2002-03-21  Aldy Hernandez  <aldyh@redhat.com>

        * tree.c (cp_cannot_inline_tree_fn): Same.

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

22 years agofix conflicts
aldyh [Thu, 21 Mar 2002 23:16:17 +0000 (23:16 +0000)]
fix conflicts

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

22 years ago2002-03-21 Aldy Hernandez <aldyh@redhat.com>
aldyh [Thu, 21 Mar 2002 23:15:38 +0000 (23:15 +0000)]
2002-03-21  Aldy Hernandez  <aldyh@redhat.com>

        * langhooks.c (lhd_tree_inlining_cannot_inline_tree_fn): Check
        flag_really_no_inline instead of optimize == 0.

        * c-objc-common.c (c_cannot_inline_tree_fn): Same.

        * cp/tree.c (cp_cannot_inline_tree_fn): Same.

        * flags.h (flag_really_no_inline): New.

        * c-common.c (c_common_post_options): Initialzie
        flag_really_no_inline.

        * toplev.c (flag_really_no_inline): New.

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

22 years ago * config/avr/avr.md (length): Fix length computation for
jakub [Thu, 21 Mar 2002 22:17:49 +0000 (22:17 +0000)]
* config/avr/avr.md (length): Fix length computation for
conditional branches.

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

22 years ago * configure.in: Enable alpha*-*-freebsd*.
ljrittle [Thu, 21 Mar 2002 22:14:56 +0000 (22:14 +0000)]
* configure.in: Enable alpha*-*-freebsd*.
* configure: Rebuilt.

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

22 years agoEnable libgcj for xscale-elf
green [Thu, 21 Mar 2002 20:59:20 +0000 (20:59 +0000)]
Enable libgcj for xscale-elf

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

22 years ago * parse.y (build_access_to_thisn): Stop when FROM is not an inner
tromey [Thu, 21 Mar 2002 19:00:24 +0000 (19:00 +0000)]
* parse.y (build_access_to_thisn): Stop when FROM is not an inner
class.

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

22 years ago * Makefile.in (fold-const.o, stor-layout.o, stmt.o,
neil [Thu, 21 Mar 2002 18:39:29 +0000 (18:39 +0000)]
* Makefile.in (fold-const.o, stor-layout.o, stmt.o,
sdbout.o, profile.o): Update.
* c-common.c (c_common_nodes_and_builtins): Use pushdecl
langhook.
* c-common.h (gettags): Move here from tree.h.
* c-tree.h (pushdecl, pushlevel, poplevel, set_block,
insert_block, getdecls, kept_level_p, global_bindings_p): New.
* dbxout.c (dbxout_init): Use getdecls langhook.
* expr.c (expand_expr): Use insert_block langhook.
* fold-const.c: Include langhooks.h.
(fold_range_test, fold_binary_op_with_conditional_arg,
fold): Use global_bindings_p langhook.
* integrate.c (expand_inline_function): Use insert_block langhook.
* langhooks-def.h (LANG_HOOKS_DECLS, LANG_HOOKS_PUSHLEVEL,
LANG_HOOKS_POPLEVEL, LANG_HOOKS_GLOBAL_BINDINGS_P,
LANG_HOOKS_INSERT_BLOCK, LANG_HOOKS_SET_BLOCK, LANG_HOOKS_PUSHDECL,
LANG_HOOKS_GETDECLS): New.
(LANG_HOOKS_INITIALIZER): Update.
* langhooks.c (lhd_clear_binding_stack): Use global_bindings_p
langhook.
* langhooks.h (struct lang_hooks_for_decls): New.
(struct lang_hooks): Update.
* profile.c: Include langhooks.h.
(output_func_start_profiler): Use new langhooks.
* sdbout.c: Include langhooks.h.
(sdbout_init, sdbout_finish): Use getdecls langhook.
* stmt.c: Include langhooks.h.
(expand_fixup, fixup_gotos): Use new langhooks.
* stor-layout.c: Include langhooks.h.
(variable_size): Use global_bindings_p langhook.
* toplev.c (compile_file): Use getdecls langhook.
* tree-inline.c (remap_block): Use insert_block langhook.
* tree.h (pushdecl, pushlevel, poplevel, set_block, gettags,
insert_block, getdecls, kept_level_p, global_bindings_p): Remove.
cp:
* cp-tree.h (pushdecl, pushlevel, poplevel, set_block,
insert_block, getdecls, global_bindings_p): New.
java:
* cp-tree.h (pushdecl, pushlevel, poplevel, set_block,
insert_block, getdecls, kept_level_p, global_bindings_p): New.
f:
* cp-tree.h (pushdecl, pushlevel, poplevel, set_block,
insert_block, getdecls, global_bindings_p): New.

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

22 years ago * config/rs6000/rs6000.c (rs6000_select_rtx_section): Put symbolic
rth [Thu, 21 Mar 2002 18:30:09 +0000 (18:30 +0000)]
    * config/rs6000/rs6000.c (rs6000_select_rtx_section): Put symbolic
        constants in .data when -fpic.

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

22 years ago * doc/contrib.texi (Contributors): Use GNU/Linux instead of Linux
gerald [Thu, 21 Mar 2002 17:24:28 +0000 (17:24 +0000)]
* doc/contrib.texi (Contributors): Use GNU/Linux instead of Linux
where appropriate.

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

22 years ago * config/i386/sol2.h (ASM_QUAD): Undef. Fixes PR bootstrap/5948.
tromey [Thu, 21 Mar 2002 17:06:50 +0000 (17:06 +0000)]
* config/i386/sol2.h (ASM_QUAD): Undef.  Fixes PR bootstrap/5948.

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

22 years ago * gcc.dg/20020312-2.c: Add rs6000 target.
dje [Thu, 21 Mar 2002 16:18:37 +0000 (16:18 +0000)]
    * gcc.dg/20020312-2.c: Add rs6000 target.

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

22 years agoFix typo
kenner [Thu, 21 Mar 2002 15:07:10 +0000 (15:07 +0000)]
Fix typo

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

22 years ago * config/ia64/ia64.c (hfa_element_call, case ARRAY_TYPE): Recurse.
kenner [Thu, 21 Mar 2002 15:05:26 +0000 (15:05 +0000)]
* config/ia64/ia64.c (hfa_element_call, case ARRAY_TYPE): Recurse.

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

22 years ago * expr.c (emit_group_store): Don't copy const0_rtx to a CONCAT.
kenner [Thu, 21 Mar 2002 14:58:21 +0000 (14:58 +0000)]
* expr.c (emit_group_store): Don't copy const0_rtx to a CONCAT.

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

22 years ago PR c/5354
rth [Thu, 21 Mar 2002 09:39:18 +0000 (09:39 +0000)]
    PR c/5354
        * c-common.c (c_expand_expr): Preserve result of a statement
        expression if needed.

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

22 years agoDaily bump.
gccadmin [Thu, 21 Mar 2002 08:17:23 +0000 (08:17 +0000)]
Daily bump.

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

22 years ago PR bootstrap/4195
jakub [Thu, 21 Mar 2002 07:14:18 +0000 (07:14 +0000)]
PR bootstrap/4195
* genrecog.c (maybe_both_true_mode): Remove.
(maybe_both_true_2, write_switch): Revert 2001-07-17 changes.
* machmode.def (Pmode): Likewise.

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

22 years ago * alias.c: (nonlocal_mentioned_p): Use for_each_rtx.
wehle [Thu, 21 Mar 2002 06:59:43 +0000 (06:59 +0000)]
* alias.c: (nonlocal_mentioned_p): Use for_each_rtx.
(nonlocal_mentioned_p_1): New function.
(nonlocal_referenced_p, nonlocal_referenced_p_1): Likewise.
(nonlocal_set_p, nonlocal_set_p_1): Likewise.
(mark_constant_function): Recognize pure functions.
* rtl.h (global_reg_mentioned_p): New prototype.
* rtlanal.c (global_reg_mentioned_p,
global_reg_mentioned_p_1): New function.

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

22 years ago * acinclude.m4 (GLIBCPP_CHECK_STDLIB_DECL_AND_LINKAGE_3): New.
ro [Thu, 21 Mar 2002 01:29:51 +0000 (01:29 +0000)]
* acinclude.m4 (GLIBCPP_CHECK_STDLIB_DECL_AND_LINKAGE_3): New.
(GLIBCPP_CONFIGURE_TESTSUITE): Use it to check for setenv.
* aclocal.m4: Regenerate.
* configure: Likewise.

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

22 years ago * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
ro [Thu, 21 Mar 2002 01:15:55 +0000 (01:15 +0000)]
* g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
(A, E): Handle this.

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

22 years ago * fixinc/inclhack.def (alpha_assert): Fix assert macro in Tru64
ro [Thu, 21 Mar 2002 01:11:48 +0000 (01:11 +0000)]
* fixinc/inclhack.def (alpha_assert): Fix assert macro in Tru64
UNIX assert.h.
* fixinc/fixincl.x: Regenerate.

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

22 years ago * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
jason [Thu, 21 Mar 2002 00:29:09 +0000 (00:29 +0000)]
    * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
        ignoring -fpic.
        * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
        through prune_gcc_output.

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

22 years ago * posix-threads.cc (_Jv_ThreadSelf_out_of_line): Use write_barrier,
bryce [Thu, 21 Mar 2002 00:26:46 +0000 (00:26 +0000)]
* posix-threads.cc (_Jv_ThreadSelf_out_of_line): Use write_barrier,
not release_set.
* sysdep/powerpc/locks.h (write_barrier): New function.
* sysdep/i386/locks.h (write_barrier): New function.

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

22 years ago * config/i386/cygwin.h (DWARF2_UNWIND_INFO): Define to 0.
jason [Thu, 21 Mar 2002 00:23:36 +0000 (00:23 +0000)]
    * config/i386/cygwin.h (DWARF2_UNWIND_INFO): Define to 0.

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

22 years agocp:
nathan [Wed, 20 Mar 2002 23:09:00 +0000 (23:09 +0000)]
cp:
PR c++/4361
* mangle.c (struct globals) Add internal_mangling_p member.
(write_template_param): Do internal mangling, if needed.
(mangle_conv_op_name_for_type): Request internal mangling.

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

22 years agoClarify that -O2 sets -fstrict-aliasing
meissner [Wed, 20 Mar 2002 22:56:33 +0000 (22:56 +0000)]
Clarify that -O2 sets -fstrict-aliasing

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

22 years ago * config/xtensa/xtensa.h (ASM_OUTPUT_POOL_PROLOGUE): Emit a
bwilson [Wed, 20 Mar 2002 22:43:11 +0000 (22:43 +0000)]
    * config/xtensa/xtensa.h (ASM_OUTPUT_POOL_PROLOGUE): Emit a
        ".literal_position" directive before the constant pool.

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

22 years ago * doc/contrib.texi (Contributors): Update Geoffrey Keating.
gerald [Wed, 20 Mar 2002 22:40:01 +0000 (22:40 +0000)]
* doc/contrib.texi (Contributors): Update Geoffrey Keating.
Add Craig Rodrigues.
Add Brad Lucier to testers.

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

22 years ago * gcj.texi: @code{gcj} becomes @command{gcj}.
nferrier [Wed, 20 Mar 2002 22:07:58 +0000 (22:07 +0000)]
    * gcj.texi: @code{gcj} becomes @command{gcj}.
        @code{gcc} becomes @command{gcc}.
        GcjRaw changed to gnu.gcc.RawData.

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

22 years ago PR target/4792
jakub [Wed, 20 Mar 2002 22:02:06 +0000 (22:02 +0000)]
PR target/4792
* config/arc/arc.md (movsicc, movdicc, movsfcc, movdfcc): Add mode
to if_then_else.
(movsicc_insn, movdicc_insn, movsfcc_insn, movdfcc_insn): Likewise.
* config/arc/arc.c (arc_final_prescan_insn): Use extract_insn_cached
instead of insn_extract.

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

22 years ago PR bootstrap/4192
jakub [Wed, 20 Mar 2002 21:58:57 +0000 (21:58 +0000)]
PR bootstrap/4192
* config/fr30/fr30.md (jump): Comment out clobber of fixed register.

* genemit.c (output_added_clobbers_hard_reg_p): Only output return
stmt if some case has been output.

* gcc.c-torture/compile/20020320-1.c: New test.

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

22 years ago PR c/5972
jakub [Wed, 20 Mar 2002 21:47:07 +0000 (21:47 +0000)]
PR c/5972
* config/i386/i386.md (movdicc_c_rex64, movsicc_noc, movhicc_noc,
movsfcc_1, movdfcc_1): Add %O2.
* config/i386/i386.c (print_operand): Handle %ON.
Print . before float condition codes in Sun as cmov syntax.
* config/i386/sol2.h (CMOV_SUN_AS_SYNTAX): Define for Sun as.
* config.gcc (i[34567]86-*-solaris2*): Remove comment which is
no longer true.

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

22 years ago2002-03-20 Philip Blundell <pb@nexus.co.uk>
pb [Wed, 20 Mar 2002 20:09:36 +0000 (20:09 +0000)]
2002-03-20  Philip Blundell  <pb@nexus.co.uk>

* config/arm/arm.c (arm_output_epilogue): Don't generate separate
return instruction if PC was popped.

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

22 years ago PR c++/2136
jason [Wed, 20 Mar 2002 19:50:24 +0000 (19:50 +0000)]
    PR c++/2136
        * init.c (build_delete): Check access for a member op delete here.
        * decl2.c (delete_sanity): Not here.

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

22 years ago * config/xtensa/xtensa.md: Remove unused type attributes.
bwilson [Wed, 20 Mar 2002 18:37:43 +0000 (18:37 +0000)]
    * config/xtensa/xtensa.md: Remove unused type attributes.
        (adddi_carry, subddi_carry): Change type attribute to "multi".

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

22 years agomangle11.C was duplicate of mangle3.C
jakub [Wed, 20 Mar 2002 18:03:21 +0000 (18:03 +0000)]
mangle11.C was duplicate of mangle3.C

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

22 years ago PR c++/5118
jason [Wed, 20 Mar 2002 16:58:24 +0000 (16:58 +0000)]
    PR c++/5118
        * class.c (get_vfield_name): Use the constructor_name.

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

22 years ago PR optimization/5999, middle-end/5731
jakub [Wed, 20 Mar 2002 09:41:46 +0000 (09:41 +0000)]
PR optimization/5999, middle-end/5731
* expr.c (expand_expr) [RDIV_EXPR]: Only convert real divisions into
multiplications by reciprocals.

* gcc.c-torture/compile/20020319-1.c: New test.

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

22 years agoDaily bump.
gccadmin [Wed, 20 Mar 2002 08:18:21 +0000 (08:18 +0000)]
Daily bump.

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

22 years ago * Makefile.in: Update.
neil [Wed, 20 Mar 2002 07:58:41 +0000 (07:58 +0000)]
* Makefile.in: Update.
* c-common.c: Include langhooks.h.
(inline_forbidden_p): Use new hook.
* diagnostic.c: Include langhooks.h.
(format_with_decl, announce_function,
default_print_error_function): Use new hook.
* dwarf2out.c (dwarf2_name): Use new hook.
* function.c: Include langhooks.h.
(init_function_start): Use new hook.
* langhooks-def.h (lhd_decl_printable_name): New.
(LANGHOOKS_DECL_PRINTABLE_NAME): New.
(LANGHOOKS_INITIALIZER): Update.
* langhooks.c (lhd_decl_printable_name): New.
* langhooks.h (struct lang_hooks): New hook.
* toplev.c (decl_name, decl_printable_name): Remove.
(open_dump_file): Use new hook.
(process_options): Remove old hook.
* tree.h (decl_printable_name): Remove.
ada:
* misc.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
(gnat_init): Remove old hook.
cp:
* cp-lang.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
* cp-tree.h (lang_printable_name): Rename.
* error.c (lang_decl_name): Use new hook.
* lex.c (cxx_init): Remove old hook.
* pt.c (tsubst_expr): Use new hook.
* tree.c (lang_printable_name): Rename.
f:
* com.c (lang_printable_name): Rename.
(LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
(ffe_init): Don't use old hook.
java:
* decl.c (start_java_method): Use new hook.
* lang.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
(java_init): Remove old hook.
objc:
* objc-act.c (objc_init): Remove old hook.
(objc_printable_name): Export.
* objc-act.h (objc_printable_name): New.
* objc-lang.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.

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

22 years ago* c-lex.c (cb_file_change): Pass the #inclusion's line number to
jimb [Wed, 20 Mar 2002 05:06:51 +0000 (05:06 +0000)]
* c-lex.c (cb_file_change): Pass the #inclusion's line number to
the start_source_file debug hook, not the current line number.

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

22 years ago * fold-const.c (fold): Delete #if 0 ARRAY_REF case.
dje [Wed, 20 Mar 2002 02:37:21 +0000 (02:37 +0000)]
* fold-const.c (fold): Delete #if 0 ARRAY_REF case.

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

22 years ago * flow.c (EH_USES): Provide default.
rth [Wed, 20 Mar 2002 02:13:39 +0000 (02:13 +0000)]
    * flow.c (EH_USES): Provide default.
        (calculate_global_regs_live): Use it for EH edges and noreturn calls.
        * doc/tm.texi (EH_USES): New.

        * config/ia64/ia64.c (ia64_eh_uses): New.
        * config/ia64/ia64-protos.h: Update.
        * config/ia64/ia64.h (EH_USES): New.

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

22 years ago * varasm.c (output_constant_def): Fix stupid typo.
rth [Wed, 20 Mar 2002 02:12:18 +0000 (02:12 +0000)]
    * varasm.c (output_constant_def): Fix stupid typo.

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

22 years agoMark PR last change.
rth [Wed, 20 Mar 2002 01:06:18 +0000 (01:06 +0000)]
Mark PR last change.

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

22 years ago * except.c (current_function_has_exception_handlers): New.
rth [Wed, 20 Mar 2002 00:49:13 +0000 (00:49 +0000)]
    * except.c (current_function_has_exception_handlers): New.
        * except.h: Declare it.
        * sibcall.c (optimize_sibling_and_tail_recursive_call): Use it.
        Combine tests that disable all sibcalls for the function.

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

22 years ago * varasm.c (output_constant_def): Don't call ENCODE_SECTION_INFO
kenner [Tue, 19 Mar 2002 22:51:04 +0000 (22:51 +0000)]
* varasm.c (output_constant_def): Don't call ENCODE_SECTION_INFO
for INTEGER_CST.

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

22 years ago2002-03-19 Paolo Carlini <pcarlini@unitus.it>
paolo [Tue, 19 Mar 2002 22:33:06 +0000 (22:33 +0000)]
2002-03-19  Paolo Carlini  <pcarlini@unitus.it>
    Ulrich Drepper  <drepper@redhat.com>

* src/locale-inst.cc (__convert_from_v): Add an additional
__size parameter in the declarations.
* include/bits/locale_facets.tcc
(__convert_from_v): When available (that is,
_GLIBCPP_USE_C99 defined) use snprintf instead of sprintf.
(num_put::_M_convert_float): Depending on _GLIBCPP_USE_C99
being defined or not, call and use __convert_from_v in the
appropriate way.
(num_put::_M_convert_int): Same here.
(money_put::do_put(long double)): Same here.

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

22 years agoRecord pr number for last change.
rth [Tue, 19 Mar 2002 22:28:51 +0000 (22:28 +0000)]
Record pr number for last change.

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

22 years ago * config/ia64/ia64.c: Revert 2002-03-01 patch.
rth [Tue, 19 Mar 2002 22:16:10 +0000 (22:16 +0000)]
    * config/ia64/ia64.c: Revert 2002-03-01 patch.
        * config/ia64/ia64.h (INIT_EXPANDERS): New.

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

22 years ago2002-03-19 Martin Kahlert <martin.kahlert@infineon.com>
tromey [Tue, 19 Mar 2002 21:45:42 +0000 (21:45 +0000)]
2002-03-19  Martin Kahlert  <martin.kahlert@infineon.com>

* include/jni.h Use correct C comments

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

22 years ago* cppmacro.c (cpp_macro_definition): Emit a space after the macro
jimb [Tue, 19 Mar 2002 21:43:39 +0000 (21:43 +0000)]
* cppmacro.c (cpp_macro_definition): Emit a space after the macro
name, even if the replacement list contains no tokens, as required
by Dwarf.

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

22 years ago * varasm.c (globalize_decl): Get the name from the RTL, not
jason [Tue, 19 Mar 2002 21:38:43 +0000 (21:38 +0000)]
    * varasm.c (globalize_decl): Get the name from the RTL, not
        DECL_ASSEMBLER_NAME.

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

22 years ago * Makefile.in (LIBGCC2_DEBUG_CFLAGS): Set to -g.
jason [Tue, 19 Mar 2002 21:24:41 +0000 (21:24 +0000)]
    * Makefile.in (LIBGCC2_DEBUG_CFLAGS): Set to -g.

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