Re: [PATCH 2/4] i386: Fix incorrect comment about stdcall and fastcall compatibility

2025-07-25 Thread Uros Bizjak
On Thu, Jul 24, 2025 at 5:35 PM Artemiy Granat wrote: > > gcc/ChangeLog: > > * config/i386/i386-options.cc (ix86_handle_cconv_attribute): > Fix comments which state that combination of stdcall and fastcall > attributes is valid but redundant. OK as an obvious patch. Thank

[PATCH 2/4] i386: Fix incorrect comment about stdcall and fastcall compatibility

2025-07-24 Thread Artemiy Granat
gcc/ChangeLog: * config/i386/i386-options.cc (ix86_handle_cconv_attribute): Fix comments which state that combination of stdcall and fastcall attributes is valid but redundant. --- gcc/config/i386/i386-options.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)