]> git.ipfire.org Git - thirdparty/gcc.git/commit
Add tests that test boundary values of params
authorMartin Liska <mliska@suse.cz>
Tue, 12 Jul 2016 15:03:07 +0000 (17:03 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Tue, 12 Jul 2016 15:03:07 +0000 (15:03 +0000)
commitf507d20235bb7c05ce24c92f65b8aead2594e797
treeed5bbb73c5f6dd48aa4855bdb8068a991f80f701
parentd6f7c125d85f7b2fb5f8625d4992fbe48f4547d4
Add tests that test boundary values of params

* Makefile.in: Append rule for params-options.h.
* params-options.h: New file.
* gcc.dg/params/blocksort-part.c: New test.
* gcc.dg/params/params.exp: New file.

From-SVN: r238249
gcc/ChangeLog
gcc/Makefile.in
gcc/params-options.h [new file with mode: 0644]
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/params/blocksort-part.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/params/params.exp [new file with mode: 0644]