OSDN Git Service

pf3gnuchains/gcc-fork.git
23 years agoFix error in last change
bernds [Fri, 22 Dec 2000 18:40:33 +0000 (18:40 +0000)]
Fix error in last change

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38468 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoPrevent LR from being used by 2nd cond exec pass.
nickc [Fri, 22 Dec 2000 18:22:03 +0000 (18:22 +0000)]
Prevent LR from being used by 2nd cond exec pass.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38467 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoAllow the (scratch) frame pointer to be initialised from the stack pointer
nickc [Fri, 22 Dec 2000 17:55:09 +0000 (17:55 +0000)]
Allow the (scratch) frame pointer to be initialised from the stack pointer
plus a constant.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38466 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agooops
jason [Fri, 22 Dec 2000 17:05:50 +0000 (17:05 +0000)]
oops

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38465 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * call.c (joust): Use DECL_NONSTATIC_MEMBER_FUNCTION_P, not
jason [Fri, 22 Dec 2000 16:44:22 +0000 (16:44 +0000)]
    * call.c (joust): Use DECL_NONSTATIC_MEMBER_FUNCTION_P, not
        DECL_STATIC_FUNCTION_P.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38464 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoRenamer improvements.
bernds [Fri, 22 Dec 2000 15:44:42 +0000 (15:44 +0000)]
Renamer improvements.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38463 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * semantics.c (genrtl_finish_function): Don't try to jump to
jason [Fri, 22 Dec 2000 14:51:22 +0000 (14:51 +0000)]
    * semantics.c (genrtl_finish_function): Don't try to jump to
        return_label unless it exists.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38461 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago In partial ordering for a call, ignore parms for which we don't have
jason [Fri, 22 Dec 2000 14:47:23 +0000 (14:47 +0000)]
    In partial ordering for a call, ignore parms for which we don't have
        a real argument.
        * call.c (joust): Pass len to more_specialized.
        (add_template_candidate_real): Strip 'this', pass len.
        * pt.c (more_specialized): Pass len down.  Lose explicit_args parm.
        (get_bindings_order): New fn.  Pass len down.
        (get_bindings_real): Strip 'this', pass len.
        (fn_type_unification): Likewise.
        (type_unification_real): Succeed after checking 'len' args.
        (most_specialized_instantiation): Lose explicit_args parm.
        * class.c (resolve_address_of_overloaded_function): Strip 'this',
        pass len.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38460 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoFix typo in ChangeLog.
ghazi [Fri, 22 Dec 2000 12:44:28 +0000 (12:44 +0000)]
Fix typo in ChangeLog.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38453 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * Makefile.in (sched-deps.o, sched-rgn.o): Fix dependency typo.
ghazi [Fri, 22 Dec 2000 12:27:36 +0000 (12:27 +0000)]
* Makefile.in (sched-deps.o, sched-rgn.o): Fix dependency typo.

* fp-bit.h (usi_to_float): Add prototype.

