gcc9

Edit Package gcc9
No description set
Refresh
Refresh
Source Files
Filename Size Changed
README.First-for.SuSE.packagers 0000001228 1.2 KB
_constraints 0000000214 214 Bytes
change_spec 0000004481 4.38 KB
check-build.sh 0000000850 850 Bytes
cross-aarch64-gcc9.changes 0000001209 1.18 KB
cross-aarch64-gcc9.spec 0000025510 24.9 KB
cross-arm-gcc9.changes 0000001209 1.18 KB
cross-arm-gcc9.spec 0000025509 24.9 KB
cross-arm-none-gcc9-bootstrap.changes 0000001209 1.18 KB
cross-arm-none-gcc9-bootstrap.spec 0000025569 25 KB
cross-arm-none-gcc9.changes 0000001209 1.18 KB
cross-arm-none-gcc9.spec 0000025520 24.9 KB
cross-avr-gcc9-bootstrap.changes 0000001209 1.18 KB
cross-avr-gcc9-bootstrap.spec 0000025516 24.9 KB
cross-avr-gcc9.changes 0000001209 1.18 KB
cross-avr-gcc9.spec 0000025468 24.9 KB
cross-epiphany-gcc9-bootstrap.changes 0000001209 1.18 KB
cross-epiphany-gcc9-bootstrap.spec 0000025568 25 KB
cross-epiphany-gcc9.changes 0000001209 1.18 KB
cross-epiphany-gcc9.spec 0000025519 24.9 KB
cross-hppa-gcc9.changes 0000001209 1.18 KB
cross-hppa-gcc9.spec 0000025505 24.9 KB
cross-i386-gcc9.changes 0000001209 1.18 KB
cross-i386-gcc9.spec 0000025505 24.9 KB
cross-m68k-gcc9.changes 0000001209 1.18 KB
cross-m68k-gcc9.spec 0000025505 24.9 KB
cross-mips-gcc9.changes 0000001209 1.18 KB
cross-mips-gcc9.spec 0000025505 24.9 KB
cross-nvptx-gcc9.changes 0000001209 1.18 KB
cross-nvptx-gcc9.spec 0000025500 24.9 KB
cross-ppc64-gcc9.changes 0000001209 1.18 KB
cross-ppc64-gcc9.spec 0000025508 24.9 KB
cross-ppc64le-gcc9.changes 0000001209 1.18 KB
cross-ppc64le-gcc9.spec 0000025513 24.9 KB
cross-riscv64-elf-gcc9-bootstrap.changes 0000001209 1.18 KB
cross-riscv64-elf-gcc9-bootstrap.spec 0000025572 25 KB
cross-riscv64-elf-gcc9.changes 0000001209 1.18 KB
cross-riscv64-elf-gcc9.spec 0000025523 24.9 KB
cross-riscv64-gcc9.changes 0000001209 1.18 KB
cross-riscv64-gcc9.spec 0000025517 24.9 KB
cross-rx-gcc9-bootstrap.changes 0000001209 1.18 KB
cross-rx-gcc9-bootstrap.spec 0000025544 24.9 KB
cross-rx-gcc9.changes 0000001209 1.18 KB
cross-rx-gcc9.spec 0000025495 24.9 KB
cross-s390x-gcc9.changes 0000001209 1.18 KB
cross-s390x-gcc9.spec 0000025504 24.9 KB
cross-sparc-gcc9.changes 0000001209 1.18 KB
cross-sparc-gcc9.spec 0000025511 24.9 KB
cross-sparc64-gcc9.changes 0000001209 1.18 KB
cross-sparc64-gcc9.spec 0000025517 24.9 KB
cross-x86_64-gcc9.changes 0000001209 1.18 KB
cross-x86_64-gcc9.spec 0000025501 24.9 KB
cross.spec.in 0000014011 13.7 KB
gcc-9.0.0+r265378.tar.xz 0063406908 60.5 MB
gcc-add-defaultsspec.diff 0000002073 2.02 KB
gcc.spec.in 0000071433 69.8 KB
gcc41-ppc32-retaddr.patch 0000002119 2.07 KB
gcc43-no-unwind-tables.diff 0000000684 684 Bytes
gcc44-rename-info-files.patch 0000028236 27.6 KB
gcc44-textdomain.patch 0000003833 3.74 KB
gcc48-libstdc++-api-reference.patch 0000000959 959 Bytes
gcc48-remove-mpfr-2.4.0-requirement.patch 0000007327 7.16 KB
gcc5-no-return-gcc43-workaround.patch 0000000554 554 Bytes
gcc7-avoid-fixinc-error.diff 0000000990 990 Bytes
gcc7-remove-Wexpansion-to-defined-from-Wextra.patch 0000000728 728 Bytes
gcc9-rpmlintrc 0000000769 769 Bytes
gcc9-testresults-rpmlintrc 0000000393 393 Bytes
gcc9-testresults.changes 0000001209 1.18 KB
gcc9-testresults.spec 0000021468 21 KB
gcc9.changes 0000001209 1.18 KB
gcc9.spec 0000100898 98.5 KB
nvptx-newlib.tar.xz 0007396228 7.05 MB
pre_checkin.sh 0000000494 494 Bytes
tls-no-direct.diff 0000000913 913 Bytes
Revision 1 (latest revision is 138)
Richard Biener's avatar Richard Biener (rguenther) accepted request 643922 from Martin Liška's avatar Martin Liška (marxin) (revision 1)
- New package, inherits from gcc8
  * gcc-add-defaultsspec.diff, add the ability to provide a specs file
  that is read by default
  * tls-no-direct.diff, avoid direct %fs references on x86 to not slow down
  Xen
  * gcc43-no-unwind-tables.diff, do not produce unwind tables for CRT files
  * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr for ppc,
    just a testcase
  * gcc44-textdomain.patch, make translation files version specific and
  adjust textdomain to find them
  * gcc44-rename-info-files.patch, fix cross-references in info files when
  renaming them to be version specific
  * gcc48-libstdc++-api-reference.patch, fix link in the installed libstdc++
  html documentation
  * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with earlier
  mpfr versions on old products
  * gcc5-no-return-gcc43-workaround.patch, make build work with host gcc 4.3
  * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes new warning
  from -Wextra
  * gcc7-avoid-fixinc-error.diff
