gcc.git
24 years agonatObject.cc (notify): Throw message with IllegalMonitorStateException.
Bryce McKinlay [Fri, 24 Dec 1999 01:00:46 +0000 (01:00 +0000)]
natObject.cc (notify): Throw message with IllegalMonitorStateException.

1999-12-22  Bryce McKinlay  <bryce@albatross.co.nz>

        * java/lang/natObject.cc (notify): Throw message with
        IllegalMonitorStateException.
        (notifyAll): Ditto.
        (wait): Ditto.
        * java/lang/Thread.java (isInterrupted): Don't clear interrupt_flag.
        (isInterrupted_): New function, which does clear interrupt_flag.
        (interrupt): Use `isInterrupted_'.
        * java/lang/natThread.cc (interrupt): Add comment.
        (join): Set `Prev' in joiner loop.
        Change various calls to `isInterrupted' to use `isInterrupted_'.
        * posix-threads.cc (_Jv_CondWait): Allways use pthread_cond_timedwait
        on linux. Set result to 0 on an interrupt. Test interrupted status
        of java Thread object directly.
        FLAG_INTERRUPTED: removed.
        (_Jv_ThreadStart): Throw OutOfMemoryError if pthread_create fails.
        (_Jv_ThreadInterrupt): Don't set FLAG_INTERRUPTED.
        (_Jv_InitThreads): Don't block SIGINT.
        (_Jv_ThreadWait): Don't configure SIGINT handler.

From-SVN: r31082

24 years agoreload1.c (emit_input_reload_insns): Restore old behaviour wrt.
J"orn Rennecke [Thu, 23 Dec 1999 23:17:20 +0000 (23:17 +0000)]
reload1.c (emit_input_reload_insns): Restore old behaviour wrt.

* reload1.c (emit_input_reload_insns): Restore old behaviour
wrt. 'special' reloads.

From-SVN: r31081

24 years agoMakefile.in (ggc-simple.c, ggc-page.c): Don't depend on hash.h.
Zack Weinberg [Thu, 23 Dec 1999 17:54:00 +0000 (17:54 +0000)]
Makefile.in (ggc-simple.c, ggc-page.c): Don't depend on hash.h.

1999-12-23  Zack Weinberg  <zack@wolery.cumb.org>

* Makefile.in (ggc-simple.c, ggc-page.c): Don't depend on
hash.h.  (cse.c): Don't depend on hashtab.h.

* cse.c: Don't include hashtab.h.
(hash_cse_reg_info, cse_reg_info_equal_p): Delete prototypes
of dead functions.
* ggc-simple.c: Don't include hash.h.

From-SVN: r31080

24 years agoDaily bump.
Jeff Law [Thu, 23 Dec 1999 08:45:07 +0000 (01:45 -0700)]
Daily bump.

From-SVN: r31079

24 years agodwarf2out.c (add_abstract_origin_attribute): Call gen_abstract_function on our functi...
Jason Merrill [Thu, 23 Dec 1999 05:26:55 +0000 (05:26 +0000)]
dwarf2out.c (add_abstract_origin_attribute): Call gen_abstract_function on our function context.

        * dwarf2out.c (add_abstract_origin_attribute): Call
        gen_abstract_function on our function context.

From-SVN: r31078

24 years ago* Makefile.in (INTEGRATE_H): Fix typo: INTEGRATE_H, not INTREGRATE_H.
Hans-Peter Nilsson [Thu, 23 Dec 1999 02:00:31 +0000 (02:00 +0000)]
* Makefile.in (INTEGRATE_H): Fix typo: INTEGRATE_H, not INTREGRATE_H.

From-SVN: r31077

24 years ago* MAINTAINERS: Add myself to "write after approval" list.
Hans-Peter Nilsson [Thu, 23 Dec 1999 01:47:09 +0000 (01:47 +0000)]
* MAINTAINERS: Add myself to "write after approval" list.

From-SVN: r31076

24 years agoAdd myself to "write after approval" list
Hans-Peter Nilsson [Thu, 23 Dec 1999 01:32:54 +0000 (01:32 +0000)]
Add myself to "write after approval" list

From-SVN: r31075

24 years agoc4x.c (c4x_address_cost): Add statement to default case in switch.
Michael Hayes [Wed, 22 Dec 1999 20:47:57 +0000 (20:47 +0000)]
c4x.c (c4x_address_cost): Add statement to default case in switch.

* config/c4x/c4x.c (c4x_address_cost): Add statement to default
case in switch.

From-SVN: r31074

24 years ago* dump.c (dequeue_and_dump): Handle CTOR_STMTs.
Mark Mitchell [Wed, 22 Dec 1999 18:00:58 +0000 (18:00 +0000)]
* dump.c (dequeue_and_dump): Handle CTOR_STMTs.

From-SVN: r31073

24 years agoc4x.md (*addqi3_noclobber_reload): Change operand 0 constraints to "a!r".
Michael Hayes [Wed, 22 Dec 1999 09:50:19 +0000 (09:50 +0000)]
c4x.md (*addqi3_noclobber_reload): Change operand 0 constraints to "a!r".

* config/c4x/c4x.md (*addqi3_noclobber_reload): Change operand 0
constraints to "a!r".

From-SVN: r31072

24 years agooops, not an ICE, just a bogus error
Alexandre Oliva [Wed, 22 Dec 1999 09:25:27 +0000 (09:25 +0000)]
oops, not an ICE, just a bogus error

From-SVN: r31071

24 years agooops, it needs -O1 to fail
Alexandre Oliva [Wed, 22 Dec 1999 09:22:49 +0000 (09:22 +0000)]
oops, it needs -O1 to fail

From-SVN: r31070

24 years ago* nameret2.C: New test.
Alexandre Oliva [Wed, 22 Dec 1999 09:21:44 +0000 (09:21 +0000)]
* nameret2.C: New test.

From-SVN: r31069