* i386.c (file_info_cmp): Likewise.
(dwarf2out_line): Hide variable `old_in_use'.

* objc-act.c (objc_fatal): Delete.

* sched-vis.c (visualize_stall_cycles): Remove unused variable.

* system.h (getopt): Fix error in last change.

* varasm.c (assemble_trampoline_template): Constify.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38452 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * collect2.c (main): Use auto_demangling.
jason [Fri, 22 Dec 2000 11:42:51 +0000 (11:42 +0000)]
    * collect2.c (main): Use auto_demangling.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38451 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago000-12-22 Benjamin Kosnik <bkoz@fillmore.redhat.com>
bkoz [Fri, 22 Dec 2000 11:06:17 +0000 (11:06 +0000)]
000-12-22  Benjamin Kosnik  <bkoz@fillmore.redhat.com>

Attempt to make locale visible in gdb.
* include/bits/std_locale.h: Remove codecvt.h include.
* include/bits/locale_facets.h: Add here, after ctype decls.
* include/bits/codecvt.h: Remove std namespace, as assumed to be
in std now.

* include/bits/locale_facets.h: Consistently move generic static
member definitions directly after generic facet declarations.
* include/bits/locale_facets.tcc: From here.

* src/locale.cc: Organize locale::id static definitions for
required facets.
* src/codecvt.cc (codecvt<char...>): Remove locale::id definition.
(codecvt<wchar_t...>): Same.
* src/localename: And here.

* include/bits/localefwd.h (_Count_ones): Change _S_count to _M_count.
Same for _M_halfcount.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38450 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-12-22 Benjamin Kosnik <bkoz@fillmore.redhat.com>
bkoz [Fri, 22 Dec 2000 11:03:33 +0000 (11:03 +0000)]
2000-12-22  Benjamin Kosnik  <bkoz@fillmore.redhat.com>

Attempt to make locale visible in gdb.
* include/bits/std_locale.h: Remove codecvt.h include.
* include/bits/locale_facets.h: Add here, after ctype decls.
* include/bits/codecvt.h: Remove std namespace, as assumed to be
in std now.

* include/bits/locale_facets.h: Consistently move generic static
member definitions directly after generic facet declarations.
* include/bits/locale_facets.tcc: From here.

* src/locale.cc: Organize locale::id static definitions for
required facets.
* src/codecvt.cc (codecvt<char...>): Remove locale::id definition.
(codecvt<wchar_t...>): Same.
* src/localename: And here.

* include/bits/localefwd.h (_Count_ones): Change _S_count to _M_count.
Same for _M_halfcount.
(std): make locale::_Impl protected. CHANGE BACK

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38449 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * release: Change some EGCS references to GCC.
jsm28 [Fri, 22 Dec 2000 09:30:15 +0000 (09:30 +0000)]
* release: Change some EGCS references to GCC.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38448 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago* gcc.c-torture/execute/comp-goto-2.c: New test.
aoliva [Fri, 22 Dec 2000 08:50:26 +0000 (08:50 +0000)]
* gcc.c-torture/execute/comp-goto-2.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38447 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoDaily bump.
law [Fri, 22 Dec 2000 08:45:08 +0000 (08:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38446 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoFix typo in previous patch
aoliva [Fri, 22 Dec 2000 08:15:27 +0000 (08:15 +0000)]
Fix typo in previous patch

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38445 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago* function.c (assign_parms): Update parm's DECL_INCOMING_RTL
aoliva [Fri, 22 Dec 2000 08:10:53 +0000 (08:10 +0000)]
* function.c (assign_parms): Update parm's DECL_INCOMING_RTL
when optimizing PARALLEL to REG.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38444 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago* mknumeric_limits: Output to temporary files, and rename them at
aoliva [Fri, 22 Dec 2000 08:00:00 +0000 (08:00 +0000)]
* mknumeric_limits: Output to temporary files, and rename them at
the end.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38443 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * java/lang/Throwable.java (trace_enabled): New static field.
bryce [Fri, 22 Dec 2000 06:19:24 +0000 (06:19 +0000)]
* java/lang/Throwable.java (trace_enabled): New static field.
* java/lang/natThrowable.cc (fillInStackTrace): Do nothing if
trace_enabled not set.
* prims.cc (main_init): Turn off trace_enabled while creating
default exception objects.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38442 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * reload.c (update_auto_inc_notes): New, broken out from ...
grahams [Fri, 22 Dec 2000 01:25:23 +0000 (01:25 +0000)]
    * reload.c (update_auto_inc_notes): New, broken out from ...
        (find_reloads_address_1): ... use here, also correct possible
        use of uninitialised reloadnum.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38441 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-12-21 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Fri, 22 Dec 2000 00:27:01 +0000 (00:27 +0000)]
2000-12-21  Benjamin Kosnik  <bkoz@redhat.com>

* configure.in: Change GLIBCPP_ENABLE_SHADOW to
GLIBCPP_ENABLE_CHEADERS.
* acinclude.m4 (GLIBCPP_ENABLE_SHADOW): Change to
ENABLE_CHEADERS.  C_INCLUDE_DIR defaults to c_std from c.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* include/c: Move to ...
* include/c_std: ...here.
* include/c_std: Move to ...
* include/c_shadow: ...here.
* include/c: Repopulate, with simple headers.
* docs/html/configopts.html: Adjust docs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38440 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-12-21 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Fri, 22 Dec 2000 00:14:08 +0000 (00:14 +0000)]
2000-12-21  Benjamin Kosnik  <bkoz@redhat.com>

* configure.in: Change GLIBCPP_ENABLE_SHADOW to
GLIBCPP_ENABLE_CHEADERS.
* acinclude.m4 (GLIBCPP_ENABLE_SHADOW): Change to
ENABLE_CHEADERS.  C_INCLUDE_DIR defaults to c_std from c.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* include/c: Move to ...
* include/c_std: ...here.
* include/c_std: Move to ...
* include/c_shadow: ...here.
* include/c: Repopulate, with simple headers.
* docs/html/configopts.html: Adjust docs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38439 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-12-21 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Fri, 22 Dec 2000 00:04:33 +0000 (00:04 +0000)]
2000-12-21  Benjamin Kosnik  <bkoz@redhat.com>

* configure.in: Change GLIBCPP_ENABLE_SHADOW to
GLIBCPP_ENABLE_CHEADERS.
* acinclude.m4 (GLIBCPP_ENABLE_SHADOW): Change to
ENABLE_CHEADERS.  C_INCLUDE_DIR defaults to c_std from c.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* include/c: Move to ...
* include/c_std: ...here.
* include/c_std: Move to ...
* include/c_shadow: ...here.
* include/c: Repopulate, with simple headers.
* docs/html/configopts.html: Adjust docs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38438 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-12-21 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 21 Dec 2000 23:58:35 +0000 (23:58 +0000)]
2000-12-21  Benjamin Kosnik  <bkoz@redhat.com>

* configure.in: Change GLIBCPP_ENABLE_SHADOW to
GLIBCPP_ENABLE_CHEADERS.
* acinclude.m4 (GLIBCPP_ENABLE_SHADOW): Change to
ENABLE_CHEADERS.  C_INCLUDE_DIR defaults to c_std from c.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* include/c: Move to ...
* include/c_std: ...here.
* include/c_std: Move to ...
* include/c_shadow: ...here.
* include/c: Repopulate, with simple headers.
* docs/html/configopts.html: Adjust docs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38437 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-12-21 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 21 Dec 2000 23:54:19 +0000 (23:54 +0000)]
2000-12-21  Benjamin Kosnik  <bkoz@redhat.com>

* configure.in: Change GLIBCPP_ENABLE_SHADOW to
GLIBCPP_ENABLE_CHEADERS.
* acinclude.m4 (GLIBCPP_ENABLE_SHADOW): Change to
ENABLE_CHEADERS.  C_INCLUDE_DIR defaults to c_std from c.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* include/c: Move to ...
* include/c_std: ...here.
* include/c_std: Move to ...
* include/c_shadow: ...here.
* include/c: Repopulate, with simple headers.
* docs/html/configopts.html: Adjust docs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38436 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-12-21 David O'Brien <obrien@FreeBSD.org>
obrien [Thu, 21 Dec 2000 23:18:56 +0000 (23:18 +0000)]
2000-12-21  David O'Brien  <obrien@FreeBSD.org>

* config/freebsd.h (LIB_SPEC): remove -kthread option.

Approved by:  Richard Henderson <rth@redhat.com>
              Message-ID: <20001220004807.C20358@redhat.com>

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38435 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-12-21 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 21 Dec 2000 23:15:18 +0000 (23:15 +0000)]
2000-12-21  Benjamin Kosnik  <bkoz@redhat.com>

* configure.in: Change GLIBCPP_ENABLE_SHADOW to
GLIBCPP_ENABLE_CHEADERS.
* acinclude.m4 (GLIBCPP_ENABLE_SHADOW): Change to
ENABLE_CHEADERS.  C_INCLUDE_DIR defaults to c_std from c.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* include/c: Move to ...
* include/c_std: ...here.
* include/c_std: Move to ...
* include/c_shadow: ...here.
* include/c: Repopulate, with simple headers.
* docs/html/configopts.html: Adjust docs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38434 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
amylaar [Thu, 21 Dec 2000 23:05:55 +0000 (23:05 +0000)]
* gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38433 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-12-21 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 21 Dec 2000 22:52:51 +0000 (22:52 +0000)]
2000-12-21  Benjamin Kosnik  <bkoz@redhat.com>

* configure.in: Change GLIBCPP_ENABLE_SHADOW to
GLIBCPP_ENABLE_CHEADERS.
* acinclude.m4 (GLIBCPP_ENABLE_SHADOW): Change to
ENABLE_CHEADERS.  C_INCLUDE_DIR defaults to c_std from c.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* include/c: Move to ...
* include/c_std: ...here.
* include/c_std: Move to ...
* include/c_shadow: ...here.
* include/c: Repopulate, with simple headers.
* docs/html/configopts.html: Adjust docs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38432 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
amylaar [Thu, 21 Dec 2000 22:50:12 +0000 (22:50 +0000)]
* gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
Use long types if __INT_MAX__ is 32767.
(main): Use cast to (sint32 *) when poking 88 into a_page.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38431 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-12-21 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 21 Dec 2000 22:46:27 +0000 (22:46 +0000)]
2000-12-21  Benjamin Kosnik  <bkoz@redhat.com>

* configure.in: Change GLIBCPP_ENABLE_SHADOW to
GLIBCPP_ENABLE_CHEADERS.
* acinclude.m4 (GLIBCPP_ENABLE_SHADOW): Change to
ENABLE_CHEADERS.  C_INCLUDE_DIR defaults to c_std from c.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* include/c: Move to ...
* include/c_std: ...here.
* include/c_std: Move to ...
* include/c_shadow: ...here.
* include/c: Repopulate, with simple headers.
* docs/html/configopts.html: Adjust docs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38430 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * resource.c (mark_set_resources): Use MARK_SRC_DEST for
m.hayes [Thu, 21 Dec 2000 22:15:22 +0000 (22:15 +0000)]
* resource.c (mark_set_resources): Use MARK_SRC_DEST for
PRE_MODIFY and POST_MODIFY cases.

* rtlanal.c (side_effects_p): Handle PRE_MODIFY and POST_MODIFY.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38429 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * acinclude.m4, configure.in, mkcheck.in,
jsm28 [Thu, 21 Dec 2000 22:08:39 +0000 (22:08 +0000)]
* acinclude.m4, configure.in, mkcheck.in,
testsuite/21_strings/ctor_copy_dtor.cc,
testsuite/21_strings/inserters_extractors.cc,
testsuite/23_containers/map_operators.cc,
testsuite/23_containers/vector_element_access.cc,
testsuite/25_algorithms/lower_bound.cc,
testsuite/27_io/ifstream_members.cc,
testsuite/27_io/istream_extractor_arith.cc,
testsuite/27_io/istream_unformatted.cc,
testsuite/27_io/ofstream_members.cc,
testsuite/27_io/ostream_inserter_char.cc,
testsuite/27_io/ostream_inserter_other.cc,
testsuite/27_io/ostream_manip.cc, testsuite/27_io/streambuf.cc:
Change sourceware.cygnus.com and sources.redhat.com URLs for
libstdc++ web pages and list archives to point to gcc.gnu.org
* aclocal.m4, configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38428 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * md.texi (Looping Patterns): New node.
m.hayes [Thu, 21 Dec 2000 22:08:17 +0000 (22:08 +0000)]
* md.texi (Looping Patterns): New node.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38427 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * gcc.texi, cpp.texi: Update last-updated dates.
jsm28 [Thu, 21 Dec 2000 21:24:28 +0000 (21:24 +0000)]
* gcc.texi, cpp.texi: Update last-updated dates.

f:
* g77install.texi, g77.texi: Update last-updated dates for
installation information and the manual as a whole.
* bugs.texi, news.texi: Update copyright years in the comments at
the top of the file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38426 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * g77install.texi: Adjust wording of an EGCS reference.
jsm28 [Thu, 21 Dec 2000 21:08:17 +0000 (21:08 +0000)]
* g77install.texi: Adjust wording of an EGCS reference.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38425 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * BUGS, NEWS: Regenerate.
jsm28 [Thu, 21 Dec 2000 20:03:41 +0000 (20:03 +0000)]
* BUGS, NEWS: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38424 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago* varasm.c (output_addressed_constants): Use language specific
cchavva [Thu, 21 Dec 2000 19:25:22 +0000 (19:25 +0000)]
* varasm.c (output_addressed_constants): Use language specific
expander on unknown nodes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38423 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * combine.c (distribute_notes): Handle REG_NON_LOCAL_GOTO notes.
grahams [Thu, 21 Dec 2000 18:49:56 +0000 (18:49 +0000)]
    * combine.c (distribute_notes): Handle REG_NON_LOCAL_GOTO notes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38422 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * java/beans/PropertyChangeListener.java: Extends EventListener.
tromey [Thu, 21 Dec 2000 18:39:43 +0000 (18:39 +0000)]
* java/beans/PropertyChangeListener.java: Extends EventListener.
* java/beans/VetoableChangeListener.java: Extends EventListener.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38421 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * java/util/zip/Deflater.java (update, init): Now private.
tromey [Thu, 21 Dec 2000 18:39:19 +0000 (18:39 +0000)]
* java/util/zip/Deflater.java (update, init): Now private.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38420 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoia64 specific scheduling bits
bernds [Thu, 21 Dec 2000 18:26:07 +0000 (18:26 +0000)]
ia64 specific scheduling bits

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38419 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago* dwarf2out.c (simple_decl_align_in_bits): new
dj [Thu, 21 Dec 2000 18:20:39 +0000 (18:20 +0000)]
* dwarf2out.c (simple_decl_align_in_bits): new
(field_byte_offset): Try both the type align and the
decl align, use whichever works, preferring the type align.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38418 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * pt.c (tsubst_decl): A FUNCTION_DECL has DECL_RESULT, not
jason [Thu, 21 Dec 2000 17:50:10 +0000 (17:50 +0000)]
    * pt.c (tsubst_decl): A FUNCTION_DECL has DECL_RESULT, not
        DECL_TEMPLATE_RESULT.

        * search.c (lookup_field_r): Call lookup_fnfields_1, not
        lookup_fnfields_here.

        * parse.y (typename_sub2): Return the TYPE_DECL, not the type.

        * call.c (build_object_call): Also allow conversions that return
        reference to pointer to function.
        (add_conv_candidate): Handle totype being ref to ptr to fn.
        (build_field_call): Also allow members of type reference to function.
        Lose support for calling pointer to METHOD_TYPE fields.

        * error.c (dump_expr): Handle *_CAST_EXPR.

        * typeck2.c (build_scoped_ref): Always convert to the naming class.

        * tree.c (break_out_cleanups): Lose.
        * cp-tree.h: Remove prototype.
        * typeck.c (build_component_ref): Don't break_out_cleanups.
        (build_compound_expr): Likewise.
        * semantics.c (finish_expr_stmt): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38417 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * gccbug.in: Fix typo.
jsm28 [Thu, 21 Dec 2000 16:22:54 +0000 (16:22 +0000)]
* gccbug.in: Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38416 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoNew testcase
bernds [Thu, 21 Dec 2000 14:37:30 +0000 (14:37 +0000)]
New testcase

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38415 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoNew compilation test case.
bernds [Thu, 21 Dec 2000 13:47:09 +0000 (13:47 +0000)]
New compilation test case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38414 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoDaily bump.
law [Thu, 21 Dec 2000 08:45:08 +0000 (08:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38413 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-12-20 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 21 Dec 2000 07:19:41 +0000 (07:19 +0000)]
2000-12-20  Benjamin Kosnik  <bkoz@redhat.com>

* Makefile.in (gcc_gxx_target_include_dir): Use instead of
build_tooldir and libstdcxx_incdir.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38412 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * haifa-sched.c (schedule_block): Provide empty source statement
robertl [Thu, 21 Dec 2000 05:00:08 +0000 (05:00 +0000)]
    * haifa-sched.c (schedule_block): Provide empty source statement
        if not MD_SCHED_REORDER2.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38411 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * java/util/BasicMapEntry.java: Re-added.
bryce [Thu, 21 Dec 2000 02:00:15 +0000 (02:00 +0000)]
* java/util/BasicMapEntry.java: Re-added.
* java/util/HashMap.java (Entry): Extend BasicMapEntry.
(putAll): Test for BasicMapEntry.
* java/util/Hashtable.java (Entry): Extend BasicMapEntry.
(putAll): Test for BasicMapEntry.
Change references from `HashMap.Entry' to `Entry' in various places.
* Makefile.am: Add BasicMapEntry.java.
* Makefile.in: Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38410 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * src/Makefile.am (sources): Remove complex.cc, complexf.cc and
gdr [Thu, 21 Dec 2000 01:28:58 +0000 (01:28 +0000)]
* src/Makefile.am (sources): Remove complex.cc, complexf.cc and
complexl.cc from list.
* src/Makefile.in: Regenerate.
* src/complex.cc: Remove.
* src/complexf.cc: Likewise.
* src/complexl.cc: Likewise.

