gcc.git
22 years agoalpha.c (alpha_start_function, VMS): Cast shift arg to HOST_WIDE_INT, not long.
Douglas B Rupp [Sun, 18 Nov 2001 12:43:14 +0000 (07:43 -0500)]
alpha.c (alpha_start_function, VMS): Cast shift arg to HOST_WIDE_INT, not long.

* config/alpha/alpha.c (alpha_start_function, VMS): Cast shift
arg to HOST_WIDE_INT, not long.

From-SVN: r47146

22 years ago* config/alpha/vms.h (DIR_SEPARATOR, PREFIX). Don't define.
Douglas B Rupp [Sun, 18 Nov 2001 12:35:28 +0000 (07:35 -0500)]
* config/alpha/vms.h (DIR_SEPARATOR, PREFIX). Don't define.

(HAS_INIT_SECTION): Define.
(REAL_ARITHMETIC): Don't undefine.

From-SVN: r47145

22 years agocygwin.h: Strip leading '*' from name, if any.
Egor Duda [Sun, 18 Nov 2001 12:06:41 +0000 (12:06 +0000)]
cygwin.h: Strip leading '*' from name, if any.

2001-11-18  Egor Duda  <deo@logos-m.ru>

* config/i386/cygwin.h: Strip leading '*' from name, if any.

From-SVN: r47144

22 years ago* Makefile.in: Update.
Neil Booth [Sun, 18 Nov 2001 11:11:52 +0000 (11:11 +0000)]
* Makefile.in: Update.

From-SVN: r47142

22 years agoMakefile.in (c-parse.o, c-common.o): Update dependencies.
Neil Booth [Sun, 18 Nov 2001 11:04:53 +0000 (11:04 +0000)]
Makefile.in (c-parse.o, c-common.o): Update dependencies.

* Makefile.in (c-parse.o, c-common.o): Update dependencies.
* c-common.c: Include diagnostic.h.
(c_common_finish): New.
* c-common.h (c_common_finish): New.
* c-lang.c (LANG_HOOKS_FINISH): Override.
* c-parse.in: Don't include diagnostic.h.
(finish_parse): Remove.
* langhooks.h: Update comments.
* toplev.c (lang_dependent_init): New prototype.
(finalize): New.
(compile_file): Split cleanup code out to finalize.
(lang_dependent_init): Stop if lang_hooks.init fails.
(toplev_main): Update.
* tree.h (finish_parse): Remove.

ada: * misc.c (gnat_decode_option, gnat_init_options): Make definitions
static too.
(gnat_init): Don't return NULL.
(finish_parse): Remove.
cp: * lex.c (cxx_finish): Call c_common_finish.
(finish_parse): Remove.
f: * com.c (finish_parse): Remove.
(ffe_finish): Move body of finish_parse.
java: * lang.c (finish_parse): Rename to java_finish.
(LANG_HOOKS_FINISH, java_finish): New.
objc: * objc-act.c (LANG_HOOKS_FINISH): Override.

From-SVN: r47141

22 years agoDaily bump.
GCC Administrator [Sun, 18 Nov 2001 08:16:11 +0000 (08:16 +0000)]
Daily bump.

From-SVN: r47137

22 years agodecl.c (create_array_type_for_decl): Check if NAME is NULL_TREE when displaying error...
Kriang Lerdsuwanakij [Sun, 18 Nov 2001 06:31:20 +0000 (06:31 +0000)]
decl.c (create_array_type_for_decl): Check if NAME is NULL_TREE when displaying error message about missing array bounds.

* decl.c (create_array_type_for_decl): Check if NAME is NULL_TREE
when displaying error message about missing array bounds.

From-SVN: r47136

22 years agomangle.c (write_expression): Handle CAST_EXPR, STATIC_CAST_EXPR, CONST_CAST_EXPR.
Kriang Lerdsuwanakij [Sun, 18 Nov 2001 06:24:45 +0000 (06:24 +0000)]
mangle.c (write_expression): Handle CAST_EXPR, STATIC_CAST_EXPR, CONST_CAST_EXPR.

* mangle.c (write_expression): Handle CAST_EXPR, STATIC_CAST_EXPR,
CONST_CAST_EXPR.
* operators.def: Add CAST_EXPR, STATIC_CAST_EXPR, CONST_CAST_EXPR.

From-SVN: r47135

22 years agot-vms (LIB2FUNCS_EXTRA): Add vms_tramp.asm.
Douglas B Rupp [Sun, 18 Nov 2001 04:27:50 +0000 (23:27 -0500)]
t-vms (LIB2FUNCS_EXTRA): Add vms_tramp.asm.

* config/alpha/t-vms (LIB2FUNCS_EXTRA): Add vms_tramp.asm.
* config/alpha/vms_tramp.asm: New file.
* config/alpha/vms-tramp.asm: Removed.

From-SVN: r47134

22 years agoc-common.c (struct disabled_builtin, [...]): New.
Joseph Myers [Sun, 18 Nov 2001 03:30:57 +0000 (03:30 +0000)]
c-common.c (struct disabled_builtin, [...]): New.

* c-common.c (struct disabled_builtin, disabled_builtins,
disable_builtin_function, builtin_function_disabled_p): New.
(builtin_function_2): Check for disabled built-in functions.
* c-common.h (disable_builtin_function): Declare.
* c-decl.c (c_decode_option): Handle -fno-builtin-FUNCTION.
* doc/invoke.texi: Document -fno-builtin-FUNCTION.
* doc/extend.texi: Mention -fno-builtin-FUNCTION.

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

From-SVN: r47133

22 years agoeh_personality.cc (__cxa_call_unexpected): Take void*.
Jason Merrill [Sun, 18 Nov 2001 02:09:23 +0000 (21:09 -0500)]
eh_personality.cc (__cxa_call_unexpected): Take void*.

        * libsupc++/eh_personality.cc (__cxa_call_unexpected): Take void*.
        * libsupc++/eh_catch.cc (__cxa_begin_catch): Likewise.
        * libsupc++/unwind-cxx.h: Adjust.
        * src/Makefile.am (strstream.o): Pass -Wno-deprecated.

        * libsupc++/eh_type.cc (__cxa_current_exception_type): New file.
        * libsupc++/cxxabi.h: Declare it.
        * libsupc++/Makefile.am (sources): Add it.
        * src/vterminate.cc (verbose_terminate_handler): New file.
        * libsupc++/exception: Declare it.
        * src/Makefile.am (sources): Add it.

        * src/Makefile.am (VPATH): Check the src directory before the top one.

From-SVN: r47132

22 years agoMAINTAINERS (GNATS only accounts): Remove self.
Craig Rodrigues [Sun, 18 Nov 2001 01:18:55 +0000 (01:18 +0000)]
MAINTAINERS (GNATS only accounts): Remove self.

2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>

* MAINTAINERS (GNATS only accounts): Remove self.

From-SVN: r47131

22 years agore PR target/4606 (config.gcc refers to non-existant va-clipper.h)
Craig Rodrigues [Sun, 18 Nov 2001 00:14:52 +0000 (00:14 +0000)]
re PR target/4606 (config.gcc refers to non-existant va-clipper.h)

2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>

PR target/4606
* config.gcc: Remove reference to va-clipper.h.

From-SVN: r47129

22 years agoObvious jni weak reference fix
Anthony Green [Sat, 17 Nov 2001 21:32:22 +0000 (21:32 +0000)]
Obvious jni weak reference fix

From-SVN: r47128

22 years agors6000.h (REG_CLASS_CONTENTS): Fix the AltiVec-related bitfields.
Stan Shebs [Sat, 17 Nov 2001 21:17:53 +0000 (21:17 +0000)]
rs6000.h (REG_CLASS_CONTENTS): Fix the AltiVec-related bitfields.

        * config/rs6000/rs6000.h (REG_CLASS_CONTENTS): Fix the
        AltiVec-related bitfields.

From-SVN: r47127

22 years agoexcept.c (enum eh_region_type): Add ERT_UNKNOWN.
Richard Kenner [Sat, 17 Nov 2001 17:33:57 +0000 (17:33 +0000)]
except.c (enum eh_region_type): Add ERT_UNKNOWN.

