gcc9
No description set
-
8
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:gcc/gcc9 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Latest Revision
Richard Biener (rguenther)
committed
(revision 138)
- Update to GCC 9.5 release, 7a15b5060a83ea8282323d92043c6, git3041
Comments 2
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.
Hello.
Thanks for heads up. We know about the problem which is caused by GCC transition from SVN to GIT.