Skip to content

[BUG] ICE: not all comments were printed #344

@JohelEGP

Description

@JohelEGP

Minimal reproducer (https://godbolt.org/z/Y9sqcY1jG):

a: type = { }
c: a = (); //

Commands:

cppfront x.cpp2

Expected result: A well-formed program.

Actual result and error:

cppfront: $prefix/cppfront.cpp:1356: lower_to_cpp1_ret cpp2::cppfront::lower_to_cpp1(): Assertion `tokens.num_unprinted_comments() == 0 && "ICE: not all comments were printed"' failed.
Aborted (core dumped)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions