This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r217449 - in /trunk/gcc: ChangeLog ipa-pure-con...
- From: jakub at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Wed, 12 Nov 2014 23:09:15 -0000
- Subject: r217449 - in /trunk/gcc: ChangeLog ipa-pure-con...
Author: jakub
Date: Wed Nov 12 23:09:15 2014
New Revision: 217449
URL: https://gcc.gnu.org/viewcvs?rev=217449&root=gcc&view=rev
Log:
PR ipa/63838
* ipa-pure-const.c (propagate_nothrow): Walk w->indirect_calls
chain instead of node->indirect_calls. Put !can_throw into
conditions of all the loops.
* g++.dg/ipa/pr63838.C: New test.
Added:
trunk/gcc/testsuite/g++.dg/ipa/pr63838.C
Modified:
trunk/gcc/ChangeLog
trunk/gcc/ipa-pure-const.c
trunk/gcc/testsuite/ChangeLog