[Bug general/32682] in configure, __asm__ should be used instead of asm

2025-02-12 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32682 Mark Wielaard changed: What|Removed |Added Resolution|--- |NOTABUG Status|UNCONFIRME

[Bug general/32682] in configure, __asm__ should be used instead of asm

2025-02-11 Thread mark at klomp dot org
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

[Bug general/32682] in configure, __asm__ should be used instead of asm

2025-02-11 Thread lzsiga at freemail dot c3.hu
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

[Bug general/32682] in configure, __asm__ should be used instead of asm

2025-02-11 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32682 Frank Ch. Eigler changed: What|Removed |Added CC||fche at redhat dot com --- Comment

[Bug general/32682] in configure, __asm__ should be used instead of asm

2025-02-11 Thread lzsiga at freemail dot c3.hu
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

[Bug general/32682] in configure, __asm__ should be used instead of asm

2025-02-11 Thread mark at klomp dot org
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

[Bug general/32682] in configure, __asm__ should be used instead of asm

2025-02-11 Thread lzsiga at freemail dot c3.hu
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

[Bug general/32682] in configure, __asm__ should be used instead of asm

2025-02-11 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32682 Mark Wielaard changed: What|Removed |Added CC||mark at klomp dot org --- Comment #1