24 years agolibio.h (_IO_cookie_io_functions_t): Use _IO_off_t instead of _IO_fpos_t.
Jakub Jelinek [Wed, 22 Dec 1999 09:01:59 +0000 (10:01 +0100)]
libio.h (_IO_cookie_io_functions_t): Use _IO_off_t instead of _IO_fpos_t.

* libio.h (_IO_cookie_io_functions_t): Use _IO_off_t instead of
_IO_fpos_t.
(_IO_seekoff, _IO_seekpos): Likewise. Use _IO_off64_t instead of
_IO_fpos64_t.
* libioP.h (_IO_seekoff_t, _IO_seekpos_t, _IO_seek_t): Likewise.
(_IO_seekoff, _IO_seekpos): Likewise.
(_IO_default_seekoff, _IO_default_seekpos): Likewise.
(_IO_default_seek): Likewise.
(_IO_file_seekoff, _IO_file_seek, _IO_str_seekoff): Likewise.
* streambuf.h (streampos): Typedef to _IO_off_t resp. _IO_off64_t.
* parsestream.h (class parsebuf::pos_at_line_start): Change type
to _IO_off_t.

From-SVN: r31068

24 years ago* error.c (dump_decl): Support named return values.
Alexandre Oliva [Wed, 22 Dec 1999 08:52:49 +0000 (08:52 +0000)]
* error.c (dump_decl): Support named return values.

From-SVN: r31067

24 years ago* g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
Alexandre Oliva [Wed, 22 Dec 1999 08:48:32 +0000 (08:48 +0000)]
* g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.

From-SVN: r31066

24 years agoDaily bump.
Jeff Law [Wed, 22 Dec 1999 08:45:07 +0000 (01:45 -0700)]
Daily bump.

From-SVN: r31065

24 years ago* nameret1.C: New test.
Alexandre Oliva [Wed, 22 Dec 1999 08:41:27 +0000 (08:41 +0000)]
* nameret1.C: New test.

From-SVN: r31064

24 years agotweaks
Alexandre Oliva [Wed, 22 Dec 1999 04:54:48 +0000 (04:54 +0000)]
tweaks

From-SVN: r31063

24 years ago* template10.C: New test.
Alexandre Oliva [Wed, 22 Dec 1999 04:52:11 +0000 (04:52 +0000)]
* template10.C: New test.

From-SVN: r31062

24 years ago* mauve-libgcj: Added java.lang.reflect.Modifier.toString12.
Tom Tromey [Tue, 21 Dec 1999 23:50:01 +0000 (23:50 +0000)]
* mauve-libgcj: Added java.lang.reflect.Modifier.toString12.

From-SVN: r31061

24 years agoAdd commentary:Remove seek for ios::app if not.
Martin v. Löwis [Tue, 21 Dec 1999 18:14:50 +0000 (18:14 +0000)]
Add commentary:Remove seek for ios::app if not.

From-SVN: r31059

24 years ago* filebuf.cc (open): Support ios::ate if _G_HAVE_IO_FILE_OPEN.
Martin v. Löwis [Tue, 21 Dec 1999 18:10:24 +0000 (18:10 +0000)]
* filebuf.cc (open): Support ios::ate if _G_HAVE_IO_FILE_OPEN.

From-SVN: r31057

24 years agoMakefile.in (calls.o): Depend on function.h.
Mark Mitchell [Tue, 21 Dec 1999 17:27:23 +0000 (17:27 +0000)]
Makefile.in (calls.o): Depend on function.h.

* Makefile.in (calls.o): Depend on function.h.
(alias.o): Likewise.

From-SVN: r31056

24 years agoNew test
Mark Mitchell [Tue, 21 Dec 1999 17:03:24 +0000 (17:03 +0000)]
New test

From-SVN: r31053

24 years agoBreak up emit_reload_insns.
Bernd Schmidt [Tue, 21 Dec 1999 13:56:28 +0000 (13:56 +0000)]
Break up emit_reload_insns.

From-SVN: r31052

24 years ago* pa.h (FUNCTION_ARG_BOUNDARY): Never return 0.
Richard Kenner [Tue, 21 Dec 1999 12:11:13 +0000 (12:11 +0000)]
* pa.h (FUNCTION_ARG_BOUNDARY): Never return 0.

From-SVN: r31050

24 years ago* md.texi: Add c4x constraints documentation.
Michael Hayes [Tue, 21 Dec 1999 10:45:28 +0000 (10:45 +0000)]
* md.texi: Add c4x constraints documentation.

From-SVN: r31049

24 years agoNew test case.
Martin v. Löwis [Tue, 21 Dec 1999 09:49:39 +0000 (09:49 +0000)]
New test case.

From-SVN: r31048

24 years agodgux.c (struct option): Rename to lang_independent_option.
Martin v. Löwis [Tue, 21 Dec 1999 09:31:50 +0000 (09:31 +0000)]
dgux.c (struct option): Rename to lang_independent_option.

* config/i386/dgux.c (struct option): Rename to
lang_independent_option.
(struct m_options): Add description field.
(output_options): Rename option type, add sep declaration, output
ix86_cpu_string and ix86_arch_string only if set.
(output_file_start): Rename option type.

From-SVN: r31047

24 years agoDaily bump.
Jeff Law [Tue, 21 Dec 1999 08:45:06 +0000 (01:45 -0700)]
Daily bump.

From-SVN: r31046

24 years agoMakefile.in (crtbegin.o, [...]): Depend on stmp-int-hdrs.
Mike Stump [Tue, 21 Dec 1999 06:18:22 +0000 (06:18 +0000)]
Makefile.in (crtbegin.o, [...]): Depend on stmp-int-hdrs.

        * Makefile.in (crtbegin.o, crtend.o, s-crtS): Depend on
        stmp-int-hdrs.
        (libgcc2.a): Similarly.

From-SVN: r31045

