Re: [patch][fix PR other/31566] @missing_file gives bad error message

2016-09-30 Thread Jeff Law
On 09/29/2016 12:34 AM, Prasad Ghangal wrote: Hi all, I don't know if this is the right time to submit such patches. But this patch attempts to fix https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31566 I have successfully bootstrapped and tested on x86_64-pc-linux-gnu testcases: file: -Wall

[patch][fix PR other/31566] @missing_file gives bad error message

2016-09-29 Thread Prasad Ghangal
Hi all, I don't know if this is the right time to submit such patches. But this patch attempts to fix https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31566 I have successfully bootstrapped and tested on x86_64-pc-linux-gnu testcases: file: -Wall test.c: void foo() { int a,b; a = b + 1; }