Fix typo in IPA ICF

* ipa-icf.c (sem_variable::merge): Replace adress
	with address.
	* gcc.dg/ipa/pr77653.c: Replace adress
	with address.

From-SVN: r240399
This commit is contained in:
Martin Liska 2016-09-23 10:49:41 +02:00 committed by Martin Liska
parent 4040b89af8
commit fcbc975bed
4 changed files with 12 additions and 2 deletions

View 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.

View 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;
}

View File

@ -1,3 +1,8 @@
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.

View 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" } } */