Re: [PATCH RFA] i386: -Wabi false positive with indirect call

2025-05-02 Thread Uros Bizjak
On Thu, May 1, 2025 at 10:46 PM Jason Merrill wrote: > > Tested x86_64-pc-linux-gnu, OK for trunk? > > -- 8< -- > > This warning relies on the TRANSLATION_UNIT_WARN_EMPTY_P flag (set in > cxx_init_decl_processing) to decide whether we want to warn about the GCC 8 > empty class parameter passing fi

[PATCH RFA] i386: -Wabi false positive with indirect call

2025-05-01 Thread Jason Merrill
Tested x86_64-pc-linux-gnu, OK for trunk? -- 8< -- This warning relies on the TRANSLATION_UNIT_WARN_EMPTY_P flag (set in cxx_init_decl_processing) to decide whether we want to warn about the GCC 8 empty class parameter passing fix, but in a call through a function pointer we don't have a translat