OSDN Git Service

pf3gnuchains/gcc-fork.git
22 years ago * java/security/PublicKey.java: Extend Key.
tromey [Mon, 4 Jun 2001 22:55:49 +0000 (22:55 +0000)]
* java/security/PublicKey.java: Extend Key.
* java/security/PrivateKey.java: Extend Key.

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

22 years ago2001-06-04 Phil Edwards <pme@sources.redhat.com>
pme [Mon, 4 Jun 2001 21:32:44 +0000 (21:32 +0000)]
2001-06-04  Phil Edwards  <pme@sources.redhat.com>

* config.guess:  Import CVS version 1.194.  All gcc-local changes
appear to also be in the master copy.
* config.sub:  Import CVS version 1.211.

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

22 years ago * gcc.c-torture/execute/20010604-1.c: New test.
danglin [Mon, 4 Jun 2001 20:30:45 +0000 (20:30 +0000)]
* gcc.c-torture/execute/20010604-1.c: New test.

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

22 years ago * c-decl.c (get_parm_info): Use INTEGRAL_TYPE_P.
danglin [Mon, 4 Jun 2001 20:26:16 +0000 (20:26 +0000)]
* c-decl.c (get_parm_info): Use INTEGRAL_TYPE_P.
(store_parm_decls): Likewise.
* c-typeck.c (convert_arguments): Likewise.

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

22 years ago * sibcall.c (optimize_sibling_and_tail_recursive_call): Suppress
rth [Mon, 4 Jun 2001 20:20:35 +0000 (20:20 +0000)]
    * sibcall.c (optimize_sibling_and_tail_recursive_call): Suppress
        optimization if current_function_calls_setjmp.

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

22 years ago * doc/c-tree.texi: Fix documentation of TREE_STRING_LENGTH for
jsm28 [Mon, 4 Jun 2001 19:50:50 +0000 (19:50 +0000)]
* doc/c-tree.texi: Fix documentation of TREE_STRING_LENGTH for
wide strings.

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