- Drops
  * libffi-riscv.patch
  * riscv-builtin-eh-return.patch
- New package, inherits from gcc8
  * gcc-add-defaultsspec.diff, add the ability to provide a specs file
  that is read by default
  * tls-no-direct.diff, avoid direct %fs references on x86 to not slow down
  Xen
  * gcc43-no-unwind-tables.diff, do not produce unwind tables for CRT files
  * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr for ppc,
    just a testcase
  * gcc44-textdomain.patch, make translation files version specific and
  adjust textdomain to find them
  * gcc44-rename-info-files.patch, fix cross-references in info files when
  renaming them to be version specific
  * gcc48-libstdc++-api-reference.patch, fix link in the installed libstdc++
  html documentation
  * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with earlier
  mpfr versions on old products
  * gcc5-no-return-gcc43-workaround.patch, make build work with host gcc 4.3
  * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes new warning
  from -Wextra
  * gcc7-avoid-fixinc-error.diff
- Drops
  * libffi-riscv.patch
  * riscv-builtin-eh-return.patch
- New package, inherits from gcc8
  * gcc-add-defaultsspec.diff, add the ability to provide a specs file
  that is read by default
  * tls-no-direct.diff, avoid direct %fs references on x86 to not slow down
  Xen
  * gcc43-no-unwind-tables.diff, do not produce unwind tables for CRT files
  * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr for ppc,
    just a testcase
  * gcc44-textdomain.patch, make translation files version specific and
  adjust textdomain to find them
  * gcc44-rename-info-files.patch, fix cross-references in info files when
  renaming them to be version specific
  * gcc48-libstdc++-api-reference.patch, fix link in the installed libstdc++
  html documentation
  * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with earlier
  mpfr versions on old products
  * gcc5-no-return-gcc43-workaround.patch, make build work with host gcc 4.3
  * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes new warning
  from -Wextra
  * gcc7-avoid-fixinc-error.diff
