Re: [PATCH] Add test for PR52769

2014-10-29 Thread Richard Biener
On Wed, Oct 29, 2014 at 11:24 AM, Marek Polacek wrote: > PR52769 reports a bug that has been fixed in 4.7, but the test case > was never added. So I'd like to put this test in and close PR52769. > > Ok? Ok everywhere. Thanks, Richard. > 2014-10-29 Marek Polacek > > PR c/52769 >

[PATCH] Add test for PR52769

2014-10-29 Thread Marek Polacek
PR52769 reports a bug that has been fixed in 4.7, but the test case was never added. So I'd like to put this test in and close PR52769. Ok? 2014-10-29 Marek Polacek PR c/52769 * gcc.dg/pr52769.c: New test. diff --git gcc/testsuite/gcc.dg/pr52769.c gcc/testsuite/gcc.dg/pr5276