24 years agolonglong.h (_ARCH_PPC): Only protect add_ssaaaa and sub_ddmmss with W_TYPE_SIZE ...
David Edelsohn [Tue, 21 Dec 1999 06:10:20 +0000 (06:10 +0000)]
longlong.h (_ARCH_PPC): Only protect add_ssaaaa and sub_ddmmss with W_TYPE_SIZE == 32.

        * longlong.h (_ARCH_PPC): Only protect add_ssaaaa and sub_ddmmss
        with W_TYPE_SIZE == 32.  Do not fall through to POWER architecture
        for umul_ppmm and smul_ppmm if !_ARCH_PPC and !_ARCH_POWER.

From-SVN: r31044

24 years agofold-const.c (real_hex_to_f): Remove unused "isldouble" variable.
Jeffrey A Law [Tue, 21 Dec 1999 06:02:59 +0000 (06:02 +0000)]
fold-const.c (real_hex_to_f): Remove unused "isldouble" variable.

        * fold-const.c (real_hex_to_f): Remove unused "isldouble" variable.
        Remove redundant initialization of "frexpon" and "expon".

From-SVN: r31043

24 years agocp-tree.h (CLASSTYPE_VFIELD_PARENT): Update comments.
Mark Mitchell [Tue, 21 Dec 1999 02:11:10 +0000 (02:11 +0000)]
cp-tree.h (CLASSTYPE_VFIELD_PARENT): Update comments.

1999-12-20  Mark Mitchell  <mark@codesourcery.com>

* cp-tree.h (CLASSTYPE_VFIELD_PARENT): Update comments.
(CLASSTYPE_HAS_PRIMARY_BASE_P): New macro.
(CLASSTYPE_PRIMARY_BINFO): Likewise.
* class.c (check_methods): Don't set TYPE_HAS_COMPLEX_INIT_REF,
TYPE_NEEDS_CONSTRUCTING, and CLASSTYPE_NON_AGGREGATE here.
(check_bases_and_members): Set them here instead.
(create_vtable_ptr): New function, split out from ...
(finish_struct_1): ... here.  Use it.  Tidy.  Use
CLASSTYPE_HAS_PRIMARY_BASE_P and CLASSTYPE_PRIMARY_BINFO.
* search.c (dfs_init_vbase_pointers): Handle seeing TYPE_VFIELD as
the first field in the class.
* tree.c (layout_basetypes): Use CLASSTYPE_N_BASECLASSES.  Handle
seeing TYPE_VFIELD as the first field in the class.

From-SVN: r31042

24 years agocp-tree.h (TYPE_VIRTUAL_P): Rename to ...
Mark Mitchell [Tue, 21 Dec 1999 00:19:01 +0000 (00:19 +0000)]
cp-tree.h (TYPE_VIRTUAL_P): Rename to ...

* cp-tree.h (TYPE_VIRTUAL_P): Rename to ...
(TYPE_POLYMORPHIC_P): ... this.
(TYPE_USES_COMPLEX_INHERITANCE): Rename to ...
(TYPE_BASE_CONVS_MAY_REQUIRE_CODE_P): ... this.
(TREE_CALLS_NEW): Remove.
(TREE_MANGLED): Likewise.
* call.c (build_vfield_ref): Use TYPE_BASE_CONVS_MAY_REQUIRE_CODE_P,
and TYPE_POLYMORPHIC_P.
* class.c (check_bases): Likewise.
(finish_base_struct): Likewise.
(finish_struct_bits): Likewise.
(check_for_override): Likewise.
(finish_struct_1): Likewise.
(get_vfield_name): Likewise.
* decl.c (xref_basetypes): Likewise.
* decl2.c (import_export_class): Likewise.
(import_export_decl): Likewise.
* error.c (dump_function_decl): Likewise.
* pt.c (instantiate_class_template): Likewise.
* repo.c (repo_inline_used): Likewise.
* rtti.c (build_headof): Likewise.
(get_tinfo_fn_dynamic): Likewise.
(build_x_typeid): Likewise.
(get_tinfo_var): Likewise.
(build_dynamic_cast_1): Likewise.
(synthesize_tinfo_fn): Likewise.
* search.c (lookup_field_1): Likewise.
(dfs_debug_mark): Likewise.
(maybe_suppress_debug_info): Likewise.
* typeck.c (build_component_ref): Likewise.
(build_component_addr): Likewise.
* typeck2.c (process_init_constructor): Likewise.

From-SVN: r31041

24 years agoModifier.java (STRICT): New constant.
Tom Tromey [Mon, 20 Dec 1999 23:05:21 +0000 (23:05 +0000)]
Modifier.java (STRICT): New constant.

