gcc.git
21 years agoDaily bump.
GCC Administrator [Sun, 14 Jul 2002 07:16:50 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r55442

21 years agoconfig.gcc (sh64): Remove unused target_requires_64bit_host_wide_int.
Andreas Jaeger [Sun, 14 Jul 2002 07:01:36 +0000 (09:01 +0200)]
config.gcc (sh64): Remove unused target_requires_64bit_host_wide_int.

* config.gcc (sh64): Remove unused
target_requires_64bit_host_wide_int.

From-SVN: r55437

21 years agoMake gengtype.c language independent.
Tim Josling [Sun, 14 Jul 2002 01:59:15 +0000 (01:59 +0000)]
Make gengtype.c language independent.

From-SVN: r55436

21 years agoDaily bump.
GCC Administrator [Sat, 13 Jul 2002 07:16:49 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r55435

21 years agoexpr.c [...]: New macro defining the maximum number of move instructions to use when...
Roger Sayle [Sat, 13 Jul 2002 00:13:15 +0000 (00:13 +0000)]
expr.c [...]: New macro defining the maximum number of move instructions to use when...

* expr.c [CLEAR_RATIO]: New macro defining the maximum number
of move instructions to use when clearing memory, c.f. MOVE_RATIO.
[CLEAR_BY_PIECES]: New macro, using CLEAR_RATIO, to determine
whether clear_by_pieces should be used to clear storage.
(clear_storage): Use CLEAR_BY_PIECES instead of MOVE_BY_PIECES.

* doc/tm.texi: Document these two new target macros.

From-SVN: r55429

21 years agoFor PR libgcj/7292:
Jesse Rosenstock [Fri, 12 Jul 2002 21:13:16 +0000 (21:13 +0000)]
For PR libgcj/7292:

2002-07-12  Jesse Rosenstock  <jmr@fulcrummicro.com>

For PR libgcj/7292:
* java/lang/Character.java (toString(char)): Now static.

From-SVN: r55427

21 years agom68hc11.md ("zero_extendsidi2"): Use D_REG only for the scratch register.
Stephane Carrez [Fri, 12 Jul 2002 20:41:43 +0000 (22:41 +0200)]
m68hc11.md ("zero_extendsidi2"): Use D_REG only for the scratch register.

* config/m68hc11/m68hc11.md ("zero_extendsidi2"): Use D_REG only for
the scratch register.
("*movhi2_push"): Accept Z_REG because a split pattern can make use
of it, forbid reload to use it.

From-SVN: r55425

22 years agonatThrowable.cc (printRawStackTrace): removed.
Mark Wielaard [Fri, 12 Jul 2002 12:52:44 +0000 (12:52 +0000)]
natThrowable.cc (printRawStackTrace): removed.

* java/lang/natThrowable.cc (printRawStackTrace): removed.
(getStackTrace0): new method.
* java/lang/Throwable.java (CPlusPlusDemangler): removed.
(printStackTrace(PrintWriter)): replace with pure java implementation.
(printRawStackTrace): removed.
(getStackTrace0): new method.
* java/lang/StackTraceElement.java (toString): add extra whitespace.
* gcj/javaprims.h: regenerate class list.
* include/name-finder.h (lookup): new returns StackTraceElement*.
(method_name, file_name): fields removed.
(pid2, f2_pipe, b2_pipe, b2_pipe_fd): new fields.
(~_Jv_name_finder): close new descriptors.
* name-finder.cc(_Jv_name_finder): setup c++filt helper process.
(createStackTraceElement): new method.
(lookup): returns StackTraceElement*, uses createStackTraceElement().

From-SVN: r55424

22 years agoavr.c (test_hard_reg_class): Fix TEST_HARD_REG_BIT usage on 64-bit hosts, return...
Marek Michalkiewicz [Fri, 12 Jul 2002 11:19:47 +0000 (13:19 +0200)]
avr.c (test_hard_reg_class): Fix TEST_HARD_REG_BIT usage on 64-bit hosts, return value was truncated to 32 bits.

* config/avr/avr.c (test_hard_reg_class): Fix TEST_HARD_REG_BIT
usage on 64-bit hosts, return value was truncated to 32 bits.

From-SVN: r55421

22 years ago* class.c (add_method): Correct handling of conversion operators.
Mark Mitchell [Fri, 12 Jul 2002 07:55:16 +0000 (07:55 +0000)]
* class.c (add_method): Correct handling of conversion operators.

From-SVN: r55419

22 years agoDaily bump.
GCC Administrator [Fri, 12 Jul 2002 07:16:56 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r55417

22 years agosimplify-rtx.c (simplify_subreg): Handle floating point CONST_DOUBLEs.
J"orn Rennecke [Thu, 11 Jul 2002 23:53:01 +0000 (23:53 +0000)]
simplify-rtx.c (simplify_subreg): Handle floating point CONST_DOUBLEs.

gcc:
Thu Jul 11 15:39:21 2002  J"orn Rennecke <joern.rennecke@superh.com>

* simplify-rtx.c (simplify_subreg): Handle floating point
CONST_DOUBLEs.  When an integer subreg of a smaller mode than
the element mode is requested, compute a subreg with an
integer mode of the same size as the element mode first.

testsuite:
Thu Jul 11 15:39:21 2002  J"orn Rennecke <joern.rennecke@superh.com>
                          Andrew Pinski  <pinskia@physics.uc.edu>

gcc.c-torture/compile/simd-2.c: New testcase.
gcc.c-torture/compile/simd-3.c: Likewise.

Co-Authored-By: Andrew Pinski <pinskia@physics.uc.edu>
From-SVN: r55410

22 years agore PR c++/7224 (g++ 3.x does not tecognize unused ambiguous inline member functions)
Mark Mitchell [Thu, 11 Jul 2002 22:34:58 +0000 (22:34 +0000)]
re PR c++/7224 (g++ 3.x does not tecognize unused ambiguous inline member functions)

PR c++/7224
* class.c (add_method): Simplify.

PR c++/7224
* g++.dg/overload/error1.C: New test.

From-SVN: r55409

22 years agore PR c++/7279 (NRV related miscompilation)
Jason Merrill [Thu, 11 Jul 2002 21:55:49 +0000 (17:55 -0400)]
re PR c++/7279 (NRV related miscompilation)

        PR c++/7279
        * tree.c (cp_copy_res_decl_for_inlining): Also copy
        TREE_ADDRESSABLE.

From-SVN: r55407

22 years agore PR c++/7279 (NRV related miscompilation)
Jason Merrill [Thu, 11 Jul 2002 21:12:47 +0000 (17:12 -0400)]
re PR c++/7279 (NRV related miscompilation)

        PR c++/7279
        * tree.c (cp_copy_res_decl_for_inlining): Also copy
        TREE_ADDRESSABLE.

From-SVN: r55405

22 years agocombine.c (try_combine): When converting a paradoxical subreg to an extension...
J"orn Rennecke [Thu, 11 Jul 2002 21:03:51 +0000 (21:03 +0000)]
combine.c (try_combine): When converting a paradoxical subreg to an extension...

* combine.c (try_combine): When converting a paradoxical subreg
to an extension, take LOAD_EXTEND_OP into account.

From-SVN: r55404

22 years ago* configure.in: Remove two redundant tests.
Nathanael Nerode [Thu, 11 Jul 2002 19:54:04 +0000 (19:54 +0000)]
* configure.in: Remove two redundant tests.

From-SVN: r55402

22 years agoconfigure.in (mips*-*-irix6*o32): Enable stabs.
Rainer Orth [Thu, 11 Jul 2002 18:56:58 +0000 (18:56 +0000)]
configure.in (mips*-*-irix6*o32): Enable stabs.

* configure.in (mips*-*-irix6*o32): Enable stabs.

gcc:
* config.gcc (mips-sgi-irix6*o32): New configuration.

* configure.in (libgcc_visibility): Disable for mips-sgi-irix6*o32
configurations.
* configure: Regenerate.

* config/mips/iris6-o32-as.h: New file.
* config/mips/iris6-o32.h: New file.

* config/mips/iris5gas.h (TARGET_ASM_NAMED_SECTION): Define.
(NM_FLAGS): Define.
(HAVE_AS_SHF_MERGE): Undefine.

* config/mips/t-iris5-as: New file.
* config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it.

* config/mips/t-iris6 (SHLIB_EXT, SHLIB_SOLINK, SHLIB_SONAME,
SHLIB_NAME, SHLIB_MAP, SHLIB_OBJS, SHLIB_SLIBDIR_QUAL, SHLIB_LINK,
SHLIB_INSTALL, SHLIB_MKMAP, SHLIB_MAPFILES, FPBIT, DPBIT,
dp-bit.c, fp-bit.c): Move ...
* config/mips/t-iris5-6: ... here.
New file, shared by IRIX 5 and IRIX 6.
* config.gcc (mips-sgi-irix6*o32, mips-sgi-irix6*,
mips-sgi-irix5*): Use it.

* config/mips/iris6.h: Remove duplicate comment.

* config/mips/mips.c (TARGET_ASM_UNALIGNED_DI_OP) [TARGET_IRIX5 &&
!TARGET_IRIX6]: Define.
(mips_asm_file_start): Don't emit mdebug.<ABI> sections on IRIX 5/6.

* config/mips/mips.h (ASM_DECLARE_FUNCTION_NAME): Fix comment.

gcc/testsuite:
* gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
configuration and IRIX 6 O32 ABI.

libstdc++-v3:
* configure.target (target_os switch): Allow for irix6*o32
configurations.

From-SVN: r55401

22 years agopa.md (adddi3): Change predicate of operand 2 to adddi3_operand and delete code to...
John David Anglin [Thu, 11 Jul 2002 18:47:45 +0000 (18:47 +0000)]
pa.md (adddi3): Change predicate of operand 2 to adddi3_operand and delete code to force...

* pa.md (adddi3): Change predicate of operand 2 to adddi3_operand
and delete code to force constant to register.
* pa-protos.h (adddi3_operand): Add prototype.
* pa.c (adddi3_operand): New function.

From-SVN: r55400

22 years agoc-decl.c (duplicate_decls): Preserve the noreturn attribute on non-ANSI builtin funct...
Roger Sayle [Thu, 11 Jul 2002 12:29:07 +0000 (12:29 +0000)]
c-decl.c (duplicate_decls): Preserve the noreturn attribute on non-ANSI builtin functions.

* c-decl.c (duplicate_decls): Preserve the noreturn attribute on
non-ANSI builtin functions.

* gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.

From-SVN: r55396

22 years agortl.h (gen_rtx_CONST_VECTOR): Declare.
J"orn Rennecke [Thu, 11 Jul 2002 10:32:54 +0000 (10:32 +0000)]
rtl.h (gen_rtx_CONST_VECTOR): Declare.

* rtl.h (gen_rtx_CONST_VECTOR): Declare.
* gengenrtl.c (special_rtx): Check for CONST_VECTOR.
* emit-rtl.c (gen_rtx_CONST_VECTOR): New function.
(gen_const_vector_0): Use it.

From-SVN: r55395

22 years agoDaily bump.
GCC Administrator [Thu, 11 Jul 2002 07:16:52 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r55394

22 years agopa.md (adddi3): For 32-bit targets...
John David Anglin [Thu, 11 Jul 2002 05:04:55 +0000 (05:04 +0000)]
pa.md (adddi3): For 32-bit targets...

* pa.md (adddi3): For 32-bit targets, force constants to a register
if they don't fit in an 11-bit immediate.  Change insn predicate to
arith11_operand.  Remove comment.
* pa.c (cint_ok_for_move): Fix comment.
(emit_move_sequence):  Don't directly split DImode constants on 32-bit
targets.

From-SVN: r55389

22 years agostl_deque.h: Fix misspelling of `Create' as `Creats'.
Matt Kraai [Thu, 11 Jul 2002 04:43:15 +0000 (04:43 +0000)]
stl_deque.h: Fix misspelling of `Create' as `Creats'.

* include/bits/stl_deque.h: Fix misspelling of `Create' as `Creats'.
* include/bits/stl_list.h: Likewise.
* include/bits/stl_map.h: Likewise.
* include/bits/stl_multimap.h: Likewise.
* include/bits/stl_vector.h: Likewise.

From-SVN: r55388

22 years agore PR c/2454 (Test Program A0376972.c fails with gcc-20010320, works with gcc-2.95.3)
Roger Sayle [Thu, 11 Jul 2002 01:23:07 +0000 (01:23 +0000)]
re PR c/2454 (Test Program A0376972.c fails with gcc-20010320, works with gcc-2.95.3)

PR c/2454
* combine.c (nonzero_bits): LOAD_EXTEND_OP should only apply
to SUBREGs of MEMs.  (num_sign_bit_copies): Likewise.

From-SVN: r55386

22 years agobuiltins.def: Make the argument types of abort and exit independent of the front...
Roger Sayle [Thu, 11 Jul 2002 01:20:23 +0000 (01:20 +0000)]
builtins.def: Make the argument types of abort and exit independent of the front-end.

2002-07-10  Roger Sayle  <roger@eyesopen.com>
    Zack Weinberg <zack@codesourcery.com>

* builtins.def: Make the argument types of abort and exit
independent of the front-end.

* java/builtins.c (initialize_builtins): Remove defines that
handled C/C++ specific junk hereby removed from builtins.def.

* gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".

Co-Authored-By: Zack Weinberg <zack@codesourcery.com>
From-SVN: r55385

22 years ago* config/rs6000/linux64.h (ASM_SPEC): Define.
Alan Modra [Thu, 11 Jul 2002 00:23:16 +0000 (00:23 +0000)]
* config/rs6000/linux64.h (ASM_SPEC): Define.

From-SVN: r55384

22 years agors6000.c (emit_frame_save): New.
Aldy Hernandez [Wed, 10 Jul 2002 23:12:53 +0000 (23:12 +0000)]
rs6000.c (emit_frame_save): New.

2002-07-10  Aldy Hernandez  <aldyh@redhat.com>

        * config/rs6000/rs6000.c (emit_frame_save): New.
        (rs6000_frame_related): Replace reg2 before reg.
        (rs6000_emit_prologue): Use emit_frame_save for saving gprs, fprs,
        and eh_return registers.

From-SVN: r55383

22 years agoopen.c (f_open): Do not indicate unformatted file if record length is given without...
Toon Moene [Wed, 10 Jul 2002 21:17:29 +0000 (23:17 +0200)]
open.c (f_open): Do not indicate unformatted file if record length is given without a...

2002-07-10  Toon Moene  <toon@moene.indiv.nluug.nl>

* libI77/open.c (f_open): Do not indicate unformatted file
if record length is given without a FORMATTED/UNFORMATTED
specification.

From-SVN: r55380

22 years agoRevert all patches for optimization of Complex .op.
Toon Moene [Wed, 10 Jul 2002 21:13:26 +0000 (23:13 +0200)]
Revert all patches for optimization of Complex .op.

2002-07-10  Toon Moene  <toon@moene.indiv.nluug.nl>

Revert all patches for optimization of Complex .op. Real.
* complex_part_zero_p: Remove
* expand_cmplxdiv_straight: Replace complex_part_zero_p(x)
with x.
* expand_cmplxdiv_wide: Ditto.
* expand_binop: Ditto.

From-SVN: r55379

22 years agoavr.md: Fix two 0x80000000 constants to make them negative also on 64-bit hosts.
Marek Michalkiewicz [Wed, 10 Jul 2002 21:08:41 +0000 (23:08 +0200)]
avr.md: Fix two 0x80000000 constants to make them negative also on 64-bit hosts.

* config/avr/avr.md: Fix two 0x80000000 constants to make them
negative also on 64-bit hosts.

Default to -fno-reorder-blocks when optimizing for size.
* config/avr/avr-protos.h (avr_optimization_options): Declare.
* config/avr/avr.c (avr_optimization_options): New function.
* config/avr/avr.h (OPTIMIZATION_OPTIONS): New.

Optimize returning from simple functions.
* config/avr/avr-protos.h (avr_simple_epilogue): Declare.
* config/avr/avr.c (avr_simple_epilogue): New function.
* config/avr/avr.md (return): New insn.

From-SVN: r55378

22 years agoi386.c (ix86_svr3_asm_out_constructor): Add HAS_INIT_SECTION to protection.
Douglas B Rupp [Wed, 10 Jul 2002 20:32:51 +0000 (20:32 +0000)]
i386.c (ix86_svr3_asm_out_constructor): Add HAS_INIT_SECTION to protection.

        * config/i386/i386.c  (ix86_svr3_asm_out_constructor): Add
        HAS_INIT_SECTION to protection.

From-SVN: r55377

22 years agoinvoke.texi (Debugging Options): Mention that -gdwarf is deprecated.
Mark Mitchell [Wed, 10 Jul 2002 19:17:51 +0000 (19:17 +0000)]
invoke.texi (Debugging Options): Mention that -gdwarf is deprecated.

* doc/invoke.texi (Debugging Options): Mention that -gdwarf is
deprecated.

From-SVN: r55376

22 years agocombine.c (gen_lowpart_for_combine): Handle vector modes.
J"orn Rennecke [Wed, 10 Jul 2002 18:51:20 +0000 (18:51 +0000)]
combine.c (gen_lowpart_for_combine): Handle vector modes.

* combine.c (gen_lowpart_for_combine): Handle vector modes.
Supply non-VOID mode to simplify_gen_subreg.

From-SVN: r55375

22 years agopt.c (template_parm_this_level_p, [...]): Pass depth as int pointer.
Graham Stott [Wed, 10 Jul 2002 18:45:05 +0000 (18:45 +0000)]
pt.c (template_parm_this_level_p, [...]): Pass depth as int pointer.

* pt.c (template_parm_this_level_p, push_template_decl_real):
Pass depth as int pointer.

From-SVN: r55374

22 years agomn10200.c (expand_prologue): Create REG_MAYBE_DEAD notes as appropriate.
Jeff Law [Wed, 10 Jul 2002 18:26:59 +0000 (12:26 -0600)]
mn10200.c (expand_prologue): Create REG_MAYBE_DEAD notes as appropriate.

        * mn10200.c (expand_prologue): Create REG_MAYBE_DEAD notes
        as appropriate.

From-SVN: r55373

22 years agocp-tree.h (unqualified_name_lookup_error): Declare it.
Mark Mitchell [Wed, 10 Jul 2002 18:16:24 +0000 (18:16 +0000)]
cp-tree.h (unqualified_name_lookup_error): Declare it.

* cp-tree.h (unqualified_name_lookup_error): Declare it.
(begin_function_definition): Adjust prototype.
* lex.c (unqualified_name_lookup_error): New function, split out
from ...
(do_identifier): ... here.
* parse.y (parse_begin_function_definition): New function.
(fn.def1): Use it.
* semantics.c (begin_function_definition): Accept decl-specifiers
and attributes as separate parameters.

From-SVN: r55372

22 years ago* i386.c (ix86_init_mmx_sse_builtins): Fix thinko.
Jan Hubicka [Wed, 10 Jul 2002 17:52:59 +0000 (17:52 +0000)]
* i386.c (ix86_init_mmx_sse_builtins): Fix thinko.

From-SVN: r55371

22 years ago981006-1.x: Do not use -fpic for mn102.
Jeff Law [Wed, 10 Jul 2002 17:38:37 +0000 (11:38 -0600)]
981006-1.x: Do not use -fpic for mn102.

        * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.

        * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.

From-SVN: r55370

22 years agomn10200.c (expand_epilogue): Fix test to determine which scratch register to use.
Jeff Law [Wed, 10 Jul 2002 17:26:31 +0000 (11:26 -0600)]
mn10200.c (expand_epilogue): Fix test to determine which scratch register to use.

        * mn10200.c (expand_epilogue): Fix test to determine which scratch
        register to use.

From-SVN: r55369

22 years agocse.c (cse_insn): Supply proper SUBREG_BYTE to simplify_gen_subreg.
J"orn Rennecke [Wed, 10 Jul 2002 15:08:04 +0000 (15:08 +0000)]
cse.c (cse_insn): Supply proper SUBREG_BYTE to simplify_gen_subreg.

* cse.c (cse_insn): Supply proper SUBREG_BYTE to simplify_gen_subreg.
Get mode from dest.
If simplify_gen_subreg fails, try next equivalent.

From-SVN: r55368

22 years agoreverted bogus checkin
Tom Tromey [Wed, 10 Jul 2002 14:33:04 +0000 (14:33 +0000)]
reverted bogus checkin

From-SVN: r55367

22 years agoconfigure: Rebuilt.
Tom Tromey [Wed, 10 Jul 2002 14:30:15 +0000 (14:30 +0000)]
configure: Rebuilt.

* configure: Rebuilt.
* configure.in: Use `test' after `&&'.  From Chris Faylor.

From-SVN: r55366

22 years agovalarray_meta.h (_UnFunBase): Take a second template parameter.
Gabriel Dos Reis [Wed, 10 Jul 2002 12:06:37 +0000 (12:06 +0000)]
valarray_meta.h (_UnFunBase): Take a second template parameter.

* include/bits/valarray_meta.h (_UnFunBase): Take a second
template parameter. Remove _M_func data member.
(_UnFunClos): Take a third template parameter.
(__abs, __cos, __acos, __cosh, __sin, __asin, __sinh, __tan,
__atan, __tanh, __exp, __log, __log10, __sqrt): New classes.
(_DEFINE_EXPR_UNARY_OPERATOR): Adjust definition.

From-SVN: r55365

22 years agodiagnostic.h: #include location.h
Gabriel Dos Reis [Wed, 10 Jul 2002 10:36:27 +0000 (10:36 +0000)]
diagnostic.h: #include location.h

* diagnostic.h: #include location.h
(location_t): Move definition to..
* location.h: ... here.  New file.
* tree.h: #include location.h
(DECL_SOURCE_LOCATION): New macro.
(DECL_SOURCE_FILE): Use.
(DECL_SOURCE_LINE): Likewise.
(struct tree_decl): REplace filename and linenum with locus.
* Makefile.in (TREE_H): add location.h
(diagnostic.o): Depends on gt-location.h
(gt-location.h): Depends on s-gtype

From-SVN: r55364

22 years agoDaily bump.
GCC Administrator [Wed, 10 Jul 2002 07:17:32 +0000 (07:17 +0000)]
Daily bump.

From-SVN: r55363

22 years agoaix.h: Convert CPP_PREDEFINES to TARGET_OS_CPP_BUILTINS.
Matt Kraai [Wed, 10 Jul 2002 00:33:52 +0000 (00:33 +0000)]
aix.h: Convert CPP_PREDEFINES to TARGET_OS_CPP_BUILTINS.

* config/rs6000/aix.h: Convert CPP_PREDEFINES to
TARGET_OS_CPP_BUILTINS.
* config/rs6000/aix31.h: Likewise.
* config/rs6000/aix41.h: Likewise.
* config/rs6000/aix43.h: Likewise.
* config/rs6000/aix51.h: Likewise.
* config/rs6000/beos.h: Likewise.
* config/rs6000/darwin.h: Likewise.
* config/rs6000/eabi.h: Likewise.
* config/rs6000/eabisim.h: Likewise.
* config/rs6000/linux.h: Likewise.
* config/rs6000/linux64.h: Likewise.
* config/rs6000/lynx.h: Likewise.
* config/rs6000/mach.h: Likewise.
* config/rs6000/rtems.h: Likewise.
* config/rs6000/sysv4.h: Likewise.
* config/rs6000/vxppc.h: Likewise.

From-SVN: r55356

22 years agocp-demangle.c (demangle_identifier): Support extended Unicode characters.
Jason Merrill [Tue, 9 Jul 2002 23:57:09 +0000 (19:57 -0400)]
cp-demangle.c (demangle_identifier): Support extended Unicode characters.

        * cp-demangle.c (demangle_identifier): Support extended Unicode
        characters.

From-SVN: r55354

22 years agore PR c++/6255 (ICE with templatess)
Jason Merrill [Tue, 9 Jul 2002 23:45:37 +0000 (19:45 -0400)]
re PR c++/6255 (ICE with templatess)

        PR c++/6255
        * decl.c (lookup_name_real): Build a new TYPENAME_TYPE rather than
        modifying the old one.

From-SVN: r55352

22 years agocp-tree.h (constructor_name_p): Declare it.
Mark Mitchell [Tue, 9 Jul 2002 23:31:28 +0000 (23:31 +0000)]
cp-tree.h (constructor_name_p): Declare it.

* cp-tree.h (constructor_name_p): Declare it.
(check_template_template_default_arg): Likewise.
* class.c (handle_using_decl): Use constructor_name_p.
* decl.c (grokdeclarator): Likewise.
* decl2.c (constructor_name_p): Define it.
* init.c (build_member_call): Use constructor_name_p.
* parse.y (template_parm): Use check_template_template_default_arg.
* pt.c (check_explicit_specialization): Use constructor_name_p.
* semantics.c (check_template_template_default_arg): New function.

From-SVN: r55350

22 years ago* gcc.dg/20020312-2.c: Check for __PPC__.
Aldy Hernandez [Tue, 9 Jul 2002 23:30:51 +0000 (23:30 +0000)]
* gcc.dg/20020312-2.c: Check for __PPC__.

From-SVN: r55349

22 years agoobjc-act.c (adjust_type_for_id_default): Fix my previous patch.
Devang Patel [Tue, 9 Jul 2002 22:29:11 +0000 (15:29 -0700)]
objc-act.c (adjust_type_for_id_default): Fix my previous patch.

2002-07-09 Devang Patel <dpatel@apple.com>
        * objc/objc-act.c (adjust_type_for_id_default): Fix my previous patch.
        Do not allow ObjC objects as a parameter type for Objective-C methods.
        My previous patch restricted  'struct' also.

From-SVN: r55348

22 years agocpperror.c (cpp_error): Default to directive_line within directives here.
Neil Booth [Tue, 9 Jul 2002 22:21:37 +0000 (22:21 +0000)]
cpperror.c (cpp_error): Default to directive_line within directives here.

* cpperror.c (cpp_error): Default to directive_line within
directives here.
* cppexp.c (cpp_interpret_integer): Only use traditional
number semantics in directives.
* cpplib.c (prepare_directive_trad): Don't reset pfile->line.
(do_include_common): Similarly.
* cpptrad.c (scan_out_logical_line): Implement accurate
quoting of <> in #include.
* doc/cpp.texi: Update.

From-SVN: r55347

22 years agosh.c (sh_adjust_cost): Special handling of SHMEDIA code.
Stephen Clarke [Tue, 9 Jul 2002 22:04:34 +0000 (22:04 +0000)]
sh.c (sh_adjust_cost): Special handling of SHMEDIA code.

Tue Jul  9 22:37:44 2002  Stephen Clarke <stephen.clarke@superh.com>
                          J"orn Rennecke <joern.rennecke@superh.com>

* sh.c (sh_adjust_cost): Special handling of SHMEDIA code.
* sh.md (attribute issues): Replace with:
(attribute pipe_model).  All users changed.
(attribute type): Change pt / ptabs to pt_media / ptabs_media.
All users changed.
(function units sh5issue, sh5fds): New.
(attribute is_mac_media): New.
(adddi3_media, subdi3_media, divsi3_i1_media, anddi3): Add type.
(andcdi3, iordi3, xordi3, ashldi3_media, lshrdi3_media): Likewise.
(ashrdi3_media, negdi_media, extendsidi2, movqi_media): Likewise.
(movhi_media, shori_media, movv2sf_i, jump_media): Likewise.
(call_media, call_value_media, sibcall_media): Likewise.
(casesi_jump_media, casesi_shift_media, casesi_load_media): Likewise.
(return_media_i, addsf3_media, subsf3_media, mulsf3_media): Likewise.
(mac_media, divsf3_media, floatdisf2, floatsisf2_media): Likewise.
(fix_truncsfdi2, fix_truncsfsi2_media, cmpeqsf_media): Likewise.
(cmpgtsf_media, cmpgesf_media, cmpunsf_media, negsf2_media): Likewise.
(sqrtsf2_media, abssf2_media, adddf3_media, subdf3_media): Likewise.
(muldf3_media, divdf3_media, floatdidf2, floatsidf2_media): Likewise.
(fix_truncdfdi2, fix_truncdfsi2_media, cmpeqdf_media): Likewise.
(cmpgtdf_media, cmpgedf_media,cmpundf_media, negdf2_media): Likewise.
(sqrtdf2_media, absdf2_media, extendsfdf2_media): Likewise.
(truncdfsf2_media): Likewise.
(movsi_media, movsi_media_nofpu, movdi_media): Use new types.
(movdi_media_nofpui, movdf_media, movdf_media_nofpu): Likewise.

Co-Authored-By: J"orn Rennecke <joern.rennecke@superh.com>
From-SVN: r55346

22 years agosh.h (PREDICATE_CODES): Add general_extend_operand and inqhi_operand.
J"orn Rennecke [Tue, 9 Jul 2002 21:30:32 +0000 (21:30 +0000)]
sh.h (PREDICATE_CODES): Add general_extend_operand and inqhi_operand.

* sh.h (PREDICATE_CODES): Add general_extend_operand and inqhi_operand.
* sh.c (general_extend_operand, inqhi_operand): New functions.
* sh.md (cmpeqdi_media, cmpgtdi_media, cmpgtudi_media): Collapse
alternatives using 'N' modifier.  Add type.
(adddi3z_media): Likewise.  Enable generator function generation.
(movdicc_false, movdicc_true, addsi3_media, subsi3_media): Use more
exact predicates / constraints.  Add type.
(subsi3): Allow 0 for SHMEDIA.
(udivsi3_i4_media): Use match_operand for input values
rather than hard registers.
(udivsi3 - TARGET_SHMEDIA_FPU case): Don't ferry values
unnecessarily through hard registers.  Keep copies of pseudo
registers outside of the libcall sequence.
(mulsidi3_media, umulsidi3_media): Use more exact predicates.  Add type.
(ashlsi3_media, ashrsi3_media, lshrsi3_media): Likewise.
(zero_extendsidi2, zero_extendhidi2, zero_extendqidi2): Likewise.
(extendhidi2, extendqidi2): Likewise.
(andsi3_compact): Name.
(andcdi3): Enable generator function generation.
(zero_extendhisi2, zero_extendqisi2): Rename to
(zero_extendhisi2_compact, zero_extendqisi2_compact).
(extendhisi2, extendqisi2): Rename to
(extendhisi2_compact, extendqisi2_compact).
(rotldi3, rotldi3_mextr, rotrdi3, rotrdi3_mextr): New patterns.
(loaddi_trunc, zero_extendhisi2, zero_extendhisi2_media): Likewise.
(zero_extendhisi2_media+1, zero_extendqisi2): Likewise.
(zero_extendqisi2_media, extendhisi2, extendhisi2_media): Likewise.
(extendhisi2_media, extendhisi2_media+1, extendqisi2): Likewise.
(extendqisi2_media, extendqisi2_media+1, truncdisi2): Likewise.
(truncdihi2, truncdiqi2, reload_inqi, reload_inhi): Likewise.
(shmedia32_initialize_trampoline_big): Likewise.
(shmedia32_initialize_trampoline_little): Likewise.
(nsb, nsbsi, nsbdi, ffsdi2, ffssi2, byterev): Likewise.
(negdi2): Remove spurious T clobber.
(zero_extendhidi2+1, extendhidi2+1, extendqidi2+1): Handle TRUNCATE.
(movsi_media, movsi_media_nofpu): Remove spurious *k after b.
(movdi_media, movdi_media_nofpu, pt, ptb): Likewise.
(movsi_media_nofpu+2, movhi_media+1): Only do split after reload.
(ic_invalidate_line_media): Write back data cache before invalidating
instruction cache.  Add type.
(movsf_media): Sign-extend when the destination is a general
purpose register.  Add type.
(bgt_media, bge_media, bgtu_media, bgeu_media, blt_media_i): Allow 0.
(casesi_worker_0+1): Only increment ref count for proper label.
(casesi_worker_0+2): Likewise.

From-SVN: r55345

22 years agoTreelang updates for new attrib regime.
Tim Josling [Tue, 9 Jul 2002 21:19:08 +0000 (21:19 +0000)]
Treelang updates for new attrib regime.

From-SVN: r55344

22 years ago* gcc.c-torture/compile/20020709-1.c: New test.
Diego Novillo [Tue, 9 Jul 2002 19:52:02 +0000 (19:52 +0000)]
* gcc.c-torture/compile/20020709-1.c: New test.

From-SVN: r55343

22 years ago* dwarfout.c (dwarfout_init): Warn that DWARF1 is deprecated.
Mark Mitchell [Tue, 9 Jul 2002 17:04:56 +0000 (17:04 +0000)]
* dwarfout.c (dwarfout_init): Warn that DWARF1 is deprecated.

From-SVN: r55342

22 years agoexcept.c (expand_eh_region_end_cleanup): Change exception pointer from Pmode to ptr_mode.
Steve Ellcey [Tue, 9 Jul 2002 15:28:22 +0000 (15:28 +0000)]
except.c (expand_eh_region_end_cleanup): Change exception pointer from Pmode to ptr_mode.

* gcc/except.c (expand_eh_region_end_cleanup): Change exception pointer
from Pmode to ptr_mode.
(get_exception_pointer): Ditto.
(connect_post_landing_pads): Ditto.
(dw2_build_landing_pads): Ditto.

From-SVN: r55341

22 years agoDaily bump.
GCC Administrator [Tue, 9 Jul 2002 07:16:50 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r55340

22 years agocp-demangle.c (demangle_v3_with_details): Wrap in !defined IN_GLIBCPP_V3.
Kaveh R. Ghazi [Tue, 9 Jul 2002 00:32:22 +0000 (00:32 +0000)]
cp-demangle.c (demangle_v3_with_details): Wrap in !defined IN_GLIBCPP_V3.

* cp-demangle.c (demangle_v3_with_details): Wrap in
!defined IN_GLIBCPP_V3.

From-SVN: r55335

22 years agoconfigure.in: Don't build grez.
Nathanael Nerode [Mon, 8 Jul 2002 21:40:41 +0000 (21:40 +0000)]
configure.in: Don't build grez.

* configure.in: Don't build grez.
* Makefile.in: Ditto.

From-SVN: r55334

22 years agomauve-libgcj: Don't compile java.sql.Blob.BlobTest...
Mark Wielaard [Mon, 8 Jul 2002 21:36:25 +0000 (21:36 +0000)]
mauve-libgcj: Don't compile java.sql.Blob.BlobTest...

* mauve-libgcj: Don't compile java.sql.Blob.BlobTest,
java.sql.Clob.ClobTest, java.sql.Connection.TestJdbc20,
java.sql.DatabaseMetaData.TestJdbc20

From-SVN: r55333

22 years agoMakefile.in: Remove references to bsp, cygmon, libstub.
Nathanael Nerode [Mon, 8 Jul 2002 20:06:51 +0000 (20:06 +0000)]
Makefile.in: Remove references to bsp, cygmon, libstub.

* Makefile.in: Remove references to bsp, cygmon, libstub.
* configure.in: Ditto.

* configure.in: Remove leftover reference to gdbtest.

From-SVN: r55332

22 years agoconfigure.target: Fix comment for mips atomicity.
Eric Christopher [Mon, 8 Jul 2002 19:41:57 +0000 (19:41 +0000)]
configure.target: Fix comment for mips atomicity.

2002-07-08  Eric Christopher  <echristo@redhat.com>

* configure.target: Fix comment for mips atomicity. Add
mips*-*-linux* target, enable atomic operations there.
* config/cpu/mips/atomicity.h: Fix comments, remove
#ifndef/#endif. Add push/pop mips2.

From-SVN: r55331

22 years agoc-pragma.h (add_to_renaming_pragma_list): New function.
Steve Ellcey [Mon, 8 Jul 2002 17:53:24 +0000 (17:53 +0000)]
c-pragma.h (add_to_renaming_pragma_list): New function.

* gcc/c-pragma.h (add_to_renaming_pragma_list): New function.
* gcc/c-pragma.c (add_to_renaming_pragma_list): New function.
(handle_pragma_redefine_extname): Change to use new function.

From-SVN: r55330

22 years agocombine.c (combine_simplify_rtx): Add an explicit cast to avoid signed/unsigned compa...
Roger Sayle [Mon, 8 Jul 2002 15:59:53 +0000 (15:59 +0000)]
combine.c (combine_simplify_rtx): Add an explicit cast to avoid signed/unsigned comparison warning.

* combine.c (combine_simplify_rtx): Add an explicit cast
to avoid signed/unsigned comparison warning.
(simplify_if_then_else): Likewise.
(extended_count): Likewise.
(simplify_shift_const): Likewise.
(simplify_comparison): Likewise.

From-SVN: r55329

22 years agopt.c (can_complete_type_without_circularity): Add static to function definition.
Kriang Lerdsuwanakij [Mon, 8 Jul 2002 14:53:51 +0000 (14:53 +0000)]
pt.c (can_complete_type_without_circularity): Add static to function definition.

* pt.c (can_complete_type_without_circularity): Add static to
function definition.

From-SVN: r55326

22 years agostl_deque.h (_Deque_alloc_base): Change order of member declarations to avoid compile...
Peter Schmid [Mon, 8 Jul 2002 12:24:52 +0000 (12:24 +0000)]
stl_deque.h (_Deque_alloc_base): Change order of member declarations to avoid compiler warnings and restore 3.1 ABI.

2002-07-08  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>

* include/bits/stl_deque.h (_Deque_alloc_base):  Change order of
member declarations to avoid compiler warnings and restore 3.1 ABI.

From-SVN: r55325

22 years agoconfigure.in (gxx_include_dir): Change to match versioned C++ headers if --enable...
Phil Edwards [Mon, 8 Jul 2002 10:00:39 +0000 (10:00 +0000)]
configure.in (gxx_include_dir): Change to match versioned C++ headers if --enable-version-specific-runtime-libs...

2002-07-08  Phil Edwards  <pme@gcc.gnu.org>

* configure.in (gxx_include_dir):  Change to match versioned
C++ headers if --enable-version-specific-runtime-libs is used.

From-SVN: r55323

22 years agohowto.html: Link to dk_std::vector paper and homepage.
Phil Edwards [Mon, 8 Jul 2002 09:51:54 +0000 (09:51 +0000)]
howto.html: Link to dk_std::vector paper and homepage.

2002-07-08  Phil Edwards  <pme@gcc.gnu.org>

* docs/html/23_containers/howto.html:  Link to dk_std::vector paper
and homepage.

From-SVN: r55322

22 years agomips.md: Add imadd type.
Richard Sandiford [Mon, 8 Jul 2002 08:56:20 +0000 (08:56 +0000)]
mips.md: Add imadd type.

* config/mips/mips.md: Add imadd type.  Update scheduler description
to use imadd as well as imul.
(*mul_acc_si, *madsi): Change imul alternatives to imadd.
(*mul_acc_di, *mul_acc_64bit_di): Likewise.
(*mul_sub_si): Likewise for first alternative.  Change second
alternative from imul to multi.

From-SVN: r55321

22 years agocp-tree.h (have_extern_spec): Declare it
Mark Mitchell [Mon, 8 Jul 2002 07:49:58 +0000 (07:49 +0000)]
cp-tree.h (have_extern_spec): Declare it

* cp-tree.h (have_extern_spec): Declare it
* decl.c (have_extern_spec): Define it.
(start_decl): Eliminate use of used_extern_spec.
(start_function): Likewise.
* parse.y (have_extern_spec): Remove declaration.
(used_extern_spec): Likewise.
(frob_specs): Eliminate use of used_extern_spec.
(.hush_warning): Likewise.

From-SVN: r55319

22 years agoDaily bump.
GCC Administrator [Mon, 8 Jul 2002 07:16:59 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r55318

22 years agoMake-lang.in (cp/parse.o): Depend on decl.h.
Mark Mitchell [Mon, 8 Jul 2002 02:25:19 +0000 (02:25 +0000)]
Make-lang.in (cp/parse.o): Depend on decl.h.

* Make-lang.in (cp/parse.o): Depend on decl.h.
* cp-tree.h (do_decl_instantiation): Change prototype.
* parse.y: Include decl.h.
(parse_decl_instantiation): New function.
(explicit_instantiation): Use it.
* pt.c (do_decl_instantiation): Accept a DECL, not a DECLARATOR
and DECLSPECS.

From-SVN: r55309

22 years agoc-common.c (c_common_post_options): Update prototype; don't init backends if preproce...
Neil Booth [Sun, 7 Jul 2002 22:10:18 +0000 (22:10 +0000)]
c-common.c (c_common_post_options): Update prototype; don't init backends if preprocessing only.

* c-common.c (c_common_post_options): Update prototype;
don't init backends if preprocessing only.
* langhooks-def.h (LANG_HOOKS_POST_OPTIONS): Update.
* langhooks.h (struct lang_hooks): Update post_options to
return a boolean.
* toplev.c (parse_options_and_default_flags, do_compile,
lang_independent_init): Update prototypes.  Allow the
front end to specify that there is no need to initialize
the back end.
(general_init): Move call to hex_init here...
(toplev_main): ...from here.  Pass flag for back end init
suppression.
java:
* lang.c (java_post_options): Update prototype.

From-SVN: r55306

22 years agosh.h (PRINT_OPERAND_PUNCT_VALID_P): Allow '\''.
J"orn Rennecke [Sun, 7 Jul 2002 19:56:31 +0000 (19:56 +0000)]
sh.h (PRINT_OPERAND_PUNCT_VALID_P): Allow '\''.

* sh.h (PRINT_OPERAND_PUNCT_VALID_P): Allow '\''.
(PREDICATE_CODES): Add entries for equality_comparison_operator,
greater_comparison_operator and less_comparison_operator.
* sh.c (print_operand): Add '\'' code.  Make 'o' handle
more operators.
(equality_comparison_operator): New function.
(greater_comparison_operator, less_comparison_operator): Likewise.
* sh.md (beq_media_i): Disable generator function generation.
Use match_operator to handle a whole class of comparisons.  Add
modifier in output template to provide branch prediction.  Add type.
(bgt_media_i, ble_media_i): Likewise.  Allow zero operands.
(bne_media_i, bge_media_i, bgtu_media_i, bgeu_media_i): Delete.
(blt_media_i, bleu_media_i, bltu_media_i): Likewise.
(bgt, blt, ble, bge, bgtu, bltu, bgeu, bleu): Allow zero operands.

From-SVN: r55305

22 years agoerror.c (dump_function_name): Use DECL_TEMPLATE_RESULT for constructor and destructor...
Roger Sayle [Sun, 7 Jul 2002 18:56:18 +0000 (18:56 +0000)]
error.c (dump_function_name): Use DECL_TEMPLATE_RESULT for constructor and destructor tests when...

* error.c (dump_function_name): Use DECL_TEMPLATE_RESULT for
constructor and destructor tests when passed a TEMPLATE_DECL.

* g++.dg/template/qualttp21.C: New test case.

From-SVN: r55304

22 years agoEmit MMIX function prologue and epilogue as rtl.
Hans-Peter Nilsson [Sun, 7 Jul 2002 17:13:14 +0000 (17:13 +0000)]
Emit MMIX function prologue and epilogue as rtl.

* config/mmix/mmix.md ("call"): Use mmix_get_hard_reg_initial_val,
not unprototyped get_hard_reg_initial_val.
("call_value", "nonlocal_goto_receiver"): Ditto.
("return"): Make define_expand.  Move real insn to...
("*expanded_return"): New pattern.
("prologue", "epilogue"): New define_expands.
* config/mmix/mmix.h (MMIX_rO_REGNUM): New macro.
(struct machine_function): New member in_prologue.
(FIRST_PSEUDO_REGISTER): Adjust for including rO as register.
(FIXED_REGISTERS, CALL_USED_REGISTERS): Ditto.
(MMIX_MMIXWARE_ABI_REG_ALLOC_ORDER): Ditto.
(MMIX_GNU_ABI_REG_ALLOC_ORDER, REG_CLASS_CONTENTS): Ditto.
(REGISTER_NAMES, ADDITIONAL_REGISTER_NAMES): Ditto.
(LOCAL_REGNO): Define.  Adjust comment.
* config/mmix/mmix.c (MMIX_CFUN_NEEDS_SAVED_EH_RETURN_ADDRESS):
Consider regs_ever_live[MMIX_rJ_REGNUM], not just
leaf_function_p.
(MMIX_OUTPUT_REGNO): Don't translate registers while outputting
the prologue.
(mmix_target_asm_function_prologue): Make static.  Just mark that
the prologue is being emitted.  Move guts to...
(mmix_expand_prologue): New function.  Adjust for emitting
prologue as rtl.  For sizes, use HOST_WIDE_INT only.
(mmix_target_asm_function_epilogue): Make static.  Simply emit a
\n.  Move guts to...
(mmix_expand_epilogue): New function.  Adjust for emitting
epilogue as rtl.  For sizes, use HOST_WIDE_INT only.
(mmix_target_asm_function_end_prologue): Mark that the prologue
has ended.
(TARGET_ASM_FUNCTION_END_PROLOGUE): Define.
(mmix_conditional_register_usage): Improve comments.
(mmix_local_regno): New function.
(mmix_emit_sp_add, mmix_get_hard_reg_initial_val): Ditto.
* config/mmix/mmix-protos.h (mmix_local_regno): Prototype.
(mmix_expand_prologue, mmix_expand_epilogue): Ditto.
(mmix_get_hard_reg_initial_val): Ditto.

From-SVN: r55302

22 years agore PR libstdc++/7186 (DR179 for std::deque::iterator and const_iterator)
Paolo Carlini [Sun, 7 Jul 2002 10:15:06 +0000 (12:15 +0200)]
re PR libstdc++/7186 (DR179 for std::deque::iterator and const_iterator)

2002-07-07  Paolo Carlini  <pcarlini@unitus.it>

PR libstdc++/7186
* include/bits/stl_deque.h (_Deque_iterator::operator-):
Make non-member, as already happens for the comparison
operators in accord with DR179 (Ready).
* testsuite/23_containers/deque_operators.cc: Add test02.

From-SVN: r55301

22 years agoDaily bump.
GCC Administrator [Sun, 7 Jul 2002 07:18:36 +0000 (07:18 +0000)]
Daily bump.

From-SVN: r55300

22 years ago20020706-1.c: New test.
Alexandre Oliva [Sat, 6 Jul 2002 17:19:51 +0000 (17:19 +0000)]
20020706-1.c: New test.

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

From-SVN: r55290

22 years ago* g++.dg/warn/incomplete1.C: New test.
Brian R. Gaeke [Sat, 6 Jul 2002 16:58:39 +0000 (16:58 +0000)]
* g++.dg/warn/incomplete1.C: New test.

From-SVN: r55289

22 years ago* linkage1.C, linkage1-main.cc: New test.
Alexandre Oliva [Sat, 6 Jul 2002 16:16:44 +0000 (16:16 +0000)]
* linkage1.C, linkage1-main.cc: New test.

From-SVN: r55288

22 years agoChangeLog entry for my last patch:
Andreas Jaeger [Sat, 6 Jul 2002 13:41:12 +0000 (15:41 +0200)]
ChangeLog entry for my last patch:

* toplev.c (set_fast_math_flags): Don't use ISO C style function
definitions.
* gengtype.c (open_base_files): Likewise.
(close_output_files): Likewise.
* tracer.c (find_best_predecessor): Likewise.
(find_best_successor): Likewise.
(ignore_bb_p): Likewise.

From-SVN: r55287

22 years agotoplev.c (set_fast_math_flags): Don't use ISO C style function definitions.
Andreas Jaeger [Sat, 6 Jul 2002 13:39:46 +0000 (15:39 +0200)]
toplev.c (set_fast_math_flags): Don't use ISO C style function definitions.

* toplev.c (set_fast_math_flags): Don't use ISO C style function
definitions.
* gengtype.c (open_base_files): Likewise.
(close_output_files): Likewise.
* tracer.c (find_best_predecessor): Likewise.
(find_best_successor): Likewise.
(ignore_bb_p): Likewise.

From-SVN: r55286

22 years agoDaily bump.
GCC Administrator [Sat, 6 Jul 2002 07:17:48 +0000 (07:17 +0000)]
Daily bump.

From-SVN: r55285

22 years agonatRuntime.cc (nativeGetLibname): Added missing `#'.
Tony Kimball [Sat, 6 Jul 2002 05:11:53 +0000 (05:11 +0000)]
natRuntime.cc (nativeGetLibname): Added missing `#'.

2002-07-05  Tony Kimball  <alk@pobox.com>

* java/lang/natRuntime.cc (nativeGetLibname): Added missing `#'.

From-SVN: r55280

22 years agore PR c++/7099 (G++ doesn't set the noreturn attribute on std::exit and std::abort)
Kaveh R. Ghazi [Sat, 6 Jul 2002 00:25:30 +0000 (00:25 +0000)]
re PR c++/7099 (G++ doesn't set the noreturn attribute on std::exit and std::abort)

2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>

        PR c++/7099
        * g++.dg/warn/noreturn1.C: New test.

From-SVN: r55277

22 years agore PR c++/7099 (G++ doesn't set the noreturn attribute on std::exit and std::abort)
Roger Sayle [Sat, 6 Jul 2002 00:16:44 +0000 (00:16 +0000)]
re PR c++/7099 (G++ doesn't set the noreturn attribute on std::exit and std::abort)

PR c++/7099
* builtin-attrs.def: Define new attribute lists for use in
builtins.def.
* builtins.def [DEF_BUILTIN]: Modify to take an additional
ATTRS argument, an enumerated value defined in builtin-attrs.def
that represents the attribute list for the builtins.  Modify
all builtin functions to pass an appropriate attribute list.
Specify "abort", "exit", "_exit" and "_Exit" builtins here with
their required noreturn attributes.
* tree.h (enum_builtin_function): Ignore the additional parameter
to DEF_BUILTIN.
* builtins.c (built_in_names): Likewise.
* c-common.c: (builtin_function_2): Replace the "int noreturn_p"
argument with a tree representing the functions attribute list.
Pass this "attrs" argument to builtin_function.  No longer handle
the noreturn_p processing manually.
(built_in_attributes): Move the definitions from builtin-attrs.def
before c_common_nodes_and_builtins.
(c_common_nodes_and_builtins): Handle the new ATTRS parameter in
DEF_BUILTIN, passing it to both builtin_function and the changed
builtin_function_2.

* doc/extend.texi: Document __builtin_abort, __builtin_exit,
__builtin__exit and __builtin__Exit.

* java/builtins.c (initialize_builtins): Ignore the additional
parameter to DEF_BUILTIN.  Handle more C/C++ specific junk in
the builtins.def file.

From-SVN: r55276

22 years agom68hc11.md ("*movqi_68hc12"): Avoid allocating QI mode registers in soft registers.
Stephane Carrez [Fri, 5 Jul 2002 22:16:38 +0000 (00:16 +0200)]
m68hc11.md ("*movqi_68hc12"): Avoid allocating QI mode registers in soft registers.

* config/m68hc11/m68hc11.md ("*movqi_68hc12"): Avoid allocating
QI mode registers in soft registers.
("zero_extendqihi2"): Do not take into account soft registers
for register allocation (use '*' constraint).

From-SVN: r55274

22 years agocvt.c (cp_convert_to_pointer): Call force_fit_type for null pointers.
Jason Merrill [Fri, 5 Jul 2002 22:10:25 +0000 (18:10 -0400)]
cvt.c (cp_convert_to_pointer): Call force_fit_type for null pointers.

        * cvt.c (cp_convert_to_pointer): Call force_fit_type for null
        pointers.

From-SVN: r55272

22 years agom68hc11.md ("*ashlsi3"): Avoid saving y if we know it is dead.
Stephane Carrez [Fri, 5 Jul 2002 21:59:17 +0000 (23:59 +0200)]
m68hc11.md ("*ashlsi3"): Avoid saving y if we know it is dead.

* config/m68hc11/m68hc11.md ("*ashlsi3"): Avoid saving y if we know
it is dead.
("*ashrsi3"): Likewise.
("*lshrsi3"): Likewise.

From-SVN: r55270

22 years agogenautomata.c (output_max_insn_queue_index_def): Take latencies into account.
Vladimir Makarov [Fri, 5 Jul 2002 21:40:16 +0000 (21:40 +0000)]
genautomata.c (output_max_insn_queue_index_def): Take latencies into account.

2002-07-05  Vladimir Makarov  <vmakarov@redhat.com>

* genautomata.c (output_max_insn_queue_index_def): Take latencies
into account.

From-SVN: r55269

22 years agom68hc11.md (peephole2): New peephole2 to optimize address computation and memory...
Stephane Carrez [Fri, 5 Jul 2002 21:31:31 +0000 (23:31 +0200)]
m68hc11.md (peephole2): New peephole2 to optimize address computation and memory moves.

* config/m68hc11/m68hc11.md (peephole2): New peephole2 to optimize
address computation and memory moves.

From-SVN: r55267

22 years agore PR libgcj/7060 (getMethod() doesn't search super interface)
Tom Tromey [Fri, 5 Jul 2002 20:40:11 +0000 (20:40 +0000)]
re PR libgcj/7060 (getMethod() doesn't search super interface)

2002-07-04  Tom Tromey  <tromey@redhat.com>
            Jeff Sturm  <jsturm@one-point.com>

Fix for PR libgcj/7060:
* java/lang/Class.h (_getMethod): Renamed from getMethod.
* java/lang/natClass.cc (_getMethod): Renamed from getMethod.
Recurse into superinterfaces.  Don't throw NoSuchMethodException.
* java/lang/Class.java (getMethod): New Java implementation;
complies with spec.
(_getMethod): New native method.

Co-Authored-By: Jeff Sturm <jsturm@one-point.com>
From-SVN: r55266

22 years agore PR c++/6706 (ICE with variable-sized arrays and DWARF-1 output)
Mark Mitchell [Fri, 5 Jul 2002 16:40:01 +0000 (16:40 +0000)]
re PR c++/6706 (ICE with variable-sized arrays and DWARF-1 output)

PR c++/6706
* dwarfout.c (output_reg_number): Fix warning message.
(output_bound_representation): Check SAVE_EXPR_RTL is not NULL
before using it.

PR c++/6706
* g++.dg/debug/debug6.C: New test.
* g++.dg/debug/debug7.C: New test.

From-SVN: r55264

22 years agore PR rtl-optimization/7145 (g++ -O with structure initializer & return value optimiz...
Jason Merrill [Fri, 5 Jul 2002 15:16:56 +0000 (11:16 -0400)]
re PR rtl-optimization/7145 (g++ -O with structure initializer & return value optimization generates bad code)

        PR optimization/7145
        * tree.c (cp_copy_res_decl_for_inlining): Also copy DECL_INITIAL.

[[Split portion of a mixed commit.]]

From-SVN: r55262.2

22 years agore PR rtl-optimization/7145 (g++ -O with structure initializer & return value optimiz...
Jason Merrill [Fri, 5 Jul 2002 15:01:04 +0000 (11:01 -0400)]
re PR rtl-optimization/7145 (g++ -O with structure initializer & return value optimization generates bad code)

        PR optimization/7145
        * tree.c (cp_copy_res_decl_for_inlining): Also copy DECL_INITIAL.

From-SVN: r55261

22 years agocopyright date updated
Nathan Sidwell [Fri, 5 Jul 2002 12:34:58 +0000 (12:34 +0000)]
copyright date updated

From-SVN: r55260