aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/19277289.c
Commit message (Collapse)AuthorAgeFilesLines
* Backport a fix about gcc-4.9 crash at the presence of #pragma GCC optimize ↵Andrew Hsieh2015-03-261-0/+21
("O0") In google/google-4_9 branch ------------------------------------------------------------------------ r221700 | wmi | 2015-03-26 11:11:16 -0700 (Thu, 26 Mar 2015) | 13 lines Fix the problem in b/19277289 by avoiding calling walk_aliased_vdefs in O0 function. gcc/ 2015-03-26 Carrot Wei <carrot@google.com> * ipa-inline-analysis.c: Early return. gcc/testsuite 2015-03-26 Carrot Wei <carrot@google.com> * testsuite/gcc.dg/19277289.c: New test. Change-Id: I6bd7353b65fb918f9651dd737cbe3112fca1fa17