platform/upstream/gcc.git
23 years agoAdded the missing #endif.
Chandrakala Chavva [Thu, 19 Oct 2000 15:44:32 +0000 (11:44 -0400)]
Added the missing #endif.

From-SVN: r36950

23 years ago* i386.h (CONST_OK_FOR_LETTER): Re-add 'N'; document.
Jan Hubicka [Thu, 19 Oct 2000 12:27:28 +0000 (14:27 +0200)]
* i386.h (CONST_OK_FOR_LETTER): Re-add 'N'; document.

From-SVN: r36949

23 years agoparse.y (process_imports): Consider that one might be trying to import an innerclass.
Alexandre Petit-Bianco [Thu, 19 Oct 2000 07:51:54 +0000 (07:51 +0000)]
parse.y (process_imports): Consider that one might be trying to import an innerclass.

2000-07-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>

        * parse.y (process_imports): Consider that one might be trying to
        import an innerclass. Fixes gcj/254

(http://gcc.gnu.org/ml/gcc-patches/2000-10/msg00631.html)

From-SVN: r36948

23 years agoDaily bump.
Jeff Law [Thu, 19 Oct 2000 07:45:11 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r36947

23 years agogjavah.c (add_class_decl): Removed unused variables `tname', `tlen' and `name_index'.
Alexandre Petit-Bianco [Thu, 19 Oct 2000 04:19:09 +0000 (04:19 +0000)]
gjavah.c (add_class_decl): Removed unused variables `tname', `tlen' and `name_index'.

2000-10-18  Alexandre Petit-Bianco  <apbianco@cygnus.com>

* gjavah.c (add_class_decl): Removed unused variables `tname',
`tlen' and `name_index'.
* java-tree.h (BUILD_FILENAME_IDENTIFIER_NODE): New macro.
* jcf-parse.c (jcf_parse_source): Use it and set EXPR_WFL_FILENAME
in `wfl_operator' with value.
(yyparse): Use BUILD_FILENAME_IDENTIFIER_NODE.
(jcf_figure_file_type): Fixed identation.
* lex.c (java_get_line_col): Use EOF. Tuned `^' placement.
* parse.y (analyze_clinit_body): New function.
(static_initializer:): Reset `current_static_block'.
(java_parser_context_restore_global): Set EXPR_WFL_FIILENAME_NODE in
`wfl_operator' with new value.
(lookup_cl): Use EXPR_WFL_FILENAME.
(maybe_yank_clinit): Handle bogus <clinit> bodies, call
analyze_clinit_body.
(build_outer_field_access): Access to this$<n> built from
current_class, not its outer context.
(build_access_to_thisn): Fixed leading comment. Tidied things up.
(resolve_qualified_expression_name): Handle `T.this' and `T.this.f()'.
(patch_method_invocation): Use `is_static_flag' when already
initialized.
(patch_newarray): Removed assignment in ternary operator.

(http://gcc.gnu.org/ml/gcc-patches/2000-10/msg00629.html)

From-SVN: r36946

23 years agoMakefile.am (exception): Change exception.cc to exception_support.cc.
Benjamin Kosnik [Wed, 18 Oct 2000 23:45:59 +0000 (23:45 +0000)]
Makefile.am (exception): Change exception.cc to exception_support.cc.

2000-10-18   Benjamin Kosnik  <bkoz@purist.soma.redhat.com>

* libsupc++/Makefile.am (exception): Change exception.cc to
exception_support.cc.
(CXXLINK): Remove bogus --tag CC.
* libsupc++/Makefile.in: Regenerate.
* libsupc++/exception.cc: Move to...
* libsupc++/exception_support.cc: ...here.

* src/Makefile.am: Remove bogus --tag CC.
* src/Makefile.in: Regenerate.

* include/bits/locale_facets.tcc (use_facet): Simplify.
* include/bits/locale_facets.h (use_facet<ctype<char> >): Correct
use_facet declaration. Replace 'const ctype<T>' with ctype<T>.
(use_facet<ctype<wchar_t> >): Same.
* src/locale-inst.cc: Remove explicit instantiation.
* src/locale.cc: Correct signature here too.
(_Bad_use_facet::what()): Correct error string.
* include/bits/localefwd.h: Correct comment.

* mkcheck.in (C_DIR): Change libsupc++/include to libsupc++.

From-SVN: r36945

23 years agolibio.h (_IO_USER_LOCK): Define.
Chip Salzenberg [Wed, 18 Oct 2000 23:29:30 +0000 (23:29 +0000)]
libio.h (_IO_USER_LOCK): Define.

2000-10-18  Chip Salzenberg  <chip@valinux.com>

        * libio/libio.h (_IO_USER_LOCK): Define.

From-SVN: r36944

23 years agoMakefile.am (exception): Change exception.cc to exception_support.cc.
Benjamin Kosnik [Wed, 18 Oct 2000 23:26:22 +0000 (23:26 +0000)]
Makefile.am (exception): Change exception.cc to exception_support.cc.

2000-10-18   Benjamin Kosnik  <bkoz@purist.soma.redhat.com>

* libsupc++/Makefile.am (exception): Change exception.cc to
exception_support.cc.
(CXXLINK): Remove bogus --tag CC.
* libsupc++/Makefile.in: Regenerate.
* libsupc++/exception.cc: Move to...
* libsupc++/exception_support.cc: ...here.

* src/Makefile.am: Remove bogus --tag CC.
* src/Makefile.in: Regenerate.

* include/bits/locale_facets.tcc (use_facet): Simplify.
* include/bits/locale_facets.h (use_facet<ctype<char> >): Correct
use_facet declaration. Replace 'const ctype<T>' with ctype<T>.
(use_facet<ctype<wchar_t> >): Same.
* src/locale-inst.cc: Remove explicit instantiation.
* src/locale.cc: Correct signature here too.
(_Bad_use_facet::what()): Correct error string.
* include/bits/localefwd.h: Correct comment.

* mkcheck.in (C_DIR): Change libsupc++/include to libsupc++.

From-SVN: r36943

23 years agoAdding new option -ftrapv.
Chandrakala Chavva [Wed, 18 Oct 2000 21:33:41 +0000 (17:33 -0400)]
Adding new option -ftrapv.

From-SVN: r36942

23 years agot-netware: Bring in from the Red Hat tree.
Geoff Keating [Wed, 18 Oct 2000 19:57:54 +0000 (19:57 +0000)]
t-netware: Bring in from the Red Hat tree.

2000-10-18  Geoffrey Keating  <geoffk@cygnus.com>
    David V. Henkel-Wallace  <gumby@cygnus.com>

* config/i386/t-netware: Bring in from the Red Hat tree.
* config/i386/netware.h: Likewise.
* config/netware.h: Likewise.
* config/rs6000/netware.h: Delete.
* configure.in: Add i[34567]86-*-netware.
* configure: Hand-edit to match configure.in change.

Co-Authored-By: David V. Henkel-Wallace <gumby@cygnus.com>
From-SVN: r36941

23 years agoc-common.h (flag_no_builtin): Declare.
Mark Mitchell [Wed, 18 Oct 2000 18:59:04 +0000 (18:59 +0000)]
c-common.h (flag_no_builtin): Declare.

* c-common.h (flag_no_builtin): Declare.
(flag_no_nonansi_builtin): Likewise.
(c_common_nodes_and_builtins): Change prototype.
* c-common.c (flag_no_builtin): New variable.
(flag_no_nonansi_builtin): Likewise.
(c_common_nodes_and_builtins): Remove parameters.  Adjust
accordingly.
* c-decl.c (flag_no_builtin): Remove.
(flag_no_nonansi_builtin): Likewise.
(init_decl_processing): Adjust call to
c_common_nodes_and_builtins.

* cp-tree.h (cp_tree_index): Add CPTI_FAKE_STD.
(fake_std_node): New macro.
* decl.c (in_std): Rename to ...
(in_fake_std): ... this.
(flag_no_builtin): Remove.
(flag_no_nonansi_builtin): Likewise.
(walk_namespaces_r): Use fake_std_node.
(push_namespace): Use std_identifier.
(pop_namespace): Use in_fake_std.
(lookup_name_real): Use fake_std_node.
(init_decl_processing): When -fhonor-std, create the `std'
namespace.  Don't create a dummy fake_std_node in that case.
Adjust call to c_common_nodes_and_builtins.  Use std_identifier.
(builtin_function): Put builtins whose names don't begin
with `_' in the std namespace.
* decl2.c (flag_no_builtin): Remove.
(flag_no_nonansi_builtin): Likewise.
(set_decl_namespace): Use fake_std_node.
(validate_nonmember_using_decl): Likewise.
(do_using_directive): Likewise.
(handle_class_head): Likewise.
* dump.c (dequeue_and_dump): Likewise.
* except.c (init_exception_processing): Use std_identifier.
* init.c (build_member_call): Use fake_std_node.
* rtti.c (init_rtti_processing): Use std_identifier.

From-SVN: r36940

23 years agotm.texi (LIBGCC_SPEC): Synch with reality.
Marc Espie [Wed, 18 Oct 2000 17:51:54 +0000 (17:51 +0000)]
tm.texi (LIBGCC_SPEC): Synch with reality.

2000-10-18  Marc Espie <espie@openbsd.org>

* tm.texi (LIBGCC_SPEC): Synch with reality.

From-SVN: r36939

23 years agoRectify missing entry.
Marc Espie [Wed, 18 Oct 2000 17:44:42 +0000 (17:44 +0000)]
Rectify missing entry.

From-SVN: r36938

23 years agoiostream.cc (ends): Release the acquired lock.
Jakub Jelinek [Wed, 18 Oct 2000 16:52:12 +0000 (18:52 +0200)]
iostream.cc (ends): Release the acquired lock.

* iostream.cc (ends): Release the acquired lock.
(endl): Likewise.

From-SVN: r36937

23 years agoc-common.c (check_format_types): Check for writing through a NULL pointer argument.
Joseph Myers [Wed, 18 Oct 2000 16:09:35 +0000 (17:09 +0100)]
c-common.c (check_format_types): Check for writing through a NULL pointer argument.

* c-common.c (check_format_types): Check for writing through a
NULL pointer argument.

testsuite:
* gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
writing through null pointers; remove comment about testing
unterminated strings.

From-SVN: r36936

23 years agotm.texi (Exception Region Output): Document DWARF_CIE_DATA_ALIGNMENT.
Hans-Peter Nilsson [Wed, 18 Oct 2000 12:49:47 +0000 (12:49 +0000)]
tm.texi (Exception Region Output): Document DWARF_CIE_DATA_ALIGNMENT.

* tm.texi (Exception Region Output): Document
DWARF_CIE_DATA_ALIGNMENT.
* dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Wrap definition in
#ifndef.
[ENABLE_CHECKING] (reg_save): Abort if offset is not a multiple of
DWARF_CIE_DATA_ALIGNMENT.

From-SVN: r36935

23 years agobasic-block.h (struct loop): Delete fields pre_header_root and pre_header_trace and...
Michael Hayes [Wed, 18 Oct 2000 10:10:38 +0000 (10:10 +0000)]
basic-block.h (struct loop): Delete fields pre_header_root and pre_header_trace and replace with...

* basic-block.h (struct loop): Delete fields pre_header_root
and pre_header_trace and replace with pre_header_edges
and num_pre_header_edges.
* flow.c (flow_loop_dump): Dump pre_header_edges.
(flow_loops_free): Free pre_header_edges.
(flow_loop_pre_header_scan): Calculate pre_header_edges.

From-SVN: r36934

23 years agocontrib.texi: Update references to steering committee members and Jeff Law's entry.
Gerald Pfeifer [Wed, 18 Oct 2000 09:05:45 +0000 (11:05 +0200)]
contrib.texi: Update references to steering committee members and Jeff Law's entry.

* contrib.texi: Update references to steering committee members
and Jeff Law's entry.

From-SVN: r36933

23 years agoDaily bump.
Jeff Law [Wed, 18 Oct 2000 07:45:11 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r36932

23 years agoc-common.c (CPLUSPLUS_STD_VER, [...]): Define.
Joseph Myers [Wed, 18 Oct 2000 07:33:04 +0000 (08:33 +0100)]
c-common.c (CPLUSPLUS_STD_VER, [...]): Define.

* c-common.c (CPLUSPLUS_STD_VER, C_STD_VER, C_STD_NAME): Define.
(maybe_read_dollar_number, check_format_info_main): Use them for
pedantic warning messages.

From-SVN: r36931

23 years agoh8300.c: Fix a comment typo.
Kazu Hirata [Wed, 18 Oct 2000 07:17:36 +0000 (07:17 +0000)]
h8300.c: Fix a comment typo.

2000-10-18  Kazu Hirata  <kazu@hxi.com>

* h8300.c: Fix a comment typo.
(round_frame_size): New.
(compute_saved_regs): Likewise.
(push): Likewise.
(pop): Likewise.
(push_order): Remove.
(pop_order): Likewise.
(function_prologue): Rearrange code for readability.
(function_epilogue): Likewise.

From-SVN: r36930

23 years agoc-common.c (check_format_info_main): Minor cleanup...
Joseph Myers [Wed, 18 Oct 2000 06:49:34 +0000 (07:49 +0100)]
c-common.c (check_format_info_main): Minor cleanup...

* c-common.c (check_format_info_main): Minor cleanup: move
variables into inner scopes; initialize declarations where
appropriate; don't hardcode "scanf" name on warning for zero
width.

From-SVN: r36929

23 years agoc-common.c (back_end_hook): New variable.
Mark Mitchell [Wed, 18 Oct 2000 05:45:37 +0000 (05:45 +0000)]
c-common.c (back_end_hook): New variable.

* c-common.c (back_end_hook): New variable.
* c-common.h (back_end_hook): Declare it.
* c-lang.c (finish_file): Use it.

* emit-rtl.c (init_emit_once): Initialize the const_int_htab
earlier.

* cp-tree.h (back_end_hook): Remove declaration.
* decl2.c (back_end_hook): Remove definition.

* dump.c (dequeue_and_dump): Dump TREE_USED.

From-SVN: r36928

23 years agoi386.c (ix86_comparison_operator, [...]): Handle CCRCmode.
Jan Hubicka [Wed, 18 Oct 2000 05:11:37 +0000 (05:11 +0000)]
i386.c (ix86_comparison_operator, [...]): Handle CCRCmode.

        * i386.c (ix86_comparison_operator, put_condition_code,
        ix86_match_ccmode, ix86_cc_mode): Handle CCRCmode.
        (ix86_expand_strlensi_unroll_1): Use CCRCmode.
        * i386.h (EXTRA_CC_MODES): Add CCRCmode.
        * i386.md (adddi and negdi splitter): Use CCRCmode.
        (add?i_3, add?i_4, add?i_5): Use CCRCmode; swap operands
        (subsi3_carry): add '*'
        (addsi3_carry_rc, subsi3_carry_rc, x86_movsicc_0_m1_rc): New.
        (cmp to add peep2): Use CCRCmode; swap operands.

From-SVN: r36927

23 years agoreorg.c: Fix formatting.
Kazu Hirata [Wed, 18 Oct 2000 04:41:35 +0000 (04:41 +0000)]
reorg.c: Fix formatting.

2000-10-18  Kazu Hirata  <kazu@hxi.com>

* reorg.c: Fix formatting.

From-SVN: r36926

23 years agoh8300.md: Remove an unnecessary sign_extend expander that is used when not optimizing.
Kazu Hirata [Wed, 18 Oct 2000 04:32:48 +0000 (04:32 +0000)]
h8300.md: Remove an unnecessary sign_extend expander that is used when not optimizing.

2000-10-18  Kazu Hirata  <kazu@hxi.com>

* config/h8300/h8300.md: Remove an unnecessary sign_extend
expander that is used when not optimizing.  Output a tab after
each assembly insns.

From-SVN: r36925

23 years ago* gcc.c-torture/execute/20001017-2.c: New test.
Matthew Hiller [Wed, 18 Oct 2000 02:27:57 +0000 (02:27 +0000)]
* gcc.c-torture/execute/20001017-2.c: New test.

From-SVN: r36924

23 years agoreload1.c (move2add_note_store): Check for simple auto-inc in destination.
Joern Rennecke [Wed, 18 Oct 2000 02:26:26 +0000 (02:26 +0000)]
reload1.c (move2add_note_store): Check for simple auto-inc in destination.

        * reload1.c (move2add_note_store): Check for simple
        auto-inc in destination.

From-SVN: r36923

23 years agoi386-aout.h: define INT_ASM_OP.
Michael Chastain [Wed, 18 Oct 2000 02:23:58 +0000 (02:23 +0000)]
i386-aout.h: define INT_ASM_OP.

2000-09-26  Michael Chastain  <chastain@redhat.com>

* config/i386/i386-aout.h: define INT_ASM_OP.

From-SVN: r36922

23 years ago* spew.c (snarf_defarg): Cast 2nd arg to obstack_blank to (int).
Brad Lucier [Wed, 18 Oct 2000 02:19:56 +0000 (02:19 +0000)]
* spew.c (snarf_defarg): Cast 2nd arg to obstack_blank to (int).

From-SVN: r36921

23 years ago* pa.c (print_operand): Handle case 'c' for .vtable_inherit
Alan Modra [Wed, 18 Oct 2000 02:12:03 +0000 (02:12 +0000)]
* pa.c (print_operand): Handle case 'c' for .vtable_inherit

From-SVN: r36920

23 years ago* testsuite/27_io/istream_seeks.cc: Fix spelling typo. * testsuite/27_io/ostre...
Martin Buchholz [Wed, 18 Oct 2000 02:07:54 +0000 (02:07 +0000)]
* testsuite/27_io/istream_seeks.cc: Fix spelling typo.        * testsuite/27_io/ostream_seeks.cc: Similarly.

From-SVN: r36919

23 years ago* i370.md: Fix spelling typo.
Martin Buchholz [Wed, 18 Oct 2000 02:06:38 +0000 (02:06 +0000)]
* i370.md: Fix spelling typo.

From-SVN: r36918

23 years ago20001018-1.c: New test.
Joseph Myers [Tue, 17 Oct 2000 23:35:41 +0000 (00:35 +0100)]
20001018-1.c: New test.

* gcc.c-torture/compile/20001018-1.c: New test.
* gcc.c-torture/compile/20001018-1.x: Xfail.

From-SVN: r36917

23 years ago* ChangeLog: Remove CVS conflict marker, fix typos.
Franz Sirl [Tue, 17 Oct 2000 23:26:18 +0000 (23:26 +0000)]
* ChangeLog: Remove CVS conflict marker, fix typos.

From-SVN: r36916

23 years agoexcept.c (free_eh_ranges): Don't free `whole_range.'
Alexandre Petit-Bianco [Tue, 17 Oct 2000 22:48:59 +0000 (22:48 +0000)]
except.c (free_eh_ranges): Don't free `whole_range.'

2000-10-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>

        * except.c (free_eh_ranges): Don't free `whole_range.'

(http://gcc.gnu.org/ml/gcc-patches/2000-10/msg00557.html)

From-SVN: r36915

23 years agofunction.c (locate_and_pad_parm): Don't align stack unconditionally.
Franz Sirl [Tue, 17 Oct 2000 22:17:34 +0000 (22:17 +0000)]
function.c (locate_and_pad_parm): Don't align stack unconditionally.

2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>

* function.c (locate_and_pad_parm): Don't align stack unconditionally.
Fixes execute/20001017-1.c on pwerpc-linux-gnu.
* expr.c (store_constructor): Apply MEM_ALIAS_SET to MEMs only.
* rs6000/rs6000.c (rs6000_hash_constant): use X0INT to access a
LABEL_REF.
* rs6000/rs6000.h (NO_DOLLAR_IN_LABEL, DOLLARS_IN_IDENTIFIERS,
ENCODE_SECTION_INFO, ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Move from
here...
* rs6000/aix.h: ...to here.
* rs6000/linux.h (ASM_APP_ON, ASM_APP_OFF): Define to Linux-style.

From-SVN: r36914

23 years ago20001017-1.c: New test.
Franz Sirl [Tue, 17 Oct 2000 22:04:51 +0000 (22:04 +0000)]
20001017-1.c: New test.

2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>

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

From-SVN: r36913

23 years agoalpha.h (ASM_OUTPUT_MI_THUNK): Reload gp if needed.
Jakub Jelinek [Tue, 17 Oct 2000 21:45:23 +0000 (23:45 +0200)]
alpha.h (ASM_OUTPUT_MI_THUNK): Reload gp if needed.

* config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Reload gp if needed.
* config/sparc/sparc.h (ASM_OUTPUT_MI_THUNK): Always use call, make
sure linker can relax even the delay slot mov %g1,%o7, fix output
formating.

From-SVN: r36912

23 years agoh8300.md: Remove an unnecessary zero_extend expander that is used when not optimizing.
Kazu Hirata [Tue, 17 Oct 2000 20:17:35 +0000 (20:17 +0000)]
h8300.md: Remove an unnecessary zero_extend expander that is used when not optimizing.

2000-10-17  Kazu Hirata  <kazu@hxi.com>

* config/h8300/h8300.md: Remove an unnecessary zero_extend
expander that is used when not optimizing.  Output a tab after
each assembly insns.

From-SVN: r36911

23 years agoAdded new option --target-help.
Chandrakala Chavva [Tue, 17 Oct 2000 20:07:51 +0000 (16:07 -0400)]
Added new option --target-help.

From-SVN: r36910

23 years agoi386.md (testqi_1): Add missing operand prefix for operand 0.
Graham Stott [Tue, 17 Oct 2000 19:12:43 +0000 (19:12 +0000)]
i386.md (testqi_1): Add missing operand prefix for operand 0.

  * config/i386/i386.md (testqi_1): Add missing operand prefix
  for operand 0.
  * config/i386/i386-protos.h: Add missing prototype.

From-SVN: r36909

23 years ago* i386.md (testqi_1): Add missing operand prefix for operand 0.
Graham Stott [Tue, 17 Oct 2000 19:05:40 +0000 (19:05 +0000)]
* i386.md (testqi_1): Add missing operand prefix for operand 0.

From-SVN: r36908

23 years ago* i386-protos.h: Add missing prototype.
Graham Stott [Tue, 17 Oct 2000 19:01:14 +0000 (19:01 +0000)]
* i386-protos.h: Add missing prototype.

From-SVN: r36907

23 years agounix.h (ASM_OUTPUT_MI_THUNK): Symbol _GLOBAL_OFFSET_TABLE should not have a $ prefix...
Diego Novillo [Tue, 17 Oct 2000 18:47:47 +0000 (18:47 +0000)]
unix.h (ASM_OUTPUT_MI_THUNK): Symbol _GLOBAL_OFFSET_TABLE should not have a $ prefix when using -mintel-syntax.

2000-10-17  Diego Novillo  <dnovillo@cygnus.com>

* config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Symbol
_GLOBAL_OFFSET_TABLE should not have a $ prefix when
using -mintel-syntax.

From-SVN: r36906

23 years agoc-common.c (FMT_FLAG_DOLLAR_MULTIPLE): Define.
Joseph Myers [Tue, 17 Oct 2000 18:16:15 +0000 (19:16 +0100)]
c-common.c (FMT_FLAG_DOLLAR_MULTIPLE): Define.

* c-common.c (FMT_FLAG_DOLLAR_MULTIPLE): Define.
(format_types): Use it for printf.
(maybe_read_dollar_number): Add parameter for the kind of format
involved.  Warn for multiple use for arguments if this is
inappropriate for the kind of format involved.
(check_format_info_main): Update calls to maybe_read_dollar_number.

testsuite:
* gcc.dg/format-xopen-1.c: Update comments; adjust for checking
for multiple use of arguments with scanf formats; add tests for
multiple use of arguments.

From-SVN: r36905

23 years agoinclhack.def (hpux_maxint): Also apply fix to values.h.
J. David Anglin [Tue, 17 Oct 2000 16:35:12 +0000 (10:35 -0600)]
inclhack.def (hpux_maxint): Also apply fix to values.h.

        * inclhack.def (hpux_maxint): Also apply fix to values.h.
        * fixincl.x: Rebuilt.

From-SVN: r36904

23 years agogenrecog.c (write_switch): Return the first condition that needs a label.
Alexandre Oliva [Tue, 17 Oct 2000 14:27:53 +0000 (14:27 +0000)]
genrecog.c (write_switch): Return the first condition that needs a label.

* genrecog.c (write_switch): Return the first condition that needs a
label.

From-SVN: r36903

23 years agovia Alexandre Oliva <aoliva@redhat.com>
Benjamin Kosnik [Tue, 17 Oct 2000 10:12:23 +0000 (10:12 +0000)]
via Alexandre Oliva <aoliva@redhat.com>

2000-10-17  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>

via Alexandre Oliva  <aoliva@redhat.com>
* libsupc++/Makefile.am: Add --tag CXX, --tag CC, comments.
* libsupc++/Makefile.in: Regenerate.
* src/Makefile.am: Duplicate code.
* src/Makefile.in: Regenerate.

* acinclude.m4 (GLIBCPP_ENABLE_RELIBGCC): Take this out.
* aclocal.m4: Regenerate.
* configure.in: And here.
* configure: Regenerate.

* acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Disable
test for SECTION_LDFLAGS.

From-SVN: r36902

23 years agoImproved sequence point warnings
Bernd Schmidt [Tue, 17 Oct 2000 09:34:21 +0000 (09:34 +0000)]
Improved sequence point warnings

From-SVN: r36901

23 years agoShadow headers would work if libsupc++ was strict about namespaces.
Benjamin Kosnik [Tue, 17 Oct 2000 08:25:08 +0000 (08:25 +0000)]
Shadow headers would work if libsupc++ was strict about namespaces.

2000-10-16  Benjamin Kosnik  <bkoz@gnu.org>

Shadow headers would work if libsupc++ was strict about namespaces.
This only possible if g++ maps std::size_t -> size_t. (Hint hint.)
* include/c_std/assert.h: Add guards.
* include/c_std/bits/std_climits.h: Correct typo.
* include/c_std/ctype.h: Remove #error.

* libio/libioP.h: Break up extern "C" bits around includes.
* libio/libio.h: Only include C headers, or else _C_legacy namespaces
will be nested.
* libio/libioP.h: Same here.

From-SVN: r36900

23 years agoDaily bump.
Jeff Law [Tue, 17 Oct 2000 07:45:08 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r36899

23 years agodecl.c (WINT_TYPE): Define.
Joseph Myers [Tue, 17 Oct 2000 07:00:06 +0000 (08:00 +0100)]
decl.c (WINT_TYPE): Define.

* decl.c (WINT_TYPE): Define.
(init_decl_processing): Create types unsigned_ptrdiff_type_node,
c_size_type_node, signed_size_type_node and wint_type_node.

From-SVN: r36898

23 years agoc-common.h (warn_missing_format_attribute): New variable.
Joseph Myers [Tue, 17 Oct 2000 06:52:06 +0000 (07:52 +0100)]
c-common.h (warn_missing_format_attribute): New variable.

* c-common.h (warn_missing_format_attribute): New variable.
* c-decl.c (warn_missing_format_attribute): New variable.
(c_decode_option): Decode -Wmissing-format-attribute and
-Wno-missing-format-attribute.
* c-common.c (check_function_format): If
-Wmissing-format-attribute, give a warning where a vprintf or
vscanf function is called by a function without its own printf or
scanf attribute.
* toplev.c (documented_lang_options): Add
-Wmissing-format-attribute.
* invoke.texi: Document -Wmissing-format-attribute.

cp:
* decl2.c (warn_missing_format_attribute): New variable.
(lang_decode_option): Decode -Wmissing-format-attribute.

testsuite:
* gcc.dg/format-miss-1.c: New test.

From-SVN: r36897

23 years agoinvoke.texi (-shared): Insist on requiring code generation flags to be used along...
Marc Espie [Tue, 17 Oct 2000 05:20:14 +0000 (05:20 +0000)]
invoke.texi (-shared): Insist on requiring code generation flags to be used along with -shared...

2000-10-17  Marc Espie <espie@openbsd.org>

* invoke.texi (-shared): Insist on requiring code generation flags
to be used along with -shared, and document the subtle failure that
may occur otherwise.

From-SVN: r36896

23 years ago* pa.md (return_internal): Move `use' after `return'.
J. David Anglin [Tue, 17 Oct 2000 04:43:58 +0000 (04:43 +0000)]
* pa.md (return_internal): Move `use' after `return'.

From-SVN: r36895

23 years agoOnly create gcc/configargs.h if gcc build directory is present
Michael Meissner [Tue, 17 Oct 2000 03:00:51 +0000 (03:00 +0000)]
Only create gcc/configargs.h if gcc build directory is present

From-SVN: r36894

23 years agodecl.c (init_decl_processing): Call init_class_processing before anything else.
Anthony Green [Mon, 16 Oct 2000 22:45:07 +0000 (22:45 +0000)]
decl.c (init_decl_processing): Call init_class_processing before anything else.

* decl.c (init_decl_processing): Call init_class_processing before
anything else.

From-SVN: r36892

23 years ago* gcc.c-torture/execute/20001013-1.c: New test.
Jakub Jelinek [Mon, 16 Oct 2000 19:55:27 +0000 (21:55 +0200)]
* gcc.c-torture/execute/20001013-1.c: New test.

From-SVN: r36891

23 years agoh8300.c: Include ggc.h.
Kazu Hirata [Mon, 16 Oct 2000 19:20:38 +0000 (19:20 +0000)]
h8300.c: Include ggc.h.

2000-10-16  Kazu Hirata  <kazu@hxi.com>

* config/h8300/h8300.c: Include ggc.h.

From-SVN: r36890

23 years agotypeck.c (qualify_type): Remove.
Mark Mitchell [Mon, 16 Oct 2000 18:41:49 +0000 (18:41 +0000)]
typeck.c (qualify_type): Remove.

* typeck.c (qualify_type): Remove.
(composite_pointer_type): Fix handling of conversions to `cv void*'.

From-SVN: r36889

23 years agoReplace with URL for FSF service directory
Mark Mitchell [Mon, 16 Oct 2000 17:50:49 +0000 (17:50 +0000)]
Replace with URL for FSF service directory

From-SVN: r36888

23 years agounix.h (ASM_OUTPUT_MI_THUNK): Output final jump using appropriate assembler dialect.
Diego Novillo [Mon, 16 Oct 2000 16:52:47 +0000 (16:52 +0000)]
unix.h (ASM_OUTPUT_MI_THUNK): Output final jump using appropriate assembler dialect.

2000-10-13  Diego Novillo  <dnovillo@cygnus.com>

* config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Output final jump using
appropriate assembler dialect.

From-SVN: r36887

23 years ago* machmode.def: Correct comment.
Theodore Papadopoulo [Mon, 16 Oct 2000 16:38:49 +0000 (18:38 +0200)]
* machmode.def: Correct comment.

From-SVN: r36886

23 years agoprint-rtl.c (print_rtx_head): Constify.
Rodney Brown [Mon, 16 Oct 2000 16:24:54 +0000 (16:24 +0000)]
print-rtl.c (print_rtx_head): Constify.

        * print-rtl.c (print_rtx_head): Constify.
        * rtl.h (print_rtx_head): Similarly.

From-SVN: r36885

23 years agopa-protos.h (output_64bit_and, [...]): Constify char * return value.
Rodney Brown [Mon, 16 Oct 2000 16:20:23 +0000 (16:20 +0000)]
pa-protos.h (output_64bit_and, [...]): Constify char * return value.

        * config/pa/pa/pa-protos.h (output_64bit_and, output_64bit_ior):
        Constify char * return value.
        * config/pa/pa/pa.c
        (output_64bit_and, output_64bit_ior): Constify char * return value.
        (pa_can_combine_p): Make static.
        (function_arg): Decorate unused `named' argument. Fix comment typo.
        (function_arg_partial_nregs): Decorate unused `named' argument.

From-SVN: r36884

23 years agoc-common.c (format_check_results): New structure.
Joseph Myers [Mon, 16 Oct 2000 16:16:57 +0000 (17:16 +0100)]
c-common.c (format_check_results): New structure.

* c-common.c (format_check_results): New structure.
(finish_dollar_format_checking): Adjust to take a
format_check_results * parameter.
(check_format_info, check_format_info_recurse,
check_format_info_main): Split check_format_info into three
functions, the main checking going in check_format_info_main.
Recurse when any reduction of the format string argument towards a
string literal is done; go down both branches of a conditional
expression.  Don't warn for extra format arguments or empty format
strings if they only occur in some branches of a conditional
expression.

testsuite:
* gcc.dg/format-branch-1.c: New test.

From-SVN: r36883

23 years agoi386.md (*movsi_or): Switch operand order for intel syntax.
Diego Novillo [Mon, 16 Oct 2000 16:09:38 +0000 (16:09 +0000)]
i386.md (*movsi_or): Switch operand order for intel syntax.

2000-10-15  Diego Novillo  <dnovillo@cygnus.com>

* i386.md (*movsi_or): Switch operand order for intel syntax.

From-SVN: r36882

23 years agoconfig.if: Search libstdc++-v3/configure.in for INTERFACE, when configured for libstd...
Matthias Klose [Mon, 16 Oct 2000 16:00:43 +0000 (16:00 +0000)]
config.if: Search libstdc++-v3/configure.in for INTERFACE, when configured for libstdc++-v3.

        * config.if: Search libstdc++-v3/configure.in for INTERFACE,
        when configured for libstdc++-v3.

From-SVN: r36881

23 years agoh8300.c: Remove obstack.
Kazu Hirata [Mon, 16 Oct 2000 13:55:24 +0000 (13:55 +0000)]
h8300.c: Remove obstack.

2000-10-16  Kazu Hirata  <kazu@hxi.com>

* config/h8300/h8300.c: Remove obstack.

From-SVN: r36880

23 years ago* README, lib/file-format.exp: Remove EGCS references.
Joseph Myers [Mon, 16 Oct 2000 10:00:23 +0000 (11:00 +0100)]
* README, lib/file-format.exp: Remove EGCS references.

From-SVN: r36879

23 years agortlanal.c (may_trap_p): Check operand modes of COMPARE.
Jakub Jelinek [Mon, 16 Oct 2000 07:46:09 +0000 (09:46 +0200)]
rtlanal.c (may_trap_p): Check operand modes of COMPARE.

* rtlanal.c (may_trap_p): Check operand modes of COMPARE.
* gcc.dg/20001013-1.c: New test.

From-SVN: r36878

23 years agoDaily bump.
Jeff Law [Mon, 16 Oct 2000 07:45:09 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r36877

23 years agoiostream.cc (ostream::operator<<(double n)): Initialize new fields wide and i18n...
Jakub Jelinek [Mon, 16 Oct 2000 07:41:01 +0000 (09:41 +0200)]
iostream.cc (ostream::operator<<(double n)): Initialize new fields wide and i18n of struct printf_info.

* iostream.cc (ostream::operator<<(double n)) [__GLIBC_MINOR__ >= 2]:
Initialize new fields wide and i18n of struct printf_info.
(ostream::operator<<(long double n)) [__GLIBC_MINOR__ >= 2]:
Likewise.

From-SVN: r36876

23 years agoconfigopts.html: Remove libgcc-rebuild; HTML formatting.
Phil Edwards [Mon, 16 Oct 2000 00:20:42 +0000 (00:20 +0000)]
configopts.html: Remove libgcc-rebuild; HTML formatting.

2000-10-15  Phil Edwards  <pme@sources.redhat.com>

* docs/configopts.html:  Remove libgcc-rebuild; HTML formatting.

From-SVN: r36875

23 years agoDummy checkin of footer.html to force web update.
Phil Edwards [Mon, 16 Oct 2000 00:19:27 +0000 (00:19 +0000)]
Dummy checkin of footer.html to force web update.

From-SVN: r36874

23 years agoc90-printf-2.c, [...]: Determine the type for intmax_t in the compiler using __typeof...
Joseph Myers [Sun, 15 Oct 2000 20:30:17 +0000 (21:30 +0100)]
c90-printf-2.c, [...]: Determine the type for intmax_t in the compiler using __typeof__ and the type...

* gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
for intmax_t in the compiler using __typeof__ and the type rules
for conditional expressions.

From-SVN: r36873

23 years agoMakefile.am (toolexeclibdir): Add support fo VERSION_SPECIFIC_LIBS and --with-gxx...
Benjamin Kosnik [Sun, 15 Oct 2000 08:45:33 +0000 (08:45 +0000)]
Makefile.am (toolexeclibdir): Add support fo VERSION_SPECIFIC_LIBS and --with-gxx-include-dir.

2000-10-13  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>
            Mark Harig  <markh@landmark.com>

* src/Makefile.am (toolexeclibdir): Add support fo
VERSION_SPECIFIC_LIBS and --with-gxx-include-dir.
* src/Makefile.in: Regenerate.
* libsupc++/Makefile.am: Same.
(glibcppinstalldir): Adjust.
* libsupc++/Makefile.in: Regenerate.
* Makefile.am: Remove gxx_include_dir. Remove INCLUDE.
* Makefile.in: Regenerate.
* docs/configopts.html: Add descriptions of flags.

Co-Authored-By: Mark Harig <markh@landmark.com>
From-SVN: r36872

23 years agoDaily bump.
Jeff Law [Sun, 15 Oct 2000 07:45:07 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r36871

23 years ago* PROBLEMS: Remove.
Joseph Myers [Sat, 14 Oct 2000 17:20:53 +0000 (18:20 +0100)]
* PROBLEMS: Remove.

From-SVN: r36869

23 years ago* Makefile.in (parse.c, parse.h): Fix think-o in last patch.
Kaveh R. Ghazi [Sat, 14 Oct 2000 14:55:31 +0000 (14:55 +0000)]
* Makefile.in (parse.c, parse.h): Fix think-o in last patch.

From-SVN: r36868

23 years ago* gperf-2.7-19981006.pat: Remove.
Joseph Myers [Sat, 14 Oct 2000 09:56:48 +0000 (10:56 +0100)]
* gperf-2.7-19981006.pat: Remove.

From-SVN: r36867

23 years ago* gcc.texi (Contributing): Update.
Joseph Myers [Sat, 14 Oct 2000 08:23:17 +0000 (09:23 +0100)]
* gcc.texi (Contributing): Update.

From-SVN: r36866

23 years agoDaily bump.
Jeff Law [Sat, 14 Oct 2000 07:45:08 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r36865

23 years ago[multiple changes]
Alexandre Petit-Bianco [Fri, 13 Oct 2000 21:06:45 +0000 (14:06 -0700)]
[multiple changes]

2000-10-11  Rodney Brown  <RodneyBrown@mynd.com>

        * java-tree.h: Constify current_encoding.
        * lang.c: Constify current_encoding.

2000-10-10  Jeff Sturm  <jeff.sturm@appnet.com>

        * jvgenmain.c (class_mangling_suffix): Omit `.'.
        (main): Use `$' when NO_DOLLAR_IN_LABEL is not set, otherwise `.'.

2000-10-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>

        * expr.c (java_lang_expand_expr): Reinstall 1999-08-14 Anthony's
        patch. Fixes gcj/340.

(http://gcc.gnu.org/ml/gcc-patches/2000-10/msg00374.html)

From-SVN: r36864

23 years ago* c-common.c (c_expand_builtin): PARAMS-ize prototype.
Alexandre Oliva [Fri, 13 Oct 2000 19:28:07 +0000 (19:28 +0000)]
* c-common.c (c_expand_builtin): PARAMS-ize prototype.

From-SVN: r36863

23 years agoavr.c (output_movhi, [...]): Fix loading constants 1 and 2 to NO_LD_REGS.
Marek Michalkiewicz [Fri, 13 Oct 2000 17:30:15 +0000 (19:30 +0200)]
avr.c (output_movhi, [...]): Fix loading constants 1 and 2 to NO_LD_REGS.

* config/avr/avr.c (output_movhi, output_movsisf): Fix loading
constants 1 and 2 to NO_LD_REGS.

From-SVN: r36862

23 years agoMakefile.in (c-parse.c, tradcif.c): Create atomically.
Kaveh R. Ghazi [Fri, 13 Oct 2000 16:16:30 +0000 (16:16 +0000)]
Makefile.in (c-parse.c, tradcif.c): Create atomically.

* Makefile.in (c-parse.c, tradcif.c): Create atomically.

* objc/Make-lang.in (objc-parse.c): Likewise.

cp:
* Makefile.in (parse.c, parse.h): Create atomically.

java:
* Make-lang.in (parse.c, parse-scan.c): Create atomically.

* Makefile.in (parse.c, parse-scan.c): Likewise.

From-SVN: r36861

23 years agoarm.c: Include obstack.h
Richard Earnshaw [Fri, 13 Oct 2000 15:54:16 +0000 (15:54 +0000)]
arm.c: Include obstack.h

* arm.c: Include obstack.h
(minipool_obstack, minipool_startobj): Define.
(arm_add_gc_roots): Initialize them.
(create_fix_barrier): Use our new obstack.
(push_minipool_barrier, push_minipool_fix): Likewise.
(arm_reorg): Release obstack memory.

From-SVN: r36860

23 years agosparc.md (nonlocal_goto_receiver): Remove.
Jakub Jelinek [Fri, 13 Oct 2000 14:55:19 +0000 (16:55 +0200)]
sparc.md (nonlocal_goto_receiver): Remove.

* config/sparc/sparc.md (nonlocal_goto_receiver): Remove.
(prologue, exception_receiver, builtin_setjmp_receiver): New
patterns.
* config/sparc/sparc.h (FINALIZE_PIC): Remove.
* config/sparc/sparc-protos.h (finalize_pic): Remove.
(load_pic_register): New prototype.
* config/sparc/sparc.c (pic_setup_code): Remove.
(finalize_pic): Rename to...
(load_pic_register): ...this function.
Don't look for nonlocal_goto_receivers and emit pic setup code
directly.  Don't check current_function_uses_pic_offset_table.

* gcc.dg/20001012-1.c: New test.
* gcc.dg/20001012-2.c: New test.

From-SVN: r36859

23 years ago* tree.h (struct obstack): Declare.
Richard Earnshaw [Fri, 13 Oct 2000 12:23:31 +0000 (12:23 +0000)]
* tree.h (struct obstack): Declare.

From-SVN: r36858

23 years agoDaily bump.
Jeff Law [Fri, 13 Oct 2000 07:45:07 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r36857

23 years agoRemove obstacks.
Mark Mitchell [Fri, 13 Oct 2000 06:26:46 +0000 (06:26 +0000)]
Remove obstacks.

* Makefile.in (ggc-callbacks.o): Remove target.
(flow.o): Depend on GGC_H.
* alias.c (init_alias_analysis):
Remove ggc_p conditionals.
(end_alias_analysis): Likewise.
* basic-block.h (init_flow): New function.
(allocate_reg_life_data): Declare.
* bb-reorder.c (function_obstack): Replace with ...
(flow_obstack): ... new variable.
(fixup_reorder_chain): Use it.
* c-decl.c (ggc_p): Remove.
(caller-save.c): Don't call oballoc/obfree.
* combine.c (struct
undobuf): Remove storage.
(try_combine): Don't call oballoc.
(undo_all): Don't call obfree.
* cse.c (insert): Use xmalloc, not
oballoc.
(cse_main): Adjust accordingly.
* dwarf2out.c (save_rtx): Remove
obstack code.
(dwarf2out_init): Remove ggc_p conditionals.
* emit-rtl.c (rtl_obstack): Remove.
(gen_rtx_CONST_INT): Remove ggc_p conditionals.
(make_insn_raw): Likewise.
(emit_insn_before): Likewise.
(emit_insn_after): Likewise.
(emit_insn): Likewise.
(gen_sequence): Likewise.
(copy_insn_1): Remove handling of `b' RTL components.
(init_emit_once): Remove ggc_p conditionals.
* except.c (create_rethrow_ref): Don't fool with obstacks.
(add_partial_entry): Likewise.
(call_get_eh_context): Likewise.
(begin_protect_partials): Likewise.
(protect_with_terminate): Likewise.
* explow.c
(plus_constant_wide): Likewise.
* expr.c (init_expr_once):
Likewise.
(emit_block_move): Likewise.
(clear_storage): Likewise.
(expand_expr): Likewise.
* flow.c (function_obstack): Remove.
(flow_obstack): New variable.
(flow_firstobj): Likewise.
(create_base_block): Use the flow_obstack.
(split_block): Likewise.
(split_edge): Likewise.
(calculate_global_regs_live): Likewise.
(allocate_bb_life_data): Make it static.  Likewiwse.
(init_flow): New function.
(size_int_type_wide): Remove ggc_p conditionals.
* function.c
(push_function_context_to): Don't call save_tree_status.
(pop_function_context_from): Or restore_tree_status.
(assign_stack_local_1): Don't call push_obstacks.
(find_fixup_replacement): Use xmalloc.
(fixup_var_refs_insns): Free the storage.
(insns_for_mem_walk): Don't mess with obstacks.
(instantiate_decls): Likewise.
(trampoline_address): Likewise.
(expand_function_end): Likewise.
* function.h (sturct function):
Remove obstack-related variables.
(save_tree_status): Don't declare.
(restore_tree_status): Likewise.
* gcse.c (compute_can_copy):
Don't call oballoc/obfree.
* genattrtab.c (operate_exp): Remove
ggc_p conditionals.
(simplify_cond): Likewise.
(simplify_test_exp): Don't mess with obstacks.
(optimize_attrs): Likewise.
* gengenrtl.c (gendef): Don't include
ggc_p conditionals.
* ggc-callbacks.c (ggc_p): Remove.
* ggc-none.c (ggc_p): Remove.
* ggc.h (ggc_p): Don't declare.
* integrate.c (save_for_inline): Don't mess with obstacks.
(integrate_decl_tree): Likewise.
(output_inline_function): Likewise.
* lists.c
(init_EXPR_INSN_LIST_cache): Likewise.
* loop.c (temp_obstack):
Remove.
(rtl_obstack): Likewise.
(init_loop): Don't mess with obstacks.
(reg_address_cost): Free BIVs and GIVs.
(check_insns_for_bivs): Use xmalloc, not oballoc.
(find_mem_givs): Likewise.
(record_biv): Likewise.
(general_induction_var): Likewise.
(product_cheap_p): Likewse.
* optabs.c (init_one_libfunc): Remove
ggc_p conditional.
* print-tree.c (debug_tree): Don't use
oballoc/obfree.
(print_node): Likewise.
* profile.c (output_func_start_profiler):
Remove call to temporary_allocation.
* reload1.c
(eliminate_regs_in_insn): Don't mess with obstacks.
* resource.c
(mark_target_live_regs): Use xmalloc.
(free_resource_info): Free the memory.
* rtl.c (rtl_obstack):
Remove.
(rtvec_alloc): Don't mess with obstacks.
(rtx_alloc): Likewise.
(rtx_free): Remove.
(copy_rtx): Don't handle `b' cases.
(read_rtx): Use a local rtl_obstack.
* rtl.h (oballoc): Remove.
(obfree): Likewise.
(pop_obstacks): Likewise.
(push_obstacks): Likewise.
(allocate_bb_life_data): Likewise.
(allocate_reg_life_data): Likewise.
(rtx_free): Likewise.
* sdbout.c (sdbout_queue_anonymous_type):
Use tree_cons, not saveable_tree_cons.
* simplify-rtx.c
(cselib_init): Don't mess with obstacks.
* stmt.c
(mark_block_nesting): Mark the label_chain.
(epxand_label): Use ggc_alloc, not oballoc.
(clear_last_expr): Don't mess with obstacks.
(expand_decl_cleanup): Likewise.
(expand_dcc_cleanup): Likewise.
(expand_dhc_cleanup): Likewise.
(expand_anon_union_decl): Likewise.
(add_case_node): Use xmalloc, not oballoc.
(free_case_nodes): New function.
(expand_end_case): Call it.
* stor-layout.c (layout_type): Don't
mess with obstacks.
(layout_type): Likewise.
* toplev.c (wrapup_global_declarations):
Likewise.
(compile_file): Remove ggc_p conditionals.
(rest_of_compilation): Call init_flow.  Remove ggc_p conditionals.
(decode_f_option): Remove ggc_p conditionals.
* tree.c
(function_maybepermanent_obstack): Remove.
(maybepermanent_obstack): Likewise.
(function_obstack): Likewise.
(tmeporary_obstack): Likewise.
(momentary_obstack): Likewise.
(temp_decl_obstack): Likewise.
(saveable_obstack): Likewise.
(rtl_obstack): Likewise.
(current_obstack): Likewise.
(expression_obstack): Likewise.
(struct obstack_stack): Likewise.
(obstack_stack): Likewise.
(obstack_stack_obstack): Likewise.
(maybepermanent_firstobj): Likewise.
(temporary_firstobj): Likewise.
(momentary_firstobj): Likewise.
(temp_decl_firstobj): Likewise.
(momentary_function_firstobj): Likewise.
(all_types_permanent): Likewise.
(struct momentary_level): Likewise.
(momentary_stack): Likewise.
(init_obstacks): Remove initialization of removed obstacks.
(save_tree_status): Remove.
(restore_tree_status): Likewise.
(temporary_allocation): Liekwise.
(end_temporary_allocation): Liekwise.
(resume_temporary_allocation): Likewise.
(saveable_allocation): Likewise.
(push_obstacks): Likewise.
(push_obstacks_nochange): Likewise.
(pop_obstacks): Likewise.
(allocation_temporary_p): Likewise.
(permanent_allocation): Likewise.
(preserve_data): Likewise.
(preserve_initializer): Likewise.
(rtl_in_current_obstack): Likewise.
(rtl_in_saveable_obstack): Likewise.
(oballoc): Likewise.
(obfree): Likewise.
(savealloc): Likewise.
(expralloc): Likewise.
(print_obstack_name): Likewise.
(debug_obstack): Likewise.
(object_permanent_p): Likewise.
(push_momentary): Likewise.
(perserve_momentary): Likewise.
(clear_momentary): Likewise.
(pop_momentary): Likewise.
(pop_momentary_nofree): Likewise.
(suspend_momentary): Likewise.
(resume_momentary): Likewise.
(make_node): Don't set TREE_PERMANENT.
(copy_node): Remove ggc_p conditionals.  Don't set TYPE_OBSTACK.
Don't set TREE_PERMANENT.
(get_identifier): Remove ggc_p conditionals.
(build_string): Likewise.
(make_tree_vec): Likewise.
(build_decl_list): Remove.
(build_expr_list): Likewise.
(tree_cons): Remove ggc_p conditionals.
(decl_tree_cons): Remove.
(expr_tree_cons): Likewise.
(perm_tree_cons): Likewise.
(temp_tree_cons): Likewise.
(saveable_tree_cons): Likewise.
(build1): Remove ggc_p conditionals.
(build_parse_node): Likewise.
(build_type_attribute_variant): Don't mess with obstacks.
(build_type_copy): Likewise.
(type_hash_canon): Likewise.
(build_pointer_type): Likewise.
(build_reference_type): Likewise.
(build_index_type): Likewise.
(build_range_type): Likewise.
(dump_tree_statistics): Don't print obstack information.
* tree.h
(struct tree_common): Remove permanent_flag.
(TREE_PERMANENT): Remove.
(TREE_SET_PERMANENT): Likewise.
(TYPE_OBSTACK): Likewise.
(struct tree_type): Remove obstack.
(oballoc): Remove.
(savealloc): Likewise.
(build_decl_list): Likewise.
(build_expr_list): Likewise.
(perm_tree_cons): Likewise.
(temp_tree_cons): Likewise.
(saveable_tree_cons): Likewise.
(decl_tree_cons): Likewise.
(expr_tree_cons): Likewise.
(suspend_momentary): Likewise.
(allocation_temporary_p): Likewise.
(resume_momentary): Likewise.
(push_obstacks_nochange): Likewise.
(permanent_allocation): Likewise.
(push_momentary): Likewise.
(clear_momentary): Likewise.
(pop_momentary): Likewise.
(end_temporary_allocation): Likewise.
(pop_obstacks): Likewise.
(push_obstacks): Likewise.
(pop_momentary_nofree): LIkewise.
(preserve_momentary): Likewise.
(saveable_allocation): Likewise.
(temporary_allocation): Likewise.
(resume_temporary_allocation): Likewise.
(perserve_initializer): Likewise.
(debug_obstack): Likewise.
(rtl_in_current_obstack): Likewise.
(rtl_in_saveable_obstack): Likewise.
(obfree): Likewise.
* varasm.c (current_obstack): Remove.
(saveable_obstack): Remove.
(rtl_obstack): Remove.
(immed_double_const): Don't mess with obstacks.
(immed_real_cons): Likewise.
(output_constant_def): Likewise.
(init_varasm_status): Use xcalloc.
(mark_pool_constant): Mark the pool constant itself.
(free_varasm_status): Free memory.
(decode_rtx_const): Call bzero directly, rather than expanding it
inline.
(record_rtx_const): Don't mess with obstacks.
(force_const_mem): Likewise.
* config/arm/arm.c (arm_encode_call_attribute): Remove ggc_p
conditionals.
(aof_pic_entry): Likewise.
* config/ia64/ia64.c (ia64_encode_section_info): Likewise.
* config/m32r/m32r.c (m32r_encode_section_info): Likewise.
* config/pa/pa.c (saveable_obstack): Remove.
(rtl_obstack): Likewise.
(current_obstack): Likewise.
(output_call): Don't mess with obstacks.
(hppa_encode_label): Remove ggc_p conditionals.
* config/romp/romp.c (get_symref): Don't mess with obstacks.
* config/rs6000/rs6000.c (output_toc): Remove ggc_p conditional.
(rs6000_encode_section_info): Likewise.
* config/sh/sh.c (get_fpscr_rtx): Likewise.

From-SVN: r36856

23 years agoexception.cc: Don't #include "exception".
Bryce McKinlay [Fri, 13 Oct 2000 04:45:57 +0000 (04:45 +0000)]
exception.cc: Don't #include "exception".

2000-10-13  Bryce McKinlay  <bryce@albatross.co.nz>

* exception.cc: Don't #include "exception".
(_Jv_eh_alloc): Call abort (), not terminate (), if malloc fails.

* Makefile.am (libgcj_la_LDFLAGS): Link in libsupc++.
* Makefile.in: Updated.

From-SVN: r36855

23 years agore GNATS gcj/356 (gcjh bug: Can't #include <java/awt/Container.h>)
Tom Tromey [Thu, 12 Oct 2000 18:57:52 +0000 (18:57 +0000)]
re GNATS gcj/356 (gcjh bug: Can't #include <java/awt/Container.h>)

Fix for PR gcj/356:
* gjavah.c (add_class_decl): Don't special-case inner classes.
(add_namelet): Likewise.

From-SVN: r36854

23 years agoi386.md (adddi3, [...]): Update for new pattern.
Jan Hubicka [Thu, 12 Oct 2000 14:03:30 +0000 (14:03 +0000)]
i386.md (adddi3, [...]): Update for new pattern.

* i386.md (adddi3, subdi3 splitters): Update for new pattern.
(addsi3_cc, addqi3_cc, subsi3_cc): Remove
(addsi3_carry): Canonicalize.
(addqi_5): Remove '*'.
(sbb pattern): Canonicalize.

* i386.md (cmp to inc/add peep2): New.

From-SVN: r36853

23 years agoMakefile.am: Use it.
Benjamin Kosnik [Thu, 12 Oct 2000 12:52:09 +0000 (12:52 +0000)]
Makefile.am: Use it.

2000-10-11  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>

* libsupc++/Makefile.am: Use it.
* libio/Makefile.am: Use it.
* libmath/Makefile.am: Use it.
* src/Makefile.am: Use it.
* Makefile.am (AM_MAKEFLAGS): Remove includes.

* acinclude.m4 (GLIBCPP_EXPORT_INCLUES): Move include macros here.
(GLIBCPP_EXPORT_FLAGS): Move CXX flag setting here.
* configure.in: Use it.

* mkcheck.in (SRC_DIR): Use C_INCLUDE_DIR.

* src/Makefile.am (CXXCOMPILE): Remove.
* src/Makefile.in: Regenerate.
* libsupc++/Makefile.am (CXXCOMPILE): Same here.
* libsupc++/Makefile.in: Regenerate.

* include/c_std/*: Merge with shadow.
* include/c_std/bits/*: Same.

* shadow: Remove directory.
* shadow/*: De-populate.

From-SVN: r36852

23 years agoMakefile.am: Use it.
Benjamin Kosnik [Thu, 12 Oct 2000 12:45:58 +0000 (12:45 +0000)]
Makefile.am: Use it.

2000-10-11  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>

* libsupc++/Makefile.am: Use it.
* libio/Makefile.am: Use it.
* libmath/Makefile.am: Use it.
* src/Makefile.am: Use it.
* Makefile.am (AM_MAKEFLAGS): Remove includes.

* acinclude.m4 (GLIBCPP_EXPORT_INCLUES): Move include macros here.
(GLIBCPP_EXPORT_FLAGS): Move CXX flag setting here.
* configure.in: Use it.

* mkcheck.in (SRC_DIR): Use C_INCLUDE_DIR.

* src/Makefile.am (CXXCOMPILE): Remove.
* src/Makefile.in: Regenerate.
* libsupc++/Makefile.am (CXXCOMPILE): Same here.
* libsupc++/Makefile.in: Regenerate.

* include/c_std/*: Merge with shadow.
* include/c_std/bits/*: Same.

From-SVN: r36851

23 years agoMakefile.am: Use it.
Benjamin Kosnik [Thu, 12 Oct 2000 12:44:57 +0000 (12:44 +0000)]
Makefile.am: Use it.

2000-10-11  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>

* libsupc++/Makefile.am: Use it.
* libio/Makefile.am: Use it.
* libmath/Makefile.am: Use it.
* src/Makefile.am: Use it.
* Makefile.am (AM_MAKEFLAGS): Remove includes.

* acinclude.m4 (GLIBCPP_EXPORT_INCLUES): Move include macros here.
(GLIBCPP_EXPORT_FLAGS): Move CXX flag setting here.
* configure.in: Use it.

* mkcheck.in (SRC_DIR): Use C_INCLUDE_DIR.

* src/Makefile.am (CXXCOMPILE): Remove.
* src/Makefile.in: Regenerate.
* libsupc++/Makefile.am (CXXCOMPILE): Same here.
* libsupc++/Makefile.in: Regenerate.

* include/c_std/*: Merge with shadow.
* include/c_std/bits/*: Same.

20

From-SVN: r36850

23 years agobb-reorder.c (reorder_basic_blocks): Allocate an aux block for the exit block.
Richard Earnshaw [Thu, 12 Oct 2000 12:33:59 +0000 (12:33 +0000)]
bb-reorder.c (reorder_basic_blocks): Allocate an aux block for the exit block.

* bb-reorder.c (reorder_basic_blocks): Allocate an aux block for
the exit block.

From-SVN: r36849