22 years ago* ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
aoliva [Mon, 4 Jun 2001 19:33:03 +0000 (19:33 +0000)]
* ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
with_gcc]: Use `gcc -shared' to build a shared library.

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

22 years ago2001-06-04 Brendan Kehoe <brendan@zen.org>
bkoz [Mon, 4 Jun 2001 19:25:41 +0000 (19:25 +0000)]
2001-06-04  Brendan Kehoe  <brendan@zen.org>
    Benjamin Kosnik  <bkoz@redhat.com>

libstdc++/3017
* include/bits/locale_facets.h (ctype<_CharT>): Add definitions
for generic ctype virtuals.
* src/locale.cc: Minor tweaks, naming consistency.
* testsuite/22_locale/ctype.cc: Add test.

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

22 years ago* ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
aoliva [Mon, 4 Jun 2001 19:24:57 +0000 (19:24 +0000)]
* ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
archives.

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

22 years ago* gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
ljrittle [Mon, 4 Jun 2001 19:02:11 +0000 (19:02 +0000)]
* gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.

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

22 years ago * simplify-rtx.c (simplify_subreg): Fix combining of
hubicka [Mon, 4 Jun 2001 18:44:57 +0000 (18:44 +0000)]
* simplify-rtx.c (simplify_subreg): Fix combining of
paradoxical subregs.

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

22 years ago * rtlanal.c (rtx_unsable_p): ADDRESSOF is stable.
hubicka [Mon, 4 Jun 2001 18:16:34 +0000 (18:16 +0000)]
* rtlanal.c (rtx_unsable_p): ADDRESSOF is stable.
(no_labels_between_p): Short circuit case beg==end.

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

22 years ago2001-06-04 Kenny Simpson <theonetruekenny@yahoo.com>
pme [Mon, 4 Jun 2001 18:04:52 +0000 (18:04 +0000)]
2001-06-04  Kenny Simpson <theonetruekenny@yahoo.com>
            Phil Edwards  <pme@sources.redhat.com>

PR libstdc++/3035 and PR libstdc++/3036
* include/bits/stl_pair.h:  Fix pair ctor and make_pair according
to LWG DR 181 and 265.

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

22 years ago * rtlanal.c (operand_preference): Fix preference for objects.
hubicka [Mon, 4 Jun 2001 18:04:36 +0000 (18:04 +0000)]
* rtlanal.c (operand_preference): Fix preference for objects.

* gcse.c (handle_avail_expr): Be prepared to handle single_set
parallels.

* combine.c (if_then_else_cond): Use simplify_subreg instead
of operand_subword.
* integreate.c (sub_constants): Likewise.

* emit-rtl.c (constant_subword): Deprecate; remove most of code
and use simplify_gen_subreg.

Mon Jun  4 19:55:23 CEST 2001  Lars Brinkhoff  <lars@nocrew.org>

* sibcall.c (skip_copy_to_return_value): recognize the situation
when the called function's return value is copied into an
intermediate pseudo, and then into the calling functions return
value register.

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

22 years ago2001-06-04 Phil Edwards <pme@sources.redhat.com>
pme [Mon, 4 Jun 2001 17:50:18 +0000 (17:50 +0000)]
2001-06-04  Phil Edwards  <pme@sources.redhat.com>

PR libstdc++/3034
* include/bits/stl_multiset.h (find, lower_bound, upper_bound,
equal_range):  Add const overloads as per LWG DR 214.
* include/bits/stl_set.h:  Likewise.

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

22 years ago2001-06-04 Brendan Kehoe <brendan@zen.org>
pme [Mon, 4 Jun 2001 17:42:22 +0000 (17:42 +0000)]
2001-06-04  Brendan Kehoe  <brendan@zen.org>
            Phil Edwards  <pme@sources.redhat.com>

* include/bits/std_bitset.h (bitset::test):  Fix __pos >= _Nb
comparison; all positions must be < _Nb.
* testsuite/23_containers/bitset_members.cc:  New file.

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

22 years ago2001-06-04 Brendan Kehoe <brendan@zen.org>
pme [Mon, 4 Jun 2001 17:34:36 +0000 (17:34 +0000)]
2001-06-04  Brendan Kehoe  <brendan@zen.org>

PR libstdc++/3016
* include/bits/stl_queue.h (classes queue, priority_queue):  Fix
ctors to match the standard.

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

22 years ago2001-06-04 Jeffrey Oldham <oldham@codesourcery.com>
oldham [Mon, 4 Jun 2001 16:57:04 +0000 (16:57 +0000)]
2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>

* include/bits/char_traits.h (move): Reverse qualification of
memmove with std::.
(copy): Reverse qualification of memcpy with std::.

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

22 years ago * doc/c-tree.texi (ARRAY_REF): Say what type of expression must be.
kenner [Mon, 4 Jun 2001 15:48:16 +0000 (15:48 +0000)]
* doc/c-tree.texi (ARRAY_REF): Say what type of expression must be.
(ARRAY_RANGE_REF): Added description.

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

22 years ago2001-06-04 Jeffrey Oldham <oldham@codesourcery.com>
oldham [Mon, 4 Jun 2001 15:46:03 +0000 (15:46 +0000)]
2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>

* include/bits/char_traits.h (move): Qualify memmove with std::.
(copy): Qualify memcpy with std::.
* testsuite/27_io/filebuf_virtuals.cc (test01): Qualify strlen and
strncmp with std::.
(test02): Likewise.
* testsuite/27_io/stringbuf_virtuals.cc (test01): Likewise.

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

22 years ago2001-06-04 Jeffrey Oldham <oldham@codesourcery.com>
oldham [Mon, 4 Jun 2001 15:23:05 +0000 (15:23 +0000)]
2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>

* lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
(g++_link_flags): Likewise.
(g++_init): Pass gccpath's value to two previous functions.

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

22 years ago * simplify_rtx.c (simplify_subreg): Keep subregs on return values,
hubicka [Mon, 4 Jun 2001 14:52:14 +0000 (14:52 +0000)]
* simplify_rtx.c (simplify_subreg): Keep subregs on return values,
check CLASS_CANNOT_CHANGE_MODE before avoiding subreg on hard reg,
in case register wasn't OK previously, accept it now; allow
subregs of frame pointer if reload completed and frame pointer
is not needed.

* combine.c (sombine_simplify_rtx): Fix comment;
use subreg_lowpart_offset instead of subreg_lowpart_p
(gen_lowpart_for_combine): Use subreg_lowpart_offset.
* rtl.h (subreg_lowpart_parts_p): Kill.
(subreg_lowpart_offset, subreg_highpart_offset): Declare.
* simplify-rtx.c (simplify_subreg): Use subreg_lowpart_offset.
* emit-rtl.c (gen_lowpart_SUBREG): Use subreg_lowpart_offset;
(gen_lowpart_common): Likewise.
(subreg_lowpart_p): Likewise.
(subreg_lowpart_parts_p): Kill.
(subreg_lowpart_offset, subreg_highpart_offset): New function.

* emit-rtl.c (gen_lowpart_common): Use simplify_gen_subreg
to simplify SUBREG and REG.
(gen_highpart): Use simplify_gen_subreg for all simplifications.

* emit-rtl.c (gen_realpart, gen_imagpart): Do not handle
CONCAT specially.

* rtlanal.c (replace_regs):  Use simplify_gen_subreg

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

22 years ago * update_web_docs (WWWBASE_PREFORMATTED, PREPROCESS): New
gerald [Mon, 4 Jun 2001 14:12:47 +0000 (14:12 +0000)]
* update_web_docs (WWWBASE_PREFORMATTED, PREPROCESS): New
variables.
Fix a comment and add another one.
Generate the installation documentation in HTML format from
gcc/doc/install.texi.

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

22 years ago * tree.def (ARRAY_RANGE_REF): New code.
kenner [Mon, 4 Jun 2001 13:21:38 +0000 (13:21 +0000)]
* tree.def (ARRAY_RANGE_REF): New code.
* alias.c (handled_component_p, can_address_p): Handle it.
* dwarf2out.c (loc_descriptor_from_tree): Likewise.
* explow.c (set_mem_attributes): Likewise.
* expr.c (expand_assignment, get_inner_reference): Likewise.
(expand_expr, expand_expr_unaligned, do_jump): Likewise.
* fold-const.c (operand_equal_p): Likewise.
* tree.c (staticp, stabilize_reference): Likewise.
* varasm.c (decode_addr_const): Likewise.

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

22 years agoDaily bump.
gccadmin [Mon, 4 Jun 2001 07:16:08 +0000 (07:16 +0000)]
Daily bump.

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

22 years ago * libsupc++/Makefile.am (install-glibcppinstallHEADERS,
hp [Mon, 4 Jun 2001 02:24:06 +0000 (02:24 +0000)]
* libsupc++/Makefile.am (install-glibcppinstallHEADERS,
uninstall-glibcppinstallHEADERS): Have explicit rules catering to
SUN make VPATH peculiarities.
* libsupc++/Makefile.in: Regenerate.

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

22 years ago * reload.c (reload_inner_reg_of_subreg): Return 1 for PLUS.
kenner [Mon, 4 Jun 2001 01:58:24 +0000 (01:58 +0000)]
* reload.c (reload_inner_reg_of_subreg): Return 1 for PLUS.
(push_reload): Handle non-REG in reload_inner_reg_of_subreg case.

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

22 years ago* gcc/config/sh/sh.c (print_operand_address, print_operand): Call
aoliva [Mon, 4 Jun 2001 00:20:46 +0000 (00:20 +0000)]
* gcc/config/sh/sh.c (print_operand_address, print_operand): Call
mark_constant_pool_use before output_addr_const.
(struct pool_node): New field wend.
(add_constant): Note a sequence of constants that are referenced
by a given label.
(pool_window_label, pool_window_last): New variables.
(dump_table): Emit a unspec_volatile representing the end of a
sequence of constants.
(mark_constant_pool_use): New function.
* gcc/config/sh/sh.md (UNSPECV_WINDOW_END): New constant.
(consttable_2): Add the second operand which flags whether
this consttable entry was used or not.
(consttable_4, consttable_8, consttable_sf, consttable_df):
Likewise.
(consttable_window_end): New insn.

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

22 years agoMinor whitespace edits
kenner [Mon, 4 Jun 2001 00:19:17 +0000 (00:19 +0000)]
Minor whitespace edits

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

22 years ago* insn-addr.h (INSN_ADDRESSES_NEW): Make insn_uid__ unsigned.
aoliva [Sun, 3 Jun 2001 22:58:08 +0000 (22:58 +0000)]
* insn-addr.h (INSN_ADDRESSES_NEW): Make insn_uid__ unsigned.
Reformat according to coding standards.

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

22 years agoWarning removal.
aoliva [Sun, 3 Jun 2001 22:50:27 +0000 (22:50 +0000)]
Warning removal.
* config/sh/sh.c (print_operand_address): Cast INTVAL to int.
(shl_and_kind): Cast wide constant.
(gen_far_branch): Define as static, as in declaration.
(barrier_align): Compute cache-line length as unsigned.  Add
parentheses in initial credit computation.
(rounded_frame_size): Add parentheses.
(permanent_obstack): Remove declaration.  Include ggc.h for
declaration of ggc_add_root_rtx().
(get_free_reg): Removed declaration of unused variable reg.
(legitimize_pic_address): Mark mode argument as unused.

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

22 years ago* config/sh/sh.c (output_branch): Support for insn with lenght
aoliva [Sun, 3 Jun 2001 22:17:11 +0000 (22:17 +0000)]
* config/sh/sh.c (output_branch): Support for insn with lenght
attr 12 & 16 which represents cond branches outside +-4096 range.

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

22 years ago* config/sh/lib1funcs.asm (ic_invalidate): Align the
aoliva [Sun, 3 Jun 2001 22:08:26 +0000 (22:08 +0000)]
* config/sh/lib1funcs.asm (ic_invalidate): Align the
cache-mirroring sequence.  Add nops.

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

22 years ago * doc/install-old.texi: Remove more old installation
jsm28 [Sun, 3 Jun 2001 19:06:55 +0000 (19:06 +0000)]
* doc/install-old.texi: Remove more old installation
documentation.
* doc/install.texi: Add relevant parts here.

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

22 years ago2001-06-03 Toon Moene <toon@moene.indiv.nluug.nl>
toon [Sun, 3 Jun 2001 14:14:26 +0000 (14:14 +0000)]
2001-06-03  Toon Moene  <toon@moene.indiv.nluug.nl>

* root.texi: Fix typo in patches e-mail address.

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

22 years ago2001-06-03 Andrew Haley <aph@redhat.com>
aph [Sun, 3 Jun 2001 14:05:38 +0000 (14:05 +0000)]
2001-06-03  Andrew Haley  <aph@redhat.com>

        * src/alpha/osf.S: Add unwind info.
        * src/powerpc/sysv.S: Add unwind info.
        * src/powerpc/ppc_closure.S: Likewise.

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

22 years ago * doc/install.texi2html: New script.
gerald [Sun, 3 Jun 2001 12:11:43 +0000 (12:11 +0000)]
* doc/install.texi2html: New script.

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

22 years ago2001-06-03 Toon Moene <toon@moene.indiv.nluug.nl>
toon [Sun, 3 Jun 2001 11:45:59 +0000 (11:45 +0000)]
2001-06-03  Toon Moene  <toon@moene.indiv.nluug.nl>
    Jan van Male  <jan.vanmale@fenk.wau.nl>

* root.texi: Define `help' and `patches' mailing list
addresses.
* news.texi: Remove `prerelease' from 0.5.26
* g77.texi: Use two spaces between command options, eliminate
some 'overfull hboxes'.  Use help and patches mailing list
addresses where appropriate.

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

22 years agoDaily bump.
gccadmin [Sun, 3 Jun 2001 07:16:42 +0000 (07:16 +0000)]
Daily bump.

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

22 years agodoc/install.texi: Update AIX information again.
dje [Sun, 3 Jun 2001 06:40:15 +0000 (06:40 +0000)]
doc/install.texi: Update AIX information again.

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

22 years ago * doc/gcc.texi, doc/install-old.texi: Remove old system-specific
jsm28 [Sat, 2 Jun 2001 22:33:30 +0000 (22:33 +0000)]
* doc/gcc.texi, doc/install-old.texi: Remove old system-specific
installation documentation.
* doc/install.texi: Move it to here.

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

22 years ago * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
ghazi [Sat, 2 Jun 2001 20:35:08 +0000 (20:35 +0000)]
* gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
Ensure logfile entry matches exec command line.

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

22 years ago!defined(USE_LTDL) fix
green [Sat, 2 Jun 2001 19:40:53 +0000 (19:40 +0000)]
!defined(USE_LTDL) fix

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

22 years agoRemove libgcjdata hack. Fix jv-scan usage in dejagnu.
green [Sat, 2 Jun 2001 19:13:52 +0000 (19:13 +0000)]
Remove libgcjdata hack.   Fix jv-scan usage in dejagnu.

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

22 years ago * doc/install.texi: Clean up Texinfo markup.
jsm28 [Sat, 2 Jun 2001 18:21:37 +0000 (18:21 +0000)]
* doc/install.texi: Clean up Texinfo markup.

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

22 years ago * doc/cpp.texi, doc/cppinternals.texi, doc/gcc.texi: Move contents
jsm28 [Sat, 2 Jun 2001 16:50:36 +0000 (16:50 +0000)]
* doc/cpp.texi, doc/cppinternals.texi, doc/gcc.texi: Move contents
to just after title page.

ch:
* chill.texi: Move contents to just after title page.

f:
* g77.texi: Move contents to just after title page.

java:
* gcj.texi: Move contents to just after title page.

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

22 years ago2001-06-01 Alexandre Petit-Bianco <apbianco@redhat.com>
apbianco [Sat, 2 Jun 2001 16:44:11 +0000 (16:44 +0000)]
2001-06-01  Alexandre Petit-Bianco  <apbianco@redhat.com>

        * parse.y (type_literals:): Use `build_incomplete_class_ref' with
        builtin type.
        (patch_incomplete_class_ref): Build the class ref, build the class
        init if necessary, complete the tree.
        Fixes PR java/2605

