Re: [PATCH, testsuite] fix ggcplug.c test-case

2015-01-12 Thread Prathamesh Kulkarni
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

Re: [PATCH, testsuite] fix ggcplug.c test-case

2015-01-12 Thread Richard Biener
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

Re: [PATCH, testsuite] fix ggcplug.c test-case

2015-01-12 Thread Prathamesh Kulkarni
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

Re: [PATCH, testsuite] fix ggcplug.c test-case

2015-01-12 Thread Richard Biener
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

Re: [PATCH, testsuite] fix ggcplug.c test-case

2015-01-12 Thread Prathamesh Kulkarni
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

Re: [PATCH, testsuite] fix ggcplug.c test-case

2015-01-12 Thread Richard Biener
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

[PATCH, testsuite] fix ggcplug.c test-case

2015-01-10 Thread Prathamesh Kulkarni
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