Update to GCC 15.1

This commit is contained in:
2025-05-14 23:05:52 +02:00
parent a02e053ed2
commit 981059e745
5 changed files with 218 additions and 393 deletions

View File

@ -128,8 +128,8 @@ return {
break {
return yy::parser::make_BREAK(this->location);
}
repeat {
return yy::parser::make_REPEAT(this->location);
program {
return yy::parser::make_PROGRAM(this->location);
}
cast {
return yy::parser::make_CAST(this->location);