[Bug c/86584] Incorrect -Wsequence-point warning on structure member

2023-04-07 Thread oliver at futaura dot co.uk via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86584 --- Comment #3 from Futaura --- Can you explain why you think that? There is nothing ambiguous or undefined about this code. Each function argument is evaluated before calling func() and it doesn't even matter which order the arguments are

[Bug c/86584] Incorrect -Wsequence-point warning on structure member

2023-04-06 Thread oliver at futaura dot co.uk via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86584 oliver at futaura dot co.uk changed: What|Removed |Added CC||oliver at futaura dot co.uk