Luca Dariz, le dim. 03 avril 2022 17:00:20 +0200, a ecrit:
> * parser.y: add information about type names
>
> Signed-off-by: Luca Dariz <[email protected]>
Applied, thanks!
> ---
> parser.y | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/parser.y b/parser.y
> index 8d6b2aa..8521a84 100644
> --- a/parser.y
> +++ b/parser.y
> @@ -526,8 +526,8 @@ IPCType : PrimIPCType
> $$.size = $1.size;
> else
> {
> - error("sizes in IPCTypes (%d, %d) aren't equal",
> - $1.size, $3.size);
> + error("sizes in IPCTypes (%s %s %d, %s %s %d) aren't equal",
> + $1.instr, $1.outstr, $1.size, $3.instr, $3.outstr, $3.size);
> $$.size = 0;
> }
> }
> --
> 2.30.2
>
>
--
Samuel
---
Pour une évaluation indépendante, transparente et rigoureuse !
Je soutiens la Commission d'Évaluation de l'Inria.