- Drops
  * libffi-riscv.patch
  * riscv-builtin-eh-return.patch
- New package, inherits from gcc8
  * gcc-add-defaultsspec.diff, add the ability to provide a specs file
  that is read by default
  * tls-no-direct.diff, avoid direct %fs references on x86 to not slow down
  Xen
  * gcc43-no-unwind-tables.diff, do not produce unwind tables for CRT files
  * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr for ppc,
    just a testcase
  * gcc44-textdomain.patch, make translation files version specific and
  adjust textdomain to find them
  * gcc44-rename-info-files.patch, fix cross-references in info files when
  renaming them to be version specific
  * gcc48-libstdc++-api-reference.patch, fix link in the installed libstdc++
  html documentation
  * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with earlier
  mpfr versions on old products
  * gcc5-no-return-gcc43-workaround.patch, make build work with host gcc 4.3
  * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes new warning
  from -Wextra
  * gcc7-avoid-fixinc-error.diff
- Drops
  * libffi-riscv.patch
  * riscv-builtin-eh-return.patch
- New package, inherits from gcc8
  * gcc-add-defaultsspec.diff, add the ability to provide a specs file
  that is read by default
  * tls-no-direct.diff, avoid direct %fs references on x86 to not slow down
  Xen
  * gcc43-no-unwind-tables.diff, do not produce unwind tables for CRT files
  * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr for ppc,
    just a testcase
  * gcc44-textdomain.patch, make translation files version specific and
  adjust textdomain to find them
  * gcc44-rename-info-files.patch, fix cross-references in info files when
  renaming them to be version specific
  * gcc48-libstdc++-api-reference.patch, fix link in the installed libstdc++
  html documentation
  * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with earlier
  mpfr versions on old products
  * gcc5-no-return-gcc43-workaround.patch, make build work with host gcc 4.3
  * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes new warning
  from -Wextra
  * gcc7-avoid-fixinc-error.diff
- Drops
  * libffi-riscv.patch
  * riscv-builtin-eh-return.patch
- New package, inherits from gcc8
  * gcc-add-defaultsspec.diff, add the ability to provide a specs file
  that is read by default
  * tls-no-direct.diff, avoid direct %fs references on x86 to not slow down
  Xen
  * gcc43-no-unwind-tables.diff, do not produce unwind tables for CRT files
  * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr for ppc,
    just a testcase
  * gcc44-textdomain.patch, make translation files version specific and
  adjust textdomain to find them
  * gcc44-rename-info-files.patch, fix cross-references in info files when
  renaming them to be version specific
  * gcc48-libstdc++-api-reference.patch, fix link in the installed libstdc++
  html documentation
  * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with earlier
  mpfr versions on old products
  * gcc5-no-return-gcc43-workaround.patch, make build work with host gcc 4.3
  * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes new warning
  from -Wextra
  * gcc7-avoid-fixinc-error.diff
- Drops
  * libffi-riscv.patch
  * riscv-builtin-eh-return.patch
- New package, inherits from gcc8
  * gcc-add-defaultsspec.diff, add the ability to provide a specs file
  that is read by default
  * tls-no-direct.diff, avoid direct %fs references on x86 to not slow down
  Xen
  * gcc43-no-unwind-tables.diff, do not produce unwind tables for CRT files
  * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr for ppc,
    just a testcase
  * gcc44-textdomain.patch, make translation files version specific and
  adjust textdomain to find them
  * gcc44-rename-info-files.patch, fix cross-references in info files when
  renaming them to be version specific
  * gcc48-libstdc++-api-reference.patch, fix link in the installed libstdc++
  html documentation
  * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with earlier
  mpfr versions on old products
  * gcc5-no-return-gcc43-workaround.patch, make build work with host gcc 4.3
  * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes new warning
  from -Wextra
  * gcc7-avoid-fixinc-error.diff
