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 ipa/80205] [5/6 Regression] ICE in walk_ssa_copies at ipa-polymorphic-call.c:835


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

--- Comment #4 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Mon May 29 09:08:48 2017
New Revision: 248559

URL: https://gcc.gnu.org/viewcvs?rev=248559&root=gcc&view=rev
Log:
Backport r246530

2017-05-29  Martin Liska  <mliska@suse.cz>

        Backport from mainline
        2017-03-28  Richard Biener  <rguenther@suse.de>

        PR ipa/80205
        * tree-inline.c (copy_phis_for_bb): Do not create PHI node
        without arguments, generate default definition of a SSA name.
2017-05-29  Martin Liska  <mliska@suse.cz>

        Backport from mainline
        2017-03-28  Martin Liska  <mliska@suse.cz>

        PR ipa/80205
        * g++.dg/ipa/pr80205.C: New test.

Added:
    branches/gcc-5-branch/gcc/testsuite/g++.dg/ipa/pr80205.C
Modified:
    branches/gcc-5-branch/gcc/ChangeLog
    branches/gcc-5-branch/gcc/testsuite/ChangeLog
    branches/gcc-5-branch/gcc/tree-inline.c

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