[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/25057] Fails to build binutils-2.31.1 using clang-8.0.0
From: |
amodra at gmail dot com |
Subject: |
[Bug binutils/25057] Fails to build binutils-2.31.1 using clang-8.0.0 |
Date: |
Thu, 03 Oct 2019 01:27:30 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=25057
Alan Modra <amodra at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |amodra at gmail dot com
Resolution|--- |INVALID
--- Comment #1 from Alan Modra <amodra at gmail dot com> ---
I believe this is just a clang bug. case labels are integral constant
expressions that are implicitly converted to the type of switch condition,
which is unsigned int here.
--
You are receiving this mail because:
You are on the CC list for the bug.