This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/81521] [8 Regression] After [r250413] GCC 8.0 doesn't compile for Windows
- From: "wilson at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 25 Jul 2017 16:07:09 +0000
- Subject: [Bug target/81521] [8 Regression] After [r250413] GCC 8.0 doesn't compile for Windows
- Auto-submitted: auto-generated
- References: <bug-81521-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81521
--- Comment #4 from Jim Wilson <wilson at gcc dot gnu.org> ---
Author: wilson
Date: Tue Jul 25 16:06:37 2017
New Revision: 250529
URL: https://gcc.gnu.org/viewcvs?rev=250529&root=gcc&view=rev
Log:
Fix i686-pc-cygwin build failure.
gcc/
PR bootstrap/81521
* 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