- Drops
  * libffi-riscv.patch
  * riscv-builtin-eh-return.patch
- New package, inherits from gcc8
  * gcc-add-defaultsspec.diff, add the ability to provide a specs file
  that is read by default
  * tls-no-direct.diff, avoid direct %fs references on x86 to not slow down
  Xen
  * gcc43-no-unwind-tables.diff, do not produce unwind tables for CRT files
  * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr for ppc,
    just a testcase
  * gcc44-textdomain.patch, make translation files version specific and
  adjust textdomain to find them
  * gcc44-rename-info-files.patch, fix cross-references in info files when
  renaming them to be version specific
  * gcc48-libstdc++-api-reference.patch, fix link in the installed libstdc++
  html documentation
  * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with earlier
  mpfr versions on old products
  * gcc5-no-return-gcc43-workaround.patch, make build work with host gcc 4.3
  * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes new warning
  from -Wextra
  * gcc7-avoid-fixinc-error.diff
- Drops
  * libffi-riscv.patch
  * riscv-builtin-eh-return.patch
- New package, inherits from gcc8
  * gcc-add-defaultsspec.diff, add the ability to provide a specs file
  that is read by default
  * tls-no-direct.diff, avoid direct %fs references on x86 to not slow down
  Xen
  * gcc43-no-unwind-tables.diff, do not produce unwind tables for CRT files
  * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr for ppc,
    just a testcase
  * gcc44-textdomain.patch, make translation files version specific and
  adjust textdomain to find them
  * gcc44-rename-info-files.patch, fix cross-references in info files when
  renaming them to be version specific
  * gcc48-libstdc++-api-reference.patch, fix link in the installed libstdc++
  html documentation
  * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with earlier
  mpfr versions on old products
  * gcc5-no-return-gcc43-workaround.patch, make build work with host gcc 4.3
  * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes new warning
  from -Wextra
  * gcc7-avoid-fixinc-error.diff
- Drops
  * libffi-riscv.patch
  * riscv-builtin-eh-return.patch
- New package, inherits from gcc8
  * gcc-add-defaultsspec.diff, add the ability to provide a specs file
  that is read by default
  * tls-no-direct.diff, avoid direct %fs references on x86 to not slow down
  Xen
  * gcc43-no-unwind-tables.diff, do not produce unwind tables for CRT files
  * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr for ppc,
    just a testcase
  * gcc44-textdomain.patch, make translation files version specific and
  adjust textdomain to find them
  * gcc44-rename-info-files.patch, fix cross-references in info files when
  renaming them to be version specific
  * gcc48-libstdc++-api-reference.patch, fix link in the installed libstdc++
  html documentation
  * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with earlier
  mpfr versions on old products
  * gcc5-no-return-gcc43-workaround.patch, make build work with host gcc 4.3
  * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes new warning
  from -Wextra
  * gcc7-avoid-fixinc-error.diff
- Drops
  * libffi-riscv.patch
  * riscv-builtin-eh-return.patch
- New package, inherits from gcc8
  * gcc-add-defaultsspec.diff, add the ability to provide a specs file
  that is read by default
  * tls-no-direct.diff, avoid direct %fs references on x86 to not slow down
  Xen
  * gcc43-no-unwind-tables.diff, do not produce unwind tables for CRT files
  * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr for ppc,
    just a testcase
  * gcc44-textdomain.patch, make translation files version specific and
  adjust textdomain to find them
  * gcc44-rename-info-files.patch, fix cross-references in info files when
  renaming them to be version specific
  * gcc48-libstdc++-api-reference.patch, fix link in the installed libstdc++
  html documentation
  * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with earlier
  mpfr versions on old products
  * gcc5-no-return-gcc43-workaround.patch, make build work with host gcc 4.3
  * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes new warning
  from -Wextra
  * gcc7-avoid-fixinc-error.diff
