Fix typo in tests.
authorMartin Liska <mliska@suse.cz>
Tue, 4 Jun 2019 09:39:05 +0000 (11:39 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Tue, 4 Jun 2019 09:39:05 +0000 (09:39 +0000)
2019-06-04  Martin Liska  <mliska@suse.cz>

* value-prof.c (dump_histogram_value): Fix typo.
(gimple_mod_subtract_transform): Likewise.

From-SVN: r271904

gcc/ChangeLog
gcc/testsuite/c-c++-common/goacc/acc-icf.c
gcc/testsuite/gfortran.dg/goacc/pr78027.f90

index d4d020b7fe83be1e0c9ac961b1c5c5da1d029467..4660a9029fed44193d530f3dd268f0849ef3105a 100644 (file)
@@ -1,3 +1,8 @@
+2019-06-04  Martin Liska  <mliska@suse.cz>
+
+       * value-prof.c (dump_histogram_value): Fix typo.
+       (gimple_mod_subtract_transform): Likewise.
+
 2019-06-04  Richard Biener  <rguenther@suse.de>
 
        PR middle-end/90726
index 53d5dcfe85be0092fc903ad42077c96696dd0eac..98b536c34d06cfc91aed2a29620b0d348243d206 100644 (file)
@@ -44,4 +44,4 @@ main ()
   return 0;
 }
 
-/* { dg-final { scan-ipa-dump-times "With total: 1 items" 5 "icf" } }  */
+/* { dg-final { scan-ipa-dump-times "with total: 1 items" 5 "icf" } }  */
index 52e5662be47e48d968cb21cb34ab9a473bac5ac5..cf13ff7e6a95f3694f09128a232825e3743fe984 100644 (file)
@@ -19,4 +19,4 @@ real function f()
    !$acc end parallel
  end
  
-! { dg-final { scan-ipa-dump-times "With total: 0 items" 5 "icf" } }
+! { dg-final { scan-ipa-dump-times "with total: 0 items" 5 "icf" } }