summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: unkeyword ~ia64Arthur Zamarin2024-09-121-1/+1
| | | | | | | | Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/cfortran: filter LTO, no-SASam James2024-03-151-3/+6
| | | | | | | | | The upstream situation here is kind of weird, it's a mix of Debian/GH. No activity in a few years and we already apply a bunch of other workarounds so shoving no LTO + no-SA in too. Closes: https://bugs.gentoo.org/866560 Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/cfortran: Stabilize 20210827 sparc, #899452Matoro Mahri2023-12-191-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-lang/cfortran: add -fcommon to CFLAGS for testsMatoro Mahri2023-12-141-0/+1
| | | | | | | | | | | | | | | | | | | | In the failing test, both the Fortran code and the C code have a symbol called _fcb. The test expects it to be in the common section in both objects, such that when it gets linked, they both refer to the same symbol, such that changes on the C side to the variable are reflected on the Fortran side and vice versa. However with -fno-common then it's still placed in the common section in Fortran, but in C it's placed in the BSS section, so now they refer to different objects. The linker actually emits a warning for this, something like "alignment 1 is less than 16". When there are two symbols in different sections with the same name, this is an ODR violation which is UB on all platforms. Bug: https://bugs.gentoo.org/899452 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/34143 Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/cfortran: Stabilize 20210827 ppc64, #899452Arthur Zamarin2023-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/cfortran: Stabilize 20210827 ppc, #899452Arthur Zamarin2023-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/cfortran: Stabilize 20210827 amd64, #899452Arthur Zamarin2023-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/cfortran: Stabilize 20210827 x86, #899452Arthur Zamarin2023-03-041-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/cfortran: add bug tagsArthur Zamarin2022-05-061-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/cfortran: Stabilize 20110621 sparc, #817647matoro2022-05-061-1/+6
| | | | | | | Closes: https://bugs.gentoo.org/818400 Signed-off-by: matoro <matoro@users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/25342 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/cfortran: add 20210827Sam James2021-10-161-0/+56
Signed-off-by: Sam James <sam@gentoo.org>