(http://gcc.gnu.org/ml/gcc-patches/2001-06/msg00044.html )

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

22 years ago2001-06-02 Toon Moene <toon@moene.indiv.nluug.nl>
toon [Sat, 2 Jun 2001 15:42:21 +0000 (15:42 +0000)]
2001-06-02  Toon Moene  <toon@moene.indiv.nluug.nl>

* com.c (ffecom_init_0): Make CHARACTER*1 unsigned.

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

22 years ago * doc/install-old.texi: Remove documentation of some configuration
jsm28 [Sat, 2 Jun 2001 13:59:52 +0000 (13:59 +0000)]
* doc/install-old.texi: Remove documentation of some configuration
options.
* doc/install.texi: Add relevant parts of this documentation here.

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

22 years ago * contrib.texi: Updated entries for Mark Mitchell, Joseph S. Myers,
gerald [Sat, 2 Jun 2001 12:21:55 +0000 (12:21 +0000)]
* contrib.texi: Updated entries for Mark Mitchell, Joseph S. Myers,
Gerald Pfeifer, Bernd Schmidt, and Dean Wakerley.

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

22 years ago * i386.md (all uses of ext_register_operand): Make sure they are
hubicka [Sat, 2 Jun 2001 12:07:58 +0000 (12:07 +0000)]
* i386.md (all uses of ext_register_operand): Make sure they are
VOIDmode; replace all uses outside zero_extend.
(and?i splitters): Use ext_register_operands.
(test?i peep2): Remove ignored constraints.
* i386.c (ext_register_operand): Check that operand is
eighter pseudo or hard or 'Q' register.

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

22 years ago * gcc_update: Update for move of documentation to gcc/doc.
jsm28 [Sat, 2 Jun 2001 11:33:39 +0000 (11:33 +0000)]
* gcc_update: Update for move of documentation to gcc/doc.

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

22 years ago * tree.h (struct record_layout_info_s): New field unpadded_align.
kenner [Sat, 2 Jun 2001 11:14:06 +0000 (11:14 +0000)]
* tree.h (struct record_layout_info_s): New field unpadded_align.
(set_lang_adjust_rli): New declaration.
* stor-layout.c (layout_decl): If DECL is packed, but at alignment
it would have if not packed, do not downgrade DECL_ALIGN.
(lang_adjust_rli, set_lang_adjust_rli): New.
(start_record_layout): Initialize new field unpadded_align.
(debug_rli): Display it.
(place_union_field, place_field): Set it.
(layout_type, case RECORD_TYPE): Call via lang_adjust_rli if set.

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

22 years ago * print-tree.c (print_node): Don't print "regdecl" when bit doesn't
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 DECL_NO_STATIC_CHAIN.

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

22 years agoFix typo in comment
kenner [Sat, 2 Jun 2001 10:54:32 +0000 (10:54 +0000)]
Fix typo in comment

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

22 years ago * except.c (expand_builtin_frob_return_addr): Add missing call
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.
(expand_builtin_eh_return): Likewise.
(expand_eh_return): Clean up ptr_mode != Pmode cases.

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

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

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

22 years agoUSE_LIBFFI change
green [Sat, 2 Jun 2001 08:49:31 +0000 (08:49 +0000)]
USE_LIBFFI change

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

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

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

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

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

22 years ago * invoke.texi: Remove references to papers about sequence points to
gerald [Fri, 1 Jun 2001 22:25:44 +0000 (22:25 +0000)]
* invoke.texi: Remove references to papers about sequence points to
readings.html, refer to that page

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

22 years ago * README: Update references to installation instructions.
gerald [Fri, 1 Jun 2001 18:53:49 +0000 (18:53 +0000)]
* README: Update references to installation instructions.

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

22 years ago * doc/install.texi: Define srcdir when sources come from CVS.
gerald [Fri, 1 Jun 2001 18:08:19 +0000 (18:08 +0000)]
* doc/install.texi: Define srcdir when sources come from CVS.
Significantly improve markup.  Wrap overly long lines.

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

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

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

22 years ago* c-tree.texi, contrib.texi, cpp.texi, cppinternals.texi,
dj [Fri, 1 Jun 2001 16:51:18 +0000 (16:51 +0000)]
* 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.

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

22 years agoAmend previous changelog
nathan [Fri, 1 Jun 2001 11:57:35 +0000 (11:57 +0000)]
Amend previous changelog
PR g++/2936
Part missed from first commit
* decl2.c (finish_anon_union): Copy context.

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

22 years ago * invoke.texi: use two spaces between command options, eliminate
gerald [Fri, 1 Jun 2001 11:37:26 +0000 (11:37 +0000)]
* invoke.texi: use two spaces between command options, eliminate
some 'overfull hboxes'

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

22 years agoOops, forgot to ci
hp [Fri, 1 Jun 2001 09:24:12 +0000 (09:24 +0000)]
Oops, forgot to ci

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

22 years ago * src/Makefile.am (VPATH): Delimit with ":", not space.
hp [Fri, 1 Jun 2001 09:22:05 +0000 (09:22 +0000)]
* 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.

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

22 years ago * Makefile.in (s-mlib): Make backtick-commands always succeed.
hp [Fri, 1 Jun 2001 09:17:41 +0000 (09:17 +0000)]
* Makefile.in (s-mlib): Make backtick-commands always succeed.
(DRIVER_DEFINES): Ditto.

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

22 years ago * configure.in (libstdcxx_flags): Do not try to execute
hp [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.

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

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

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

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

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

22 years ago* configure.in: Fix AC_ARG_ENABLE usage.
jsturm [Fri, 1 Jun 2001 04:09:21 +0000 (04:09 +0000)]
* configure.in: Fix AC_ARG_ENABLE usage.
* configure: Rebuilt.

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

22 years ago* natFile.cc (get_entry): Removed functions.
jsturm [Fri, 1 Jun 2001 04:04:10 +0000 (04:04 +0000)]
* 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.

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

22 years ago2001-05-31 Alexandre Petit-Bianco <apbianco@redhat.com>
apbianco [Thu, 31 May 2001 23:40:54 +0000 (23:40 +0000)]
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 )

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

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

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

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

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

22 years ago * gcc.c (init_gcc_specs): When linking against libgcc_s.so,
rth [Thu, 31 May 2001 20:53:50 +0000 (20:53 +0000)]
    * gcc.c (init_gcc_specs): When linking against libgcc_s.so,
        also link against libgcc.a.

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

22 years ago2001-05-27 scott snyder <snyder@fnal.gov>
bkoz [Thu, 31 May 2001 20:33:06 +0000 (20:33 +0000)]
2001-05-27  scott snyder  <snyder@fnal.gov>

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

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

22 years ago * config/mips/mips.h (ASM_OUTPUT_ASCII): Convert to function.
geoffk [Thu, 31 May 2001 19:39:30 +0000 (19:39 +0000)]
* 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.

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

22 years ago2001-05-31 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 31 May 2001 19:10:23 +0000 (19:10 +0000)]
2001-05-31  Benjamin Kosnik  <bkoz@redhat.com>

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

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

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

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