* libmath/Makefile.am (EXTRA_LONG_DOUBLE_yes): Remove csqrtl.c
(EXTRA_DIST): Remove csqrt.c and csqrtf.c.
* libmath/Makefile.in: Regenerate.
* libmath/complex-stub.h: Remove.
* libmath/csqrt.c: Likewise.
* libmath/sqrtf.c: Likewise.
* libmath/sqrtl.c: Likewise.
* libmath/mathconf.h: Remove <complex.h> and "complex-stub.h"
#inclusion.

* include/bits/std_complex.h (sqrt<>): Define primary template.
(complex<>): Remove sqrt friend declarations.

* configure.in: Initialize with src/ios.cc.
* configure: Regenerate.
* acinclude.m4: Remove check for csqrt* and <complex.h>
* aclocal.m4: Regenerate.
* config.h.in: Regenerate.
* Makefile.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38409 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * rtl.h (REG_NON_LOCAL_GOTO): New.
rth [Thu, 21 Dec 2000 01:11:31 +0000 (01:11 +0000)]
    * rtl.h (REG_NON_LOCAL_GOTO): New.
        * rtl.c (reg_note_name): Update.
        * stmt.c (expand_goto): Emit a REG_NON_LOCAL_GOTO note.
        * builtins.c (expand_builtin_longjmp): Likewise.
        * flow.c (make_edges): Check for REG_NON_LOCAL_GOTO and do
        not emit an edge.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38408 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * g++.old-deja/g++.pt/crash36.C: Update error lines.
