gcc.git
23 years agoprint-tree.c (print_node): Don't print "regdecl" when bit doesn't mean that; use...
Richard Kenner [Sat, 2 Jun 2001 10:56:44 +0000 (10:56 +0000)]
print-tree.c (print_node): Don't print "regdecl" when bit doesn't mean that; use proper names instead.

* print-tree.c (print_node): Don't print "regdecl" when bit doesn't
mean that; use proper names instead.
Print DECL_NO_STATIC_CHAIN.

From-SVN: r42795

23 years agoFix typo in comment
Richard Kenner [Sat, 2 Jun 2001 10:54:32 +0000 (06:54 -0400)]
Fix typo in comment

From-SVN: r42794

23 years agoexcept.c (expand_builtin_frob_return_addr): Add missing call to convert_memory_addres...
Richard Kenner [Sat, 2 Jun 2001 10:52:11 +0000 (10:52 +0000)]
except.c (expand_builtin_frob_return_addr): Add missing call to convert_memory_address #ifdef POINTERS_EXTEND_UNSIGNED.

* except.c (expand_builtin_frob_return_addr): Add missing call
to convert_memory_address #ifdef POINTERS_EXTEND_UNSIGNED.
(expand_builtin_eh_return): Likewise.
(expand_eh_return): Clean up ptr_mode != Pmode cases.

From-SVN: r42793

23 years agoFake a PASS for targets which don't support invocation.
Anthony Green [Sat, 2 Jun 2001 09:18:14 +0000 (09:18 +0000)]
Fake a PASS for targets which don't support invocation.

From-SVN: r42792

23 years agoUSE_LIBFFI change
Anthony Green [Sat, 2 Jun 2001 08:49:31 +0000 (08:49 +0000)]
USE_LIBFFI change

From-SVN: r42791

23 years agoCheck for sigaction.
Anthony Green [Sat, 2 Jun 2001 08:34:33 +0000 (08:34 +0000)]
Check for sigaction.

From-SVN: r42790