22 years ago * java/io/natFileDescriptorPosix.cc (open): Allocate buffer to
tromey [Thu, 31 May 2001 17:33:05 +0000 (17:33 +0000)]
* java/io/natFileDescriptorPosix.cc (open): Allocate buffer to
correct size.
(write): Loop until write completes.  From Corey Minyard.

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

22 years ago * flow.c (set_block_for_new_insns): Remove bogus shortcut.
hubicka [Thu, 31 May 2001 17:11:44 +0000 (17:11 +0000)]
* flow.c (set_block_for_new_insns): Remove bogus shortcut.
* i386.c (ix86_expand_int_movcc): Force one of operands to be register.

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

22 years ago2001-05-29 Laurent Guerby <guerby@acm.org>
tromey [Thu, 31 May 2001 16:48:15 +0000 (16:48 +0000)]
2001-05-29  Laurent Guerby  <guerby@acm.org>

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

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

22 years ago * java/sql/DriverManager.java (getDrivers): Handle case where
tromey [Thu, 31 May 2001 16:18:55 +0000 (16:18 +0000)]
* java/sql/DriverManager.java (getDrivers): Handle case where
driver's class loader is null.  From Corey Minyard.

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

22 years ago2001-05-30 Benjamin Kosnik <bkoz@redat.com>
bkoz [Thu, 31 May 2001 12:14:56 +0000 (12:14 +0000)]
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.

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