rth [Wed, 20 Dec 2000 22:01:05 +0000 (22:01 +0000)]
    * g++.old-deja/g++.pt/crash36.C: Update error lines.
        * g++.old-deja/g++.robertl/eb109.C: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38407 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-12-20 Phil Edwards <pme@sources.redhat.com>
pme [Wed, 20 Dec 2000 21:37:57 +0000 (21:37 +0000)]
2000-12-20  Phil Edwards  <pme@sources.redhat.com>

* acinclude.m4 (SECTION_FLAGS, OPT_LDFLAGS):  Fix minor thinko.
* aclocal.m4:  Regenerate.
* configure:  Ditto.
* Makefile.in:  Ditto.
* libio/Makefile.in:  Ditto.
* libmath/Makefile.in:  Ditto.
* libsupc++/Makefile.in:  Ditto.
* src/Makefile.in:  Ditto.

* include/bits/istream.tcc:  Fix clause reference in comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38406 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * config/avr/avr.c (out_movsi_r_mr, out_movsi_mr_r, out_movhi_mr_r):
denisc [Wed, 20 Dec 2000 18:49:22 +0000 (18:49 +0000)]
* config/avr/avr.c (out_movsi_r_mr, out_movsi_mr_r, out_movhi_mr_r):
Do not output undefined opcodes where source or destination register
overlaps with modified pointer register.  Handle (X + d) addresses.
* config/avr/avr.md (*movhi, *movsi, *movsf): Correct insn length
in alternatives with memory operand.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38405 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * c-typeck.c (build_asm_stmt): New, broken out from ...
rth [Wed, 20 Dec 2000 18:18:24 +0000 (18:18 +0000)]
    * c-typeck.c (build_asm_stmt): New, broken out from ...
        (c_expand_asm_operands): ... here.  Just do rtl expansion.
        (c_expand_return): Return the new stmt node.
        (c_start_case, do_case): Likewise.
        * c-common.c (c_expand_expr_stmt): Likewise.
        * c-common.h: Update declarations.
        * c-tree.h: Likewise.
        * c-semantics.c (build_stmt): Use STMT_LINENO not TREE_COMPLEXITY.
        * c-parse.in (fndef): Set DECL_SOURCE_LINE to the open brace.
        (nested_function, notype_nested_function): Likewise.
        (compstmt): Return the compound statement not the binding level.
        (lineno_labeled_stmt): Simplify.
        (lineno_stmt, lineno_label): Set STMT_LINENO.
        (stmt, label): Return the new stmt node.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38402 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * cp-tree.h: Update declarations.
