-
Couldn't load subscription status.
- Fork 264
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Steps to reproduce:
- Get latest
cppfrontsource code. - Compile
cppfront,g++ -std=c++20 -o cppfront cppfront.cpp. - Run
cppfronton this test file:
vz:(r:(r))z--Expected result:
- Compilation success, or nice error message printed.
Actual result:
cppfront: to_cpp1.h:4278: void cpp2::cppfront::emit(const cpp2::parameter_declaration_node&, bool, bool, bool): Assertion `!n.declaration->is_function()' failed.Aborted (core dumped)
Found by fuzzing, #1131.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working