Wmisleading-indentation: add reproducer for PR c/70085
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Mar 2016 19:48:49 +0000 (19:48 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Mar 2016 19:48:49 +0000 (19:48 +0000)
commitce234f270b1a8bc53e015c228dacefee697eeaf6
tree2cdf97922517d8f3c7b5ef9d4f709fe2f4a31402
parente4756b4840a792a39f9c8632caf22418f93de536
Wmisleading-indentation: add reproducer for PR c/70085

PR c/70085 reported a false-positive from -Wmisleading-indentation.

The warning was fixed by the fix for PR c/68187 (r233972), but it seems
worth capturing the reproducer for PR c/70085 as an additional test case,
as it's slightly different to those seen in PR c/68187.

gcc/testsuite/ChangeLog:
PR c/70085
* c-c++-common/Wmisleading-indentation.c (pr70085): New test case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@234145 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/Wmisleading-indentation.c