This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Remove testsuite compile errors with GCC5.


On Sun, Jan 25, 2015 at 05:27:17PM +0100, Mark Kettenis wrote:
> > From: Mark Wielaard <mjw@redhat.com>
> > Date: Sun, 25 Jan 2015 16:55:21 +0100
> > 
> > GCC5 defaults to the GNU11 standard for C and warns by default for
> > implicit function declarations and implicit return types.
> > https://gcc.gnu.org/gcc-5/porting_to.html
> > 
> > Fixing these issues in the testsuite turns 9 untested and 17 unsupported
> > testcases into 417 new passes when compiling with GCC5.
> 
> Looks like none of these intentionally omitted prototypes.  Fine with
> me.

Thanks, pushed.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]