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

union with reference member causes SIGSEGV #210

Open
eoan-ermine opened this issue Aug 24, 2024 · 0 comments
Open

union with reference member causes SIGSEGV #210

eoan-ermine opened this issue Aug 24, 2024 · 0 comments

Comments

@eoan-ermine
Copy link

eoan-ermine commented Aug 24, 2024

godbolt

#include <cstdio>

union S {
    int& x;
};

int main(int argc, char** argv) {
  int x = 5;
  S obj { x };
}
@eoan-ermine eoan-ermine changed the title SIGSEGV on union with reference member union with reference member causes SIGSEGV Aug 24, 2024
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