This project is mirrored from git://gcc.gnu.org/git/gcc.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 20 Dec, 2001 4 commits
-
-
No Author authored
'gcc_3_0_3_release'. From-SVN: r48213
-
Mark Mitchell authored
From-SVN: r48212
-
Mark Mitchell authored
From-SVN: r48211
-
GCC Administrator authored
From-SVN: r48197
-
- 19 Dec, 2001 1 commit
-
-
GCC Administrator authored
From-SVN: r48174
-
- 18 Dec, 2001 1 commit
-
-
GCC Administrator authored
From-SVN: r48146
-
- 17 Dec, 2001 1 commit
-
-
GCC Administrator authored
From-SVN: r48095
-
- 16 Dec, 2001 1 commit
-
-
GCC Administrator authored
From-SVN: r48065
-
- 15 Dec, 2001 1 commit
-
-
GCC Administrator authored
From-SVN: r48037
-
- 14 Dec, 2001 2 commits
-
-
GCC Administrator authored
From-SVN: r47994
-
Richard Henderson authored
stmt.c (expand_asm_operands): Correct and simplify the conditions for spilling an output operand to memory. * stmt.c (expand_asm_operands): Correct and simplify the conditions for spilling an output operand to memory. From-SVN: r47993
-
- 13 Dec, 2001 5 commits
-
-
Phil Edwards authored
2001-12-13 Phil Edwards <pme@gcc.gnu.org> Bulk documentation merge (copy) from trunk. * docs/html/Makefile, docs/html/documentation.html, docs/html/explanations.html, docs/html/17_intro/BUGS, docs/html/17_intro/C++STYLE, docs/html/17_intro/CHECKLIST, docs/html/17_intro/DESIGN, docs/html/17_intro/TODO, docs/html/17_intro/howto.html, docs/html/17_intro/license.html, docs/html/17_intro/porting-howto.html, docs/html/17_intro/porting-howto.xml, docs/html/17_intro/porting.html, docs/html/17_intro/porting.texi, docs/html/18_support/howto.html, docs/html/19_diagnostics/howto.html, docs/html/20_util/howto.html, docs/html/21_strings/howto.html, docs/html/23_containers/howto.html, docs/html/26_numerics/howto.html, docs/html/27_io/howto.html, docs/html/ext/howto.html, docs/html/ext/lwg-active.html, docs/html/ext/lwg-defects.html, docs/html/ext/sgiexts.html, docs/html/faq/index.html, docs/html/faq/index.txt: Merge from trunk. From-SVN: r47982
-
GCC Administrator authored
From-SVN: r47967
-
Craig Rodrigues authored
2001-12-12 Craig Rodrigues <rodrigc@gcc.gnu.org> PR other/2719 * cplus-dem.c (consume_count): Treat negative count as an error. * testsuite/demangle-expected: Added testcase. From-SVN: r47964 -
Bruce Korb authored
Co-Authored-By:Rodney Brown <rbrown64@csc.com.au> From-SVN: r47963
-
Alan Modra authored
* config/rs6000/rs6000.c (rs6000_unique_section): Simplify and correct code selecting section. From-SVN: r47959
-
- 12 Dec, 2001 3 commits
-
-
Jason Merrill authored
* semantics.c (setup_vtbl_ptr): Always build a CTOR_INITIALIZER if we're in a template. From-SVN: r47944 -
GCC Administrator authored
From-SVN: r47925
-
Richard Henderson authored
except.c (sjlj_find_directly_reachable_regions): Don't consider RNL_BLOCKED a directly reachable region. * except.c (sjlj_find_directly_reachable_regions): Don't consider RNL_BLOCKED a directly reachable region. (sjlj_assign_call_site_values): Trust directly_reachable. (sjlj_emit_dispatch_table): Likewise. From-SVN: r47907
-
- 11 Dec, 2001 4 commits
-
-
Neil Booth authored
* c-common.c (combine_strings): Complain if concatenating __FUNCTION__. * c-parse.in (yylexname): Flag artificial strings. * tree.h (TREE_ARTIFICIAL_STRING_P): New. doc: * extend.texi: Update. testsuite: * gcc.dg/concat.c: New test. From-SVN: r47898
-
No Author authored
'gcc-3_0-branch'. From-SVN: r47897
-
GCC Administrator authored
From-SVN: r47864
-
Philip Martin authored
PR libstdc++/3720 * include/bits/locale_facets.h (_M_extract_buffer_length): Add this constant. * include/bits/locale_facet.tcc (do_get): Use _M_extract_buffer_length. * src/locale.cc (_M_extract): Set failbit if buffer gets filled while extracting characters. * testsuite/27_io/istream_extractor_arith.cc (tes12_aux, test12, test13): Add, ported from trunk. From-SVN: r47863
-
- 10 Dec, 2001 5 commits
-
-
Franz Sirl authored
2001-12-10 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * PR3145.patch: Update. Add: 2001-12-04 Jason Merrill <jason@redhat.com> * init.c (resolve_offset_ref): Don't check access for the base conversion to access a FIELD_DECL. From-SVN: r47851
-
Janis Johnson authored
* doc/install.texi (Final install): Request additional information in mail about successful builds. From-SVN: r47849 -
GCC Administrator authored
From-SVN: r47835
-
Edward E. Meyer authored
2001-12-09 Edward E. Meyer <edward.e.meyer@boeing.com> PR libstdc++/4622 (copy from trunk 2001-10-31) * include/bits/std_complex.h (complex::operator/=): Correct sign. From-SVN: r47830
-
David Edelsohn authored
* stor-layout.c (place_union_field): Apply ADJUST_FIELD_ALIGN to unions. From-SVN: r47829
-
- 09 Dec, 2001 1 commit
-
-
GCC Administrator authored
From-SVN: r47808
-
- 08 Dec, 2001 4 commits
-
-
John David Anglin authored
* semantics.c (simplify_aggr_init_exprs_r): Add DIRECT_BIND flag in call to build_aggr_init. * cp-tree.h (DIRECT_BIND): Document new use of DIRECT_BIND. From-SVN: r47794
-
GCC Administrator authored
From-SVN: r47786
-
Alan Modra authored
* config/rs6000/rs6000.c (rs6000_unique_section): Add missing parentheses. From-SVN: r47783
-
Craig Rodrigues authored
PR c++/5041 * expr.c: Merge from mainline: 2001-09-20 DJ Delorie <dj@redhat.com> * expr.c (store_constructor): Handle zero-length arrays and flexible arrays correctly. From-SVN: r47781
-
- 07 Dec, 2001 5 commits
-
-
David O'Brien authored
2001-12-07 David O'Brien <obrien@FreeBSD.org> * elfos.h (_USING_ELFOS_H): Rename to USING_ELFOS_H, to match mainline. * rs6000/rs6000.c (_USING_ELFOS_H): Likewise. Approved by: obviously correct rule (Geoff Keating did not like the leading _ when this was committed to mainline) From-SVN: r47771 -
Nick Clifton authored
From-SVN: r47751
-
GCC Administrator authored
From-SVN: r47748
-
DJ Delorie authored
* Makefile.in (stamp-h): Depend on Makefile for proper serialization. (*-subdir): Depend on config.h for proper serialization. Co-Authored-By:Daniel Jacobowitz <drow@mvista.com> From-SVN: r47746
-
Richard Henderson authored
PR c/4299 * stmt.c (parse_input_constraint): Break out from ... (expand_asm_operands): ... here. Loop over the operands twice, the first time only calling mark_addressable. * gcc.c-torture/compile/20011205-1.c: New test. From-SVN: r47740
-
- 06 Dec, 2001 2 commits
-
-
Rainer Orth authored
* fixinc/inclhack.def (stdio_va_list): Handle __VA_LIST__ in Tru64 UNIX V5.1A stdio.h. * fixinc/fixincl.x: Regenerate. Fixes PR libf2c/4826. From-SVN: r47731
-
Jason Merrill authored
* pt.c (push_tinst_level): No longer static. * cp-tree.h: Declare it. * optimize.c (expand_call_inline): Record template instantiation context. * rtti.c (create_pseudo_type_info): Set CLASSTYPE_INTERFACE_ONLY on the __*_type_info type if we haven't seen a definition. * decl.c (xref_basetypes): Don't use C99 construct in tag_code declaration and initialization. From-SVN: r47716
-