rth [Wed, 20 Dec 2000 18:16:47 +0000 (18:16 +0000)]
    * cp-tree.h: Update declarations.
        * decl.c (finish_case_label): Return the new stmt node.
        * semantics.c (finish_goto_stmt): Likewise.
        (finish_expr_stmt, finish_return_stmt): Likewise.
        (finish_break_stmt, finish_continue_stmt): Likewise.
        (finish_asm_stmt): Likewise.
        * parse.y (already_scoped_stmt): Set STMT_LINENO.
        (compstmt, implicitly_scoped_stmt, stmt): Likewise.
        (simple_if, simple_stmt): Return the new stmt node.
        (save_lineno): New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38401 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoSupport scheduling across extended basic blocks
bernds [Wed, 20 Dec 2000 17:19:39 +0000 (17:19 +0000)]
Support scheduling across extended basic blocks

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38400 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoFix ARM bootstrap problems introduced by last change
bernds [Wed, 20 Dec 2000 15:48:26 +0000 (15:48 +0000)]
Fix ARM bootstrap problems introduced by last change

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38399 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago* final.c (output_addr_const): Use ASM_OUTPUT_SYMBOL_REF.
aoliva [Wed, 20 Dec 2000 09:03:23 +0000 (09:03 +0000)]
* final.c (output_addr_const): Use ASM_OUTPUT_SYMBOL_REF.
* tm.texi: Document it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38395 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoDaily bump.
law [Wed, 20 Dec 2000 08:45:08 +0000 (08:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38394 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-12-20 Benjamin Kosnik <bkoz@fillmore.constant.com>
bkoz [Wed, 20 Dec 2000 08:39:55 +0000 (08:39 +0000)]
2000-12-20  Benjamin Kosnik  <bkoz@fillmore.constant.com>

* testsuite/17_intro/headers_c.cc (main): New file.

* acinclude.m4 (SECTION_FLAGS): Only set if --enable-debug is not
passed.
(OPT_LDFLAGS): And here.
* aclocal.m4: Regenerate.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38393 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-12-20 Benjamin Kosnik <bkoz@fillmore.constant.com>
bkoz [Wed, 20 Dec 2000 08:24:40 +0000 (08:24 +0000)]
2000-12-20  Benjamin Kosnik  <bkoz@fillmore.constant.com>

* testsuite/17_intro/headers_c.cc (main): New file.

* acinclude.m4 (SECTION_FLAGS): Only set if --enable-debug is not
passed.
(OPT_LDFLAGS): And here.
* aclocal.m4: Regenerate.
* configure: Regenerate.

2000-12-19  Curtis Janssen  <cljanss@ca.sandia.gov>

* src/ios.cc (ios_base::_M_grow_words(int ix)): Fix libstdc++/1089.
* testsuite/27_io/ios_base_storage.cc (test01): New file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38392 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-12-19 Curtis Janssen <cljanss@ca.sandia.gov>
bkoz [Wed, 20 Dec 2000 08:04:41 +0000 (08:04 +0000)]
2000-12-19  Curtis Janssen  <cljanss@ca.sandia.gov>

* src/ios.cc (ios_base::_M_grow_words(int ix)): Fix libstdc++/1089.
* testsuite/27_io/ios_base_storage.cc (test01): New file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38391 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-12-19 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Wed, 20 Dec 2000 07:02:41 +0000 (07:02 +0000)]
2000-12-19  Benjamin Kosnik  <bkoz@redhat.com>

* Makefile.in (-DGPLUSPLUS_TOOL_INCLUDE_DIR): Use build_tooldir
instead of gcc_tooldir.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38390 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-12-19 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Wed, 20 Dec 2000 06:50:19 +0000 (06:50 +0000)]
2000-12-19  Benjamin Kosnik  <bkoz@redhat.com>

