Skip to content
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

Remove the workaround for the gcc bug 51626? #28

Open
Chandlerooo opened this issue Aug 10, 2022 · 0 comments
Open

Remove the workaround for the gcc bug 51626? #28

Chandlerooo opened this issue Aug 10, 2022 · 0 comments

Comments

@Chandlerooo
Copy link

I notice there is a workaround:
https://github.com/gentryx/libflatarray/blob/master/include/libflatarray/aligned_allocator.hpp

    /**
     * Added due to compiling for Intel MIC with CPP14=TRUE
     * GCC Bug Report: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51626
     */
    void construct(pointer p)
    {
        std::allocator<T>().construct(p, value_type());
    }

This compiler bug is marked as fixed: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51626
Shall the workaround be removed? Is the compiler bug actually fixed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant