Hi I would like to report a critical issue with G++ 14.2.0, namely assigning from a variable declared in the same line as assignment is perfectly legal and compiles with G++; namely
const uint32_t x1 = x1 + 1; // Is legal even though, there is no x declared previously regards, Zarko Asen ase...@gmail.com