]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/Makefile.in
Add tests that test boundary values of params
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 12 Jul 2016 15:03:07 +0000 (15:03 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 12 Jul 2016 15:03:07 +0000 (15:03 +0000)
commit94ee1e9c3d96cf04dc6a8105bdb4aec6f49af549
treeed5bbb73c5f6dd48aa4855bdb8068a991f80f701
parentcd32d7475b83c730185d0a266838a60999515632
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@238249 138bc75d-0d04-0410-961f-82ee72b054a4
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]