* java/lang/reflect/Modifier.java (STRICT): New constant.
(isStrict): New method.
(toString): Added `strict'.

From-SVN: r31040

24 years agoFix typo in turned-off code
Richard Kenner [Mon, 20 Dec 1999 22:55:38 +0000 (17:55 -0500)]
Fix typo in turned-off code

From-SVN: r31039

24 years ago* tree.c (real_value_from_int_cst): Clear REAL_VALUE_TYPE object first.
Richard Kenner [Mon, 20 Dec 1999 21:23:30 +0000 (21:23 +0000)]
* tree.c (real_value_from_int_cst): Clear REAL_VALUE_TYPE object first.

From-SVN: r31038

24 years agoexpr.c (store_constructor): New argument SIZE; pass to clear_storage.
Richard Kenner [Mon, 20 Dec 1999 20:29:36 +0000 (20:29 +0000)]
expr.c (store_constructor): New argument SIZE; pass to clear_storage.

* expr.c (store_constructor): New argument SIZE; pass to clear_storage.
(store_constructor_field, expand_expr): Pass new arg.

From-SVN: r31037

24 years agoMakefile.in (explow.o): Depend on function.h.
Mark Mitchell [Mon, 20 Dec 1999 19:47:58 +0000 (19:47 +0000)]
Makefile.in (explow.o): Depend on function.h.

* Makefile.in (explow.o): Depend on function.h.

* stor-layout.c (set_sizetype): Fix typo.

From-SVN: r31036

24 years ago* g++.old-deja/g++.other/cast3.C: New test.
Nathan Sidwell [Mon, 20 Dec 1999 15:54:19 +0000 (15:54 +0000)]
* g++.old-deja/g++.other/cast3.C: New test.

From-SVN: r31035

24 years agotypeck.c (strip_all_pointer_quals): New static function.
Nathan Sidwell [Mon, 20 Dec 1999 15:53:43 +0000 (15:53 +0000)]
typeck.c (strip_all_pointer_quals): New static function.

* typeck.c (strip_all_pointer_quals): New static function.
(build_static_cast): Use it. Don't use at_least_as_qualified_p.

From-SVN: r31034

24 years agocurrent_function -> cfun
Bernd Schmidt [Mon, 20 Dec 1999 13:18:17 +0000 (13:18 +0000)]
current_function -> cfun

From-SVN: r31033

24 years agoChange some regsets to regset_heads
Bernd Schmidt [Mon, 20 Dec 1999 12:13:01 +0000 (12:13 +0000)]
Change some regsets to regset_heads

From-SVN: r31032

24 years agoDaily bump.
Jeff Law [Mon, 20 Dec 1999 08:45:06 +0000 (01:45 -0700)]
Daily bump.

From-SVN: r31031

24 years agoAlpha Linux changes.
Anthony Green [Mon, 20 Dec 1999 05:55:34 +0000 (05:55 +0000)]
Alpha Linux changes.

From-SVN: r31030

24 years ago* config/c4x/rtems.h: New file.
Michael Hayes [Mon, 20 Dec 1999 04:40:37 +0000 (04:40 +0000)]
* config/c4x/rtems.h: New file.

From-SVN: r31029

24 years agogcconfig.h: Use libgcj hack for Alpha Linux.
Anthony Green [Mon, 20 Dec 1999 02:34:52 +0000 (02:34 +0000)]
gcconfig.h: Use libgcj hack for Alpha Linux.

       * gcconfig.h: Use libgcj hack for Alpha Linux.
       Undefine MPROTEXT_VDB (from Jeff Sturm).
       * os_dep.c: Remove Alpha Linux hacks.
       * misc.c: Ditto.

From-SVN: r31028

24 years agolibgcjdata.c: New file.
Anthony Green [Mon, 20 Dec 1999 02:18:11 +0000 (02:18 +0000)]
libgcjdata.c: New file.

1999-12-19  Anthony Green  <green@cygnus.com>

        * libgcjdata.c: New file.
        * libgcj.spec.in: Use @LIBDATASTARTSPEC@ in startfile.
        * configure: Rebuilt.
        * configure.in (LIBDATASTARTSPEC): Force data with a known name
        into the program.
        * Makefile.in: Rebuilt.
        * Makefile.am: Build libgcjdata.a.

        * libgcj.spec.in: Use @FORCELIBGCCSPEC@ in startfile.
        * configure: Rebuilt.
        * configure.in (FORCELIBGCCSPEC): Force important parts of libgcc
        into every program.

From-SVN: r31027

24 years agoBetter spill failure messages.
Bernd Schmidt [Sun, 19 Dec 1999 17:39:15 +0000 (17:39 +0000)]
Better spill failure messages.

From-SVN: r31026

24 years agors6000.h (SUBTARGET_DEFAULT): New macro.
Richard Kenner [Sun, 19 Dec 1999 12:45:21 +0000 (12:45 +0000)]
rs6000.h (SUBTARGET_DEFAULT): New macro.

* rs6000.h (SUBTARGET_DEFAULT): New macro.
(TARGET_SWITCHES): Allow subtargets to default switches.
* rs6000/vxppc.h (SUBTARGET_DEFAULT): New macro.

From-SVN: r31025

24 years agoDaily bump.
Jeff Law [Sun, 19 Dec 1999 08:45:07 +0000 (01:45 -0700)]
Daily bump.

From-SVN: r31024

24 years agocrtstuff.c (__do_global_ctors_aux): Do not call __cxa_finalize in a main program.
Mark Mitchell [Sun, 19 Dec 1999 05:36:13 +0000 (05:36 +0000)]
crtstuff.c (__do_global_ctors_aux): Do not call __cxa_finalize in a main program.

* crtstuff.c (__do_global_ctors_aux): Do not call __cxa_finalize
in a main program.

From-SVN: r31023

24 years agocccp.c (main): Define __STDC_VERSION__ as necessary.
Richard Henderson [Sun, 19 Dec 1999 04:43:20 +0000 (20:43 -0800)]
cccp.c (main): Define __STDC_VERSION__ as necessary.

        * cccp.c (main): Define __STDC_VERSION__ as necessary.
        * cppinit.c (cpp_handle_option): Likewise.

        * ginclude/stdarg.h (va_copy): Use __STDC_VERSION__ to
        determine when to define.

From-SVN: r31022

24 years agoalpha.c (alpha_emit_conditional_move): If TARGET_FIX, handle cmove with mismatched...
Richard Henderson [Sun, 19 Dec 1999 04:35:31 +0000 (20:35 -0800)]
alpha.c (alpha_emit_conditional_move): If TARGET_FIX, handle cmove with mismatched test and data modes.

        * alpha.c (alpha_emit_conditional_move): If TARGET_FIX, handle
        cmove with mismatched test and data modes.

From-SVN: r31021

24 years agoc-typeck.c (c_expand_start_case): Don't warn for long switch in system headers.
Richard Henderson [Sun, 19 Dec 1999 04:31:06 +0000 (20:31 -0800)]
c-typeck.c (c_expand_start_case): Don't warn for long switch in system headers.

        * c-typeck.c (c_expand_start_case): Don't warn for long switch
        in system headers.

From-SVN: r31020

24 years agoFix typo in last change
Richard Kenner [Sun, 19 Dec 1999 02:01:51 +0000 (21:01 -0500)]
Fix typo in last change

From-SVN: r31019

24 years agoRevert bogus patch
Richard Kenner [Sun, 19 Dec 1999 01:19:33 +0000 (20:19 -0500)]
Revert bogus patch

From-SVN: r31018

24 years agoalias.c: Minor reformatting.
Richard Kenner [Sat, 18 Dec 1999 21:33:23 +0000 (21:33 +0000)]
alias.c: Minor reformatting.

* alias.c: Minor reformatting.
* flow.c: Likewise.
* regs.h: Likewise.
* stor-layout.c: Likewise.
* fold-const.c: Likewise.
  (OVERFLOW_SUM_SIGN): Renamed from overflow_sum_sign.
(struct cb_args, const_binop_1, const_binop): Pass type of arg,
not arg itself.
(size_int_wide): Cache nodes even if garbage collecting.
(twoval_comparison_p): Reenable SAVE_EXPR case if operand
of SAVE_EXPR has no side effects.
* cse.c: Move a comment.
* tree.c: Minor reformatting.
(int_size_in_bytes): Return -1 if constant overflows.
* reload.c (combine_reloads): Do nothing if no output reload

From-SVN: r31017

24 years ago* unroll.c (copy_loop_body): Don't treat a REG like a PLUS.
J"orn Rennecke [Sat, 18 Dec 1999 19:59:24 +0000 (19:59 +0000)]
* unroll.c (copy_loop_body): Don't treat a REG like a PLUS.

From-SVN: r31016

24 years ago* MAINTAINERS: Add myself to the write-after-approval list
Franz Sirl [Sat, 18 Dec 1999 19:56:21 +0000 (19:56 +0000)]
* MAINTAINERS: Add myself to the write-after-approval list

From-SVN: r31015

24 years agoobjc-parse.c: Regenerate.
Zack Weinberg [Sat, 18 Dec 1999 18:44:24 +0000 (18:44 +0000)]
objc-parse.c: Regenerate.

1999-12-18 10:42 -0800  Zack Weinberg  <zack@wolery.cumb.org>

* objc/objc-parse.c: Regenerate.  This file must be rebuilt
after any change to c-parse.in, even if objc-parse.y didn't
change.  Oops.

From-SVN: r31014

24 years agotoplev.c (rest_of_compilation): Restore BLOCK tree reconstruction and branch shorteni...
David S. Miller [Sat, 18 Dec 1999 18:30:41 +0000 (10:30 -0800)]
toplev.c (rest_of_compilation): Restore BLOCK tree reconstruction and branch shortening changes lost in...

* toplev.c (rest_of_compilation): Restore BLOCK tree
reconstruction and branch shortening changes lost in
December 18th change.

From-SVN: r31013

24 years agonewcvsroot: Add check on the number of command-line arguments.
Gerald Pfeifer [Sat, 18 Dec 1999 14:34:56 +0000 (15:34 +0100)]
newcvsroot: Add check on the number of command-line arguments.

* newcvsroot: Add check on the number of command-line arguments.
Add usage.

From-SVN: r31012

24 years agolinux-elf.h: Change all instances of ARM_FLAG_SHORT_BYTES to ARM_FLAG_MMU_TRAPS.
Scott Bambrough [Sat, 18 Dec 1999 13:34:21 +0000 (13:34 +0000)]
linux-elf.h: Change all instances of ARM_FLAG_SHORT_BYTES to ARM_FLAG_MMU_TRAPS.

* config/arm/linux-elf.h: Change all instances of
ARM_FLAG_SHORT_BYTES to ARM_FLAG_MMU_TRAPS.
* config/arm/uclinux-elf.h: Likewise.

From-SVN: r31011

24 years agoDaily bump.
Jeff Law [Sat, 18 Dec 1999 08:45:06 +0000 (01:45 -0700)]
Daily bump.

From-SVN: r31009

24 years agotoplev.c (notice, [...]): Move to diagnostic.c
Gabriel Dos Reis [Sat, 18 Dec 1999 01:45:40 +0000 (01:45 +0000)]
toplev.c (notice, [...]): Move to diagnostic.c

1999-12-18 Gabriel Dos Reis  <gdr@codesourcery.com>

        * toplev.c (notice, vmessage, v_message_with_file_and_line,
        v_message_with_decl, file_and_line_for_asm,
        v_error_with_file_and_line, v_error_with_decl, v_error_for_asm,
        verror, vfatal, v_warning_with_file_and_line, v_warning_with_decl,
        v_warning_for_asm, vwarning, vpedwarn, v_pedwarn_with_decl,
        v_pedwarn_with_file_and_line, vsorry, vnotice, count_error,
        pfatal_with_name, fatal_io_error, need_error_newline,
        last_error_function, last_error_tick, announce_function,
        default_print_error_function, print_error_function,
        report_error_function, fnotice, error_with_file_and_line,
        error_with_decl, error_for_asm, error, set_fatal_function, fatal,
        _fatal_insn, _fatal_insn_not_found, warning_with_file_and_line,
        warning_with_decl, warning_for_asm, warning, pedwarn,
        pedwarn_with_decl, pedwarn_with_file_and_line, sorry): Move to
        diagnostic.c
        (compile_file): Use fnotice instead of notice.  Adjust call.

        * diagnostic.c: New file.

        * Makefile.in (OBJS): Include diagnostic.o
        (diagnostic.o): Define dependence.

From-SVN: r31003

24 years agore GNATS libgcj/111 (bug in reflection code)
Tom Tromey [Sat, 18 Dec 1999 00:44:00 +0000 (00:44 +0000)]
re GNATS libgcj/111 (bug in reflection code)

* java/lang/reflect/Method.java (toString): Call getType if
required.  Partial fix for PR libgcj/111.  From Per Bothner.

From-SVN: r31002

24 years agoc4x.h (ASM_OUTPUT_XXX): Wrap in do-while(0).
Michael Hayes [Fri, 17 Dec 1999 23:17:43 +0000 (23:17 +0000)]
c4x.h (ASM_OUTPUT_XXX): Wrap in do-while(0).

* config/c4x/c4x.h (ASM_OUTPUT_XXX): Wrap in do-while(0).
Tweak formatting.

From-SVN: r31001

24 years ago* config/c4x/c4x.md (rpts_top, rptb_top): Add clobbers for rs and re.
Michael Hayes [Fri, 17 Dec 1999 22:43:43 +0000 (22:43 +0000)]
* config/c4x/c4x.md (rpts_top, rptb_top): Add clobbers for rs and re.

From-SVN: r31000

24 years agofixtests.c (is_cxx_header): New fn, split out of double_slash_test.
Zack Weinberg [Fri, 17 Dec 1999 21:49:30 +0000 (21:49 +0000)]
fixtests.c (is_cxx_header): New fn, split out of double_slash_test.

1999-12-17 13:21 -0800  Zack Weinberg  <zack@rabi.columbia.edu>

* fixtests.c (is_cxx_header): New fn, split out of
double_slash_test.
(else_endif_label): Allow "#endif // comment" in C++ headers,
as determined by is_cxx_header.
* fixfixes.c (else_endif_label_fix): Update comment.
* fixincl.c: Don't output VERB_PROGRESS lines if stdout is not
a tty.
* genfixes: Correct double thinko in commandline parsing.
* hackshell.tpl: Generate correct sh syntax for bypass
entries.

* inclhack.def (all): Whenever an inserted preprocessor
conditional is split over multiple lines, use double
backslashes in this file so the fixed header will be readable.

(AAB_fd_zero_glibc_1_0): Rename to AAB_fd_zero_asm_posix_types_h
and add bypass entry for correct version of this header.
(AAB_fd_zero_glibc_1_x): Rename to AAB_fd_zero_gnu_types_h.
(AAB_fd_zero_glibc_2_0): Rename to AAB_fd_zero_selectbits_h.

(hpux8_bogus_inlines): New fix, split from...
(ultrix_atof_param) ... here.
(math_expression): Add bypass entry keyed to glibc comment
indicating the problem has been dealt with; disable
unnecessary sed operations; update commentary.
(math_gcc_ifndefs): Rename to math_huge_val_from_dbl_max,
add select and bypass entries, simplify shell operation.
(math_huge_val_ifndef): Split from math_gcc_ifndefs.

(ip_missing_semi, rs6000_param, tinfo_cplusplus,
 ultrix_atof_param): Add select entry.
(stdio_va_list, sunos_mather_decl): Add bypass entry.
(systypes_for_aix, sysv86_string, tinfo_cplusplus): Put the
comments with the fixes they describe.

* fixincl.x, fixincl.sh, inclhack.sh: Regen.

From-SVN: r30999

24 years agoc-parse.in (string action): Do not warn about ANSI string concatenation in system...
Zack Weinberg [Fri, 17 Dec 1999 21:23:38 +0000 (21:23 +0000)]
c-parse.in (string action): Do not warn about ANSI string concatenation in system headers.

1999-12-17 13:21 -0800  Zack Weinberg  <zack@rabi.columbia.edu>

* c-parse.in (string action): Do not warn about ANSI string
concatenation in system headers.  Affects C parser only.
* c-parse.y, c-parse.c, c-parse.h: Rebuild.

From-SVN: r30998

24 years agore GNATS gcj/119 (gcjh needs to output space before leading "::" with JArray's)
Tom Tromey [Fri, 17 Dec 1999 20:25:59 +0000 (20:25 +0000)]
re GNATS gcj/119 (gcjh needs to output space before leading "::" with JArray's)

* gjavah.c (decode_signature_piece): Print "::" in JArray<>.  This
fixes PR gcj/119.
(process_file): Use `\n\' at end of each line in string.

