This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix testsuite for inlining


> On Tue, Jan 21, 2003 at 06:05:31PM +0100, Jan Hubicka wrote:
> > 	* gcc.c-torture/execute/990208-1.c:  Add noinline attributes as needed.
> > 	* gcc.c-torture/execute/eeprof-1.c:  Likewise.
> > 	* gcc.c-torture/execute/stdio-opt-*.c: Likewise.
> > 	* gcc.c-torture/execute/string-opt-*.c: Likewise.
> 
> Ok, I guess.  I don't believe all of these marks are actually
> needed, but I can't see that they'd hurt either.
for string/stdio my code actually overwrote builtins by the actual
functions so even with noinlining they didn't simplify.  I guess I got
quite overactive in these before I found the bug.  The testcases should
probably consist of two files...

Thanks,
Honza
> 
> 
> r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]