- Drops
  * libffi-riscv.patch
  * riscv-builtin-eh-return.patch
- New package, inherits from gcc8
  * gcc-add-defaultsspec.diff, add the ability to provide a specs file
  that is read by default
  * tls-no-direct.diff, avoid direct %fs references on x86 to not slow down
  Xen
  * gcc43-no-unwind-tables.diff, do not produce unwind tables for CRT files
  * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr for ppc,
    just a testcase
  * gcc44-textdomain.patch, make translation files version specific and
  adjust textdomain to find them
  * gcc44-rename-info-files.patch, fix cross-references in info files when
  renaming them to be version specific
  * gcc48-libstdc++-api-reference.patch, fix link in the installed libstdc++
  html documentation
  * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with earlier
  mpfr versions on old products
  * gcc5-no-return-gcc43-workaround.patch, make build work with host gcc 4.3
  * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes new warning
  from -Wextra
  * gcc7-avoid-fixinc-error.diff
- Drops
  * libffi-riscv.patch
  * riscv-builtin-eh-return.patch
- New package, inherits from gcc8
  * gcc-add-defaultsspec.diff, add the ability to provide a specs file
  that is read by default
  * tls-no-direct.diff, avoid direct %fs references on x86 to not slow down
  Xen
  * gcc43-no-unwind-tables.diff, do not produce unwind tables for CRT files
  * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr for ppc,
    just a testcase
  * gcc44-textdomain.patch, make translation files version specific and
  adjust textdomain to find them
  * gcc44-rename-info-files.patch, fix cross-references in info files when
  renaming them to be version specific
  * gcc48-libstdc++-api-reference.patch, fix link in the installed libstdc++
  html documentation
  * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with earlier
  mpfr versions on old products
  * gcc5-no-return-gcc43-workaround.patch, make build work with host gcc 4.3
  * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes new warning
  from -Wextra
  * gcc7-avoid-fixinc-error.diff
- Drops
  * libffi-riscv.patch
  * riscv-builtin-eh-return.patch
- New package, inherits from gcc8
  * gcc-add-defaultsspec.diff, add the ability to provide a specs file
  that is read by default
  * tls-no-direct.diff, avoid direct %fs references on x86 to not slow down
  Xen
  * gcc43-no-unwind-tables.diff, do not produce unwind tables for CRT files
  * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr for ppc,
    just a testcase
  * gcc44-textdomain.patch, make translation files version specific and
  adjust textdomain to find them
  * gcc44-rename-info-files.patch, fix cross-references in info files when
  renaming them to be version specific
  * gcc48-libstdc++-api-reference.patch, fix link in the installed libstdc++
  html documentation
  * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with earlier
  mpfr versions on old products
  * gcc5-no-return-gcc43-workaround.patch, make build work with host gcc 4.3
  * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes new warning
  from -Wextra
  * gcc7-avoid-fixinc-error.diff
- Drops
  * libffi-riscv.patch
  * riscv-builtin-eh-return.patch
- New package, inherits from gcc8
  * gcc-add-defaultsspec.diff, add the ability to provide a specs file
  that is read by default
  * tls-no-direct.diff, avoid direct %fs references on x86 to not slow down
  Xen
  * gcc43-no-unwind-tables.diff, do not produce unwind tables for CRT files
  * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr for ppc,
    just a testcase
  * gcc44-textdomain.patch, make translation files version specific and
  adjust textdomain to find them
  * gcc44-rename-info-files.patch, fix cross-references in info files when
  renaming them to be version specific
  * gcc48-libstdc++-api-reference.patch, fix link in the installed libstdc++
  html documentation
  * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with earlier
  mpfr versions on old products
  * gcc5-no-return-gcc43-workaround.patch, make build work with host gcc 4.3
  * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes new warning
  from -Wextra
  * gcc7-avoid-fixinc-error.diff