From-SVN: r30997

24 years ago* java/lang/natPosixProcess.cc (startProcess): Don't use sprintf.
Tom Tromey [Fri, 17 Dec 1999 16:06:17 +0000 (16:06 +0000)]
* java/lang/natPosixProcess.cc (startProcess): Don't use sprintf.

From-SVN: r30996

24 years agosparc.h (TARGET_ARCH32): Exchange ifdefs so that if compiling libgcc2 the macro depen...
Jakub Jelinek [Fri, 17 Dec 1999 15:49:32 +0000 (16:49 +0100)]
sparc.h (TARGET_ARCH32): Exchange ifdefs so that if compiling libgcc2 the macro depends always on arch...

* config/sparc/sparc.h (TARGET_ARCH32): Exchange ifdefs so that if
compiling libgcc2 the macro depends always on arch cpp defines.

From-SVN: r30995

24 years agoloop.c (insert_loop_mem): Don't record MEMs from inside EXPR_LISTs.
Richard Earnshaw [Fri, 17 Dec 1999 15:37:35 +0000 (15:37 +0000)]
loop.c (insert_loop_mem): Don't record MEMs from inside EXPR_LISTs.

* loop.c (insert_loop_mem): Don't record MEMs from inside
EXPR_LISTs.

From-SVN: r30994

