* gcc.dg/tree-ssa/20040703-1.c: Quote decimal dot.
From-SVN: r94929
This commit is contained in:
parent
7b45aab422
commit
6092c5db35
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-02-12 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* gcc.dg/tree-ssa/20040703-1.c: Quote decimal dot.
|
||||
|
||||
2005-02-11 Janis Johnson <janis187@us.ibm.com>
|
||||
|
||||
* lib/gcc-dg.exp: (dg-require-weak, dg-require-visibility,
|
||||
|
|
|
@ -9,4 +9,4 @@ float foo(float x)
|
|||
}
|
||||
|
||||
/* We should *not* fold the arithmetic. */
|
||||
/* { dg-final { scan-tree-dump-times "0.0" 0 "dom2"} } */
|
||||
/* { dg-final { scan-tree-dump-times "0\\.0" 0 "dom2"} } */
|
||||
|
|
Loading…
Add table
Reference in a new issue