blob: 304ad1fbaeb7fe68ef26efd31c2ee545db6a0ffc [file] [log] [blame]
/* { dg-do compile } */
/* { dg-additional-options "-O2 -fcommon -fdump-ipa-cgraph" } */
/* RTL-level CSE shouldn't introduce LCO (for the string) into varpool */
char *p;
void foo ()
{
p = "abc\n";
while (*p != '\n')
p++;
}
/* { dg-final { scan-ipa-dump-not "LC0" "cgraph" } } */