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 .
- 19 Aug, 2001 7 commits
-
-
No Author authored
'gcc_3_0_1_release'. From-SVN: r45040
-
GCC Administrator authored
From-SVN: r45039
-
GCC Administrator authored
From-SVN: r45038
-
GCC Administrator authored
From-SVN: r45036
-
GCC Administrator authored
From-SVN: r45035
-
Mark Mitchell authored
From-SVN: r45033
-
GCC Administrator authored
From-SVN: r45026
-
- 18 Aug, 2001 3 commits
-
-
Andreas Schwab authored
* configure.target (cpu_include_dir): Set to `config/cpu/m68k' for m68k and m680[246]0. * config/cpu/m68k/bits/atomicity.h: New file. From-SVN: r45007
-
GCC Administrator authored
From-SVN: r44999
-
Loren J. Rittle authored
bootstrap/3963 * include/Makefile.am: Use relative file path in rule to allow colon in $(objdir). * include/Makefile.in: Rebuilt. From-SVN: r44998
-
- 17 Aug, 2001 5 commits
-
-
Janis Johnson authored
* doc/install.texi (Install GCC): Add links to build status pages. (Specific): Ditto. (Final install): Ditto; request updates for specific info From-SVN: r44989
-
Gerald Pfeifer authored
* doc/invoke.texi (Optimize Options): The default for -finline-limit is 600. From-SVN: r44976
-
GCC Administrator authored
From-SVN: r44958
-
Mark Mitchell authored
* cvt.c (convert_to_void): Preserve TREE_SIDE_EFFECTS on COMPOUND_EXPRs. From-SVN: r44955
-
Joel Sherrill authored
* config/rs6000/rtems.h: Set STARTFILE_DEFAULT_SPEC and ENDFILE_DEFAULT_SPEC to correctly include ecrti and ecrtn. * config/arm/rtems-elf.h: Remove bad -Darm and -Darm_elf. From-SVN: r44947
-
- 16 Aug, 2001 3 commits
-
-
Franz Sirl authored
2001-08-16 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * configure.target: Set LIMITSH for powerpc-*-*. * config/cpu/powerpc/bits/limits.h: New file. From-SVN: r44943
-
Marc Espie authored
2001-08-16 Marc Espie <espie@openbsd.org> * libmath/mathconf.h: Include <sys/types.h> on OpenBSD (branch fix only, for robustness). Ok'd Mark Mitchell. From-SVN: r44934
-
GCC Administrator authored
From-SVN: r44932
-
- 15 Aug, 2001 3 commits
-
-
Andreas Schwab authored
* configure.target (cpu_include_dir): Set to `config/cpu/m68k' for m68k and m680[246]0. * config/cpu/m68k/bits/atomicity.h: New file. From-SVN: r44923
-
Andreas Schwab authored
* include/bits/std_limits.h [__glibcpp_long_double_bits == 96]: Define appropriate long double limits for m68k extended floating point. (__glibcpp_f32_digits10): Corrected, off by one. (__glibcpp_f80_digits10): Likewise. (__glibcpp_f128_digits10): Likewise. * config/os/gnu-linux/bits/os_defines.h (__glibcpp_long_double_bits) [__mc68000__]: Define to 96. From-SVN: r44922
-
GCC Administrator authored
From-SVN: r44918
-
- 14 Aug, 2001 10 commits
-
-
Gabriel Dos Reis authored
* include/bits/std_limits.h (numeric_limits<char>::max): Fix typo From-SVN: r44912
-
Ulrich Weigand authored
From-SVN: r44906
-
Ulrich Weigand authored
From-SVN: r44905
-
Ulrich Weigand authored
From-SVN: r44904
-
Gabriel Dos Reis authored
From-SVN: r44903
-
Benjamin Kosnik authored
2001-08-14 Benjamin Kosnik <bkoz@redhat.com> * src/Makefile.am (libstdc___la_LDFLAGS): Increase revision number. * src/Makefile.in: Regenerate. From-SVN: r44902
-
Gerald Pfeifer authored
* doc/install.texi (Specific, avr): Fix markup. (Specific, c4x): Ditto. From-SVN: r44897
-
GCC Administrator authored
From-SVN: r44887
-
Peter Schmid authored
2001-08-14 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de> * libstdc++-v3/libmath/stubs.c: Fix PR/3988, replace _GBLICPP_HAVE_LOGL with HAVE_LOGL From-SVN: r44883
-
Mark Mitchell authored
From-SVN: r44882
-
- 13 Aug, 2001 6 commits
-
-
Mark Mitchell authored
* configure.in (LIMITS_INC_SRCDIR): New variable. * configure.target (LIMITSH): New variable. * porting.texi: Discuss numeric limits. * config/cpu/generic/bits/limits.h: New file. * config/cpu/i386/bits/limits.h: New file. * include/Makefile.am: Install bits/limits.h. * include/bits/c++config: Include bits/limits.h. From-SVN: r44875
-
Mark Mitchell authored
call.c (build_over_call): Mark COMPOUND_EXPRs generated for empty class assignment as having side-effects... * call.c (build_over_call): Mark COMPOUND_EXPRs generated for empty class assignment as having side-effects to avoid spurious warnings. From-SVN: r44867
-
Andreas Jaeger authored
From-SVN: r44859
-
Andreas Jaeger authored
* config.gcc: Use t-slibgcc-elf to build shared libgcc_s on s390*linux. From-SVN: r44857
-
GCC Administrator authored
From-SVN: r44843
-
Roman Zippel authored
* regmove.c (regmove_optimize): Avoid setting a register twice in a parallel set. Co-Authored-By:Richard Henderson <rth@redhat.com> From-SVN: r44842
-
- 12 Aug, 2001 2 commits
-
-
David Edelsohn authored
From-SVN: r44833
-
GCC Administrator authored
From-SVN: r44818
-
- 11 Aug, 2001 1 commit
-
-
Gabriel Dos Reis authored
2001-08-10 Gabriel Dos Reis <gdr@merlin.codesourcery.com> Mark Mitchell <mark@codesourcery.com> * include/bits/std_limits.h: New file. * include/Makefile.am (bits_headers): Add std_limits.h (all-local): std_limits.h is no longer built. (${target_builddir}/std_limits.h): Remove. * include/Makefile.in: Regenerate. * src/limits.cc: New file. * src/Makefile.am (sources): Add limits.cc in replacement of limitsMEMBERS.cc. * src/Makefile.in: Regenerate. 2001-08-09 David Edelsohn <edelsohn@gnu.org> * config/os/aix/bits/os_defines.h: Define std_limits.h macros. * config/os/generic/bits/os_defines.h: Likewise. * config/os/gnu-linux/bits/os_defines.h: Likewise. * config/os/hpux/bits/os_defines.h: Likewise. * config/os/irix/irix6.5/bits/os_defines.h: Likewise. * config/os/solaris/solaris2.7/bits/os_defines.h: Likewise. From-SVN: r44800
-