invoke.texi: Document new switches -Wno-shadow-ivar, -fno-local-ivars and -fivar...
commitf636f886d2e802eb55b5046351f34e795f8eda3a
authorDimitris Papavasiliou <dpapavas@gmail.com>
Mon, 12 May 2014 20:55:54 +0000 (12 20:55 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Mon, 12 May 2014 20:55:54 +0000 (12 20:55 +0000)
tree89e1b74abd9a0e400a35d335b11456f551ac5d9f
parent16e60fff0b97c8d4a166afc60dad088ce907dd0f
invoke.texi: Document new switches -Wno-shadow-ivar, -fno-local-ivars and -fivar-visibility.

2014-05-12  Dimitris Papavasiliou  <dpapavas@gmail.com>

            * doc/invoke.texi: Document new switches -Wno-shadow-ivar,
            -fno-local-ivars and -fivar-visibility.
            * c-family/c.opt: Make -Wshadow also implicitly enable
            -Wshadow-ivar.

testsuite:
            * objc.dg/shadow-1.m: New test.
            * objc.dg/shadow-2.m: New test.
            * objc.dg/ivar-scope-1.m: New test.
            * objc.dg/ivar-scope-2.m: New test.
            * objc.dg/ivar-scope-3.m: New test.
            * objc.dg/ivar-scope-4.m: New test.
            * objc.dg/ivar-visibility-1.m: New test.
            * objc.dg/ivar-visibility-2.m: New test.
            * objc.dg/ivar-visibility-3.m: New test.
            * objc.dg/ivar-visibility-4.m: New test.

Now, actuatally add the files....

From-SVN: r210339
gcc/testsuite/objc.dg/ivar-scope-1.m [new file with mode: 0644]
gcc/testsuite/objc.dg/ivar-scope-2.m [new file with mode: 0644]
gcc/testsuite/objc.dg/ivar-scope-3.m [new file with mode: 0644]
gcc/testsuite/objc.dg/ivar-scope-4.m [new file with mode: 0644]
gcc/testsuite/objc.dg/ivar-visibility-1.m [new file with mode: 0644]
gcc/testsuite/objc.dg/ivar-visibility-2.m [new file with mode: 0644]
gcc/testsuite/objc.dg/ivar-visibility-3.m [new file with mode: 0644]
gcc/testsuite/objc.dg/ivar-visibility-4.m [new file with mode: 0644]
gcc/testsuite/objc.dg/shadow-1.m [new file with mode: 0644]
gcc/testsuite/objc.dg/shadow-2.m [new file with mode: 0644]