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 .
- 17 Jun, 2001 6 commits
-
-
No Author authored
'gcc_3_0_release'. From-SVN: r43431
-
Mark Mitchell authored
From-SVN: r43430
-
Mark Mitchell authored
From-SVN: r43429
-
Mark Mitchell authored
From-SVN: r43428
-
Mark Mitchell authored
From-SVN: r43427
-
GCC Administrator authored
From-SVN: r43425
-
- 16 Jun, 2001 1 commit
-
-
GCC Administrator authored
From-SVN: r43417
-
- 15 Jun, 2001 9 commits
-
-
Andreas Jaeger authored
* doc/install.texi (Specific): Mention that glibc cannot be compiled with GCC 3.0. From-SVN: r43406
-
Zack Weinberg authored
* doc/cpp.texi: Formatting corrections. Correct buggy example of use of __GNUC__ etc. Clarify $ in identifiers. * doc/cpp.1: Regenerate. From-SVN: r43405
-
Rainer Orth authored
* doc/install.texi (Specific, alpha*-*-*): Fixed Tru64 UNIX etc. spelling. (Specific, alpha-*-osf1): Renamed to alpha*-*-osf*. Added Tru64 UNIX V5.1 bootstrap hints. (Specific, alpha*-*-osf*): Removed old section, obsolete. From-SVN: r43401
-
Zack Weinberg authored
* doc/cpp.texi: Revised and brought up to date. * doc/cpp.1: Regenerate. From-SVN: r43396
-
Zack Weinberg authored
* doc/cpp.texi: Revised and brought up to date. * doc/cpp.1: Regenerate. [[Split portion of a mixed commit.]] From-SVN: r43395.1
-
GCC Administrator authored
From-SVN: r43391
-
Bruce Korb authored
From-SVN: r43389
-
Michael Hayes authored
* doc/install.texi: Update for C4x. * README.C4X: Remove. From-SVN: r43387
-
John David Anglin authored
* objc-act.c (handle_class_ref): Put the class reference in the variable section for hpux only. (handle_impent): Put the objc class and category name labels in the readonly data section for hpux only. From-SVN: r43386
-
- 14 Jun, 2001 15 commits
-
-
Joseph Myers authored
* doc/c-tree.texi, doc/contrib.texi, doc/extend.texi, doc/gcc.texi, doc/install.texi, doc/invoke.texi, doc/md.texi, doc/objc.texi, doc/rtl.texi, doc/tm.texi: Fix spelling and typos. Consistently use "built-in" and "bit-field". Minor logical markup improvements. * doc/gcc.1: Regenerate. From-SVN: r43384
-
Albert Chin-A-Young authored
From-SVN: r43382
-
Richard Henderson authored
* config/mips/mips.h (ASM_OUTPUT_ASCII): Rename local variables to avoid shadowing parameters. * config/mips/mips.md (exception_receiver): New. From-SVN: r43381 -
Mark Mitchell authored
* gcc_release (build_sources): Generate more files from web documents. (CVS): Use compression everywhere. Co-Authored-By:Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> From-SVN: r43380
-
Daniel J. Berlin authored
2001-06-14 Daniel J. Berlin <dan@cgsoftware.com> * doc/gcc.texi: Update passes documentation to be more in tune with reality. From-SVN: r43378
-
Jason Merrill authored
class.c (update_vtable_entry_for_fn): Uncomment optimization to use virtual thunk instead of non-virtual. * class.c (update_vtable_entry_for_fn): Uncomment optimization to use virtual thunk instead of non-virtual. (get_matching_virtual): Uncomment. From-SVN: r43371 -
Joseph Myers authored
* doc/c-tree.texi, doc/contrib.texi, doc/extend.texi, doc/gcc.texi, doc/gcov.texi, doc/install-old.texi, doc/invoke.texi, doc/md.texi, doc/rtl.texi, doc/tm.texi: Use more logical markup. Use TeX quotes and dashes. Use @dots{} and @minus{}. Avoid spaces inside @var. Update last modification date in gcc.texi. * doc/gcc.1, doc/gcov.1: Regenerate. From-SVN: r43370 -
Nathan Sidwell authored
cp: * class.c (dfs_accumulate_vtbl_inits): For case 2 & 3, make sure we've not emerged from the hierarchy of RTTI_BINFO on reaching a non-virtual base. testsuite: * g++.old-deja/g++.abi/vbase8-9.C: New test. From-SVN: r43367
-
Nathan Sidwell authored
* configure.in (auxdir): Replace by ... (toprel): ... new variable. (toplevel_srcdir): Construct from $toprel. * acinclude.m4 (GLIBCPP_ENABLE_THREADS): Use $toprel rather than .. to locate gcc source directory. (GLIBCPP_CONFIGURE): Replace $auxdir with $srcdir/$toprel. * aclocal.m4, configure: Rebuilt. From-SVN: r43365
-
GCC Administrator authored
From-SVN: r43363
-
John David Anglin authored
* src/globals.cc: Define globals _GLIBCPP_mutex_init (), _GLIBCPP_mutex_address_init (), _GLIBCPP_once, _GLIBCPP_mutex and _GLIBCPP_mutex_address. * include/bits/stl_threads.h (_STL_mutex_lock): Use above to provide once-only runtime initialization of _M_lock mutex when __GTHREAD_MUTEX_INIT_FUNCTION is defined. (__STL_MUTEX_INITIALIZER): Provide initializer for _STL_mutex_lock for __GTHREAD_MUTEX_INIT_FUNCTION case. From-SVN: r43361
-
John David Anglin authored
* fixinc/inclhack.def (hpux10_cpp_pow_inline): New hack. * fixinc/fixincl.x: Rebuilt. From-SVN: r43359
-
Richard Henderson authored
From-SVN: r43356
-
Philip Blundell authored
arm.c (add_minipool_backward_ref): Check that the entire object will be reachable in the constant pool. 2001-06-13 Philip Blundell <philb@gnu.org> * config/arm/arm.c (add_minipool_backward_ref): Check that the entire object will be reachable in the constant pool. From-SVN: r43355
-
Mark Mitchell authored
From-SVN: r43354
-
- 13 Jun, 2001 9 commits
-
-
Gerald Pfeifer authored
* gcc_release (build_sources): Obtain some documentation files from the wwwdocs module. From-SVN: r43353
-
Toon Moene authored
2001-06-13 Toon Moene <toon@moene.indiv.nluug.nl> * libI77/inquire.c: Include "config.h". From-SVN: r43349
-
Tom Tromey authored
From-SVN: r43348
-
Joseph Myers authored
From-SVN: r43347
-
Mark Mitchell authored
From-SVN: r43345
-
Mark Mitchell authored
From-SVN: r43339
-
Mark Mitchell authored
* gcc_release (-b): Remove option. (build_sources): Generate NEWS files. (build_tarfiles): Set permissions on directories and files. Always generate BZIP2 files. * gennews: Set TERM to vt100 for Lynx. * NEWS: Remove. * NEWS: Update release number. * BUGS: Remove. * NEWS: Likewise. From-SVN: r43338
-
Benjamin Kosnik authored
2001-06-13 Benjamin Kosnik <bkoz@redhat.com> * acinclude.m4 (GLIBCPP_CONFIGURE): Bump version to 3.0.0. * aclocal.m4: Regenerate. * configure: Regenerate. * include/bits/c++config (__GLIBCPP__): Update date. From-SVN: r43337
-
Richard Henderson authored
* ifcvt.c (cond_exec_get_condition): Use reversed_comparison_code. (cond_exec_process_if_block, dead_or_predicable): Likewise. From-SVN: r43335
-