https://sourceware.org/bugzilla/show_bug.cgi?id=32682
Mark Wielaard changed:
What|Removed |Added
Resolution|--- |NOTABUG
Status|UNCONFIRME
https://sourceware.org/bugzilla/show_bug.cgi?id=32682
--- Comment #6 from Mark Wielaard ---
(In reply to Lorinczy Zsigmond from comment #4)
> Thank you for help; the problem occured on Centos7.9/amd64, gcc-14.2
> (compiled from source). I have a predefined CFLAGS settings that includes
> `-std=c9
https://sourceware.org/bugzilla/show_bug.cgi?id=32682
--- Comment #7 from Lorinczy Zsigmond ---
That's a very good point; I guess that's why configure exists, i.e. it is
supposed to detect such problems/incompatibilities. (Though, it sort of does
that, meaning it stops with a cryptic error messag
https://sourceware.org/bugzilla/show_bug.cgi?id=32682
Frank Ch. Eigler changed:
What|Removed |Added
CC||fche at redhat dot com
--- Comment
https://sourceware.org/bugzilla/show_bug.cgi?id=32682
--- Comment #4 from Lorinczy Zsigmond ---
Thank you for help; the problem occured on Centos7.9/amd64, gcc-14.2 (compiled
from source). I have a predefined CFLAGS settings that includes `-std=c99`
Checking the compilation logs, I see lines lik
https://sourceware.org/bugzilla/show_bug.cgi?id=32682
--- Comment #3 from Mark Wielaard ---
Which environment are you using that causes an issue here?
I am trying to figure out if this is some theoretical issue or something that
actually happens.
A concrete example where you are seeing this cau
https://sourceware.org/bugzilla/show_bug.cgi?id=32682
--- Comment #2 from Lorinczy Zsigmond ---
Same for these sources: lib/eu-config.h, src/ar.c
Or `configure` could verify that CFLAGS doesn't include `-std=c*`
If `-std=c*` is defined, only `__asm__` works, `asm` doesn't.
--
You are receiving
https://sourceware.org/bugzilla/show_bug.cgi?id=32682
Mark Wielaard changed:
What|Removed |Added
CC||mark at klomp dot org
--- Comment #1