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: [PATCH] Allow an arbitrary number of multiplications and additions in tail-call optimized functions


# of expected passes		58003
# of unexpected failures	41
# of unexpected successes	5
# of expected failures		210
# of unresolved testcases	1
# of unsupported tests		520
/usr/local/bin/gcc  version 4.5.0 20090903 (experimental) (GCC)


By the way, is it the proper way to regtest? It seems the additional test is executed twice, is it fine?

Yes and yes. There is usually more than one test for each testcases, in this case the "test for excess errors" (which also catches whether the compiler has an internal compiler error, for example) and the actual scan-tree-dump-times test.


Paolo


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