- Drops
  * libffi-riscv.patch
  * riscv-builtin-eh-return.patch
- New package, inherits from gcc8
  * gcc-add-defaultsspec.diff, add the ability to provide a specs file
  that is read by default
  * tls-no-direct.diff, avoid direct %fs references on x86 to not slow down
  Xen
  * gcc43-no-unwind-tables.diff, do not produce unwind tables for CRT files
  * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr for ppc,
    just a testcase
  * gcc44-textdomain.patch, make translation files version specific and
  adjust textdomain to find them
  * gcc44-rename-info-files.patch, fix cross-references in info files when
  renaming them to be version specific
  * gcc48-libstdc++-api-reference.patch, fix link in the installed libstdc++
  html documentation
  * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with earlier
  mpfr versions on old products
  * gcc5-no-return-gcc43-workaround.patch, make build work with host gcc 4.3
  * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes new warning
  from -Wextra
  * gcc7-avoid-fixinc-error.diff
- Drops
  * libffi-riscv.patch
  * riscv-builtin-eh-return.patch
- New package, inherits from gcc8
  * gcc-add-defaultsspec.diff, add the ability to provide a specs file
  that is read by default
  * tls-no-direct.diff, avoid direct %fs references on x86 to not slow down
  Xen
  * gcc43-no-unwind-tables.diff, do not produce unwind tables for CRT files
  * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr for ppc,
    just a testcase
  * gcc44-textdomain.patch, make translation files version specific and
  adjust textdomain to find them
  * gcc44-rename-info-files.patch, fix cross-references in info files when
  renaming them to be version specific
  * gcc48-libstdc++-api-reference.patch, fix link in the installed libstdc++
  html documentation
  * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with earlier
  mpfr versions on old products
  * gcc5-no-return-gcc43-workaround.patch, make build work with host gcc 4.3
  * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes new warning
  from -Wextra
  * gcc7-avoid-fixinc-error.diff
- Drops
  * libffi-riscv.patch
  * riscv-builtin-eh-return.patch
- New package, inherits from gcc8
  * gcc-add-defaultsspec.diff, add the ability to provide a specs file
  that is read by default
  * tls-no-direct.diff, avoid direct %fs references on x86 to not slow down
  Xen
  * gcc43-no-unwind-tables.diff, do not produce unwind tables for CRT files
  * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr for ppc,
    just a testcase
  * gcc44-textdomain.patch, make translation files version specific and
  adjust textdomain to find them
  * gcc44-rename-info-files.patch, fix cross-references in info files when
  renaming them to be version specific
  * gcc48-libstdc++-api-reference.patch, fix link in the installed libstdc++
  html documentation
  * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with earlier
  mpfr versions on old products
  * gcc5-no-return-gcc43-workaround.patch, make build work with host gcc 4.3
  * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes new warning
  from -Wextra
  * gcc7-avoid-fixinc-error.diff
- Drops
  * libffi-riscv.patch
  * riscv-builtin-eh-return.patch
- New package, inherits from gcc8
  * gcc-add-defaultsspec.diff, add the ability to provide a specs file
  that is read by default
  * tls-no-direct.diff, avoid direct %fs references on x86 to not slow down
  Xen
  * gcc43-no-unwind-tables.diff, do not produce unwind tables for CRT files
  * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr for ppc,
    just a testcase
  * gcc44-textdomain.patch, make translation files version specific and
  adjust textdomain to find them
  * gcc44-rename-info-files.patch, fix cross-references in info files when
  renaming them to be version specific
  * gcc48-libstdc++-api-reference.patch, fix link in the installed libstdc++
  html documentation
  * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with earlier
  mpfr versions on old products
  * gcc5-no-return-gcc43-workaround.patch, make build work with host gcc 4.3
  * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes new warning
  from -Wextra
  * gcc7-avoid-fixinc-error.diff
- Drops
  * libffi-riscv.patch
  * riscv-builtin-eh-return.patch