* except.c (enum eh_region_type): Add ERT_UNKNOWN.
(mark_eh_region, case ERT_UKNONW): New case.

From-SVN: r47123

22 years agoAdd extra name.
Christopher Faylor [Sat, 17 Nov 2001 17:25:34 +0000 (17:25 +0000)]
Add extra name.

From-SVN: r47122

22 years agocygwin.h: Search target specific include directory for w32api stuff, if appropriate.
Christopher Faylor [Sat, 17 Nov 2001 17:19:11 +0000 (17:19 +0000)]
cygwin.h: Search target specific include directory for w32api stuff, if appropriate.

* config/i386/cygwin.h: Search target specific include directory for w32api
stuff, if appropriate.

From-SVN: r47121

22 years ago* config/alpha/vms.h (REG_ALLOC_ORDER): Redefine.
Douglas B Rupp [Sat, 17 Nov 2001 13:17:03 +0000 (08:17 -0500)]
* config/alpha/vms.h (REG_ALLOC_ORDER): Redefine.

From-SVN: r47118

22 years agoMake-lang.in (GNATLIBFLAGS): Add -W -Wall.
Laurent Guerby [Sat, 17 Nov 2001 11:35:08 +0000 (11:35 +0000)]
Make-lang.in (GNATLIBFLAGS): Add -W -Wall.

2001-11-17  Laurent Guerby  <guerby@acm.org>

* Make-lang.in (GNATLIBFLAGS): Add -W -Wall.
* gigi.h (init_decl_processing): Rename to gnat_init_decl_processing.
* io-aux.c: Provide K&R prototypes to all functions, reformat code.
* lang-spec.h: Add missing struct field to silence warnings.
* sysdep.c (rts_get_*): Provide K&R prototype.
* sysdep.c (Unlock_Task, Lock_Task): Move to K&R prototype.
* traceback.c (Unlock_Task, Lock_Task): Likewise.
* tracebak.c (__gnat_backtrace): Remove unused variable.
* utils.c (end_subprog_body): Move to K&R style.

From-SVN: r47117

22 years agoDaily bump.
GCC Administrator [Sat, 17 Nov 2001 08:16:21 +0000 (08:16 +0000)]
Daily bump.

From-SVN: r47115

22 years agoNot all of revision 1.113 made it in.
David O'Brien [Sat, 17 Nov 2001 05:46:25 +0000 (05:46 +0000)]
Not all of revision 1.113 made it in.

From-SVN: r47114

22 years agors6000.md: Change all ldvx to lvx.
Aldy Hernandez [Sat, 17 Nov 2001 01:19:06 +0000 (01:19 +0000)]
rs6000.md: Change all ldvx to lvx.

2001-11-16  Aldy Hernandez  <aldyh@redhat.com>

* config/rs6000/rs6000.md: Change all ldvx to lvx.

From-SVN: r47113

22 years agoverify.cc (_Jv_BytecodeVerifier::check_field_constant): Handle case where field has...
Tom Tromey [Fri, 16 Nov 2001 23:39:34 +0000 (23:39 +0000)]
verify.cc (_Jv_BytecodeVerifier::check_field_constant): Handle case where field has primitive type.

* verify.cc (_Jv_BytecodeVerifier::check_field_constant): Handle
case where field has primitive type.

From-SVN: r47112

22 years agogensupport.c (process_rtx): Don't assume filename is the first argument of any rtl.
Alexandre Oliva [Fri, 16 Nov 2001 22:59:46 +0000 (22:59 +0000)]
gensupport.c (process_rtx): Don't assume filename is the first argument of any rtl.

* gensupport.c (process_rtx): Don't assume filename is the first
argument of any rtl.

From-SVN: r47111

22 years agovax-protos.h (reg_was_0_p): New prototype.
John David Anglin [Fri, 16 Nov 2001 22:40:21 +0000 (22:40 +0000)]
vax-protos.h (reg_was_0_p): New prototype.

* vax-protos.h (reg_was_0_p): New prototype.
* vax.md (movsi, movhi, movqi): Use reg_was_0_p.
* vax.c (follows_p, reg_was_0_p): New functions.

From-SVN: r47110

22 years agovax.md (casesi): Swap arguments in "(plus:SI (pc) (mult))".
John David Anglin [Fri, 16 Nov 2001 22:24:23 +0000 (22:24 +0000)]
vax.md (casesi): Swap arguments in "(plus:SI (pc) (mult))".

* vax.md (casesi): Swap arguments in "(plus:SI (pc) (mult))". Reformat.
(casesi1): Likewise.  Define new pattern which arises by simplification
when operand 1 is a constant int.  Correct pattern which arises by
simplification when operand 1 is zero.

From-SVN: r47109

22 years agoUpdate test for token pasting to also check "|| defined(ALMOST_STDC)"
Kaveh R. Ghazi [Fri, 16 Nov 2001 21:54:17 +0000 (21:54 +0000)]
Update test for token pasting to also check "|| defined(ALMOST_STDC)"

From-SVN: r47108

22 years agoregex.c: Check defined(__STDC__) || defined(HAVE_STRINGIZE) to determine whether...
Kaveh R. Ghazi [Fri, 16 Nov 2001 21:49:25 +0000 (21:49 +0000)]
regex.c: Check defined(__STDC__) || defined(HAVE_STRINGIZE) to determine whether ISO CPP...

* regex.c: Check defined(__STDC__) || defined(HAVE_STRINGIZE)
to determine whether ISO CPP token pasting is available.

From-SVN: r47107

22 years agoMakefile.in: Add MAKEOVERRIDES= to suppress exporting environment to (sub)shells.
John David Anglin [Fri, 16 Nov 2001 21:29:29 +0000 (21:29 +0000)]
Makefile.in: Add MAKEOVERRIDES= to suppress exporting environment to (sub)shells.

2001-11-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>

* Makefile.in: Add MAKEOVERRIDES= to suppress exporting
environment to (sub)shells.

From-SVN: r47106

22 years agoconfig.gcc (arm*-*-rtems*, [...]): Include various CPU headers via tm_file.
David O'Brien [Fri, 16 Nov 2001 21:23:16 +0000 (21:23 +0000)]
config.gcc (arm*-*-rtems*, [...]): Include various CPU headers via tm_file.

