re PR ipa/60026 (ICE at -O3 on valid code (with the optimize pragma) on x86_64-linux...
authorJakub Jelinek <jakub@redhat.com>
Tue, 4 Feb 2014 13:04:37 +0000 (14:04 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 4 Feb 2014 13:04:37 +0000 (14:04 +0100)
commiteb259c4a329898bbae30bf7b55f9598fa73c7dd1
tree294855e859722fa6bd67ec674e1a393b20f63a87
parent30540e7958f841359d14b2c46e4c51f07a22ff5e
re PR ipa/60026 (ICE at -O3 on valid code (with the optimize pragma) on x86_64-linux-gnu)

PR ipa/60026
* tree-inline.c (copy_forbidden): Fail for
__attribute__((optimize (0))) functions.

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

From-SVN: r207463
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/torture/pr60026.c [new file with mode: 0644]
gcc/tree-inline.c