* Makefile.in (-DGPLUSPLUS_TOOL_INCLUDE_DIR): Use build_tooldir
instead of gcc_tooldir.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38389 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-12-19 Benjamin Kosnik <bkoz@fillmore.constant.com>
bkoz [Tue, 19 Dec 2000 22:55:07 +0000 (22:55 +0000)]
2000-12-19  Benjamin Kosnik  <bkoz@fillmore.constant.com>

* configure.in: Don't turn on long long by default.
* configure: Regenerate.
* include/c/bits/std_cstdio.h: Remove c++config.h include.
* src/locale.cc: Formatting tweaks.
* testsuite/22_locale/ctype.cc (char<unsigned char>): Provide
member functions.

2000-12-19  Loren J. Rittle  <ljrittle@acm.org>

        * testsuite/22_locale/ctype.cc (test01): Correct ~ operator usage.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38388 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-12-19 Loren J. Rittle <ljrittle@acm.org>
bkoz [Tue, 19 Dec 2000 20:10:41 +0000 (20:10 +0000)]
2000-12-19  Loren J. Rittle  <ljrittle@acm.org>

        * testsuite/22_locale/ctype.cc (test01): Correct ~ operator usage.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38387 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-12-19 Mark Kettenis <kettenis@gnu.org>
bkoz [Tue, 19 Dec 2000 20:02:13 +0000 (20:02 +0000)]
2000-12-19  Mark Kettenis  <kettenis@gnu.org>

        * configure.target: Support the Hurd.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38386 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-12-19 Benjamin Kosnik <bkoz@fillmore.redhat.com>
bkoz [Tue, 19 Dec 2000 19:49:00 +0000 (19:49 +0000)]
2000-12-19  Benjamin Kosnik  <bkoz@fillmore.redhat.com>

