]> git.ipfire.org Git - people/ms/gcc.git/commit - gcc/doc/sourcebuild.texi
Add '__OPTIMIZE__' DejaGnu selector
authorThomas Schwinge <thomas@codesourcery.com>
Tue, 18 May 2021 15:30:34 +0000 (17:30 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Fri, 21 May 2021 18:09:16 +0000 (20:09 +0200)
commitd42c10563e23d846b61c9c4a4abe75da70f7838d
treeb1f88a2b983355b32bd25eca917f1ae10f2b56ac
parent5a0fe1f6c4ad0e50bf4684e723ae2ba17d94c9e4
Add '__OPTIMIZE__' DejaGnu selector

gcc/testsuite/
* lib/target-supports.exp (check_effective_target___OPTIMIZE__):
New proc.
* gcc.c-torture/compile/ssa-unused-1.c: New file.
gcc/
* doc/sourcebuild.texi (Other attributes): Document '__OPTIMIZE__'
DejaGnu selector.
gcc/doc/sourcebuild.texi
gcc/testsuite/gcc.c-torture/compile/ssa-unused-1.c [new file with mode: 0644]
gcc/testsuite/lib/target-supports.exp