]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR c/68833
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Dec 2015 16:59:05 +0000 (16:59 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Dec 2015 16:59:05 +0000 (16:59 +0000)
commit7ca909c695cf94388d30d13e46d829ae0bcea84d
tree107d66ef4eb8cce1efee494ba91a5442b067d48a
parentf87b2900a166626a523c77dbb6456ca9b8f71d24
PR c/68833
* common.opt (Wmissing-noreturn): Add Warning option.
* opts-common.c (control_warning_option): If opt is
alias_target with alias_arg, set arg to it.

* c.opt (Wmissing-format-attribute, Wnormalized): Add Warning option.

* c-c++-common/pr68833-1.c: New test.
* c-c++-common/pr68833-2.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@231624 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-family/ChangeLog
gcc/c-family/c.opt
gcc/common.opt
gcc/opts-common.c
gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/pr68833-1.c [new file with mode: 0644]
gcc/testsuite/c-c++-common/pr68833-2.c [new file with mode: 0644]
gcc/testsuite/c-c++-common/pr68833-3.c [new file with mode: 0644]