- 19 Nov, 2001 3 commits
-
-
* 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
Tom Tromey committed -
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
Craig Rodrigues committed -
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
Tom Tromey committed
-
- 18 Nov, 2001 21 commits
-
-
* 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
Tom Tromey committed -
2001-11-18 Craig Rodrigues <rodrigc@gcc.gnu.org> PR bootstrap/4020 * mklibgcc.in: Add missing semi-colons. * Makefile.in: Same. From-SVN: r47154
Craig Rodrigues committed -
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
Richard Kenner committed -
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
Toon Moene committed -
* 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
Joseph Myers committed -
* 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
Richard Kenner committed -
From-SVN: r47148
Richard Kenner committed -
* 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
Joseph Myers committed -
* config/alpha/alpha.c (alpha_start_function, VMS): Cast shift arg to HOST_WIDE_INT, not long. From-SVN: r47146
Douglas B Rupp committed -
(HAS_INIT_SECTION): Define. (REAL_ARITHMETIC): Don't undefine. From-SVN: r47145
Douglas B Rupp committed -
2001-11-18 Egor Duda <deo@logos-m.ru> * config/i386/cygwin.h: Strip leading '*' from name, if any. From-SVN: r47144
Egor Duda committed -
From-SVN: r47142
Neil Booth committed -
* 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
Neil Booth committed -
From-SVN: r47137
GCC Administrator committed -
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
Kriang Lerdsuwanakij committed -
* 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
Kriang Lerdsuwanakij committed -
* 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
Douglas B Rupp committed -
* 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
Joseph Myers committed -
* 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
Jason Merrill committed -
2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org> * MAINTAINERS (GNATS only accounts): Remove self. From-SVN: r47131
Craig Rodrigues committed -
2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org> PR target/4606 * config.gcc: Remove reference to va-clipper.h. From-SVN: r47129
Craig Rodrigues committed
-
- 17 Nov, 2001 10 commits
-
-
From-SVN: r47128
Anthony Green committed -
* config/rs6000/rs6000.h (REG_CLASS_CONTENTS): Fix the AltiVec-related bitfields. From-SVN: r47127
Stan Shebs committed -
* except.c (enum eh_region_type): Add ERT_UNKNOWN. (mark_eh_region, case ERT_UKNONW): New case. From-SVN: r47123
Richard Kenner committed -
From-SVN: r47122
Christopher Faylor committed -
* config/i386/cygwin.h: Search target specific include directory for w32api stuff, if appropriate. From-SVN: r47121
Christopher Faylor committed -
From-SVN: r47118
Douglas B Rupp committed -
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
Laurent Guerby committed -
From-SVN: r47115
GCC Administrator committed -
From-SVN: r47114
David O'Brien committed -
2001-11-16 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/rs6000.md: Change all ldvx to lvx. From-SVN: r47113
Aldy Hernandez committed
-
- 16 Nov, 2001 6 commits
-
-
* verify.cc (_Jv_BytecodeVerifier::check_field_constant): Handle case where field has primitive type. From-SVN: r47112
Tom Tromey committed -
* gensupport.c (process_rtx): Don't assume filename is the first argument of any rtl. From-SVN: r47111
Alexandre Oliva committed -
* 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
John David Anglin committed -
* 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
John David Anglin committed -
From-SVN: r47108
Kaveh R. Ghazi committed -
* regex.c: Check defined(__STDC__) || defined(HAVE_STRINGIZE) to determine whether ISO CPP token pasting is available. From-SVN: r47107
Kaveh R. Ghazi committed
-