23 years agoDaily bump.
GCC Administrator [Sat, 2 Jun 2001 07:16:41 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r42789

23 years agoinvoke.texi: Remove references to papers about sequence points to readings.html...
Jan van Male [Fri, 1 Jun 2001 22:25:44 +0000 (00:25 +0200)]
invoke.texi: Remove references to papers about sequence points to readings.html...

* invoke.texi: Remove references to papers about sequence points to
readings.html, refer to that page

From-SVN: r42787

23 years ago* README: Update references to installation instructions.
Gerald Pfeifer [Fri, 1 Jun 2001 18:53:49 +0000 (20:53 +0200)]
* README: Update references to installation instructions.

From-SVN: r42785

23 years agoinstall.texi: Define srcdir when sources come from CVS.
Laurent Guerby [Fri, 1 Jun 2001 18:08:19 +0000 (18:08 +0000)]
install.texi: Define srcdir when sources come from CVS.

* doc/install.texi: Define srcdir when sources come from CVS.
Significantly improve markup.  Wrap overly long lines.

Co-Authored-By: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
From-SVN: r42783

23 years ago* MAINTAINERS (Write After Approval): Add myself.
Rainer Orth [Fri, 1 Jun 2001 17:03:18 +0000 (17:03 +0000)]
* MAINTAINERS (Write After Approval): Add myself.

From-SVN: r42781

23 years agoc-tree.texi, [...]: Move to doc subdirectory.
DJ Delorie [Fri, 1 Jun 2001 16:51:18 +0000 (12:51 -0400)]
c-tree.texi, [...]: Move to doc subdirectory.

* c-tree.texi, contrib.texi, cpp.texi, cppinternals.texi,
extend.texi, fdl.texi, gcov.texi, invoke.texi, md.texi, objc.texi,
rtl.texi, tm.texi, texinfo.tex: Move to doc subdirectory.
* install.texi: Move to doc/install-old.texi.
* gcc.texi: Move to doc, refer to install-old.texi.
* Makefile.in: Reflect move of docs to doc/.
* f/Make-lang.in: Ditto.
* java/Make-lang.in: Ditto.
* doc/.cvsignore: New.

From-SVN: r42779

23 years agoAmend previous changelog PR g++/2936 Part missed from first commit
Nathan Sidwell [Fri, 1 Jun 2001 11:57:35 +0000 (11:57 +0000)]
Amend previous changelog PR g++/2936 Part missed from first commit

Amend previous changelog
PR g++/2936
Part missed from first commit
* decl2.c (finish_anon_union): Copy context.

From-SVN: r42777

23 years agoinvoke.texi: use two spaces between command options, eliminate some 'overfull hboxes'
Jan van Male [Fri, 1 Jun 2001 11:37:26 +0000 (13:37 +0200)]
invoke.texi: use two spaces between command options, eliminate some 'overfull hboxes'

* invoke.texi: use two spaces between command options, eliminate
some 'overfull hboxes'

From-SVN: r42776

23 years agoOops, forgot to ci
Hans-Peter Nilsson [Fri, 1 Jun 2001 09:24:12 +0000 (09:24 +0000)]
Oops, forgot to ci

From-SVN: r42775

23 years agoMakefile.am (VPATH): Delimit with ":", not space.
Hans-Peter Nilsson [Fri, 1 Jun 2001 09:22:05 +0000 (09:22 +0000)]
Makefile.am (VPATH): Delimit with ":", not space.

* src/Makefile.am (VPATH): Delimit with ":", not space.
* src/Makefile.in: Regenerate.

* configure.in (use of GLIBCPP_CHECK_GNU_MAKE): Don't fail if GNU
make isn't found.
* configure: Regenerate.

From-SVN: r42774

23 years agoMakefile.in (s-mlib): Make backtick-commands always succeed.
Hans-Peter Nilsson [Fri, 1 Jun 2001 09:17:41 +0000 (09:17 +0000)]
Makefile.in (s-mlib): Make backtick-commands always succeed.

* Makefile.in (s-mlib): Make backtick-commands always succeed.
(DRIVER_DEFINES): Ditto.

From-SVN: r42773

23 years agoconfigure.in (libstdcxx_flags): Do not try to execute libstdc++-v3/testsuite_flags...
Hans-Peter Nilsson [Fri, 1 Jun 2001 09:14:43 +0000 (09:14 +0000)]
configure.in (libstdcxx_flags): Do not try to execute libstdc++-v3/testsuite_flags until it exists.

* configure.in (libstdcxx_flags): Do not try to execute
libstdc++-v3/testsuite_flags until it exists.

From-SVN: r42772

23 years agoDaily bump.
GCC Administrator [Fri, 1 Jun 2001 07:16:14 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r42770

23 years agoUpdate my email address.
Alan Modra [Fri, 1 Jun 2001 04:47:48 +0000 (04:47 +0000)]
Update my email address.

From-SVN: r42769

23 years agoconfigure.in: Fix AC_ARG_ENABLE usage.
Jeff Sturm [Fri, 1 Jun 2001 04:09:21 +0000 (04:09 +0000)]
configure.in: Fix AC_ARG_ENABLE usage.

* configure.in: Fix AC_ARG_ENABLE usage.
* configure: Rebuilt.

From-SVN: r42768

23 years agonatFile.cc (get_entry): Removed functions.
Jeff Sturm [Fri, 1 Jun 2001 04:04:10 +0000 (04:04 +0000)]
natFile.cc (get_entry): Removed functions.

* natFile.cc (get_entry): Removed functions.
(performList): Call readdir or readdir_r if HAVE_READDIR_R defined.
Allocate enough storage for d_name if using readdir_r.

From-SVN: r42767

23 years agoparse.y (lookup_field_wrapper): Test `name' code.
Alexandre Petit-Bianco [Thu, 31 May 2001 23:40:54 +0000 (16:40 -0700)]
parse.y (lookup_field_wrapper): Test `name' code.

2001-05-31  Alexandre Petit-Bianco  <apbianco@redhat.com>

* parse.y (lookup_field_wrapper): Test `name' code.
(resolve_qualified_expression_name): Test `qual_wfl' code.
(qualify_ambiguous_name): Handle `CONVERT_EXPR', fixe indentation,
handle `qual_wfl' by code.
(maybe_build_primttype_type_ref): Test `wfl' code.

(http://gcc.gnu.org/ml/gcc-patches/2001-05/msg02180.html )

From-SVN: r42764

23 years ago* gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
Richard Henderson [Thu, 31 May 2001 22:06:30 +0000 (15:06 -0700)]
* gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.

From-SVN: r42762

23 years ago* g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
Richard Henderson [Thu, 31 May 2001 21:41:34 +0000 (14:41 -0700)]
* g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.

From-SVN: r42759

23 years agogcc.c (init_gcc_specs): When linking against libgcc_s.so, also link against libgcc.a.
Richard Henderson [Thu, 31 May 2001 20:53:50 +0000 (13:53 -0700)]
gcc.c (init_gcc_specs): When linking against libgcc_s.so, also link against libgcc.a.

        * gcc.c (init_gcc_specs): When linking against libgcc_s.so,
        also link against libgcc.a.

From-SVN: r42757

23 years agoistream.tcc: Include std_ostream.h.
Scott Snyder [Thu, 31 May 2001 20:33:06 +0000 (20:33 +0000)]
istream.tcc: Include std_ostream.h.

2001-05-27  scott snyder  <snyder@fnal.gov>

libstdc++/2976
* include/bits/istream.tcc: Include std_ostream.h.

From-SVN: r42754

23 years agomips.h (ASM_OUTPUT_ASCII): Convert to function.
Geoff Keating [Thu, 31 May 2001 19:39:30 +0000 (19:39 +0000)]
mips.h (ASM_OUTPUT_ASCII): Convert to function.

* config/mips/mips.h (ASM_OUTPUT_ASCII): Convert to function.
* config/mips/mips.c (mips_output_ascii): New function.
* config/mips/mips-protos.h (mips_output_ascii): Prototype.

* config/mips/mips.h (DWARF_CIE_DATA_ALIGNMENT): Force to 4.

From-SVN: r42753

23 years agobitset.cc: Qualify size_t with std::.
Benjamin Kosnik [Thu, 31 May 2001 19:10:23 +0000 (19:10 +0000)]
bitset.cc: Qualify size_t with std::.

2001-05-31  Benjamin Kosnik  <bkoz@redhat.com>

libstdc++/2997
* src/bitset.cc: Qualify size_t with std::.

From-SVN: r42751

23 years ago* MAINTAINERS (Write After Approval): Add myself.
Graham Stott [Thu, 31 May 2001 18:52:04 +0000 (18:52 +0000)]
* MAINTAINERS (Write After Approval): Add myself.

From-SVN: r42750

23 years agonatFileDescriptorPosix.cc (open): Allocate buffer to correct size.
Tom Tromey [Thu, 31 May 2001 17:33:05 +0000 (17:33 +0000)]
natFileDescriptorPosix.cc (open): Allocate buffer to correct size.

* java/io/natFileDescriptorPosix.cc (open): Allocate buffer to
correct size.
(write): Loop until write completes.  From Corey Minyard.

From-SVN: r42749

23 years agoflow.c (set_block_for_new_insns): Remove bogus shortcut.
Jan Hubicka [Thu, 31 May 2001 17:11:44 +0000 (19:11 +0200)]
flow.c (set_block_for_new_insns): Remove bogus shortcut.

* flow.c (set_block_for_new_insns): Remove bogus shortcut.
* i386.c (ix86_expand_int_movcc): Force one of operands to be register.

From-SVN: r42747

23 years agoRectangle2D.java: fix doc typo.
Laurent Guerby [Thu, 31 May 2001 16:48:15 +0000 (16:48 +0000)]
Rectangle2D.java: fix doc typo.

2001-05-29  Laurent Guerby  <guerby@acm.org>

* java/awt/geom/Rectangle2D.java: fix doc typo.

From-SVN: r42746

23 years agoDriverManager.java (getDrivers): Handle case where driver's class loader is null.
Tom Tromey [Thu, 31 May 2001 16:18:55 +0000 (16:18 +0000)]
DriverManager.java (getDrivers): Handle case where driver's class loader is null.

* java/sql/DriverManager.java (getDrivers): Handle case where
driver's class loader is null.  From Corey Minyard.

From-SVN: r42745

23 years agoacconfig.h (_GLIBCPP_BUGGY_FLOAT_COMPLEX): Remove.
Benjamin Kosnik [Thu, 31 May 2001 12:14:56 +0000 (12:14 +0000)]
acconfig.h (_GLIBCPP_BUGGY_FLOAT_COMPLEX): Remove.

2001-05-30  Benjamin Kosnik  <bkoz@redat.com>

* acconfig.h (_GLIBCPP_BUGGY_FLOAT_COMPLEX): Remove.
(_GLIBCPP_BUGGY_COMPLEX): Remove.
* config.h.in: Regenerate.
* acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_COMPILER_SUPPORT): Remove.
* aclocal.m4: Regenerate.
* configure.in: Don't call it.
* configure: Regenerate.

libstdc++/2970
* src/complex_io.cc (operator<<(ostream&, const complex&): Fix.
* testsuite/26_numerics/complex_inserters_extractors.cc (test01):
New test.

libstdc++/2985
* include/bits/std_complex.h: Include sstream. Put definitions for
complex inserters and extractors here, and remove them from...
* src/complex_io.cc: ...here.
* include/bits/basic_ios.h (basic_ios::__numput_type): Add _Traits
parameter.
(basic_ios::__numget_type): Same.
* include/bits/std_istream.h: Same.
* include/bits/std_ostream.h: Same.
* include/bits/sbuf_iter.h (ostreambuf_iterator): Fix typo in base
class iterator template arguments.
* src/locale-inst.cc: Add explicit has_facet instantiations.
* include/bits/basic_ios.h (basic_ios::_M_get_fctype_ios): Remove.
(_M_get_fnumput): Remove.
(_M_get_fnumget): Remove.
(basic_ios::_M_check_facet): New function.
(basic_ios::_M_cache_facets): New function.
* include/bits/basic_ios.tcc: Definition for _M_cache_facets.
(basic_ios::imbue): Call _M_cache_facets.
(basic_ios::init): Same.
* include/bits/istream.tcc: Format, use _M_check_facet.
* include/bits/ostream.tcc: Same.
* include/bits/locale_facets.tcc (__output_float): Change
signature, add _Traits.
* testsuite/26_numerics/complex_inserters_extractors.cc (test02):
New test.

From-SVN: r42743

23 years agoinstall.texi (Configuration): Add html links for --with-gnu-as & --with-gnu-ld and...
Rodney Brown [Thu, 31 May 2001 08:15:15 +0000 (08:15 +0000)]
install.texi (Configuration): Add html links for --with-gnu-as & --with-gnu-ld and refer to them from hppa &...

* install.texi (Configuration): Add html links for --with-gnu-as &
--with-gnu-ld and refer to them from hppa & SCO triplets.
(Specific): Link back to with-gnu-ld for all ELF platfoms.
(Specific): Reword AVR binutils recommendation.

From-SVN: r42742

23 years agoDaily bump.
GCC Administrator [Thu, 31 May 2001 07:16:40 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r42740

23 years agoparse.y (do_resolve_class): Check for cyclic inheritance during inner class resolution.
Bryce McKinlay [Thu, 31 May 2001 06:05:29 +0000 (06:05 +0000)]
parse.y (do_resolve_class): Check for cyclic inheritance during inner class resolution.

2001-04-27  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>

* parse.y (do_resolve_class): Check for cyclic inheritance during
inner class resolution.

(http://gcc.gnu.org/ml/gcc-patches/2001-04/msg01330.html)

From-SVN: r42737

23 years agoggc-page.c (size_lookup): Increase minimum allocation size to eight bytes.
Zack Weinberg [Thu, 31 May 2001 05:05:19 +0000 (05:05 +0000)]
ggc-page.c (size_lookup): Increase minimum allocation size to eight bytes.

* ggc-page.c (size_lookup): Increase minimum allocation size
to eight bytes.
(ggc_print_statistics): Report size of each bin in bytes, not
as its order; there is no longer a direct relationship.

From-SVN: r42736

23 years agoextend.texi: Fix formating of examples, eliminate some 'overfull hboxes'.
Jan van Male [Thu, 31 May 2001 04:27:52 +0000 (06:27 +0200)]
extend.texi: Fix formating of examples, eliminate some 'overfull hboxes'.

* extend.texi: Fix formating of examples, eliminate some
'overfull hboxes'.
* gcc.texi: Eliminate some 'overfull hboxes'.
* invoke.texi: Use two spaces between command options, eliminate
some 'overfull hboxes'.

From-SVN: r42735

23 years agoc++config (__USE_MALLOC): Do not define it.
Loren J. Rittle [Thu, 31 May 2001 02:45:04 +0000 (02:45 +0000)]
c++config (__USE_MALLOC): Do not define it.

* include/bits/c++config (__USE_MALLOC): Do not define it.
Document why not and give pointers to more information.

* docs/html/23_containers/howto.html: Update documentation
to reflect recent understanding of problem.
* docs/html/17_intro/howto.html: Likewise.

From-SVN: r42732

23 years ago* dwarf2out.c (dwarf2out_finish): Don't emit DW_AT_stmt_list at -g1.
Richard Henderson [Thu, 31 May 2001 01:13:43 +0000 (18:13 -0700)]
* dwarf2out.c (dwarf2out_finish): Don't emit DW_AT_stmt_list at -g1.

From-SVN: r42731

23 years agogcc.c (do_spec_1): In `%O' case, if we computed saved_suffix, use it in the new assoc...
Tom Tromey [Wed, 30 May 2001 23:56:48 +0000 (23:56 +0000)]
gcc.c (do_spec_1): In `%O' case, if we computed saved_suffix, use it in the new association.

* gcc.c (do_spec_1): In `%O' case, if we computed saved_suffix,
use it in the new association.

From-SVN: r42728

23 years agogthr-posix.h (__gthread_active_ptr): Cast function pointer to target type to allow...
Loren J. Rittle [Wed, 30 May 2001 22:38:43 +0000 (22:38 +0000)]
gthr-posix.h (__gthread_active_ptr): Cast function pointer to target type to allow ISO C++ compiler to accept it.

* gthr-posix.h (__gthread_active_ptr): Cast function pointer
to target type to allow ISO C++ compiler to accept it.
* gthr-dce.h (__gthread_active_ptr): Likewise.
* gthr-solaris.h (__gthread_active_ptr): Likewise.

Co-Authored-By: John David Anglin <dave@hiauly1.hia.nrc.ca>
From-SVN: r42725

23 years agouser.cfg.in: Minor addition.
Phil Edwards [Wed, 30 May 2001 21:55:05 +0000 (21:55 +0000)]
user.cfg.in: Minor addition.

2001-05-30  Phil Edwards  <pme@sources.redhat.com>

* docs/doxygen/user.cfg.in:  Minor addition.
* docs/html/documentation.html:  Reorganize.  Put most-looked-at
stuff first.
* docs/html/install.html:  Update for 3.0.  HTML fixups.
* docs/html/17_intro/howto.html:  Likewise.
* docs/html/18_support/howto.html:  Likewise.
* docs/html/19_diagnostics/howto.html:  Likewise.
* docs/html/20_util/howto.html:  Likewise.
* docs/html/23_containers/howto.html:  Likewise.
* docs/html/24_iterators/howto.html:  Likewise.  More notes.
* docs/html/25_algorithms/howto.html:  Likewise.
* docs/html/26_numerics/howto.html:  Likewise.  More notes.
* docs/html/27_io/howto.html:  Likewise.
* docs/html/ext/howto.html:  Likewise.
* docs/html/faq/index.html:  Likewise.
* docs/html/faq/index.txt:  Regenerate.
* docs/html/27_io/iostreams_hierarchy.pdf:  Remove in favor of
Doxygen-created documentation.

From-SVN: r42723

23 years agocpplex.c (_cpp_lex_token): Revert patch of 16 May 2001 so that we do accept comments...
Neil Booth [Wed, 30 May 2001 21:22:00 +0000 (21:22 +0000)]
cpplex.c (_cpp_lex_token): Revert patch of 16 May 2001 so that we do accept comments in preprocessed input.

* cpplex.c (_cpp_lex_token): Revert patch of 16 May 2001
so that we do accept comments in preprocessed input.

From-SVN: r42721

23 years ago* cpphash.c (alloc_node): Cast pointer.
Neil Booth [Wed, 30 May 2001 21:09:15 +0000 (21:09 +0000)]
* cpphash.c (alloc_node): Cast pointer.

From-SVN: r42720

23 years agolinkage.exp: Pass appropriate flags to native compiler for irix6.2
David Billinghurst [Wed, 30 May 2001 20:32:33 +0000 (13:32 -0700)]
linkage.exp: Pass appropriate flags to native compiler for irix6.2

        * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
        compiler for irix6.2

From-SVN: r42719

23 years agolibstdc++-v3-dg.exp (libstdc++-v3-init): Use get_multilibs to find gcc.
Rainer Orth [Wed, 30 May 2001 20:25:51 +0000 (20:25 +0000)]
libstdc++-v3-dg.exp (libstdc++-v3-init): Use get_multilibs to find gcc.

2001-05-30  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>

        * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init): Use
        get_multilibs to find gcc.

From-SVN: r42714

23 years agoacinclude.m4 (GLIBCPP_ENABLE_C99): Reorder output messages.
Phil Edwards [Wed, 30 May 2001 17:05:02 +0000 (17:05 +0000)]
acinclude.m4 (GLIBCPP_ENABLE_C99): Reorder output messages.

2001-05-30  Phil Edwards  <pme@sources.redhat.com>

* acinclude.m4 (GLIBCPP_ENABLE_C99):  Reorder output messages.
* aclocal.m4:  Regenerate.
* configure:  Regenerate.

From-SVN: r42712

23 years agoinvokethrow.out: New file.
Tom Tromey [Wed, 30 May 2001 15:23:23 +0000 (15:23 +0000)]
invokethrow.out: New file.

* libjava.lang/invokethrow.out: New file.
* libjava.lang/invokethrow.java: New file.

From-SVN: r42711

23 years ago* invoke.texi (Option Summary): Remove -isystem-c++ from options.
Gordon Sadler [Wed, 30 May 2001 11:58:45 +0000 (11:58 +0000)]
* invoke.texi (Option Summary): Remove -isystem-c++ from options.

From-SVN: r42709

23 years ago[multiple changes]
Gabriel Dos Reis [Wed, 30 May 2001 11:34:26 +0000 (11:34 +0000)]
[multiple changes]

2001-05-29  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>

      * include/c_std/bits/std_cstdlib.h:: Move C99 thingies to __gnu_cxx::.
      * include/c_std/bits/std_cwchar.h (__gnu_cxx): Likewise.

2001-05-27  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>

      * include/c_std/bits/std_cmath.h: Move C99 functions in __gnu_cxx::.
      * include/c_std/bits/std_cstdlib.h: Same.
      * include/c_std/bits/std_cwchar.h: Same.

From-SVN: r42707

23 years agore PR c++/2936 (gcc gives me an internal error when compiling mozilla with --enable...
Nathan Sidwell [Wed, 30 May 2001 08:44:56 +0000 (08:44 +0000)]
re PR c++/2936 (gcc gives me an internal error when compiling mozilla with --enable-optimization="-O3")

cp:
PR g++/2936
* decl.c (finish_anon_union): Copy context.
* optimize.c (remap_decl): Remap anonymous aggregate members too.
testsuite:
* g++.old-deja/g++.other/optimize3.C: New file.

From-SVN: r42705

23 years agohowto.html: Update link.
Loren J. Rittle [Wed, 30 May 2001 08:30:04 +0000 (08:30 +0000)]
howto.html: Update link.

* docs/html/17_intro/howto.html: Update link.
* docs/html/23_containers/howto.html: Likewise.  Add new link.

From-SVN: r42703

23 years agoDaily bump.
GCC Administrator [Wed, 30 May 2001 07:16:19 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r42701

23 years ago* gcc.texi: Add links for information about Objective-C.
Stan Shebs [Wed, 30 May 2001 00:50:42 +0000 (00:50 +0000)]
* gcc.texi: Add links for information about Objective-C.

From-SVN: r42696

23 years ago* include/jvm.h (_Jv_ThrowNoMemory): Mark as noreturn.
Tom Tromey [Tue, 29 May 2001 22:18:41 +0000 (22:18 +0000)]
* include/jvm.h (_Jv_ThrowNoMemory): Mark as noreturn.

From-SVN: r42694

23 years agoconfigure: Rebuilt.
Tom Tromey [Tue, 29 May 2001 21:31:23 +0000 (21:31 +0000)]
configure: Rebuilt.

* configure: Rebuilt.
* configure.in: Only add multilib support code if we just rebuilt
top-level Makefile.

From-SVN: r42693

23 years ago20010518-2.x: New file to compile, not assemble.
Jeffrey Oldham [Tue, 29 May 2001 18:59:47 +0000 (18:59 +0000)]
20010518-2.x: New file to compile, not assemble.

2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>

        * gcc.c-torture/compile/20010518-2.x: New file to compile, not
        assemble.

From-SVN: r42692

23 years agoi386-signal.h (MAKE_THROW_FRAME): Don't fix up frame pointer...
Andrew Haley [Tue, 29 May 2001 17:50:50 +0000 (17:50 +0000)]
i386-signal.h (MAKE_THROW_FRAME): Don't fix up frame pointer...

2001-05-29  Andrew Haley  <aph@redhat.com>

        * include/i386-signal.h (MAKE_THROW_FRAME): Don't fix up frame
        pointer: the dwarf unwinder in libgcc will do everything that's
        needed.
        (HANDLE_DIVIDE_OVERFLOW): Tidy.  Don't mess with stack frames any
        more than we absolutely need to.
        * configure.host (EXCEPTIONSPEC): Remove libgcj_sjlj on Alpha.
        * configure.in (SIGNAL_HANDLER): Use include/dwarf2-signal.h on
        Alpha.
        (SIGNAL_HANDLER): Test "$enable_sjlj_exceptions", not
        "$libgcj_sjlj".
        * configure: Rebuilt.
        * include/dwarf2-signal.h (MAKE_THROW_FRAME): Adjust PC
        for Alpha.
        (SIGNAL_HANDLER): Use siginfo style handler.
        (INIT_SEGV): Likewise.
        (INIT_FPE): Likewise.
        * include/ppc-signal.h: Delete whole file.

From-SVN: r42691

23 years agoconfigure.in (gcc_version): Remove unrequired \ on ".
Nathan Sidwell [Tue, 29 May 2001 15:16:24 +0000 (15:16 +0000)]
configure.in (gcc_version): Remove unrequired \ on ".

* configure.in (gcc_version): Remove unrequired \ on ". (Solaris
/bin/sed fails on [^\"]).
(configargs.h): Likewise.

From-SVN: r42689

23 years ago* config/sh/sh.h (IDENT_ASM_OP): End with TAB, not LF.
Hartmut Schirmer [Tue, 29 May 2001 10:44:01 +0000 (10:44 +0000)]
* config/sh/sh.h (IDENT_ASM_OP): End with TAB, not LF.

From-SVN: r42688

23 years agoDaily bump.
GCC Administrator [Tue, 29 May 2001 07:17:13 +0000 (07:17 +0000)]
Daily bump.

From-SVN: r42685

23 years ago* objc/objc.gperf: Remove, no longer used.
Stan Shebs [Mon, 28 May 2001 23:56:18 +0000 (23:56 +0000)]
* objc/objc.gperf: Remove, no longer used.

From-SVN: r42683

23 years agoltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared libraries when using...
Simon Patarin [Mon, 28 May 2001 21:03:21 +0000 (23:03 +0200)]
ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared libraries when using g++ with native linker.

* ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
libraries when using g++ with native linker.

From-SVN: r42680

23 years agoc-tree.texi, [...]: Remove trailing whitespace.
Joseph Myers [Mon, 28 May 2001 20:57:50 +0000 (21:57 +0100)]
c-tree.texi, [...]: Remove trailing whitespace.

* c-tree.texi, contrib.texi, cpp.texi, extend.texi, gcc.texi,
gcov.texi, install.texi, md.texi, objc.texi, rtl.texi, tm.texi:
Remove trailing whitespace.

From-SVN: r42678

23 years ago* ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
Alexandre Oliva [Mon, 28 May 2001 20:49:42 +0000 (20:49 +0000)]
* ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.

From-SVN: r42677

23 years agoFix the comment, it is propagate_one_insn, not propagate_on_insn.
H.J. Lu [Mon, 28 May 2001 16:27:03 +0000 (09:27 -0700)]
Fix the comment, it is propagate_one_insn, not propagate_on_insn.

From-SVN: r42675

23 years ago* contrib/test_summary (files): Sort before evaluating.
Rainer Orth [Mon, 28 May 2001 15:50:29 +0000 (15:50 +0000)]
* contrib/test_summary (files): Sort before evaluating.

From-SVN: r42673

23 years agoinstall.texi (Specific): http://reality.sgi.com/ariel/freeware/ became http://freewar...
Gerald Pfeifer [Mon, 28 May 2001 07:55:13 +0000 (09:55 +0200)]
install.texi (Specific): reality.sgi.com/ariel/freeware/ became http://freeware.sgi.com/.

* doc/install.texi (Specific): http://reality.sgi.com/ariel/freeware/
became http://freeware.sgi.com/.

From-SVN: r42671

23 years agoDaily bump.
GCC Administrator [Mon, 28 May 2001 07:17:51 +0000 (07:17 +0000)]
Daily bump.

From-SVN: r42669

23 years agolocal-alloc.c (update_equiv_regs): Don't eliminate constant expressions at -O0.
Geoffrey Keating [Mon, 28 May 2001 02:21:28 +0000 (02:21 +0000)]
local-alloc.c (update_equiv_regs): Don't eliminate constant expressions at -O0.

* local-alloc.c (update_equiv_regs): Don't eliminate constant
expressions at -O0.

From-SVN: r42667

23 years agoobjc-act.c: Add/fix various comments.
Stan Shebs [Mon, 28 May 2001 01:01:10 +0000 (01:01 +0000)]
objc-act.c: Add/fix various comments.

* objc/objc-act.c: Add/fix various comments.
(init_selector): Remove, no longer used.
(build_msg_pool_reference): Ditto.
(objc_debug): Ditto.

From-SVN: r42666

23 years agoc-decl.c (init_decl_processing): Don't call start_identifier_warnings.
Neil Booth [Sun, 27 May 2001 21:04:28 +0000 (21:04 +0000)]
c-decl.c (init_decl_processing): Don't call start_identifier_warnings.

* c-decl.c (init_decl_processing):
 Don't call start_identifier_warnings.
* flags.h (warn_id_clash, id_clash_len): Remove.
* stringpool.c: Don't include flags.h.
(scan_for_clashes, do_identifier_warnings,
start_identifier_warnings): Remove.
* toplev.c (warn_id_clash, id_clash_len): Remove.
(display_help): Don't document -Wid-clash.
(decode_W_option): Print warning on -Wid-clash.
* tree.h (start_identifier_warnings): Remove.
* invoke.texi: Remove documentation of -Wid-clash.

From-SVN: r42665

23 years agoreorganize inclhacks and apply fix to fixtests.c
Bruce Korb [Sun, 27 May 2001 18:21:04 +0000 (18:21 +0000)]
reorganize inclhacks and apply fix to fixtests.c

From-SVN: r42663

23 years ago* cpplib.c (run_directive): Set pfile->directive.
Neil Booth [Sun, 27 May 2001 18:06:00 +0000 (18:06 +0000)]
* cpplib.c (run_directive): Set pfile->directive.

From-SVN: r42661

23 years agoc-tree.texi: Reformat the manual as a single chapter now included by gcc.texi.
Theodore Papadopoulo [Sun, 27 May 2001 17:09:47 +0000 (19:09 +0200)]
c-tree.texi: Reformat the manual as a single chapter now included by gcc.texi.

* c-tree.texi: Reformat the manual as a single chapter now
included by gcc.texi.
* gcc.texi: Include c-tree.texi. Merge all indexes.
* Makefile.in (dvi): Add generation for the cppinternals
documentation. Added dependencies on fdl.texi and c-tree.texi
where appropriate.  Use TEXI2DVI instead of custom tex calls.
(info): Added dependencies on fdl.texi and c-tree.texi where
appropriate.  Remove the target c-tree.info.

From-SVN: r42660

23 years agoMake-lang.in ($(srcdir)/f/g77.info): Added dependencies on fdl.texi.
Theodore Papadopoulo [Sun, 27 May 2001 17:08:11 +0000 (19:08 +0200)]
Make-lang.in ($(srcdir)/f/g77.info): Added dependencies on fdl.texi.

* Make-lang.in ($(srcdir)/f/g77.info): Added dependencies on
fdl.texi.
(f/g77.dvi): Use TEXI2DVI instead of custom tex calls.  Create the
dvi file in the f directory.

From-SVN: r42659

23 years agoMake-lang.in ($(srcdir)/java/gcj.info): Added dependencies on fdl.texi.
Theodore Papadopoulo [Sun, 27 May 2001 17:07:48 +0000 (19:07 +0200)]
Make-lang.in ($(srcdir)/java/gcj.info): Added dependencies on fdl.texi.

* Make-lang.in ($(srcdir)/java/gcj.info): Added dependencies on
fdl.texi.
(java/gcj.dvi): Use TEXI2DVI instead of custom tex calls.  Create
the dvi file in the java directory.

From-SVN: r42658

23 years agoMake-lang.in (dvi): Use ch/chill.dvi not chill.dvi.
Theodore Papadopoulo [Sun, 27 May 2001 17:07:17 +0000 (19:07 +0200)]
Make-lang.in (dvi): Use ch/chill.dvi not chill.dvi.

* Make-lang.in (dvi): Use ch/chill.dvi not chill.dvi.
(ch/chill.dvi): Use TEXI2DVI instead of custom tex calls.  Create
the dvi file in the ch directory.

From-SVN: r42657

23 years agocombine.c (try_combine): Fix typo in comment.
Lars Brinkhoff [Sun, 27 May 2001 10:35:09 +0000 (10:35 +0000)]
combine.c (try_combine): Fix typo in comment.

* combine.c (try_combine): Fix typo in comment.
* expr.c (expand_expr): Likewise.
* config/i370/i370.md (untyped_call): Likewise.

From-SVN: r42655

23 years agoDaily bump.
GCC Administrator [Sun, 27 May 2001 07:16:09 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r42652

23 years agore PR c++/2823 (kde2/artsd miscompilation (part 1))
Nathan Sidwell [Sat, 26 May 2001 19:20:06 +0000 (19:20 +0000)]
re PR c++/2823 (kde2/artsd miscompilation (part 1))

cp:
PR g++/2823
* semantics.c (expand_body): Don't optimize thunks.
testsuite:
* g++.old-deja/g++.other/optimize2.C: New file.

From-SVN: r42650

23 years ago* configure: Remove obsolete file.
Zack Weinberg [Sat, 26 May 2001 18:36:28 +0000 (18:36 +0000)]
* configure: Remove obsolete file.

From-SVN: r42644

23 years agoregenerate
Bruce Korb [Sat, 26 May 2001 18:27:00 +0000 (18:27 +0000)]
regenerate

From-SVN: r42643

23 years agofixtests.c (stdc_0_in_system_headers_test): Must return "FIX" when fixincl is operati...
Bruce Korb [Sat, 26 May 2001 18:26:29 +0000 (18:26 +0000)]
fixtests.c (stdc_0_in_system_headers_test): Must return "FIX" when fixincl is operating in test mode

* fixinc/fixtests.c(stdc_0_in_system_headers_test): Must return "FIX"
when fixincl is operating in test mode
* fixinc/inclhack.def(AAB_dgux_int_varargs) : aesthetics
(AAB_ultrix_limits): remove redundant text
(AAB_ultrix_memory): ditto
(AAB_ultrix_string): ditto
(djgpp_wchar_h): fix the test text
(irix_stdio_va_list): add test text
(irix_limits_const): add a testing output file (limits.h is overwritten)
(strict_ansi_not_ctd): put limits.h second in list for same reason
(solaris27_mutex_init): test text needed selection text, too

* fixinc/fixtests.c(stdc_0_in_system_headers_test): in testing mode,
always apply the fix

From-SVN: r42642

23 years agotest result moved to "testing.h" file
Bruce Korb [Sat, 26 May 2001 18:12:26 +0000 (18:12 +0000)]
test result moved to "testing.h" file

From-SVN: r42641

23 years agoadd fix test results for freebsd_gcc3_breakage
Bruce Korb [Sat, 26 May 2001 18:04:43 +0000 (18:04 +0000)]
add fix test results for freebsd_gcc3_breakage

From-SVN: r42640

23 years agoadd fix test results for irix_limits_const hack
Bruce Korb [Sat, 26 May 2001 18:00:59 +0000 (18:00 +0000)]
add fix test results for irix_limits_const hack

From-SVN: r42639

23 years agoAdd fix test result for strict_ansi_not_ctd
Bruce Korb [Sat, 26 May 2001 17:58:57 +0000 (17:58 +0000)]
Add fix test result for strict_ansi_not_ctd

From-SVN: r42638

23 years agoAdd another caveat
Bruce Korb [Sat, 26 May 2001 17:40:44 +0000 (17:40 +0000)]
Add another caveat

From-SVN: r42637

23 years agoAdd fix check test for alpha___assert
Bruce Korb [Sat, 26 May 2001 17:38:05 +0000 (17:38 +0000)]
Add fix check test for alpha___assert

From-SVN: r42636

23 years agostdc_0_in_system_headers_test must return "FIX"
Bruce Korb [Sat, 26 May 2001 17:36:06 +0000 (17:36 +0000)]
stdc_0_in_system_headers_test must return "FIX"
when fixincl is operating in test mode

From-SVN: r42635

23 years agoWe must apply the fix in test mode
Bruce Korb [Sat, 26 May 2001 17:27:10 +0000 (17:27 +0000)]
We must apply the fix in test mode

From-SVN: r42634

23 years agoUpgrade to current collection of tests
Bruce Korb [Sat, 26 May 2001 16:39:15 +0000 (16:39 +0000)]
Upgrade to current collection of tests

From-SVN: r42633

23 years agoThis check template is now upgraded for AutoGen5
Bruce Korb [Sat, 26 May 2001 16:17:46 +0000 (16:17 +0000)]
This check template is now upgraded for AutoGen5

From-SVN: r42632

23 years agowchar_t typedefs are now wrapped in "ifndef __cplusplus"
Bruce Korb [Sat, 26 May 2001 16:16:34 +0000 (16:16 +0000)]
wchar_t typedefs are now wrapped in "ifndef __cplusplus"

From-SVN: r42631

23 years agowchar_t now gets wrapped inside "ifndef __cplusplus",
Bruce Korb [Sat, 26 May 2001 15:54:35 +0000 (15:54 +0000)]
wchar_t now gets wrapped inside "ifndef __cplusplus",

so we have to adjust the gnu_types fix test for that.

From-SVN: r42630

23 years agoAdd fix test from solaris27_mutex_init
Bruce Korb [Sat, 26 May 2001 15:47:11 +0000 (15:47 +0000)]
Add fix test from solaris27_mutex_init

From-SVN: r42629