Commit 995acea9 authored by matz's avatar matz
Browse files

PR rtl-optimization/33653

        * gcc.dg/pr33653.c: New.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129007 138bc75d-0d04-0410-961f-82ee72b054a4
parent 4aafe72f
2007-10-04 Michael Matz <matz@suse.de>
PR rtl-optimization/33653
* gcc.dg/pr33653.c: New.
2007-10-04 Richard Guenther <rguenther@suse.de>
 
PR tree-optimization/33627
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-rtl-shorten" } */
void f (volatile char *p)
{
char c = p[0];
}
/* { dg-final { scan-rtl-dump "mem/v" "shorten" } } */
/* { dg-final { cleanup-rtl-dump "shorten" } } */
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment