https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104631
Bug ID: 104631
Summary: Visibility of static member s yields duplicate
symbols.
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Pr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104631
--- Comment #2 from Max S. ---
Ok, thank you for the answer. In the example I can set this for the class but,
in the library it would be problematic. So here the best solution would be to
set the whole library to default.
Since the user should
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115520
Bug ID: 115520
Summary: Loop vectorization depends on variable names
Product: gcc
Version: 14.1.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115520
--- Comment #3 from Max S. ---
Ok, thanks for the hint with SRA. Know I know how to actually program it.
I think the main problem is the warning/error message:
> not vectorized: relevant phi not supported: matched_21 = PHI <_20(6), 1(5)>
Is t