On Thu, Jul 24, 2025 at 5:35 PM Artemiy Granat <a.gra...@ispras.ru> wrote: > > gcc/ChangeLog: > > * config/i386/i386-options.cc (ix86_handle_cconv_attribute): > Fix typo.
OK, and also obvious. Thanks, Uros. > --- > gcc/config/i386/i386-options.cc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gcc/config/i386/i386-options.cc b/gcc/config/i386/i386-options.cc > index e7b200cd4f1..f6cca609bf2 100644 > --- a/gcc/config/i386/i386-options.cc > +++ b/gcc/config/i386/i386-options.cc > @@ -3637,7 +3637,7 @@ ix86_handle_cconv_attribute (tree *node, tree name, > tree args, int, > > if (lookup_attribute ("thiscall", TYPE_ATTRIBUTES (*node))) > { > - error ("regparam and thiscall attributes are not compatible"); > + error ("regparm and thiscall attributes are not compatible"); > } > > cst = TREE_VALUE (args); > -- > 2.50.1 >