gcc.git
22 years agoxm-vms.h: Don't define macros that autoconf handles.
Douglas B Rupp [Mon, 19 Nov 2001 12:17:28 +0000 (07:17 -0500)]
xm-vms.h: Don't define macros that autoconf handles.

* config/alpha/xm-vms.h: Don't define macros that autoconf handles.
(SUCCESS_EXIT_CODE, FATAL_EXIT_CODE): Define for posix compatibility.
* gcc.c (exit): Remove definition for VMS; moved to xm-vms.h.

From-SVN: r47170

22 years agocppmacro.c (_cpp_backup_tokens): Pop cur_run before decrementing cur_token, not after.
Jason Merrill [Mon, 19 Nov 2001 11:28:52 +0000 (06:28 -0500)]
cppmacro.c (_cpp_backup_tokens): Pop cur_run before decrementing cur_token, not after.

        * cppmacro.c (_cpp_backup_tokens): Pop cur_run before decrementing
        cur_token, not after.

        * config/clipper/clix.h, config/h8300/elf.h, config/mips/linux.h:
        Lose ASM_OUTPUT_CONSTRUCTOR.
        * system.h: Poison it and INT_ASM_OP.
        * c-lang.c (finish_file): Don't check for it.
        * libgcc2.c (L_ctors): Check TARGET_ASM_CONSTRUCTOR instead.

From-SVN: r47169

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

From-SVN: r47166

22 years agoverify.cc (type::to_array): New method.
Tom Tromey [Mon, 19 Nov 2001 07:08:36 +0000 (07:08 +0000)]
verify.cc (type::to_array): New method.

* verify.cc (type::to_array): New method.
(_Jv_BytecodeVerifier::verify_instructions_0) [op_anewarray]:
Construct new array type.

From-SVN: r47165

22 years agommix.c (mmix_cc1_ignored_option): Const-ify.
Kaveh R. Ghazi [Mon, 19 Nov 2001 02:43:32 +0000 (02:43 +0000)]
mmix.c (mmix_cc1_ignored_option): Const-ify.

* mmix.c (mmix_cc1_ignored_option): Const-ify.
(mmix_init_machine_status): Make static to match declaration.
(mmix_unique_section): Const-ify.
(mmix_output_quoted_string): Avoid automatic aggregate
initialization.
(mmix_output_register_setting): Likewise.
(mmix_output_shiftvalue_op_from_str): Likewise.

* mmix.h (mmix_cc1_ignored_option): Const-ify.
(ASM_OUTPUT_BYTE): Fix format specifier warning.
(ASM_GENERATE_INTERNAL_LABEL): Likewise.

From-SVN: r47164

22 years agoverify.cc (_Jv_BytecodeVerifier::branch_prepass): Skip a short, not a byte.
Tom Tromey [Mon, 19 Nov 2001 02:13:08 +0000 (02:13 +0000)]
verify.cc (_Jv_BytecodeVerifier::branch_prepass): Skip a short, not a byte.

* verify.cc (_Jv_BytecodeVerifier::branch_prepass) [op_sipush]:
Skip a short, not a byte.
[op_newarray]: Skip a byte, not a short.

From-SVN: r47163

22 years agoverify.cc (_Jv_BytecodeVerifier::get_type_val_for_signature): Added `B' case.
Tom Tromey [Mon, 19 Nov 2001 01:37:28 +0000 (01:37 +0000)]
verify.cc (_Jv_BytecodeVerifier::get_type_val_for_signature): Added `B' case.

* verify.cc (_Jv_BytecodeVerifier::get_type_val_for_signature):
Added `B' case.

From-SVN: r47162

22 years agoverify.cc (_Jv_BytecodeVerifier::get_ushort): Use `jint' for temporary values.
Tom Tromey [Mon, 19 Nov 2001 01:04:15 +0000 (01:04 +0000)]
verify.cc (_Jv_BytecodeVerifier::get_ushort): Use `jint' for temporary values.

* verify.cc (_Jv_BytecodeVerifier::get_ushort): Use `jint' for
temporary values.
(_Jv_BytecodeVerifier::get_short): Likewise.
(_Jv_BytecodeVerifier::get_int): Likewise.
(_Jv_BytecodeVerifier::check_return_type): Reverse ordering of
`compatible' call.

From-SVN: r47161

22 years agoverify.cc (_Jv_BytecodeVerifier::pop_type): Put PC into error message.
Tom Tromey [Mon, 19 Nov 2001 00:31:37 +0000 (00:31 +0000)]
verify.cc (_Jv_BytecodeVerifier::pop_type): Put PC into error message.

* verify.cc (_Jv_BytecodeVerifier::pop_type): Put PC into error
message.
(_Jv_BytecodeVerifier::pop64): Likewise.
(_Jv_BytecodeVerifier::pop32): Likewise.
(_Jv_BytecodeVerifier::pop_raw): Likewise.
(_Jv_BytecodeVerifier::pop_type): Promote the match type.
(type::set_initialized): Only modify uninitialized types.
(type::set_uninitialized): Fix shadowing bug.  Simplify code.

From-SVN: r47158

22 years agore PR bootstrap/4448 (make bootstrap failed: gthr-win32.h erroneous)
Craig Rodrigues [Mon, 19 Nov 2001 00:24:52 +0000 (00:24 +0000)]
re PR bootstrap/4448 (make bootstrap failed: gthr-win32.h erroneous)

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

PR c/4448
* gthr-win32.h: (__gthread_objc_thread_exit): Fix variable
name __objc_thread_exit_status so that it matches the
variable defined in objc/thr.h.

From-SVN: r47157

22 years agore PR java/1401 (+= semantics not correct (when generating bytecode))
Tom Tromey [Mon, 19 Nov 2001 00:13:36 +0000 (00:13 +0000)]
re PR java/1401 (+= semantics not correct (when generating bytecode))

Fix for PR java/1401:
* jcf-write.c (generate_bytecode_insns) [binop]: Handle case where
arg0 is null.
(generate_bytecode_insns) [MODIFY_EXPR]: Handle `OP=' case
correctly.