* config/os/solaris/solaris2.5/bits/ctype_inline.h (is): Same.
* config/os/solaris/solaris2.6/bits/ctype_inline.h (is): Same.
* config/os/solaris/solaris2.7/bits/ctype_inline.h (is): Same.
* config/os/newlib/bits/ctype_inline.h (is): Same.
* config/os/irix/bits/ctype_inline.h (is): Same.
* config/os/bsd/netbsd/bits/ctype_inline.h (is): Same.
* config/os/bsd/freebsd/bits/ctype_inline.h (is): Same.
* config/os/aix/bits/ctype_inline.h (is): Same.
* config/os/gnu-linux/bits/ctype_inline.h (is): Revert.
* config/os/generic/bits/ctype_inline.h (is): Non-table based
implementation.

* testsuite/22_locale/ctype_char_members.cc (test01): Use binary
operator correctly.
(test01): Check 'A' for alnum, upper, alpha.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38385 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * texinfo: Remove directory from GCC.
jsm28 [Tue, 19 Dec 2000 19:42:23 +0000 (19:42 +0000)]
* texinfo: Remove directory from GCC.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38384 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * system.h (getopt): Update prototype to match include/getopt.h.
rth [Tue, 19 Dec 2000 18:30:36 +0000 (18:30 +0000)]
    * system.h (getopt): Update prototype to match include/getopt.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38383 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago From Jeff Law.
law [Tue, 19 Dec 2000 18:19:56 +0000 (18:19 +0000)]
    From Jeff Law.
        * pa.c (basereg_operand): Simplify.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38382 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoMore scheduler infrastructure.
bernds [Tue, 19 Dec 2000 17:41:20 +0000 (17:41 +0000)]
More scheduler infrastructure.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38381 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoFlow fixes for cond_exec on ia64
bernds [Tue, 19 Dec 2000 16:52:23 +0000 (16:52 +0000)]
Flow fixes for cond_exec on ia64

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38380 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * reload1.c (reload_combine): Take multi-hard-regs into account
clm [Tue, 19 Dec 2000 16:10:19 +0000 (16:10 +0000)]
    * reload1.c (reload_combine): Take multi-hard-regs into account
        when processing CALL_INSN_FUNCTION_USAGE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38379 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * invoke.texi (-print-search-dirs): Make references to cpp refer
jsm28 [Tue, 19 Dec 2000 13:25:28 +0000 (13:25 +0000)]
* invoke.texi (-print-search-dirs): Make references to cpp refer
to cpp0 instead.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38378 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * include/bits/std_complex.h (complex<float>::operator-=): Fix
gdr [Tue, 19 Dec 2000 11:21:14 +0000 (11:21 +0000)]
  * include/bits/std_complex.h (complex<float>::operator-=): Fix
      thinko.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38377 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoDaily bump.
law [Tue, 19 Dec 2000 08:45:45 +0000 (08:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38376 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * java/util/GregorianCalendar.java (GregorianCalendar): Constructors
warrenl [Tue, 19 Dec 2000 07:48:54 +0000 (07:48 +0000)]
* java/util/GregorianCalendar.java (GregorianCalendar): Constructors
need to set timezone to a valid non-null value.  Partial fix for
PR 331.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38375 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * fold-const.c (tree_expr_nonnegative_p): Treat truth values as
ghazi [Tue, 19 Dec 2000 01:17:20 +0000 (01:17 +0000)]
* fold-const.c (tree_expr_nonnegative_p): Treat truth values as
non-negative.

testsuite:
* gcc.dg/compare3.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38374 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * reload.c (push_reload): When using a dying register for the reload
amylaar [Tue, 19 Dec 2000 00:42:31 +0000 (00:42 +0000)]
* reload.c (push_reload): When using a dying register for the reload
register in an in-out reload, use outmode if wider than inmode.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38373 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * config/d30v/d30v.h (EXIT_BODY): Update comment.
jsm28 [Tue, 19 Dec 2000 00:04:42 +0000 (00:04 +0000)]
* config/d30v/d30v.h (EXIT_BODY): Update comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38371 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * config.gcc (*-*-linux*): Don't define HAVE_ATEXIT or BSTRING.
jsm28 [Mon, 18 Dec 2000 23:58:21 +0000 (23:58 +0000)]
* config.gcc (*-*-linux*): Don't define HAVE_ATEXIT or BSTRING.
* tm.texi (EXIT_BODY): Update documentation.
* config/freebsd.h, config/netware.h, config/arm/coff.h,
config/arm/conix-elf.h, config/arm/unknown-elf.h,
config/d30v/d30v.h, config/mcore/mcore.h, config/pj/pj.h,
sparc/sp86x-aout.h: Remove definitions of HAVE_ATEXIT (some
commented out) and associated comments.

f:
* com.c [VMS]: Remove definition of BSTRING.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38370 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * c-common.c (STD_C9L, ADJ_STD): Define.
jsm28 [Mon, 18 Dec 2000 23:50:58 +0000 (23:50 +0000)]
* c-common.c (STD_C9L, ADJ_STD): Define.
(printf_length_specs, scanf_length_specs): Mark "ll" as standard
STD_C9L.
(T99_LL): Rename to T9L_LL.
(T99_ULL): Rename to T9L_ULL.
(print_char_table, scan_char_table): Use T9L_LL and T9L_ULL
instead of T99_LL and T99_ULL.
(check_format_info_main): Use ADJ_STD on all format standard
versions being compared.
* c-common.h: Declare warn_long_long.
* c-tree.h: Don't declare warn_long_long.

cp:
* cp-tree.h: Don't declare warn_long_long.

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38369 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * libjava.mauve/mauve.exp (test_mauve): Don't look for exceptions
tromey [Mon, 18 Dec 2000 23:13:05 +0000 (23:13 +0000)]
* libjava.mauve/mauve.exp (test_mauve): Don't look for exceptions
thrown in the test harness.
(test_mauve_sim): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38368 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoRemoved additional addNotify() peer hacks.
bryce [Mon, 18 Dec 2000 22:17:25 +0000 (22:17 +0000)]
Removed additional addNotify() peer hacks.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38367 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * COPYING: Update to current
jsm28 [Mon, 18 Dec 2000 21:47:20 +0000 (21:47 +0000)]
* COPYING: Update to current
ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
to 19yy as example year in copyright notice).

gcc:
* COPYING: Update to current
ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
to 19yy as example year in copyright notice).

