toplev.c (check_global_declarations): Suppress not-used warning for volatile variables.
authorGeoffrey Keating <geoffk@apple.com>
Mon, 5 May 2003 18:29:29 +0000 (18:29 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Mon, 5 May 2003 18:29:29 +0000 (18:29 +0000)
commit36b29d7dd1084ce44358f648aebef3b285bed869
treec456da0cf15e725e22d92f8a216d6d4248db79c8
parent9e5f281f99de583a0ca9d50d984bd3a33910f430
toplev.c (check_global_declarations): Suppress not-used warning for volatile variables.

2003-05-05  Geoffrey Keating  <geoffk@apple.com>

* toplev.c (check_global_declarations): Suppress not-used warning
for volatile variables.

Index: testsuite/ChangeLog
2003-05-05  Geoffrey Keating  <geoffk@apple.com>

* gcc.dg/unused-5.c: New test.

From-SVN: r66493
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/unused-5.c [new file with mode: 0644]
gcc/toplev.c