Fix typo in IPA ICF
authorMartin Liska <mliska@suse.cz>
Fri, 23 Sep 2016 08:49:41 +0000 (10:49 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Fri, 23 Sep 2016 08:49:41 +0000 (08:49 +0000)
* ipa-icf.c (sem_variable::merge): Replace adress
with address.
* gcc.dg/ipa/pr77653.c: Replace adress
with address.

From-SVN: r240399

gcc/ChangeLog
gcc/ipa-icf.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/ipa/pr77653.c

index a18b196..79aa31b 100644 (file)
@@ -1,3 +1,8 @@
+2016-09-23  Martin Liska  <mliska@suse.cz>
+
+       * ipa-icf.c (sem_variable::merge): Replace adress
+       with address.
+
 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
 
        * config/arm/arm-arches.def ("armv8.1-a"): Add FL_CRC32.
index 0869756..3886fa6 100644 (file)
@@ -2225,7 +2225,7 @@ sem_variable::merge (sem_item *alias_item)
     {
       if (dump_file)
        fprintf (dump_file,
-                "Not unifying; adress of original may be compared.\n\n");
+                "Not unifying; address of original may be compared.\n\n");
       return false;
     }
 
index 5db2a1c..998df2c 100644 (file)
@@ -1,5 +1,10 @@
 2016-09-23  Martin Liska  <mliska@suse.cz>
 
+       * gcc.dg/ipa/pr77653.c: Replace adress
+       with address.
+
+2016-09-23  Martin Liska  <mliska@suse.cz>
+
        * gcc.target/i386/movbe-4.c: New test.
 
 2016-09-23  Martin Liska  <mliska@suse.cz>
index 8d11739..16ae510 100644 (file)
@@ -21,4 +21,4 @@ int main ()
 }
 
 /* { dg-final { scan-ipa-dump "Equal symbols: 1" "icf"  } } */
-/* { dg-final { scan-ipa-dump "Not unifying; adress of original may be compared." "icf"  } } */
+/* { dg-final { scan-ipa-dump "Not unifying; address of original may be compared." "icf"  } } */