Re: [PATCH] Update sinhatanh test

2019-04-30 Thread Jeff Law
On 4/29/19 3:41 PM, Giuliano Augusto Faulin Belinassi wrote: > Hi. > Ping :-) > (I hope I am not bothering you with it) > Giuliano. > > On Thu, Jan 10, 2019 at 6:51 PM Giuliano Belinassi > wrote: >> >> Previously, the tests 'sinhatanh-2.c' and 'sinhatanh-3.c' did not count >> the number of functi

Re: [PATCH] Update sinhatanh test

2019-04-29 Thread Giuliano Augusto Faulin Belinassi
Hi. Ping :-) (I hope I am not bothering you with it) Giuliano. On Thu, Jan 10, 2019 at 6:51 PM Giuliano Belinassi wrote: > > Previously, the tests 'sinhatanh-2.c' and 'sinhatanh-3.c' did not count > the number of functions found in the tree-dump. This patch address this > issue. > > 2019-01-10 G

[PATCH] Update sinhatanh test

2019-01-10 Thread Giuliano Belinassi
Previously, the tests 'sinhatanh-2.c' and 'sinhatanh-3.c' did not count the number of functions found in the tree-dump. This patch address this issue. 2019-01-10 Giuliano Belinassi * gcc.dg/sinhatanh-2.c: Count the number of functions. * gcc.dg/sinhatanh-3.c: Likewise. Index: