Re: Fix pasto in lto-partition.c

2016-01-18 Thread Richard Biener
On January 18, 2016 4:59:30 PM GMT+01:00, Jan Hubicka wrote: >Hi, >this patch fixes pasto that leads to undefined symbol in the testcase >in PR69003. >Unfortunately i am not sure how to do incremental linking tests in the >testsuite. Only with custom .exp files I guess. >The patch should work f

Fix pasto in lto-partition.c

2016-01-18 Thread Jan Hubicka
Hi, this patch fixes pasto that leads to undefined symbol in the testcase in PR69003. Unfortunately i am not sure how to do incremental linking tests in the testsuite. The patch should work for the release branches, too, Honza Index: ChangeLog ==