- New package, inherits from gcc8
  * gcc-add-defaultsspec.diff, add the ability to provide a specs file
  that is read by default
  * tls-no-direct.diff, avoid direct %fs references on x86 to not slow down
  Xen
  * gcc43-no-unwind-tables.diff, do not produce unwind tables for CRT files
  * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr for ppc,
    just a testcase
  * gcc44-textdomain.patch, make translation files version specific and
  adjust textdomain to find them
  * gcc44-rename-info-files.patch, fix cross-references in info files when
  renaming them to be version specific
  * gcc48-libstdc++-api-reference.patch, fix link in the installed libstdc++
  html documentation
  * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with earlier
  mpfr versions on old products
  * gcc5-no-return-gcc43-workaround.patch, make build work with host gcc 4.3
  * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes new warning
  from -Wextra
  * gcc7-avoid-fixinc-error.diff
- Drops
  * libffi-riscv.patch
  * riscv-builtin-eh-return.patch
- New package, inherits from gcc8
  * gcc-add-defaultsspec.diff, add the ability to provide a specs file
  that is read by default
  * tls-no-direct.diff, avoid direct %fs references on x86 to not slow down
  Xen
  * gcc43-no-unwind-tables.diff, do not produce unwind tables for CRT files
  * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr for ppc,
    just a testcase
  * gcc44-textdomain.patch, make translation files version specific and
  adjust textdomain to find them
  * gcc44-rename-info-files.patch, fix cross-references in info files when
  renaming them to be version specific
  * gcc48-libstdc++-api-reference.patch, fix link in the installed libstdc++
  html documentation
  * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with earlier
  mpfr versions on old products
  * gcc5-no-return-gcc43-workaround.patch, make build work with host gcc 4.3
  * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes new warning
  from -Wextra
  * gcc7-avoid-fixinc-error.diff
- Drops
  * libffi-riscv.patch
  * riscv-builtin-eh-return.patch
- New package, inherits from gcc8
  * gcc-add-defaultsspec.diff, add the ability to provide a specs file
  that is read by default
  * tls-no-direct.diff, avoid direct %fs references on x86 to not slow down
  Xen
  * gcc43-no-unwind-tables.diff, do not produce unwind tables for CRT files
  * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr for ppc,
    just a testcase
  * gcc44-textdomain.patch, make translation files version specific and
  adjust textdomain to find them
  * gcc44-rename-info-files.patch, fix cross-references in info files when
  renaming them to be version specific
  * gcc48-libstdc++-api-reference.patch, fix link in the installed libstdc++
  html documentation
  * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with earlier
  mpfr versions on old products
  * gcc5-no-return-gcc43-workaround.patch, make build work with host gcc 4.3
  * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes new warning
  from -Wextra
  * gcc7-avoid-fixinc-error.diff
- Drops
  * libffi-riscv.patch
  * riscv-builtin-eh-return.patch
- New package, inherits from gcc8
  * gcc-add-defaultsspec.diff, add the ability to provide a specs file
  that is read by default
  * tls-no-direct.diff, avoid direct %fs references on x86 to not slow down
  Xen
  * gcc43-no-unwind-tables.diff, do not produce unwind tables for CRT files
  * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr for ppc,
    just a testcase
  * gcc44-textdomain.patch, make translation files version specific and
  adjust textdomain to find them
  * gcc44-rename-info-files.patch, fix cross-references in info files when
  renaming them to be version specific
  * gcc48-libstdc++-api-reference.patch, fix link in the installed libstdc++
  html documentation
  * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with earlier
  mpfr versions on old products
  * gcc5-no-return-gcc43-workaround.patch, make build work with host gcc 4.3
  * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes new warning
  from -Wextra
  * gcc7-avoid-fixinc-error.diff
- Drops
  * libffi-riscv.patch
  * riscv-builtin-eh-return.patch