2001-11-16  David O'Brien  <obrien@FreeBSD.org>
* config.gcc (arm*-*-rtems*, arm-*-coff*, armel-*-coff*,
arm-*-vxworks*, arm-*-riscix1.[01]*, arm-*-riscix*,
arm-semi-aout, armel-semi-aout, arm-semi-aof, armel-semi-aof,
arm*-*-netbsd*, arm*-*-linux*, arm*-*-uclinux*, arm*-*-aout,
arm*-*-ecos-elf, arm*-*-elf, arm*-*-conix*, arm*-*-oabi,
arm-*-pe*, strongarm-*-elf*, strongarm-*-coff*, strongarm-*-pe,
xscale-*-elf, xscale-*-coff: Include various CPU headers via tm_file.
* config/arm/aof.h: Don't include arm.h.
* config/arm/aout.h: Likewise.
* config/arm/coff.h: Don't include semi.h and aout.h.
* config/arm/elf.h: Don't include aout.h.
* config/arm/netbsd.h: Don't include netbsd.h and aout.h.
(TARGET_VERSION): Undef before defining.
(ARM_OS_NAME): Likewise
(TARGET_DEFAULT): Likewise
(TARGET_MEM_FUNCTIONS): Do not need to undefine now.
* config/arm/pe.h: Don't include arm/coff.h.
* config/arm/riscix.h (CPP_SPEC, SUBTARGET_CPP_SPEC): Use
SUBTARGET_CPP_SPEC rather than overiding the arm.h CPP_SPEC definition.
* config/arm/riscix1-1.h: Likewise.
* config/arm/rix-gas.h: Don't include riscix.h.
(DBX_CONTIN_LENGTH): Undef before defining.
* config/arm/semi.h: Don't include aout.h.
* config/arm/semiaof.h: Don't include aof.h.
* config/arm/strongarm-coff.h: Don't include coff.h.
* config/arm/strongarm-pe.h: Don't include strongarm-coff.h and pe.h.
* config/arm/vxarm.h: Don't include arm/coff.h.
* config/arm/xscale-coff.h: Don't include coff.h.

Approved by:  Nick Clifton <nickc@cambridge.redhat.com>
              <m3ofm2c27q.fsf@north-pole.nickc.cambridge.redhat.com>

From-SVN: r47105

22 years agostl_deque.h (deque::erase()): Fix memory leak.
Paolo Carlini [Fri, 16 Nov 2001 21:00:59 +0000 (22:00 +0100)]
stl_deque.h (deque::erase()): Fix memory leak.

2001-11-16  Paolo Carlini  <pcarlini@unitus.it>

* include/bits/stl_deque.h (deque::erase()):  Fix memory leak.

From-SVN: r47103

22 years agohowto.html (Thread-safety): Rename section to ``The Standard C++ library and multithr...
Loren J. Rittle [Fri, 16 Nov 2001 20:59:10 +0000 (20:59 +0000)]
howto.html (Thread-safety): Rename section to ``The Standard C++ library and multithreading'' and update...

        * docs/html/17_intro/howto.html (Thread-safety): Rename
        section to ``The Standard C++ library and multithreading'' and
        update information based on recent mailing list traffic.  Move
        all discussion of __USE_MALLOC to...
        * docs/html/23_containers/howto.html (Containers and multithreading):
        ...here and rework it based on recent mailing list traffic.

From-SVN: r47102

22 years agopa.c: Reflect changes in calling sequences of alter_reg and emit_cmp_insn.
Richard Kenner [Fri, 16 Nov 2001 20:30:19 +0000 (20:30 +0000)]
pa.c: Reflect changes in calling sequences of alter_reg and emit_cmp_insn.

* config/pa/pa.c: Reflect changes in calling sequences of alter_reg and
emit_cmp_insn.

From-SVN: r47101

22 years agocfglayout.c (fixup_fallthru_exit_predecesor): Make void, rename to ....
Andreas Jaeger [Fri, 16 Nov 2001 20:15:29 +0000 (21:15 +0100)]
cfglayout.c (fixup_fallthru_exit_predecesor): Make void, rename to ....

* cfglayout.c (fixup_fallthru_exit_predecesor): Make void, rename
to ....
(fixup_fallthru_exit_predecessor): ... this.
Change callers and prototype.

From-SVN: r47098

22 years agoverify.cc (_Jv_BytecodeVerifier::is_assignable_from_slow): New method.
Tom Tromey [Fri, 16 Nov 2001 19:59:16 +0000 (19:59 +0000)]
verify.cc (_Jv_BytecodeVerifier::is_assignable_from_slow): New method.

* verify.cc (_Jv_BytecodeVerifier::is_assignable_from_slow): New
method.
(type::compatible): Use it.
(type::merge): Likewise.
(type::promote): Return a `type&'.
(get_one_type): Promote return value.

From-SVN: r47097

22 years agoSome SSE fixes
Bernd Schmidt [Fri, 16 Nov 2001 19:58:40 +0000 (19:58 +0000)]
Some SSE fixes

From-SVN: r47096

22 years agoRe-merge with Classpath, from Brian Jones:
Tom Tromey [Fri, 16 Nov 2001 19:52:24 +0000 (19:52 +0000)]
Re-merge with Classpath, from Brian Jones:

* java/lang/Integer.java (getInteger): Attempt to decode the value
of the system property instead of the name of the system property.
(parseInt): Throw NumberFormatException explicitly in the case of
a null argument in keeping with JDK 1.3.

From-SVN: r47095

22 years ago* cp-tree.h (print_class_statistics): Restore.
Neil Booth [Fri, 16 Nov 2001 19:17:32 +0000 (19:17 +0000)]
* cp-tree.h (print_class_statistics): Restore.

From-SVN: r47094

22 years agoTimer.java (TaskQueue.isStopped): Remove method.
Mark Wielaard [Fri, 16 Nov 2001 19:00:47 +0000 (19:00 +0000)]
Timer.java (TaskQueue.isStopped): Remove method.

* java/util/Timer.java (TaskQueue.isStopped): Remove method.
(Scheduler.run): Try to re-schedule task and ignore exception if
queue has been stopped.

From-SVN: r47093

22 years agolinux-and-gnu.texi: Remove.
Joseph Myers [Fri, 16 Nov 2001 18:56:14 +0000 (18:56 +0000)]
linux-and-gnu.texi: Remove.

* doc/include/linux-and-gnu.texi: Remove.
* doc/gnu.texi: New.
* doc/gcc.texi: Include gnu.texi instead of linux-and-gnu.texi.
* Makefile.in ($(docdir)/gcc.info, gcc.dvi): Update dependencies.

From-SVN: r47092

22 years agoa29k.c: Fix comment formatting.
Kazu Hirata [Fri, 16 Nov 2001 18:33:57 +0000 (18:33 +0000)]
a29k.c: Fix comment formatting.

* config/a29k/a29k.c: Fix comment formatting.
* config/a29k/a29k.h: Likewise.
* config/arc/arc.c: Likewise.
* config/arc/arc.h: Likewise.
* config/vax/vax.c: Likewise.
* config/vax/vax.h: Likewise.
* config/we32k/we32k.c: Likewise.
* config/we32k/we32k.h: Likewise.

From-SVN: r47091

22 years agounroll.c (copy_loop_body): Initialize JUMP_LABEL field after creating a new jump...
Jeff Law [Fri, 16 Nov 2001 17:08:12 +0000 (10:08 -0700)]
unroll.c (copy_loop_body): Initialize JUMP_LABEL field after creating a new jump insn.

* unroll.c (copy_loop_body): Initialize JUMP_LABEL field after
creating a new jump insn.

From-SVN: r47090

22 years agoexpr.c (expand_expr, [...]): Refine test for when to copy misaligned data.
Richard Kenner [Fri, 16 Nov 2001 14:02:56 +0000 (14:02 +0000)]
expr.c (expand_expr, [...]): Refine test for when to copy misaligned data.

* expr.c (expand_expr, case ADDR_EXPR): Refine test for when to
copy misaligned data.
* varasm.c (assemble_variable): Set alignment into MEM when changed.

From-SVN: r47089

22 years agooptabs.c (prepare_cmp_insn): Correct lossage in last change fix OPALIGN type.
Graham Stott [Fri, 16 Nov 2001 13:22:59 +0000 (13:22 +0000)]
optabs.c (prepare_cmp_insn): Correct lossage in last change fix OPALIGN type.

* optabs.c (prepare_cmp_insn): Correct lossage in last change fix
OPALIGN type.

From-SVN: r47088

22 years agoexcept.c: Support for catching a list of types with a single handler (struct eh_regio...
Olivier Hainque [Fri, 16 Nov 2001 12:48:18 +0000 (13:48 +0100)]
except.c: Support for catching a list of types with a single handler (struct eh_region):...

        * except.c: Support for catching a list of types with a single handler
        (struct eh_region): Change type and filter to lists for catch regions.
        (mark_eh_region): Mark the filter list for GC also.
        (expand_start_catch): Always build a list if argument not NULL and
        register each type of the list through add_type_for_runtime.
        (duplicate_eh_region_1): Change type into type_list for catch regions.
        (assign_filter_values): Assign a filter to each type associated with a
        catch region. Assign filter for NULL types in a unique entry in the
        filter list.
        (build_post_landing_pads): Emit compare and jump for each filter of
        the list associated with a catch region.
        (reachable_next_level): When the type thrown is known, stop the search
        as soon as one type within a catch list matches. Also, a handler is
        potentially reachable only if at least one of the types it catches
        has not been previously caught.
        (collect_one_action_chain): Retrieve the filter for a NULL type list
        from the first filter list entry. For non NULL type lists, add an
        action record for every filter assigned.
        * except.h: Reflect changes in comment before expand_start_catch.

From-SVN: r47087

22 years agoexpr.c (expand_expr, [...]): Only copy for misaligned if BLKmode.
Richard Kenner [Fri, 16 Nov 2001 12:11:13 +0000 (12:11 +0000)]
expr.c (expand_expr, [...]): Only copy for misaligned if BLKmode.

* expr.c (expand_expr, case ADDR_EXPR): Only copy for misaligned if
BLKmode.

From-SVN: r47086

22 years ago* config/sparc/sparc.c: Remove ALIGN arg from emit_cmp_insn.
Andreas Tobler [Fri, 16 Nov 2001 11:33:23 +0000 (12:33 +0100)]
* config/sparc/sparc.c: Remove ALIGN arg from emit_cmp_insn.

From-SVN: r47085

22 years agoDaily bump.
GCC Administrator [Fri, 16 Nov 2001 08:16:11 +0000 (08:16 +0000)]
Daily bump.

From-SVN: r47083

22 years agoc-lang.c (finish_file): Don't emit static inline functions if they weren't referenced.
Jakub Jelinek [Fri, 16 Nov 2001 08:05:16 +0000 (09:05 +0100)]
c-lang.c (finish_file): Don't emit static inline functions if they weren't referenced.

* c-lang.c (finish_file): Don't emit static inline functions if
they weren't referenced.

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

From-SVN: r47082

22 years ago* expr.c (expand_expr, case COMPONENT_REF): Fix variable ref.
Stan Shebs [Fri, 16 Nov 2001 04:40:11 +0000 (04:40 +0000)]
* expr.c (expand_expr, case COMPONENT_REF): Fix variable ref.

From-SVN: r47081

22 years agos390.md: Remove ALIGN arg from emit_cmp_and_jump_insns call.
Bryce McKinlay [Fri, 16 Nov 2001 03:05:10 +0000 (03:05 +0000)]
s390.md: Remove ALIGN arg from emit_cmp_and_jump_insns call.

* config/s390/s390.md: Remove ALIGN arg from emit_cmp_and_jump_insns
call.
* config/i386/i386.md: Likewise.

From-SVN: r47080

22 years ago* timevar.c (rtl.h): Include so get fancy abort.
Richard Kenner [Fri, 16 Nov 2001 02:36:39 +0000 (02:36 +0000)]
* timevar.c (rtl.h): Include so get fancy abort.

From-SVN: r47079

22 years agoexpr.c (store_field): Pass tree instead of max size; callers changed.
Richard Kenner [Fri, 16 Nov 2001 02:26:42 +0000 (02:26 +0000)]
expr.c (store_field): Pass tree instead of max size; callers changed.

* expr.c (store_field): Pass tree instead of max size; callers changed.
Change handling of alignment.
Only copy to_rtx if is TARGET.
(expand_expr_unaligned): Delete; callers now use expand_expr.
(emit_cmp_insn): No longer take ALIGN parm; all callers changed.
(expand_assignment): Change handling of alignment.
Only copy to_rtx if was original.
(get_inner_reference): No longer return alginment; callers changed.
(expand_expr, case COMPONENT_REF): Change handling of alignment.
(expand_expr, case ADDR_EXPR): Make copy if not sufficiently aligned.
(compare_from_rtx): Delete ALIGN parm; all callers changed.
(do_compare_rtx_and_jump): Likewise.
* expr.h: Reflect above changes.
* tree.h: Likewise.
* dwarf2out.c (loc_descriptor_from_tree): Remove ALIGN parameter
to get_inner_reference.
* builtins.c: Remove ALIGN parm in call to emit_cmp_and_jump_insns.
* doloop.c, except.c, explow.c, loop.c, stmt.c, unroll.c: Likewise.
* optabs.c: Likewise.
(prepare_cmp_insn): Now static; remove ALIGN parm.  Callers changed.
(emit_cmp_and_jump_insns): Remove ALIGN parm; all callers changed.
* expmed.c: Remove ALIGN arg from calls to compare_from_rtx,
compare_rtx_and_jump, and emit_cmp_jump_insns.
* fold-const.c: Remove PALIGN in calls to get_inner_reference.
* function.c (assign_stack_temp_for_type): No longer static.
* optabs.h (emit_cmp_insn): Remove ALIGN parm.
(prepare_cmp_insn): Delete declaration.
* rtl.h (assign_stack_temp_for_type): Add declaration.
* config/alpha/alpha.c, config/d30v/d30v.c: Reflect above changes.
* config/clipper/clipper.c, config/h8300/h8300.c: Likewise.
* config/i386/i386.c,config/mips/mips.c: Likewise.
* config/i860/i860.c, config/ia64/ia64.c: Likewise.
* config/rs6000/rs6000.c, config/sh/sh.c: Likewise.
* alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P.
* emit-rtl.c (change_address): Fix typo in default alignment.
(adjust_address_1): Use mode of NEW, not MODE, when setting size.
* expr.c (highest_pow2_factor, case WITH_RECORD_EXPR): New case.
* rtl.h (REGNO_PTR_FRAME_P): New macro.

* expr.c (store_field): Pass tree instead of max size; callers changed.
Change handling of alignment.
Only copy to_rtx if is TARGET.
(expand_expr_unaligned): Delete; callers now use expand_expr.
(emit_cmp_insn): No longer take ALIGN parm; all callers changed.
(expand_assignment): Change handling of alignment.
Only copy to_rtx if was original.
(get_inner_reference): No longer return alginment; callers changed.
(expand_expr, case COMPONENT_REF): Change handling of alignment.
(expand_expr, case ADDR_EXPR): Make copy if not sufficiently aligned.
(compare_from_rtx): Delete ALIGN parm; all callers changed.
(do_compare_rtx_and_jump): Likewise.
* expr.h: Reflect above changes.
* tree.h: Likewise.
* dwarf2out.c (loc_descriptor_from_tree): Remove ALIGN parameter
to get_inner_reference.
* except.c: Remove ALIGN parameter in call to emit_cmp_and_jump_insns.
* explow.c: Likewise.
* loop.c: Likewise.
* optabs.c: Likewise.
(prepare_cmp_insn): Now static; remove ALIGN parm.  Callers changed.
(emit_cmp_and_jump_insns): Remove ALIGN parm; all callers changed.
* fold-const.c: Remove PALIGN in calls to get_inner_reference.
* function.c (assign_stack_temp_for_type): No longer static.
* optabs.h (emit_cmp_insn): Remove ALIGN parm.
(prepare_cmp_insn): Delete declaration.
* rtl.h (assign_stack_temp_for_type): Add declaration.
* config/d30v/d30v.c: Reflect above changes.
* config/i860/i860.c, config/ia64/ia64.c: Likewise.
* config/rs6000/rs6000.c, config/sh/sh.c: Likewise.
* ada/trans.c, ada/utils2.c: Remove PALIGN parameter to
get_inner_reference.

From-SVN: r47078

22 years agoverify.cc (type::compatible): Use _Jv_IsAssignableFrom.
Tom Tromey [Fri, 16 Nov 2001 01:28:55 +0000 (01:28 +0000)]
verify.cc (type::compatible): Use _Jv_IsAssignableFrom.

* verify.cc (type::compatible): Use _Jv_IsAssignableFrom.
(type::merge): Likewise.

From-SVN: r47077

22 years agodarwin.h (SELECT_RTX_SECTION): Force address initializers into 'const' section
Dale Johannesen [Fri, 16 Nov 2001 01:06:37 +0000 (01:06 +0000)]
darwin.h (SELECT_RTX_SECTION): Force address initializers into 'const' section

* config/darwin.h (SELECT_RTX_SECTION):  Force address
initializers into 'const' section
* config/rs6000/rs6000.c (rs6000_emit_cmove):  Fix mode of
if_then_else to match result, not operands

From-SVN: r47076

22 years agoalias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P.
Richard Kenner [Thu, 15 Nov 2001 23:44:58 +0000 (23:44 +0000)]
alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P.

* alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P.
* emit-rtl.c (change_address): Fix typo in default alignment.
(adjust_address_1): Use mode of NEW, not MODE, when setting size.
* expr.c (highest_pow2_factor, case WITH_RECORD_EXPR): New case.
* rtl.h (REGNO_PTR_FRAME_P): New macro.

* expr.c (store_field): Pass tree instead of max size; callers changed.
Change handling of alignment.
Only copy to_rtx if is TARGET.
(expand_expr_unaligned): Delete; callers now use expand_expr.
(emit_cmp_insn): No longer take ALIGN parm; all callers changed.
(expand_assignment): Change handling of alignment.
Only copy to_rtx if was original.
(get_inner_reference): No longer return alginment; callers changed.
(expand_expr, case COMPONENT_REF): Change handling of alignment.
(expand_expr, case ADDR_EXPR): Make copy if not sufficiently aligned.
(compare_from_rtx): Delete ALIGN parm; all callers changed.
(do_compare_rtx_and_jump): Likewise.
* expr.h: Reflect above changes.
* tree.h: Likewise.
* dwarf2out.c (loc_descriptor_from_tree): Remove ALIGN parameter
to get_inner_reference.
* except.c: Remove ALIGN parameter in call to emit_cmp_and_jump_insns.
* explow.c: Likewise.
* loop.c: Likewise.
* optabs.c: Likewise.
(prepare_cmp_insn): Now static; remove ALIGN parm.  Callers changed.
(emit_cmp_and_jump_insns): Remove ALIGN parm; all callers changed.
* fold-const.c: Remove PALIGN in calls to get_inner_reference.
* function.c (assign_stack_temp_for_type): No longer static.
* optabs.h (emit_cmp_insn): Remove ALIGN parm.
(prepare_cmp_insn): Delete declaration.
* rtl.h (assign_stack_temp_for_type): Add declaration.
* config/d30v/d30v.c: Reflect above changes.
* config/i860/i860.c, config/ia64/ia64.c: Likewise.
* config/rs6000/rs6000.c, config/sh/sh.c: Likewise.
* ada/trans.c, ada/utils2.c: Remove PALIGN parameter to
get_inner_reference.

From-SVN: r47075

22 years agoalias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P.
Richard Kenner [Thu, 15 Nov 2001 23:34:17 +0000 (23:34 +0000)]
alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P.

* alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P.
* emit-rtl.c (change_address): Fix typo in default alignment.
(adjust_address_1): Use mode of NEW, not MODE, when setting size.
* expr.c (highest_pow2_factor, case WITH_RECORD_EXPR): New case.
* rtl.h (REGNO_PTR_FRAME_P): New macro.

* expr.c (store_field): Pass tree instead of max size; callers changed.
Change handling of alignment.
Only copy to_rtx if is TARGET.
(expand_expr_unaligned): Delete; callers now use expand_expr.
(emit_cmp_insn): No longer take ALIGN parm; all callers changed.
(expand_assignment): Change handling of alignment.
Only copy to_rtx if was original.
(get_inner_reference): No longer return alginment; callers changed.
(expand_expr, case COMPONENT_REF): Change handling of alignment.
(expand_expr, case ADDR_EXPR): Make copy if not sufficiently aligned.
(compare_from_rtx): Delete ALIGN parm; all callers changed.
(do_compare_rtx_and_jump): Likewise.
* expr.h: Reflect above changes.
* tree.h: Likewise.
* dwarf2out.c (loc_descriptor_from_tree): Remove ALIGN parameter
to get_inner_reference.
* except.c: Remove ALIGN parameter in call to emit_cmp_and_jump_insns.
* explow.c: Likewise.
* loop.c: Likewise.
* optabs.c: Likewise.
(prepare_cmp_insn): Now static; remove ALIGN parm.  Callers changed.
(emit_cmp_and_jump_insns): Remove ALIGN parm; all callers changed.
* fold-const.c: Remove PALIGN in calls to get_inner_reference.
* function.c (assign_stack_temp_for_type): No longer static.
* optabs.h (emit_cmp_insn): Remove ALIGN parm.
(prepare_cmp_insn): Delete declaration.
* rtl.h (assign_stack_temp_for_type): Add declaration.
* config/d30v/d30v.c: Reflect above changes.
* config/i860/i860.c, config/ia64/ia64.c: Likewise.
* config/rs6000/rs6000.c, config/sh/sh.c: Likewise.
* ada/trans.c, ada/utils2.c: Remove PALIGN parameter to
get_inner_reference.

From-SVN: r47074

22 years agors6000.h: Fix a comment typo.
Stan Shebs [Thu, 15 Nov 2001 21:06:51 +0000 (21:06 +0000)]
rs6000.h: Fix a comment typo.

        * config/rs6000/rs6000.h: Fix a comment typo.
        (RTX_COSTS): Sort processor versions better.

From-SVN: r47073

22 years ago* config/h8300/h8300.md: Fix insn length of bit insns.
Kazu Hirata [Thu, 15 Nov 2001 20:49:01 +0000 (20:49 +0000)]
* config/h8300/h8300.md: Fix insn length of bit insns.

From-SVN: r47070

22 years agoWhite-space change
Richard Kenner [Thu, 15 Nov 2001 20:17:48 +0000 (15:17 -0500)]
White-space change

From-SVN: r47069

22 years agoconfig.in (HAVE_UINTPTR_T): Provide autoconf stub.
Jeffrey A Law [Thu, 15 Nov 2001 18:11:24 +0000 (18:11 +0000)]
config.in (HAVE_UINTPTR_T): Provide autoconf stub.

        * config.in (HAVE_UINTPTR_T): Provide autoconf stub.
        * configure.in (HAVE_UINTPTR_T): Test for system defining
        uintptr_t and define HAVE_UINTPTR_T appropriately.
        * regex.c (uintptr_t): Do not provide a definition if the
        system provided one.

From-SVN: r47068

22 years agoregex.c (PREFIX): Provide an alternate definition for non-ANSI/ISO compilers.
Jeffrey A Law [Thu, 15 Nov 2001 18:04:08 +0000 (18:04 +0000)]
regex.c (PREFIX): Provide an alternate definition for non-ANSI/ISO compilers.

* regex.c (PREFIX): Provide an alternate definition for
non-ANSI/ISO compilers.
(ARG_PREFIX): Likewise.

From-SVN: r47067

22 years agodwarf2out.c (dwarf2out_finish): Don't abort because of orphan DIEs if there were...
Jason Merrill [Thu, 15 Nov 2001 17:55:28 +0000 (12:55 -0500)]
dwarf2out.c (dwarf2out_finish): Don't abort because of orphan DIEs if there were errors in the source.

        * dwarf2out.c (dwarf2out_finish): Don't abort because of orphan
        DIEs if there were errors in the source.

        * config/alpha/alpha-interix.h, config/alpha/elf.h,
        config/arm/coff.h, config/i386/djgpp.h, config/i386/i386.c,
        config/i386/i386.h, config/i386/sco5.h, config/i960/i960-coff.h,
        config/m68k/coff.h, config/m88k/m88k.h, config/m88k/m88k.c,
        config/pa/pa64-hpux.h, config/sh/sh.h, config/sparc/litecoff.h,
        config/elfos.h, config/lynx.h, config/netware.h,
        config/m68hc11/m68hc11.h, config/mcore/mcore-pe.h,
        config/s390/linux64.h: Remove definitions of INT_ASM_OP, change
        uses to use ASM_LONG.

From-SVN: r47066

22 years agoreduce arena size for small targets
Jason Merrill [Thu, 15 Nov 2001 17:48:07 +0000 (12:48 -0500)]
reduce arena size for small targets

From-SVN: r47065

22 years agoavoid includes
Jason Merrill [Thu, 15 Nov 2001 17:47:40 +0000 (12:47 -0500)]
avoid includes

From-SVN: r47064

22 years ago* method.c (use_thunk): Don't emit debugging information for thunks.
Jason Merrill [Thu, 15 Nov 2001 17:33:24 +0000 (12:33 -0500)]
* method.c (use_thunk): Don't emit debugging information for thunks.

From-SVN: r47063

22 years agogensupport.c [...]: Change call to alloca to xmalloc.
Alan Matsuoka [Thu, 15 Nov 2001 16:50:48 +0000 (16:50 +0000)]
gensupport.c [...]: Change call to alloca to xmalloc.

2001-11-15  Alan Matsuoka  <alanm@redhat.com>

* gensupport.c process_include : Change call to alloca to
xmalloc.

From-SVN: r47062

22 years agoparse.y: Add ...
Jason Merrill [Thu, 15 Nov 2001 15:09:43 +0000 (10:09 -0500)]
parse.y: Add ...

        * parse.y: Add ... IDENTIFIER SCOPE and ... PTYPENAME SCOPE expansions.
        * decl.c (make_typename_type): Handle getting a class template.
        * search.c (lookup_field_r): A class template is good enough for
        want_type.

        * call.c (convert_like_real): Only use cp_convert for the bad part.
        (standard_conversion): Also allow bad int->enum.
        * typeck.c (ptr_reasonably_similar): Also allow functions to
        interconvert.  Pointers to same-size integers are reasonably
        similar.

        * cvt.c (convert_to_void): If we build a new COND_EXPR, always
        give it void type.

From-SVN: r47060

22 years agors6000.md: Use spaces instead of tabs in output templates.
Aldy Hernandez [Thu, 15 Nov 2001 15:04:10 +0000 (15:04 +0000)]
rs6000.md: Use spaces instead of tabs in output templates.

      * config/rs6000/rs6000.md: Use spaces instead of tabs in output
        templates.

From-SVN: r47059

22 years agofinal.c (alter_subreg): If simplify_subreg can't do anything, handle REG ourselves...
Richard Kenner [Thu, 15 Nov 2001 14:58:19 +0000 (14:58 +0000)]
final.c (alter_subreg): If simplify_subreg can't do anything, handle REG ourselves and abort for others.

* final.c (alter_subreg): If simplify_subreg can't do anything,
handle REG ourselves and abort for others.

From-SVN: r47058

22 years agoh8300.c (dosize): Avoid corrupting R3 in interrupt routines.
Richard Hodson [Thu, 15 Nov 2001 14:52:51 +0000 (14:52 +0000)]
h8300.c (dosize): Avoid corrupting R3 in interrupt routines.

* config/h8300/h8300.c (dosize): Avoid corrupting R3 in interrupt
routines.

From-SVN: r47057

22 years ago* fix-header.c (read_scan_file): Update.
Neil Booth [Thu, 15 Nov 2001 14:47:04 +0000 (14:47 +0000)]
* fix-header.c (read_scan_file): Update.

From-SVN: r47055

22 years agotoplev.c (toplev_main): Don't start timing until after command-line options are parsed.
Richard Kenner [Thu, 15 Nov 2001 13:59:47 +0000 (13:59 +0000)]
toplev.c (toplev_main): Don't start timing until after command-line options are parsed.

* toplev.c (toplev_main): Don't start timing until after
command-line options are parsed.

From-SVN: r47054

22 years agoconfig.gcc: Set STMP_FIXPROTO and FIXPROTO_DEFINES in target makefile frag...
Andreas Schwab [Thu, 15 Nov 2001 13:12:54 +0000 (13:12 +0000)]
config.gcc: Set STMP_FIXPROTO and FIXPROTO_DEFINES in target makefile frag...

* config.gcc: Set STMP_FIXPROTO and FIXPROTO_DEFINES in target
makefile frag, not host makefile frag.
(m88k-dg-dguxbcs*): Add m88k/t-dgux to tmake_file.
(hppa*): Add pa/t-bsd to tmake_file where no special xmake_file is
used.
        (hppa*-*-openbsd*): Don't use nonexitent pa/t-openbsd.
* config/m88k/t-dguxbcs: Remove definitions already in t-dgux.
* config/m88k/t-dgux (STMP_FIXPROTO): Define.
* config/i386/t-cygwin (STMP_FIXPROTO): Define.
* config/i386/t-dgux (STMP_FIXPROTO): Define.
* config/x-interix: Don't define STMP_FIXPROTO and
FIXPROTO_DEFINES.
* config/t-interix: New file, define STMP_FIXPROTO.
* config/i386/x-beos (STMP_FIXPROTO): Don't define here.
* config/i386/t-beos (STMP_FIXPROTO): Define here instead.
* config/t-svr4 (FIXPROTO_DEFINES): Define.
* config/arm/t-riscix (FIXPROTO_DEFINES): Define.
* config/i386/t-sco5 (FIXPROTO_DEFINES): Define.
* config/i386/t-sco5gas (FIXPROTO_DEFINES): Define.
* config/m68k/t-hp3200: Renamed from x-hp3200.
* config/i370/t-oe: Renamed from x-oe.
* config/mips/t-iris: Renamed from x-iris.
* config/pa/t-bsd: Renamed from x-pa.
* config/pa/t-pa-hpux: Renamed from x-pa-hpux.
* config/x-linux, config/i386/x-cygwin, config/i386/x-dgux,
config/m88k/x-dgux, config/x-svr4, config/arm/x-riscix,
config/i386/x-sco5, config/m68k/x-hp320g, config/mips/x-iris6,
config/rs6000/x-cygwin: Remove files.

From-SVN: r47053

22 years agoconfig.gcc: Set STMP_FIXPROTO and FIXPROTO_DEFINES in target makefile frag...
Andreas Schwab [Thu, 15 Nov 2001 13:05:54 +0000 (13:05 +0000)]
config.gcc: Set STMP_FIXPROTO and FIXPROTO_DEFINES in target makefile frag...

* config.gcc: Set STMP_FIXPROTO and FIXPROTO_DEFINES in target
makefile frag, not host makefile frag.
(m88k-dg-dguxbcs*): Add m88k/t-dgux to tmake_file.
(hppa*): Add pa/t-bsd to tmake_file where no special xmake_file is
used.
        (hppa*-*-openbsd*): Don't use nonexitent pa/t-openbsd.
* config/m88k/t-dguxbcs: Remove definitions already in t-dgux.
* config/m88k/t-dgux (STMP_FIXPROTO): Define.
* config/i386/t-cygwin (STMP_FIXPROTO): Define.
* config/i386/t-dgux (STMP_FIXPROTO): Define.
* config/x-interix: Don't define STMP_FIXPROTO and
FIXPROTO_DEFINES.
* config/t-interix: New file, define STMP_FIXPROTO.
* config/i386/x-beos (STMP_FIXPROTO): Don't define here.
* config/i386/t-beos (STMP_FIXPROTO): Define here instead.
* config/t-svr4 (FIXPROTO_DEFINES): Define.
* config/arm/t-riscix (FIXPROTO_DEFINES): Define.
* config/i386/t-sco5 (FIXPROTO_DEFINES): Define.
* config/i386/t-sco5gas (FIXPROTO_DEFINES): Define.
* config/m68k/t-hp3200: Renamed from x-hp3200.
* config/i370/t-oe: Renamed from x-oe.
* config/mips/t-iris: Renamed from x-iris.
* config/pa/t-bsd: Renamed from x-pa.
* config/pa/t-pa-hpux: Renamed from x-pa-hpux.
* config/x-linux, config/i386/x-cygwin, config/i386/x-dgux,
config/m88k/x-dgux, config/x-svr4, config/arm/x-riscix,
config/i386/x-sco5, config/m68k/x-hp320g, config/mips/x-iris6,
config/rs6000/x-cygwin: Remove files.

From-SVN: r47052

22 years agoconfigure.in: Check for target objdump and use that in eh_frame optimization test.
Andreas Schwab [Thu, 15 Nov 2001 12:11:52 +0000 (12:11 +0000)]
configure.in: Check for target objdump and use that in eh_frame optimization test.

* configure.in: Check for target objdump and use that in eh_frame
optimization test.
* configure: Regenerated.

From-SVN: r47051

22 years agocfgcleanup.c (try_optimize_cfg): If try_simplify_condjump optimized conditional jump...
Jakub Jelinek [Thu, 15 Nov 2001 10:41:48 +0000 (11:41 +0100)]
cfgcleanup.c (try_optimize_cfg): If try_simplify_condjump optimized conditional jump...

* cfgcleanup.c (try_optimize_cfg): If try_simplify_condjump optimized
conditional jump, request updating life into for the block
containing it.  Fix a typo which prevented life info update.
Clear blocks bitmap before using it.

* gcc.c-torture/compile/20011114-3.c: New test.

From-SVN: r47050

22 years agoia64.c (ia64_adjust_cost): Handle SUBREGs.
Jakub Jelinek [Thu, 15 Nov 2001 10:30:59 +0000 (11:30 +0100)]
ia64.c (ia64_adjust_cost): Handle SUBREGs.

* config/ia64/ia64.c (ia64_adjust_cost): Handle SUBREGs.

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

From-SVN: r47049

22 years agojump.c (squeeze_notes): Return true if no real insns were found.
Jakub Jelinek [Thu, 15 Nov 2001 10:28:52 +0000 (11:28 +0100)]
jump.c (squeeze_notes): Return true if no real insns were found.

* jump.c (squeeze_notes): Return true if no real insns were found.
* rtl.h (squeeze_notes): Adjust prototype.
* cfgcleanup.c (merge_blocks_move_predecessor_nojumps): If
squeeze_notes finds no real instructions, abort.
(merge_blocks_move_successor_nojumps): Likewise.
* loop.c (find_and_verify_loops): Likewise.
* stmt.c (expand_end_case): Likewise.
* ifcvt.c (dead_or_predicable): Return TRUE if squeeze_notes doesn't
find any real instructions.

* gcc.c-torture/compile/20011114-4.c: New test.

From-SVN: r47048

22 years agore PR c++/3154 (Tree check: expected class 't', have 'd' (type_decl) in is_aggr_type...
Nathan Sidwell [Thu, 15 Nov 2001 10:03:41 +0000 (10:03 +0000)]
re PR c++/3154 (Tree check: expected class 't', have 'd' (type_decl) in is_aggr_type, at cp/init.c:1435)

cp:
PR g++/3154
* init.c (sort_base_init): Remove unreachable code.
(expand_member_init): Adjust comment to reflect reality. Simplify
and remove unreachable code.
testsuite:
* g++.dg/other/init1.C: New test.

From-SVN: r47047

22 years agoc-common.c: Include c-lex.h.
Neil Booth [Thu, 15 Nov 2001 10:01:10 +0000 (10:01 +0000)]
c-common.c: Include c-lex.h.

* c-common.c: Include c-lex.h.
(c_common_lang_init): Change prototype.  Call init_c_lex and
init_pragma from here.
* c-common.h (c_common_lang_init): Change prototype.
* c-decl.c (init_decl_processing): Rename.  Call c_parse_init.
* c-lang.c (c_init): Change prototype.  Update.
(c_init_options): Update.
* c-lex.c (cpp_filename): Remove.
(init_c_lex): Update.  Read the main file, and get the original
file name.
(yyparse): Finish the command line options.
* c-parse.in (c_parse_init): Call init_reswords here.
(init_parse): Remove.
* c-tree.h (c_init_decl_processing): New.
* cpphash.c (_cpp_init_hashtable): After initializing the hash
table, populate it.
* cppinit.c (read_original_filename, cpp_finish_options): New.
(cpp_create_reader): New prototype. Defer hash table initialization.
(cpp_start_read): Rename cpp_read_main_file.  Initialize the
hash table.  Get the original filename.
* cpplib.h (cpp_create_reader): Update.
(cpp_start_read): Remove.
(cpp_read_main_file, cpp_finish_options): New.
* cppmain.c (main, do_preprocessing): Update.
* langhooks.h (struct langhooks): Update init prototype.
* toplev.c (general_init, parse_options_and_default_flags,
process_options, lang_indpendent_init, lang_dependent_init,
init_asm_output): New; perform the bulk of initialization.
(compile_file): Move most of initialization to above functions.
(debug_hooks): Initialize statically.
(set_Wunused): Relocate.
(toplev_main): Move most of initialization to other init functions.
Have a clear logic flow.
* tree.h (init_parse, init_decl_processing): Remove.
ada:
* misc.c (gnat_init): Change prototype.  Include the
functionality of the old init_parse and init_decl_processing.
(gnat_init_decl_processing): New prototype.
(init_parse): Remove.
* utils.c (init_decl_processing): Rename gnat_init_decl_processing.
cp: * cp-tree.h (init_reswords, cxx_init_decl_processing): New.
(cxx_init): Update prototype.
* decl.c (init_decl_processing): Rename.  Move null node init
to its creation time.
* lex.c (cxx_init_options): Update.
(cxx_init): Combine with old init_parse; also call
cxx_init_decl_processing.
f: * com.c (ffecom_init_decl_processing): Renamed from
init_decl_processing.
(init_parse): Move contents to ffe_init.
(ffe_init): Update prototype.
java: * decl.c (init_decl_processing): Rename java_init_decl_processing.
* java-tree.h: New prototype.
* lang.c (java_init): Update prototype.  Combine with old init_parse.
objc: * objc-act.c (objc_init): Update prototype, combine with old
init_parse.
(objc_init_options): Update.

From-SVN: r47046

22 years agoindex.html (Is libstdc++-v3 thread-safe?): Clarify wording.
Loren J. Rittle [Thu, 15 Nov 2001 09:06:14 +0000 (09:06 +0000)]
index.html (Is libstdc++-v3 thread-safe?): Clarify wording.

        * docs/html/faq/index.html (Is libstdc++-v3 thread-safe?): Clarify
        wording.

From-SVN: r47045

22 years agostl_alloc.h (alloc): Update to use __mem_interface.
Bjørn Wennberg [Thu, 15 Nov 2001 08:52:23 +0000 (08:52 +0000)]
stl_alloc.h (alloc): Update to use __mem_interface.

        libstc++/4219
        * include/bits/stl_alloc.h (alloc): Update to use __mem_interface.
        (single_client_alloc): Likewise.

From-SVN: r47044

22 years agoDaily bump.
GCC Administrator [Thu, 15 Nov 2001 08:16:43 +0000 (08:16 +0000)]
Daily bump.

From-SVN: r47042

22 years agocfgrtl.c (purge_all_dead_edges): Use int as argument for portability.
Andreas Jaeger [Thu, 15 Nov 2001 07:55:45 +0000 (08:55 +0100)]
cfgrtl.c (purge_all_dead_edges): Use int as argument for portability.

* cfgrtl.c (purge_all_dead_edges): Use int as argument for
portability.
* basic-block.h: Adjust prototype.

From-SVN: r47041

22 years agoaix31.h: Fix comment formatting.
Kazu Hirata [Thu, 15 Nov 2001 05:21:09 +0000 (05:21 +0000)]
aix31.h: Fix comment formatting.

* config/rs6000/aix31.h: Fix comment formatting.
* config/rs6000/beos.h: Likewise.
* config/rs6000/darwin.h: Likewise.
* config/rs6000/eabi.asm: Likewise.
* config/rs6000/linux.h: Likewise.
* config/rs6000/linux64.h: Likewise.
* config/rs6000/lynx.h: Likewise.
* config/rs6000/netbsd.h: Likewise.
* config/rs6000/rs6000.c: Likewise.
* config/rs6000/rs6000.h: Likewise.
* config/rs6000/rs6000.md: Likewise.
* config/rs6000/sol2.h: Likewise.
* config/rs6000/tramp.asm: Likewise.
* config/rs6000/xcoff.h: Likewise.
* config/rs6000/xm-beos.h: Likewise.

From-SVN: r47040

22 years agoChangeLog entries for:
Alan Matsuoka [Thu, 15 Nov 2001 04:25:36 +0000 (04:25 +0000)]
ChangeLog entries for:

2001-11-05  Alan Matsuoka  <alanm@redhat.com>

* rtl.def (INCLUDE) : Define.
* gensupport.c  (init_include_reader, process_include,
save_string) :  New functions to implement an include facility
in .md files.
* gensupport.h : Add prototype for init_md_reader_args.
* genattr.c genattrtab.c gencodes.c genconfig.c genemit.c
genextract.c genflags.c genopinit.c genoutput.c
genpeep.c genrecog.c: Change call to init_md_reader to
init_md_reader_args.
* md.texi: Document (include "path") and -I directives for RTL
generation tools.

From-SVN: r47039

22 years ago920923-1.c: stormy16 produces an extra error message.
Geoffrey Keating [Thu, 15 Nov 2001 03:55:26 +0000 (03:55 +0000)]
920923-1.c: stormy16 produces an extra error message.

* gcc.dg/noncompile/920923-1.c: stormy16 produces an extra error
message.

* gcc.c-torture/execute/20011114-1.c: New testcase.

From-SVN: r47038

22 years agointegrate.c (get_hard_reg_initial_reg): New.
DJ Delorie [Thu, 15 Nov 2001 03:02:24 +0000 (22:02 -0500)]
integrate.c (get_hard_reg_initial_reg): New.

* integrate.c (get_hard_reg_initial_reg): New.
* integrate.h (get_hard_reg_initial_reg): Prototype.
* local-alloc.c (block_alloc): Don't tie pseudos that
represent call-saved hard regs' initial values.

From-SVN: r47037

22 years ago20010327-1.c: Revert last change.
Geoffrey Keating [Thu, 15 Nov 2001 02:32:39 +0000 (02:32 +0000)]
20010327-1.c: Revert last change.

* gcc.c-torture/compile/20010327-1.c: Revert last change.
* gcc.c-torture/compile/20011114-1.c: New test, exactly
like the (before this change) version of 20010327-1.c.

From-SVN: r47036

22 years agonatString.cc: correct argument order for _Jv_AllocPtrFreeObj
Hans Boehm [Thu, 15 Nov 2001 02:22:52 +0000 (02:22 +0000)]
natString.cc: correct argument order for _Jv_AllocPtrFreeObj

* java/lang/natString.cc: correct argument order for
_Jv_AllocPtrFreeObj

From-SVN: r47035

22 years agog77.texi: Update to use `@command', `@option.
Toon Moene [Thu, 15 Nov 2001 00:28:54 +0000 (01:28 +0100)]
g77.texi: Update to use `@command', `@option.

2001-11-14  Toon Moene  <toon@moene.indiv.nluug.nl>

* g77.texi: Update to use `@command', `@option.
* invoke.texi: Ditto

From-SVN: r47034

22 years agoverify.cc (class _Jv_BytecodeVerifier): Fixed logic.
Tom Tromey [Thu, 15 Nov 2001 00:24:38 +0000 (00:24 +0000)]
verify.cc (class _Jv_BytecodeVerifier): Fixed logic.

* verify.cc (class _Jv_BytecodeVerifier) [op_dup2]: Fixed logic.
[op_dup_x2]: Likewise.
[op_dup2_x1]: Likewise.
[op_dup2_x2]: Likewise.
(branch_prepass): Added `op_newarray' case.  Updated unrecognized
instruction error.
(verify_instructions_0): Updated unrecognized instruction error.

From-SVN: r47033

22 years agolinux.h: Include <linux.h> not "linux.h" to avoid infinite recursion.
Kaveh R. Ghazi [Wed, 14 Nov 2001 23:46:45 +0000 (23:46 +0000)]
linux.h: Include <linux.h> not "linux.h" to avoid infinite recursion.

* m68k/linux.h: Include <linux.h> not "linux.h" to avoid infinite
recursion.

From-SVN: r47032

22 years agoConstructor.java (toString): Use more efficient form of Modifier.toString().
Tom Tromey [Wed, 14 Nov 2001 23:42:38 +0000 (23:42 +0000)]
Constructor.java (toString): Use more efficient form of Modifier.toString().

* java/lang/reflect/Constructor.java (toString): Use more
efficient form of Modifier.toString().

From-SVN: r47031

22 years ago* gcc.c-torture/execute/string-opt-13.c: New testcase.
Roger Sayle [Wed, 14 Nov 2001 23:37:31 +0000 (23:37 +0000)]
* gcc.c-torture/execute/string-opt-13.c: New testcase.

From-SVN: r47030

22 years ago* fold-const.c (fold): Optimize strlen comparisons against zero.
Roger Sayle [Wed, 14 Nov 2001 23:36:24 +0000 (23:36 +0000)]
* fold-const.c (fold): Optimize strlen comparisons against zero.

From-SVN: r47029

22 years agoRe-merges with Classpath, from various people:
Tom Tromey [Wed, 14 Nov 2001 22:42:42 +0000 (22:42 +0000)]
Re-merges with Classpath, from various people:

* java/lang/reflect/Modifier.java: Reindented.
(toString): Only trim trailing space if text was added to
StringBuffer.
* java/lang/reflect/ReflectPermission: Reindented.

From-SVN: r47028

22 years agoconfig.gcc (sparc64-wrs-vxworks*, [...]): Include various CPU headers via tm_file.
David O'Brien [Wed, 14 Nov 2001 21:44:21 +0000 (21:44 +0000)]
config.gcc (sparc64-wrs-vxworks*, [...]): Include various CPU headers via tm_file.

2001-11-14  David O'Brien  <obrien@FreeBSD.org>
* config.gcc (sparc64-wrs-vxworks*, sparc-*-netbsd*, sparc-*-openbsd*,
sparc-*-chorusos*, sparc-*-elf*, sparc-*-linux*aout*,
sparc-*-linux*libc1*, sparc-*-linux*, sparc-*-lynxos*, sparc-*-rtems*,
sparc-*-rtemself*, sparc-hal-solaris2*, sparc-*-solaris2*,
sparc-*-sunos4.0*, sparc-*-sunos4*, sparc-*-sunos3*, sparc-*-sysv4*,
sparc-*-vxsim*, sparclite-*-aout*, sparclite-*-elf*, sparc86x-*-aout*,
sparc86x-*-elf*, sparc64-*-aout*, sparc64-*-elf*, sparc64-*-linux*):
Include various CPU headers via tm_file.  a.out based platforms now
properly include sparc/aout.h.  sol2.h usage now implies including
elfos.h, svr4.h, and sparc/sysv4.h.
* config/netbsd.h (TARGET_MEM_FUNCTIONS): Undef before defining it.
Also define to '1'.
* sparc/sparc.h (CPP_PREDEFINES, TARGET_VERSION, WORD_SWITCH_TAKES_ARG,
SELECT_SECTION, ASM_DECLARE_FUNCTION_NAME, TEXT_SECTION_ASM_OP,
DATA_SECTION_ASM_OP, DBX_REGISTER_NUMBER, ASM_OUTPUT_SOURCE_LINE):
Remove.  They are a.out specific and belong in sparc/aout.h.
* sparc/aout.h (TARGET_VERSION, WORD_SWITCH_TAKES_ARG, SELECT_SECTION,
ASM_DECLARE_FUNCTION_NAME, TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
DBX_REGISTER_NUMBER, ASM_OUTPUT_SOURCE_LINE): Define.  Moved here from
sparc/sparc.h.
* sparc/litecoff.h (WORD_SWITCH_TAKES_ARG, ASM_DECLARE_FUNCTION_NAME,
TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP, DBX_REGISTER_NUMBER): Define.
Moved here from sparc/sparc.h.
* config/sparc/linux-aout.h (DEFAULT_PCC_STRUCT_RETURN): Undef before
defining.
* config/sparc/linux64.h (UNALIGNED_DOUBLE_INT_ASM_OP): Undef before
* config/sparc/lynx.h:  Don't include lynx.h.
(SELECT_SECTION): Do not undef.
* config/sparc/openbsd.h: Don't include sparc/sparc.h.
* config/sparc/sol2-sld-64.h: Include sparc/sparc.h, elfos.h, svr4.h,
and sparc/sysv4.h.
* config/sparc/sol2.h: Don't include sparc/sparc.h and sparc/sysv4.h.
* config/sparc/sp64-aout.h (CPP_PREDEFINES): Don't define.  Get from
sparc/aout.h now.
* config/sparc/sp64-elf.h (DWARF_DEBUGGING_INFO, DWARF2_DEBUGGING_INFO):
Don't undef, there is no need.
* config/sparc/splet.h (CPP_PREDEFINES): Define.
* config/sparc/sun4o3.h (CPP_PREDEFINES): Likewise.
* config/sparc/sunos4.h (CPP_PREDEFINES): Likewise.
Don't include sparc/sparc.h.
* config/sparc/sysv4.h (WORD_SWITCH_TAKES_ARG, ASM_OUTPUT_SOURCE_LINE,
SELECT_SECTION, ASM_DECLARE_FUNCTION_NAME, TEXT_SECTION_ASM_OP,
DATA_SECTION_ASM_OP): Don't undef, there is no need now.  Don't include
elfos.h and svr4.h.
(TARGET_VERSION): Define.
* config/sparc/vxsim.h (TARGET_VERSION): Define.

Approved by:  Richard Henderson <rth@redhat.com>
              Message-ID: <20011114132416.B17112@redhat.com>

From-SVN: r47023