- May 19, 2021
-
-
GCC Administrator authored
-
- May 18, 2021
-
-
Jonathan Wakely authored
contrib/ChangeLog: * gcc-changelog/git_email.py: Remove use of non-strict mode.
-
GCC Administrator authored
-
- May 17, 2021
-
-
Richard Biener authored
This updates the mpfr version to 3.1.6 which is the last bugfix release from the 3.1.x series and avoids printing the version is buggy but acceptable from our configury. 2021-05-17 Richard Biener <rguenther@suse.de> contrib/ChangeLog: * download_prerequisites: Update mpfr version to 3.1.6. * prerequisites.md5: Update. * prerequisites.sha512: Likewise.
-
Richard Biener authored
This reverts commit fe108dad.
-
- May 15, 2021
-
-
GCC Administrator authored
-
- May 14, 2021
-
-
Martin Liska authored
contrib/ChangeLog: * download_prerequisites: Use version 4.1.0.
-
Jakub Jelinek authored
2021-05-14 Jakub Jelinek <jakub@redhat.com> contrib/ * gcc-changelog/git_update_version.py: Remove releases/gcc-8 from active_refs. maintainer-scripts/ * crontab: Stop doing gcc-8 snapshots.
-
Martin Liska authored
contrib/ChangeLog: * gcc-changelog/git_commit.py: Support Co-Authored-By before a first ChangeLog entry.
-
GCC Administrator authored
-
- May 13, 2021
-
-
Martin Liska authored
contrib/ChangeLog: * mklog.py: Put PR entries before all ChangeLog entries (will be added to all ChangeLog locations by Daily bump script). * test_mklog.py: Test the new behavior.
-
- May 12, 2021
-
-
GCC Administrator authored
-
Martin Liska authored
contrib/ChangeLog: * gcc-changelog/git_commit.py: Simplify needle lookup. * gcc-changelog/git_update_version.py: Pass ref_name to parse_git_revisions.
-
- May 11, 2021
-
-
Martin Liska authored
ChangeLog: * Makefile.def: Remove libhsail-rt. * Makefile.in: Likewise. * configure.ac: Likewise. * configure: Regenerate. * libhsail-rt/ChangeLog: Removed. * libhsail-rt/Makefile.am: Removed. * libhsail-rt/Makefile.in: Removed. * libhsail-rt/README: Removed. * libhsail-rt/aclocal.m4: Removed. * libhsail-rt/configure: Removed. * libhsail-rt/configure.ac: Removed. * libhsail-rt/configure.tgt: Removed. * libhsail-rt/include/internal/fibers.h: Removed. * libhsail-rt/include/internal/phsa-queue-interface.h: Removed. * libhsail-rt/include/internal/phsa-rt.h: Removed. * libhsail-rt/include/internal/workitems.h: Removed. * libhsail-rt/rt/arithmetic.c: Removed. * libhsail-rt/rt/atomics.c: Removed. * libhsail-rt/rt/bitstring.c: Removed. * libhsail-rt/rt/fbarrier.c: Removed. * libhsail-rt/rt/fibers.c: Removed. * libhsail-rt/rt/fp16.c: Removed. * libhsail-rt/rt/misc.c: Removed. * libhsail-rt/rt/multimedia.c: Removed. * libhsail-rt/rt/queue.c: Removed. * libhsail-rt/rt/sat_arithmetic.c: Removed. * libhsail-rt/rt/segment.c: Removed. * libhsail-rt/rt/workitems.c: Removed. * libhsail-rt/target-config.h.in: Removed. contrib/ChangeLog: * gcc_update: Remove libhsail-rt folder. * update-copyright.py: Likewise.
-
Martin Liska authored
contrib/ChangeLog: * gcc-changelog/git_check_commit.py: Remove --non-strict-mode. * gcc-changelog/git_commit.py: Remove strict mode. * gcc-changelog/git_email.py: Likewise. * gcc-changelog/git_repository.py: Likewise. * gcc-changelog/test_email.py: Likewise. * gcc-changelog/test_patches.txt: Update patches so that they don't contain a ChangeLog file changes.
-
Martin Liska authored
contrib/ChangeLog: * gcc-changelog/git_commit.py: Remove ChangeLog locations based on ref_name. * gcc-changelog/git_repository.py: Likewise.
-
GCC Administrator authored
-
- May 10, 2021
-
-
Martin Liska authored
contrib/ChangeLog: * gcc-changelog/git_email.py: Remove newlines when --help is used.
-
Tobias Burnus authored
contrib/ChangeLog: * gcc-changelog/git_check_commit.py (__Main__): State in --help the default value for 'revisions'. * gcc-changelog/git_email.py (show_help): Add. (__main__): Handle -h and --help.
-
Tobias Burnus authored
contrib/ChangeLog: * gcc-changelog/git_commit.py (Error.__repr__): Add space after the colon. (GitCommit.check_mentioned_files): Check whether the same file has been specified multiple times. * gcc-changelog/test_email.py (TestGccChangelog.test_multi_same_file): New. * gcc-changelog/test_patches.txt (0001-OpenMP-Fix-SIMT): New test.
-
Martin Liska authored
This reverts commit fea26bad.
-
Martin Liska authored
contrib/ChangeLog: * gcc_update: Start using reload.c instead of version.c.
-
Martin Liska authored
contrib/ChangeLog: * gcc-changelog/git_commit.py: Remove components that will be removed.
-
- Apr 28, 2021
-
-
GCC Administrator authored
-
- Apr 27, 2021
-
-
Jakub Jelinek authored
2021-04-27 Jakub Jelinek <jakub@redhat.com> * gennews (files): Add files for GCC 10 and GCC 11.
-
- Apr 23, 2021
-
-
GCC Administrator authored
-
- Apr 22, 2021
-
-
David Edelsohn authored
AIX 6.1 is past end of life and extended support. This patch removes the configuration option and references to AIX 6.1. contrib/ChangeLog: * config-list.mk: Remove rs6000-ibm-aix6.1. Rename rs6000-ibm-aix7.1 to powerpc-ibm-aix7.1. Add powerpc-ibm-aix7.2. gcc/ChangeLog: * config.gcc (powerpc-ibm-aix6.*): Remove. * config/rs6000/aix61.h: Delete.
-
- Apr 21, 2021
-
-
GCC Administrator authored
-
- Apr 20, 2021
-
-
Jakub Jelinek authored
2021-04-20 Jakub Jelinek <jakub@redhat.com> maintainer-scripts/ * crontab: Snapshots from trunk are now GCC 12 related. Add GCC 11 snapshots from the respective branch. contrib/ * gcc-changelog/git_update_version.py (active_refs): Add releases/gcc-11.
-
- Apr 13, 2021
-
-
GCC Administrator authored
-
- Apr 12, 2021
-
-
Martin Liska authored
contrib/ChangeLog: * gcc-changelog/git_commit.py: Do not allow space in long lines.
-
Martin Liska authored
contrib/ChangeLog: * gcc-changelog/git_commit.py: Support long filenames in entries. * gcc-changelog/test_email.py: Test it. * gcc-changelog/test_patches.txt: Likewise.
-
- Mar 24, 2021
-
-
GCC Administrator authored
-
- Mar 23, 2021
-
-
Martin Liska authored
contrib/ChangeLog: * mklog.py: Fix broken tests.
-
GCC Administrator authored
-
- Mar 22, 2021
-
-
Martin Liska authored
The argument is handy when one needs to generate ChangeLog entries for a different project (e.g. binutils). contrib/ChangeLog: * mklog.py: Add --directory argument.
-
- Mar 20, 2021
-
-
GCC Administrator authored
-
- Mar 19, 2021
-
-
Matthias Klose authored
contrib/ 2021-03-19 Matthias Klose <doko@ubuntu.com> * texi2pod.pl: Substitute @tie{} with a space for the man pages.
-
- Mar 16, 2021
-
-
GCC Administrator authored
-
Martin Liska authored
contrib/ChangeLog: * gcc-changelog/git_update_version.py: Skip one problematic commit.
-