[GOOGLE] Disallow importing modules with different --std

2013-04-26 Thread Dehao Chen
This patch forbids modules to be imported as aux module if its --std is different with the primary module. Bootstrapped and passed regression test. OK for google branches? Thanks, Dehao Index: gcc/coverage.c === --- gcc/coverage.c

Re: [GOOGLE] Disallow importing modules with different --std

2013-04-26 Thread Xinliang David Li
ok with benchmark testing. Need to be in all google branches (47, 48 and main) David On Fri, Apr 26, 2013 at 7:57 PM, Dehao Chen de...@google.com wrote: This patch forbids modules to be imported as aux module if its --std is different with the primary module. Bootstrapped and passed