Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 921104 - sys-devel/gcc-13.2.1_p20231216 bootstrap comparison failure on mipsel (only LE, only N32 abi)
Summary: sys-devel/gcc-13.2.1_p20231216 bootstrap comparison failure on mipsel (only L...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: MIPS Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-30 21:56 UTC by Andreas K. Hüttel
Modified: 2024-02-12 16:25 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build log, catalyst mipsel3_multilib (mipsel3_multilib:sys-devel:gcc-13.2.1_p20231216:20231230-015122.log.xz,295.29 KB, application/x-xz)
2023-12-30 21:56 UTC, Andreas K. Hüttel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas K. Hüttel archtester gentoo-dev 2023-12-30 21:56:10 UTC
Created attachment 881050 [details]
build log, catalyst mipsel3_multilib

Found during mipsel3 multilib stage build, log attached
Comment 1 Larry the Git Cow gentoo-dev 2024-01-27 17:18:34 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21e8df74b41639435192141d14f9f071232290ef

commit 21e8df74b41639435192141d14f9f071232290ef
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-01-27 17:14:50 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-01-27 17:18:27 +0000

    Revert "flag-o-matic.eclass: allow further MIPS errata flags"
    
    This reverts commit cf366abd1bd50a33755734bbfb8c0e8a49a5480e.
    This reverts commit fad75a344cbaada57ae490c3e8f88cdd5b35dadc.
    
    There's a bug in gas where it messes up labels in the presence
    of some of these errata flags.
    
    Bug: https://gcc.gnu.org/PR112782
    Bug: https://sourceware.org/PR13509
    Closes: https://bugs.gentoo.org/921104
    Signed-off-by: Sam James <sam@gentoo.org>

 eclass/flag-o-matic.eclass | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
Comment 2 Larry the Git Cow gentoo-dev 2024-02-12 16:25:32 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61cb1e79740107fa274271ba79a19ccf16a68a16

commit 61cb1e79740107fa274271ba79a19ccf16a68a16
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-02-12 16:04:39 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-02-12 16:07:48 +0000

    flag-o-matic.eclass: fix botched MIPS revert
    
    This fixes commit cf366abd1bd50a33755734bbfb8c0e8a49a5480e and is a proper
    revert of cf366abd1bd50a33755734bbfb8c0e8a49a5480e and fad75a344cbaada57ae490c3e8f88cdd5b35dadc.
    
    Bug: https://gcc.gnu.org/PR112782
    Bug: https://sourceware.org/PR13509
    Closes: https://bugs.gentoo.org/921104
    Signed-off-by: Sam James <sam@gentoo.org>

 eclass/flag-o-matic.eclass | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)