24 years ago* regclass.c (regclass): Do not use flowgraph when not optimizing.
Jan Hubicka [Fri, 17 Dec 1999 13:19:41 +0000 (13:19 +0000)]
* regclass.c (regclass): Do not use flowgraph when not optimizing.

From-SVN: r30993

24 years agogcse.c (try_replace_reg): Do replacements in REG_EQUAL/REG_EQUIV notes too...
Jan Hubicka [Fri, 17 Dec 1999 11:10:58 +0000 (11:10 +0000)]
gcse.c (try_replace_reg): Do replacements in REG_EQUAL/REG_EQUIV notes too...

* gcse.c (try_replace_reg): Do replacements in REG_EQUAL/REG_EQUIV
notes too, create one when replacement failed, attempt to simplify
resulting notes.
(cprop_insn): Propagate even to registers mentioned only in REG_EQUAL
or REG_EQUIV notes.

From-SVN: r30992

24 years agoDaily bump.
Jeff Law [Fri, 17 Dec 1999 08:45:07 +0000 (01:45 -0700)]
Daily bump.

From-SVN: r30991

24 years agocp-tree.h (cp_tree_index): Add CPTI_DSO_HANDLE.
Mark Mitchell [Fri, 17 Dec 1999 07:40:08 +0000 (07:40 +0000)]
cp-tree.h (cp_tree_index): Add CPTI_DSO_HANDLE.

