[Bug middle-end/120803] inline assembly sign extends unsigned constraints

2025-06-25 Thread oskari.alaranta at bananymous dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120803 Oskari Alaranta changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/120803] New: inline assembly sign extends unsigned constraints

2025-06-24 Thread oskari.alaranta at bananymous dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120803 Bug ID: 120803 Summary: inline assembly sign extends unsigned constraints Product: gcc Version: 15.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug c/120801] Using const variables as immediate values in extended assembly constraints with -O0 (x86)

2025-06-24 Thread oskari.alaranta at bananymous dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120801 --- Comment #2 from Oskari Alaranta --- (In reply to Andreas Schwab from comment #1) > You need to use constexpr from C23. Oh thank you. The bug may be with something else then. This happened in c++ with --std=c++20 using a constexpr variable a

[Bug c/120801] Using const variables as immediate values in extended assembly constraints with -O0 (x86)

2025-06-24 Thread oskari.alaranta at bananymous dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120801 --- Comment #3 from Oskari Alaranta --- (In reply to Andreas Schwab from comment #1) > You need to use constexpr from C23. Although this also seems to happen when compiling my example code using --std=c17.

[Bug c/120801] Using const variables as immediate values in extended assembly constraints with -O0 (x86)

2025-06-24 Thread oskari.alaranta at bananymous dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120801 Oskari Alaranta changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/120801] New: Using const variables as immediate values in extended assembly constraints with -O0 (x86)

2025-06-24 Thread oskari.alaranta at bananymous dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120801 Bug ID: 120801 Summary: Using const variables as immediate values in extended assembly constraints with -O0 (x86) Product: gcc Version: 15.1.1 Status: UNCONFIRMED

[Bug c++/120800] New: internal compiler error when using partially initialized class with private constructor and friend

2025-06-24 Thread oskari.alaranta at bananymous dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120800 Bug ID: 120800 Summary: internal compiler error when using partially initialized class with private constructor and friend Product: gcc Version: 15.1.1 Status: UNCONFIRM