This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug rtl-optimization/68432] [6 Regression] internal compiler error: in expand_insn, at optabs.c:6947


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68432

Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |trippels at gcc dot gnu.org

--- Comment #4 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
Also happens when building ffmpeg:

markus@x4 ffmpeg % cat libvpxenc.i
unsigned a;
float b;
__attribute__((cold)) void vpx_init() { a = round(b); }

markus@x4 ffmpeg % gcc -w -O2 -ffast-math -c libvpxenc.i
libvpxenc.i: In function âvpx_initâ:
libvpxenc.i:3:45: internal compiler error: in expand_insn, at optabs.c:6947

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]