* cp-tree.h (cp_tree_index): Add CPTI_DSO_HANDLE.
(dso_handle_node): New macro.
(flag_use_cxa_atexit): New variable.
(declare_global_var): New function.
(start_anon_func): Remove declaration.
(end_anon_func): Likewise.
* decl.c (get_atexit_node): New function, split out from
destroy_local_static.  Handle flag_use_cxa_atexit.
(get_dso_handle_node): Likewise.
(start_cleanup_fn): Renamed from start_anon_func.  Moved here from
except.c.  Handle flag_use_cxa_atexit.
(end_cleanup_fn): Renamed from end_anon_func.  Moved here from
except.c.
(declare_global_var): New variable.
(destroy_local_static): Handle flag_use_cxa_atexit.
* decl2.c (flag_use_cxa_atexit): New variable.
(lang_f_options): Likewise.
* except.c (start_anon_func): Remove.
(end_anon_func): Liekwise.
* lang-options.h: Add -fuse-cxa-atexit and -fno-use-cxa-atexit.
* rtti.c (get_tinfo_var): Use declare_global_var.

From-SVN: r30990

24 years agocrtstuff.c (__dso_handle): Declare.
Mark Mitchell [Fri, 17 Dec 1999 07:39:13 +0000 (07:39 +0000)]
crtstuff.c (__dso_handle): Declare.

* crtstuff.c (__dso_handle): Declare.
(__cxa_finalize): Likewise.
(do_global_dtors_aux): Call __cxa_finalize if __dso_handle is
non-NULL.

* invoke.texi: Document -fuse-cxa-atexit.

* tree.h (ptr_type_node): Document.
(const_ptr_type_node): Likewise.

From-SVN: r30989

24 years agoBoolean.java (Boolean(String)): Set Value' to false on a null String constructor...
Bryce McKinlay [Fri, 17 Dec 1999 05:11:28 +0000 (05:11 +0000)]
Boolean.java (Boolean(String)): Set Value' to false on a null String constructor parameter.

1999-12-16  Bryce McKinlay  <bryce@albatross.co.nz>

        * java/lang/Boolean.java (Boolean(String)): Set Value' to false on a
        null String constructor parameter.
        * java/net/natPlainSocketImpl.cc: Remove unneccessary sprintf calls
        for exception messages.
        BooleanClass: declare.
        (setOption): Use BooleanClass instead of Class.forName() for
        instanceof test.
        (bind): Cast 4th parameter of setsockopt to char *' for
        compatibility with older Solaris headers.
        * java/net/natPlainDatagramSocketImpl.cc: Remove unneccessary
        sprintf calls for exception messages.
        BooleanClass, IntegerClass: declare.
        (setOption): Use BooleanClass and IntegerClass, not Class.forName()
        for instanceof test.

From-SVN: r30988

24 years agoOops. Used wrong changelog entry.
Jan Hubicka [Fri, 17 Dec 1999 00:49:22 +0000 (00:49 +0000)]
Oops. Used wrong changelog entry.

* regmove.c (optimize_reg_copy_1): Ignore LOOP notes.
(optimize_reg_copy_2): Likewise.
(optimize_reg_copy_3): Likewise.
(fixup_match_2): Likewise.
(regmove_optimize): Likewise.
(fixup_match_1): Liekwise.

From-SVN: r30987

24 years agoregmove.c (copy_src_to_dest): Remove loop_depth parameter.
Jan Hubicka [Fri, 17 Dec 1999 00:47:46 +0000 (01:47 +0100)]
regmove.c (copy_src_to_dest): Remove loop_depth parameter.

* regmove.c (copy_src_to_dest): Remove loop_depth parameter.
(optimize_reg_copy_1): Remove REG_N_REFS updating code.
(optimize_reg_copy_2, copy_src_to_dest, fixup_match_2): Likewise.
(regmove_optimize, fixup_match_1): Likewise.

From-SVN: r30986

24 years agoi386.md (HI to SImode promoting splitters): Rewrite.
Jan Hubicka [Fri, 17 Dec 1999 00:45:03 +0000 (01:45 +0100)]
i386.md (HI to SImode promoting splitters): Rewrite.

