[Bug middle-end/70280] -fcompare-debug failure (length) with --param=integer-share-limit=4016 -mavx512bw

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Mar 17 17:04:00 GMT 2016


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

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

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
This seems to be some strange behavior of C FE's composite_type, I see it
called with:
t1 = int <T866> (char * restrict, size_t, const char * restrict, struct  *)
t2 = int <T22e> (char *, long unsigned int, const char *, struct  *)
but the result has the weirdo , void, ...) at the end.  Debugging...


More information about the Gcc-bugs mailing list