- New package, inherits from gcc8
  * gcc-add-defaultsspec.diff, add the ability to provide a specs file
  that is read by default
  * tls-no-direct.diff, avoid direct %fs references on x86 to not slow down
  Xen
  * gcc43-no-unwind-tables.diff, do not produce unwind tables for CRT files
  * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr for ppc,
    just a testcase
  * gcc44-textdomain.patch, make translation files version specific and
  adjust textdomain to find them
  * gcc44-rename-info-files.patch, fix cross-references in info files when
  renaming them to be version specific
  * gcc48-libstdc++-api-reference.patch, fix link in the installed libstdc++
  html documentation
  * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with earlier
  mpfr versions on old products
  * gcc5-no-return-gcc43-workaround.patch, make build work with host gcc 4.3
  * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes new warning
  from -Wextra
  * gcc7-avoid-fixinc-error.diff
- Drops
  * libffi-riscv.patch
  * riscv-builtin-eh-return.patch
- New package, inherits from gcc8
  * gcc-add-defaultsspec.diff, add the ability to provide a specs file
  that is read by default
  * tls-no-direct.diff, avoid direct %fs references on x86 to not slow down
  Xen
  * gcc43-no-unwind-tables.diff, do not produce unwind tables for CRT files
  * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr for ppc,
    just a testcase
  * gcc44-textdomain.patch, make translation files version specific and
  adjust textdomain to find them
  * gcc44-rename-info-files.patch, fix cross-references in info files when
  renaming them to be version specific
  * gcc48-libstdc++-api-reference.patch, fix link in the installed libstdc++
  html documentation
  * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with earlier
  mpfr versions on old products
  * gcc5-no-return-gcc43-workaround.patch, make build work with host gcc 4.3
  * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes new warning
  from -Wextra
  * gcc7-avoid-fixinc-error.diff
- Drops
  * libffi-riscv.patch
  * riscv-builtin-eh-return.patch
- New package, inherits from gcc8
  * gcc-add-defaultsspec.diff, add the ability to provide a specs file
  that is read by default
  * tls-no-direct.diff, avoid direct %fs references on x86 to not slow down
  Xen
  * gcc43-no-unwind-tables.diff, do not produce unwind tables for CRT files
  * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr for ppc,
    just a testcase
  * gcc44-textdomain.patch, make translation files version specific and
  adjust textdomain to find them
  * gcc44-rename-info-files.patch, fix cross-references in info files when
  renaming them to be version specific
  * gcc48-libstdc++-api-reference.patch, fix link in the installed libstdc++
  html documentation
  * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with earlier
  mpfr versions on old products
  * gcc5-no-return-gcc43-workaround.patch, make build work with host gcc 4.3
  * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes new warning
  from -Wextra
  * gcc7-avoid-fixinc-error.diff
- Drops
  * libffi-riscv.patch
  * riscv-builtin-eh-return.patch
Comments 2

Hans-Peter Jansen's avatar

Hi Richard,

given 9.2.1+git is a pre-release of 9.2.1, shouldn't it be versioned 9.2.1~git in order to be compared correctly:

$ LANG=C zypper vcmp gcc9-9.2.1+git1022-1.1 gcc9-9.2.1~git1022-1.1 gcc9-9.2.1+git1022-1.1 is newer than gcc9-9.2.1~git1022-1.1

Especially, if a gcc-9.2.1 version is released (I know, it's very unlikely for openSUSE to package a released gcc package):

$ LANG=C zypper vcmp gcc9-9.2.1-1.1 gcc9-9.2.1~git1022-1.1 gcc9-9.2.1-1.1 is newer than gcc9-9.2.1~git1022-1.1

Compare to: a 9.2.1+ version is always interpreted as newer:

$ LANG=C zypper vcmp gcc9-9.2.1-1.1 gcc9-9.2.1+git1022-1.1 gcc9-9.2.1-1.1 is older than gcc9-9.2.1+git1022-1.1

Maybe, you want to consider this change, when the suite is updated the next time.


Martin Liška's avatar

Hello.

Thanks for heads up. We know about the problem which is caused by GCC transition from SVN to GIT.

openSUSE Build Service is sponsored by