* i386.md (HI to SImode promoting splitters): Rewrite.
(pushsf mem peep2): New.
(testhi to andhi peep2): Remove.
* i386.h (x86_promote_QImode): New.
(TARGET_PROMOTE_QImode): New.
(PREDICATE_CODES): Add promotable_binary_operator.
* i386.c (x86_promote_QImode0: New.
(promotable_binary_operator): New.
* i386-protos.h (promotable_binary_operator): New.

From-SVN: r30985

24 years agoi386.md (test?i_1): Use "nonmemory_operand" predicate, simplify condition.
Jan Hubicka [Fri, 17 Dec 1999 00:35:39 +0000 (01:35 +0100)]
i386.md (test?i_1): Use "nonmemory_operand" predicate, simplify condition.

* i386.md (test?i_1): Use "nonmemory_operand" predicate, simplify
condition.
(one_cmpl?i*): Pass "NOT" to unary_operator_ok.

From-SVN: r30984

24 years agoclass.c (check_field_decls): Don't return a value.
Mark Mitchell [Thu, 16 Dec 1999 22:18:22 +0000 (22:18 +0000)]
class.c (check_field_decls): Don't return a value.

1999-12-16  Mark Mitchell  <mark@codesourcery.com>

* class.c (check_field_decls): Don't return a value.
(avoid_overlap): Moved here from tree.c.
(build_base_fields): Likewise.
(check_bases): New function, split out from finish_base_struct.
(check_bases_and_members): New function, split out from finish_struct_1.
(struct base_info): Remove cant_have_default_ctor,
cant_have_const_ctor, cant_have_asn_ref.
(finish_base_struct): Split semantic analysis into check_bases.
(finish_struct_methods): Fix bogus assertion.
(check_field_decls): Call finish_struct_anon here.
(build_vbase_pointer_fields): Use CLASSTYPE_N_BASECLASSES.
(finish_struct_1): Use check_bases_and_members.  Reorganize.
* cp-tree.h (CLASSTYPE_VBASECLASSES): Improve documentation.
(build_base_fields): Don't declare.
* tree.c (avoid_overlap): Remove.
(build_base_fields): Likewise.

From-SVN: r30983

24 years agoMakefile.in (INTREGRATE_H): Rename to INTEGRATE_H.
Mark Mitchell [Thu, 16 Dec 1999 17:50:29 +0000 (17:50 +0000)]
Makefile.in (INTREGRATE_H): Rename to INTEGRATE_H.

* Makefile.in (INTREGRATE_H): Rename to INTEGRATE_H.
* function.c (insert_block_after_note): Remove.
(retrofit_block): Likewise.
(identify_blocks): Fix indentation.
(reorder_blocks): Don't NULL out NOTE_SOURCE_FILE for a
NOTE_INSN_BLOCK_BEG or NOTE_INSN_BLOCK_END.
* function.h (insert_block_after_note): Remove prototype.
(retrofit_block): Likewise.
* integrate.c (expand_inline_function): Don't call
find_loop_tree_blocks.  Use expand_start_bindings_and_block, not
just expand_start_bindings.  Use the block_map to remap old
NOTE_BLOCKs to new ones.
(integrate_decl_tree): Keep track of remapped blocks.
* integrate.h (struct inline_remap): Add block_map.
* stmt.c (expand_fixup): Don't try to retrofit_blocks.  Just set
NOTE_BLOCK on the notes.
(expand_start_bindings): Rename to ...
(expand_start_bindings_and_block): Add parameter.  Set NOTE_BLOCK.
(expand_end_bindings): Set NOTE_BLOCK.
* toplev.c (rest_of_compilation): In function-at-a-time-mode,
reconstruct the BLOCK tree.
* tree.h (expand_start_bindings): Macroize.  Call ...
(expand_start_bindings_and_block): New function.

* optimize.c (struct inline_data): Remove scope_stmt.
(remap_block): Don't use insert_block_after_note.  Don't update
scope_stmt.
(expand_call_inline): Don't update scope_stmt.
(optimize_function): Don't initialize scope_stmt.
* semantics.c (expand_stmt): Set NOTE_BLOCK for newly emitted
NOTE_INSN_BLOCK_BEG/NOTE_INSN_BLOCK_END notes.

From-SVN: r30982

24 years agosparc.c (print_operand): Cast fprintf arguments to match the format.
Jakub Jelinek [Thu, 16 Dec 1999 17:12:10 +0000 (18:12 +0100)]
sparc.c (print_operand): Cast fprintf arguments to match the format.

* config/sparc/sparc.c (print_operand): Cast fprintf arguments to
match the format.

From-SVN: r30981

24 years agosparc.c (epilogue_renumber): Add default case to switch stmt.
David S. Miller [Thu, 16 Dec 1999 16:37:50 +0000 (08:37 -0800)]
sparc.c (epilogue_renumber): Add default case to switch stmt.

* config/sparc/sparc.c (epilogue_renumber): Add default case
to switch stmt.

From-SVN: r30980

24 years agoexpr.c (emit_move_insn_1): Only emit clobbers if one of the outputs is a SUBREG.
David S. Miller [Thu, 16 Dec 1999 14:55:20 +0000 (06:55 -0800)]
expr.c (emit_move_insn_1): Only emit clobbers if one of the outputs is a SUBREG.

* expr.c (emit_move_insn_1): Only emit clobbers if one of
the outputs is a SUBREG.
* rtlanal.c (reg_overlap_mentioned_p): Revert December 15th
change.

From-SVN: r30979

24 years agotoplev.c (rest_of_compilation): Run branch shortening after reg-stack.
Jan Hubicka [Thu, 16 Dec 1999 10:58:12 +0000 (11:58 +0100)]
toplev.c (rest_of_compilation): Run branch shortening after reg-stack.

        * toplev.c (rest_of_compilation): Run branch shortening after
        reg-stack.

From-SVN: r30978

24 years agoNew testcase.
Bernd Schmidt [Thu, 16 Dec 1999 10:45:50 +0000 (10:45 +0000)]
New testcase.

From-SVN: r30977

24 years agoregclass.c (loop_depth): Remove
Jan Hubicka [Thu, 16 Dec 1999 10:35:14 +0000 (11:35 +0100)]
regclass.c (loop_depth): Remove

* regclass.c (loop_depth): Remove
(scan_one_insn): Do not handle LOOP_NOTE insns.
(regclass): Go through basic blocks and set loop_cost

From-SVN: r30976

24 years agoFix an older test
Bernd Schmidt [Thu, 16 Dec 1999 10:20:44 +0000 (10:20 +0000)]
Fix an older test

From-SVN: r30975

24 years ago* tree.h (DECL_FROM_INLINE): Check DECL_ABSTRACT_ORIGIN too.
Zack Weinberg [Thu, 16 Dec 1999 09:58:23 +0000 (09:58 +0000)]
* tree.h (DECL_FROM_INLINE): Check DECL_ABSTRACT_ORIGIN too.

From-SVN: r30974

24 years ago* loop.c (insert_loop_mem): Ignore memory clobbers.
Richard Henderson [Thu, 16 Dec 1999 09:55:20 +0000 (01:55 -0800)]
* loop.c (insert_loop_mem): Ignore memory clobbers.

From-SVN: r30973

24 years agoi386.md (movqi): Use "nonimmediate_operand" for output operand.
Jan Hubicka [Thu, 16 Dec 1999 09:50:17 +0000 (10:50 +0100)]
i386.md (movqi): Use "nonimmediate_operand" for output operand.

* i386.md (movqi): Use "nonimmediate_operand" for output operand.
(movstrictqi, movdi, movsf, movdf, movxf): Likewise.
(adddi, addqi, addhi, subdi, subqi, subhi, ffs): Likewise.

From-SVN: r30972