[Bug c++/104631] New: Visibility of static member s yields duplicate symbols.

2022-02-22 Thread max.sagebaum at scicomp dot uni-kl.de via Gcc-bugs
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

[Bug c++/104631] Visibility of static member s yields duplicate symbols.

2022-02-22 Thread max.sagebaum at scicomp dot uni-kl.de via Gcc-bugs
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

[Bug c++/115520] New: Loop vectorization depends on variable names

2024-06-17 Thread max.sagebaum at scicomp dot uni-kl.de via Gcc-bugs
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

[Bug tree-optimization/115520] Loop vectorization fails when bool variable instead of unsigned char

2024-06-17 Thread max.sagebaum at scicomp dot uni-kl.de via Gcc-bugs
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