https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120803
Oskari Alaranta changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
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
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
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.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120801
Oskari Alaranta changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
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
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