]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR ipa/60026
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Feb 2014 13:04:37 +0000 (13:04 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Feb 2014 13:04:37 +0000 (13:04 +0000)
commit5ceeaef0385ef8ca2dea4bc911c2a2e90859b45c
tree294855e859722fa6bd67ec674e1a393b20f63a87
parent6562533efd46483ad6cad7c211c5a4d1b8d04c96
PR ipa/60026
* tree-inline.c (copy_forbidden): Fail for
__attribute__((optimize (0))) functions.

* c-c++-common/torture/pr60026.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207463 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/torture/pr60026.c [new file with mode: 0644]
gcc/tree-inline.c