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 target/81521] [8 Regression] After [r250413] GCC 8.0 doesn't compile for Windows


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

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Mon Jul 24 13:02:06 2017
New Revision: 250476

URL: https://gcc.gnu.org/viewcvs?rev=250476&root=gcc&view=rev
Log:
        PR bootstrap/81521
        * tree.def: Remove TYPE_METHODS documentation, adjust TYPE_FIELDS
        documentation.
        * doc/generic.texi: Likewise.
        * config/i386/winnt-cxx.c (i386_pe_adjust_class_at_definition): Look
        for FUNCTION_DECLs in TYPE_FIELDS rather than TYPE_METHODS.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/winnt-cxx.c
    trunk/gcc/doc/generic.texi
    trunk/gcc/tree.def

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