This is an auto-filled bug because dev-lang/c-intercal fails to compile. The issue was originally discovered on amd64, but it may be reproducible on other arches as well. If you think that a different summary clarifies the issue better, feel free to change it. Attached build log and emerge --info. NOTE: If you need further logs, feel free to ask..
Created attachment 638608 [details] build.log build log and emerge --info
Fails tests with gcc-10.1.0 and -O1 (but succeeds with gcc-9.3.0). Further investigation shows that the problem is triggered by the -fno-toplevel-reorder flag.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8246f9809943bf639e34c201273994be63680480 commit 8246f9809943bf639e34c201273994be63680480 Author: Ulrich Müller <ulm@gentoo.org> AuthorDate: 2020-05-13 17:09:11 +0000 Commit: Ulrich Müller <ulm@gentoo.org> CommitDate: 2020-05-13 17:11:39 +0000 dev-lang/c-intercal: Work around test failure with gcc 10. Bug: https://bugs.gentoo.org/722862 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Ulrich Müller <ulm@gentoo.org> dev-lang/c-intercal/c-intercal-31.0.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-)
Please report upstream, because this may indicate a deeper problem with the code.
(In reply to Ulrich Müller from comment #2) > Fails tests with gcc-10.1.0 and -O1 (but succeeds with gcc-9.3.0). > Further investigation shows that the problem is triggered by the > -fno-toplevel-reorder flag. Actually, what I wanted to say is that -ftoplevel-reorder triggers the problem. Adding -fno-toplevel-reorder to CFLAGS fixes it (also with -O2 or -O3).
Reported upstream: https://gitlab.com/esr/intercal/-/issues/3
*** Bug 729756 has been marked as a duplicate of this bug. ***
*** Bug 737070 has been marked as a duplicate of this bug. ***
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f924ddc7f364b46b22cf46a6b9b6b05891e89ad commit 6f924ddc7f364b46b22cf46a6b9b6b05891e89ad Author: Ulrich Müller <ulm@gentoo.org> AuthorDate: 2025-01-26 19:01:03 +0000 Commit: Ulrich Müller <ulm@gentoo.org> CommitDate: 2025-01-26 19:01:49 +0000 dev-lang/c-intercal: add 33.0 Closes: https://bugs.gentoo.org/722862 Signed-off-by: Ulrich Müller <ulm@gentoo.org> dev-lang/c-intercal/Manifest | 1 + dev-lang/c-intercal/c-intercal-33.0.ebuild | 79 ++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+)