https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122118
Sam James <sjames at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sjames at gcc dot gnu.org
--- Comment #6 from Sam James <sjames at gcc dot gnu.org> ---
(In reply to Andreas Rheinhardt from comment #5)
> This example uses pointer to ints for simplification, but the actual code
> where this was encountered initializes a structure of function pointers (see
> e.g.
> https://code.ffmpeg.org/FFmpeg/FFmpeg/src/branch/master/libavcodec/h263dsp.
> c#L119-L120). Said missed opportunity does not exist there.
For future reference, we really appreciate knowing if something is
synthetic/just from toying around/whatever vs derived from a real application.