-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: workaround compiling with debug mode #3222
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3222 +/- ##
=======================================
Coverage 98.17% 98.17%
=======================================
Files 269 269
Lines 11854 11854
=======================================
Hits 11638 11638
Misses 216 216 ☔ View full report in Codecov by Sentry. |
Is this bug specific for gcc12? If so, we should only disable constexpr vector literals for gcc12 with glibcxx_debug. |
The issues shows in all gccs version (tried newest gcc10-gcc13): https://godbolt.org/z/oTfhEWrvd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Just two minor things
Co-authored-by: Enrico Seiler <[email protected]>
Co-authored-by: Enrico Seiler <[email protected]>
This is for fixing #3221