gcc/f:
* g77.texi: Update GPL copy not to refer to years 19@var{yy}.

include:
* COPYING: Update to current
ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
to 19yy as example year in copyright notice).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38366 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago Fix for PR gcj/373:
bryce [Mon, 18 Dec 2000 21:23:02 +0000 (21:23 +0000)]
Fix for PR gcj/373:
* parse.y (create_class): Set ACC_STATIC if class is declared in an
interface.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38365 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * java/awt/Window.java (addNotify): Remove peer casting hack now
bryce [Mon, 18 Dec 2000 21:20:31 +0000 (21:20 +0000)]
* java/awt/Window.java (addNotify): Remove peer casting hack now
that gcj/312 is fixed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38364 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago Fix for PRs gcj/312 and gcj/253:
bryce [Mon, 18 Dec 2000 21:15:52 +0000 (21:15 +0000)]
Fix for PRs gcj/312 and gcj/253:
* parse.y (valid_ref_assignconv_cast_p): Load classes for source and
dest if they arn't already.
* class.c (layout_class): Call maybe_layout_super_class on
superinterfaces also, but only if compiling from bytecode.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38363 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-12-18 Toon Moene <toon@moene.indiv.nluug.nl>
toon [Mon, 18 Dec 2000 20:59:48 +0000 (20:59 +0000)]
2000-12-18  Toon Moene <toon@moene.indiv.nluug.nl>

* bugs.texi: Correct copyright years.
* g77.texi: Likewise.
* news.texi: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38362 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * c-lex.c (cb_file_change): Treat in_system_header as strictly
neil [Mon, 18 Dec 2000 20:38:35 +0000 (20:38 +0000)]
* c-lex.c (cb_file_change): Treat in_system_header as strictly
boolean (0 or 1).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38361 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * gcc.dg/cpp/cmdlne-P.c: New test.
neil [Mon, 18 Dec 2000 19:37:18 +0000 (19:37 +0000)]
* gcc.dg/cpp/cmdlne-P.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38360 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * cppmain.c: Update print.lineno with -P.
neil [Mon, 18 Dec 2000 19:31:54 +0000 (19:31 +0000)]
    * cppmain.c: Update print.lineno with -P.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38359 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * gcc.c-torture/execute/builtin-abs-1.c,
jsm28 [Mon, 18 Dec 2000 19:01:41 +0000 (19:01 +0000)]
* gcc.c-torture/execute/builtin-abs-1.c,
gcc.c-torture/execute/builtin-abs-2.c: New tests.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38358 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * c-lex.c: s/change_file/file_change.
neil [Mon, 18 Dec 2000 19:00:26 +0000 (19:00 +0000)]
    * c-lex.c: s/change_file/file_change.
        * cpplib.h: Similarly.
        * cppmain.c: Similarly.
        * fix-header.c: Similarly.
        * cppfiles.c (stack_include_file): Pass the buffer location and
        size to cpp_push_buffer.  Generate the file_change callback,
        so that sysp is already set.
        * cpphash.h: Add _cpp_do_file_change.
        * cpplib.c (do_line): Set buffer->sysp directly. Generate the
        file_change callback after setting sysp.
        (_cpp_do_file_change): Handle FC_ENTER and the FC_RENAME exception
        here.
        (cpp_push_buffer): Don't generate a callback.  Clear sysp.
        (cpp_pop_buffer): Clean up logic.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38357 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Mon, 18 Dec 2000 18:12:45 +0000 (18:12 +0000)]
2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>

* configure.in (gcc_gxx_include_dir): Simplify.
(libstdcxx_incdir): Export.
* configure: Regenerate.
* Makefile.in (PREPROCESSOR_DEFINES): Add in
GPLUSPLUS_TOOL_INCLUDE_DIR bits here..
(libstdcxx_incdir): Add.
* cppdefault.c (GPLUSPLUS_TOOL_INCLUDE_DIR): Add search path.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38356 138bc75d-0d04-0410-961f-82ee72b054a4