From-SVN: r47156

22 years agoverify.cc: Include StringBuffer.h.
Tom Tromey [Sun, 18 Nov 2001 23:04:28 +0000 (23:04 +0000)]
verify.cc: Include StringBuffer.h.

* verify.cc: Include StringBuffer.h.
(verify_fail): Added pc argument.  Use StringBuffer to construct
exception message.
(_Jv_BytecodeVerifier::verify_instructions_0): Put PC into error
message.
(_Jv_BytecodeVerifier::check_return_type): Likewise.
(_Jv_BytecodeVerifier::handle_field_or_method): Likewise.
(_Jv_BytecodeVerifier::check_constant): Likewise.
(_Jv_BytecodeVerifier::check_class_constant): Likewise.
(_Jv_BytecodeVerifier::check_pool_index): Likewise.
(_Jv_BytecodeVerifier::get_variable): Likewise.
(_Jv_BytecodeVerifier::branch_prepass): Likewise.  Also, correctly
check exception handler endpoint.
(_Jv_BytecodeVerifier::verify_instructions_0): Correctly handle
wide arguments to current method.
(_Jv_BytecodeVerifier::check_wide_constant): New method.
(_Jv_BytecodeVerifier::verify_instructions_0) [op_ldc2_w]: Use
it.

From-SVN: r47155

22 years agore PR bootstrap/4020 (Shell script syntax errors in gcc make files)
Craig Rodrigues [Sun, 18 Nov 2001 22:08:32 +0000 (22:08 +0000)]
re PR bootstrap/4020 (Shell script syntax errors in gcc make files)

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

PR bootstrap/4020
* mklibgcc.in: Add missing semi-colons.
* Makefile.in: Same.

From-SVN: r47154

22 years agoexpr.c (expand_expr, [...]): Update alignment of DECL_RTL after re-laying out decl...
Richard Kenner [Sun, 18 Nov 2001 21:44:26 +0000 (21:44 +0000)]
expr.c (expand_expr, [...]): Update alignment of DECL_RTL after re-laying out decl in incomplete case.

* expr.c (expand_expr, case VAR_DECL): Update alignment of DECL_RTL
after re-laying out decl in incomplete case.
(expand_expr, case ADDR_EXPR): Fix typo in copy case.

From-SVN: r47153

22 years agoMake-lang.in: Remove all references to LANGUAGES and the stamp files that depend...
Toon Moene [Sun, 18 Nov 2001 20:37:36 +0000 (21:37 +0100)]
Make-lang.in: Remove all references to LANGUAGES and the stamp files that depend on its value.

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

* Make-lang.in: Remove all references to LANGUAGES
and the stamp files that depend on its value.

From-SVN: r47152

22 years agoinstall-old.texi: Move some sections out to ...
Joseph Myers [Sun, 18 Nov 2001 19:46:58 +0000 (19:46 +0000)]
install-old.texi: Move some sections out to ...

* doc/install-old.texi: Move some sections out to ...
* doc/collect2.texi, doc/configfiles.texi, doc/headerdirs.texi:
... here.  New files.  Make into chapters rather than sections.
* doc/gcc.texi: Include the new files and add menu entries for
them.
* Makefile.in ($(docdir)/gcc.info, gcc.dvi): Update dependencies.

From-SVN: r47150

22 years agotree.h (TYPE_ALIGN_OK): New flag.
Richard Kenner [Sun, 18 Nov 2001 19:36:01 +0000 (19:36 +0000)]
tree.h (TYPE_ALIGN_OK): New flag.

* tree.h (TYPE_ALIGN_OK): New flag.
* emit-rtl.c (set_mem_attributes): Handle it.
* expr.c (emit_single_push_insn): Only set to alias set 0 if
doing sibcall optimization.
(expand_expr, case COMPONENT_REF): Call set_mem_attributes on case
when make temporary.
(expand_expr, case CONVERT_EXPR): Simplify convert-to-union case.
(expand_expr, case ADDR_EXPR): Abort if TYPE_ALIGN_OK and need copy.

From-SVN: r47149

22 years ago* sdbout.c (sdbout_symbol): Avoid warning due to &DECL_RTL.
Richard Kenner [Sun, 18 Nov 2001 19:08:43 +0000 (19:08 +0000)]
* sdbout.c (sdbout_symbol): Avoid warning due to &DECL_RTL.

From-SVN: r47148

22 years agoc-decl.c (c_decode_option): Give deprecation warning for -traditional.
Joseph Myers [Sun, 18 Nov 2001 17:16:24 +0000 (17:16 +0000)]
c-decl.c (c_decode_option): Give deprecation warning for -traditional.

* c-decl.c (c_decode_option): Give deprecation warning for
-traditional.
* doc/invoke.texi (-traditional): Note that this option is
deprecated.

testsuite:
* gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
* gcc.dg/ext-glob.c: Expect -traditional deprecation warning.

From-SVN: r47147

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