initlist-opt.C: Bind pic locally.

* g++.dg/cpp0x/initlist-opt.C: Bind pic locally.

From-SVN: r156785
This commit is contained in:
Kaveh R. Ghazi 2010-02-15 22:48:24 +00:00 committed by Kaveh Ghazi
parent 961e1fdc40
commit 6dbe8a3268
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2010-02-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* g++.dg/cpp0x/initlist-opt.C: Bind pic locally.
2010-02-15 Sebastian Pop <sebastian.pop@amd.com>
* gcc.target/i386/sse-14.c: Add tests for _mm_permute2_pd,

View File

@ -1,5 +1,6 @@
// PR c++/41997
// { dg-options "-std=c++0x -O2 -fdump-tree-optimized" }
// { dg-add-options bind_pic_locally }
// { dg-final { scan-tree-dump-not "_0" "optimized" } }
// { dg-final { cleanup-tree-dump "optimized" } }