22 years ago * install.texi (Configuration): Add html links for --with-gnu-as &
gerald [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 & SCO triplets.
(Specific): Link back to with-gnu-ld for all ELF platfoms.
(Specific): Reword AVR binutils recommendation.

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

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

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

22 years ago2001-04-27 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
apbianco [Thu, 31 May 2001 06:05:29 +0000 (06:05 +0000)]
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)

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

22 years ago * ggc-page.c (size_lookup): Increase minimum allocation size
zack [Thu, 31 May 2001 05:05:19 +0000 (05:05 +0000)]
* 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.

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

22 years ago * extend.texi: Fix formating of examples, eliminate some
gerald [Thu, 31 May 2001 04:27:52 +0000 (04:27 +0000)]
* 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'.

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

22 years ago * include/bits/c++config (__USE_MALLOC): Do not define it.
ljrittle [Thu, 31 May 2001 02:45:04 +0000 (02:45 +0000)]
* 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.

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

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

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

22 years ago * gcc.c (do_spec_1): In `%O' case, if we computed saved_suffix,
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.

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

22 years ago * gthr-posix.h (__gthread_active_ptr): Cast function pointer
ljrittle [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-dce.h (__gthread_active_ptr): Likewise.
* gthr-solaris.h (__gthread_active_ptr): Likewise.

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

22 years ago2001-05-30 Phil Edwards <pme@sources.redhat.com>
pme [Wed, 30 May 2001 21:55:05 +0000 (21:55 +0000)]
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.

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

22 years ago * cpplex.c (_cpp_lex_token): Revert patch of 16 May 2001
neil [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.

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

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

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