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/70269] [5/6 Regression] ICE with -fdump-ipa-pta-graph -fipa-pta


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

--- Comment #5 from vries at gcc dot gnu.org ---
Author: vries
Date: Fri Mar 18 09:17:23 2016
New Revision: 234321

URL: https://gcc.gnu.org/viewcvs?rev=234321&root=gcc&view=rev
Log:
Set dump_file to NULL in cgraph_node::get_body

2016-03-18  Tom de Vries  <tom@codesourcery.com>

        PR ipa/70269
        * cgraph.c (cgraph_node::get_body): Set dump_file to NULL after save.

        * gcc.dg/pr70269.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/pr70269.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cgraph.c
    trunk/gcc/testsuite/ChangeLog

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