2012/6/6 Jason Merrill <ja...@redhat.com>:
[...]
> Often if we continue parsing something on the assumption that the previous
> bits are correct it leads to problems; that's all there is to this bug.
>  When we see
>
>  using sat::Solvable::bool_type;
>
> cp_parser_alias_declaration eats "sat" and then tries to parse
> ::Solvable::bool_type as a type-id, which fails.
>
> Returning when we hit a parse error is the right fix.

Thank you for the explanation.

-- 
Fabien

Reply via email to