On 12 January 2015 at 15:49, Richard Biener wrote:
> On Mon, 12 Jan 2015, Prathamesh Kulkarni wrote:
>
>> On 12 January 2015 at 14:36, Richard Biener wrote:
>> > On Mon, 12 Jan 2015, Prathamesh Kulkarni wrote:
>> >
>> >> On 12 January 2015 at 14:19, Richard Biener wrote:
>> >> > On Sun, 11 Jan 2
On Mon, 12 Jan 2015, Prathamesh Kulkarni wrote:
> On 12 January 2015 at 14:36, Richard Biener wrote:
> > On Mon, 12 Jan 2015, Prathamesh Kulkarni wrote:
> >
> >> On 12 January 2015 at 14:19, Richard Biener wrote:
> >> > On Sun, 11 Jan 2015, Prathamesh Kulkarni wrote:
> >> >
> >> >> Hi,
> >> >> T
On 12 January 2015 at 14:36, Richard Biener wrote:
> On Mon, 12 Jan 2015, Prathamesh Kulkarni wrote:
>
>> On 12 January 2015 at 14:19, Richard Biener wrote:
>> > On Sun, 11 Jan 2015, Prathamesh Kulkarni wrote:
>> >
>> >> Hi,
>> >> The test-case plugin/ggcplug.c was failing due to flattening of tr
On Mon, 12 Jan 2015, Prathamesh Kulkarni wrote:
> On 12 January 2015 at 14:19, Richard Biener wrote:
> > On Sun, 11 Jan 2015, Prathamesh Kulkarni wrote:
> >
> >> Hi,
> >> The test-case plugin/ggcplug.c was failing due to flattening of tree.h
> >> and tree-core.h.
> >> Test-case was incorrect beca
On 12 January 2015 at 14:19, Richard Biener wrote:
> On Sun, 11 Jan 2015, Prathamesh Kulkarni wrote:
>
>> Hi,
>> The test-case plugin/ggcplug.c was failing due to flattening of tree.h
>> and tree-core.h.
>> Test-case was incorrect because it included gcc-plugin.h after tree.h whereas
>> gcc-plugin
On Sun, 11 Jan 2015, Prathamesh Kulkarni wrote:
> Hi,
> The test-case plugin/ggcplug.c was failing due to flattening of tree.h
> and tree-core.h.
> Test-case was incorrect because it included gcc-plugin.h after tree.h whereas
> gcc-plugin.h should be the first header to be included by plugins.
No
Hi,
The test-case plugin/ggcplug.c was failing due to flattening of tree.h
and tree-core.h.
Test-case was incorrect because it included gcc-plugin.h after tree.h whereas
gcc-plugin.h should be the first header to be included by plugins.
OK to commit ?
Thank you,
Prathamesh
Index: gcc/testsuite/gcc