Wmisleading-indentation: add reproducer for PR c/70085
authorDavid Malcolm <dmalcolm@redhat.com>
Fri, 11 Mar 2016 19:48:49 +0000 (19:48 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Fri, 11 Mar 2016 19:48:49 +0000 (19:48 +0000)
commit318c1204185bb06f51056ff875180b874baf4ce4
tree2cdf97922517d8f3c7b5ef9d4f709fe2f4a31402
parentbc062234d66030553bcb7a11c02fbf91e503609b
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.

From-SVN: r234145
gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/Wmisleading-indentation.c