re PR driver/42442 (-march=native doesn't apply to multiple files)
authorJakub Jelinek <jakub@redhat.com>
Mon, 4 Jan 2010 16:02:41 +0000 (17:02 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 4 Jan 2010 16:02:41 +0000 (17:02 +0100)
commit94b905273c5476f4e0f3a9de1a86d1c7ef47e7bd
tree421d7cbc8b24073def556faa031311219db7a83b
parentca30dbc38ee3b9afbbd717dbe2f3487d743863f3
re PR driver/42442 (-march=native doesn't apply to multiple files)

PR driver/42442
* gcc.c (SWITCH_IGNORE_PERMANENTLY): Define.
(do_self_spec): For switches with SWITCH_IGNORE set set also
SWITCH_IGNORE_PERMANENTLY.
(check_live_switch): Check SWITCH_IGNORE_PERMANENTLY instead
of SWITCH_IGNORE.

From-SVN: r155622
gcc/ChangeLog
gcc/gcc.c