diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2013-09-23 16:07:19 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2013-09-23 16:07:19 +0000 |
commit | cefce769080113bd634bca165cd6c2a8c817337b (patch) | |
tree | 015701fa228d16e4a874ad2a6e7719a7dcd177e4 /gcc/testsuite/gnat.dg/opt28.ads | |
parent | 5303f3a48f33df907225aee6c144e4f3a1a35c7b (diff) | |
download | gcc-cefce769080113bd634bca165cd6c2a8c817337b.zip gcc-cefce769080113bd634bca165cd6c2a8c817337b.tar.gz gcc-cefce769080113bd634bca165cd6c2a8c817337b.tar.bz2 |
tree-ssa-ccp.c (insert_clobber_before_stack_restore): Recurse on copy assignment statements.
* tree-ssa-ccp.c (insert_clobber_before_stack_restore): Recurse on copy
assignment statements.
From-SVN: r202833
Diffstat (limited to 'gcc/testsuite/gnat.dg/opt28.ads')
-rw-r--r-- | gcc/testsuite/gnat.dg/opt28.ads | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/testsuite/gnat.dg/opt28.ads b/gcc/testsuite/gnat.dg/opt28.ads new file mode 100644 index 0000000..4887c21 --- /dev/null +++ b/gcc/testsuite/gnat.dg/opt28.ads @@ -0,0 +1,8 @@ +-- { dg-do compile } +-- { dg-options "-O2" } + +package Opt28 is + + function Full_Filename (Filename : String) return String; + +end Opt28; |