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 middle-end/70280] -fcompare-debug failure (length) with --param=integer-share-limit=4016 -mavx512bw


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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Thu Mar 17 23:00:04 2016
New Revision: 234312

URL: https://gcc.gnu.org/viewcvs?rev=234312&root=gcc&view=rev
Log:
        PR c/70280
        * c-typeck.c (composite_type): Don't count void_list_node
        into len, if the list is terminated by void_list_node, start
        with void_list_node instead of NULL for newargs.  Stop
        at void_list_node.

Modified:
    trunk/gcc/c/ChangeLog
    trunk/gcc/c/c-typeck.c

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