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]

PATCH 01: Testsuite: compare outputs of a testcase compiled and run with 2 flags


Hi,

Sorry, I forgot to add the below:

This patch is intended to be used for graphite when it gets merged with
mainline. The intent of this patch is to allow a testcase to be
specified with 2 different flag sets. The test will be built and with 2
flag sets and the output of the runs will be compared. If the outputs
match then a pass will be reported, else a fail will be reported. The
purpose is to ensure that there are no failures with graphite. To avoid
making changes to the dejagnu package, some code in dejagnu had to be
replicated in the gcc testsuite with modifications.

Please review and comment if it's ok for mainline?

Thanks,
Harsha


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