- 05 Jun, 2001 1 commit
-
-
* c-tree.h (lang_decl): Add pending_sizes fields. * c-decl.c (store_parm_decls): Save pending_sizes away for nested functions. (c_expand_body): Expand them. (lang_mark_tree): Mark lang_decl:pending_sizes. * function.c (expand_pending_sizes): New function, broken out from ... (expand_function_start): ... here. * tree.h (expand_pending_sizes): Declare it. From-SVN: r42892
Mark Mitchell committed
-
- 04 Jun, 2001 30 commits
-
-
* doc/install.texi: Update FreeBSD information. Generalize and update information for alpha-based platforms using ELF. From-SVN: r42887
Loren J. Rittle committed -
* java/security/PublicKey.java: Extend Key. * java/security/PrivateKey.java: Extend Key. From-SVN: r42886
Tom Tromey committed -
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. From-SVN: r42884
Phil Edwards committed -
From-SVN: r42883
John David Anglin committed -
* c-decl.c (get_parm_info): Use INTEGRAL_TYPE_P. (store_parm_decls): Likewise. * c-typeck.c (convert_arguments): Likewise. From-SVN: r42882
John David Anglin committed -
sibcall.c (optimize_sibling_and_tail_recursive_call): Suppress optimization if current_function_calls_setjmp. * sibcall.c (optimize_sibling_and_tail_recursive_call): Suppress optimization if current_function_calls_setjmp. From-SVN: r42880
Richard Henderson committed -
* doc/c-tree.texi: Fix documentation of TREE_STRING_LENGTH for wide strings. From-SVN: r42878
Joseph Myers committed -
* ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris, with_gcc]: Use `gcc -shared' to build a shared library. From-SVN: r42874
Mark Mitchell committed -
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. From-SVN: r42872
Benjamin Kosnik committed -
* ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared archives. From-SVN: r42870
John David Anglin committed -
From-SVN: r42869
Loren J. Rittle committed -
* simplify-rtx.c (simplify_subreg): Fix combining of paradoxical subregs. From-SVN: r42868
Jan Hubicka committed -
* rtlanal.c (rtx_unsable_p): ADDRESSOF is stable. (no_labels_between_p): Short circuit case beg==end. From-SVN: r42867
Jan Hubicka committed -
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. Co-Authored-By: Phil Edwards <pme@gcc.gnu.org> From-SVN: r42865
Kenny Simpson committed -
* 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. From-SVN: r42864
Jan Hubicka committed -
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. From-SVN: r42862
Phil Edwards committed -
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. Co-Authored-By: Phil Edwards <pme@gcc.gnu.org> From-SVN: r42859
Brendan Kehoe committed -
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. From-SVN: r42857
Brendan Kehoe committed -
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::. From-SVN: r42856
Jeffrey Oldham committed -
* doc/c-tree.texi (ARRAY_REF): Say what type of expression must be. (ARRAY_RANGE_REF): Added description. From-SVN: r42855
Richard Kenner committed -
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. From-SVN: r42854
Jeffrey Oldham committed -
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. From-SVN: r42852
Jeffrey Oldham committed -
* 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 From-SVN: r42850
Jan Hubicka committed -
* 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. From-SVN: r42849
Gerald Pfeifer committed -
* 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. From-SVN: r42848
Richard Kenner committed -
From-SVN: r42846
GCC Administrator committed -
Makefile.am (install-glibcppinstallHEADERS, [...]): Have explicit rules catering to SUN make VPATH peculiarities. * libsupc++/Makefile.am (install-glibcppinstallHEADERS, uninstall-glibcppinstallHEADERS): Have explicit rules catering to SUN make VPATH peculiarities. * libsupc++/Makefile.in: Regenerate. From-SVN: r42844
Hans-Peter Nilsson committed -
* reload.c (reload_inner_reg_of_subreg): Return 1 for PLUS. (push_reload): Handle non-REG in reload_inner_reg_of_subreg case. From-SVN: r42843
Richard Kenner committed -
* 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. From-SVN: r42841
Kaz Kojima committed -
From-SVN: r42840
Richard Kenner committed
-
- 03 Jun, 2001 9 commits
-
-
* insn-addr.h (INSN_ADDRESSES_NEW): Make insn_uid__ unsigned. Reformat according to coding standards. From-SVN: r42839
Alexandre Oliva committed -
* 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. From-SVN: r42837
Alexandre Oliva committed -
* config/sh/sh.c (output_branch): Support for insn with lenght attr 12 & 16 which represents cond branches outside +-4096 range. From-SVN: r42835
Igor Shevlyakov committed -
* config/sh/lib1funcs.asm (ic_invalidate): Align the cache-mirroring sequence. Add nops. From-SVN: r42833
Alexandre Oliva committed -
* doc/install-old.texi: Remove more old installation documentation. * doc/install.texi: Add relevant parts here. From-SVN: r42831
Joseph Myers committed -
2001-06-03 Toon Moene <toon@moene.indiv.nluug.nl> * root.texi: Fix typo in patches e-mail address. From-SVN: r42830
Toon Moene committed -
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. From-SVN: r42828
Andrew Haley committed -
From-SVN: r42826
Gerald Pfeifer committed -
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. Co-Authored-By: Jan van Male <jan.vanmale@fenk.wau.nl> From-SVN: r42825
Toon Moene committed
-