Re: [PATCH] PR36312

2014-11-06 Thread Anthony Brandon
Sorry, I didn't realize the default didn't build all languages. I will configure with --enable-languages=all from now on. On Thu, Nov 6, 2014 at 1:26 AM, Manuel López-Ibáñez wrote: > On 5 November 2014 21:57, Eric Botcazou wrote: >>> 2014-10-25 Anthony Brandon >&

Re: [PATCH] PR36312

2014-11-06 Thread Anthony Brandon
It looks like -soname, and libgnat-5.0.so both end up in the infiles array. I'm not sure if that's supposed to happen or not. On Wed, Nov 5, 2014 at 9:57 PM, Eric Botcazou wrote: >> 2014-10-25 Anthony Brandon >> >> PR driver/36312 >> * diagnostic-cor

Re: [PATCH] PR36312

2014-10-25 Thread Anthony Brandon
Hi, Sorry for the delay. Here are the updated diff and changelog. gcc/testsuite/ChangeLog: 2014-10-25 Anthony Brandon PR driver/36312 * gcc.misc-tests/output.exp: New test case for identical input and output files. include/ChangeLog: 2014-10-25 Anthony Brandon PR driver

Re: [PATCH] PR36312

2014-10-18 Thread Anthony Brandon
, Marc Glisse wrote: > On Sat, 18 Oct 2014, Anthony Brandon wrote: > >> I'm a new contributor > > > Welcome! > >> I don't yet have a copyright assignment > > > Did you start the paperwork? > >>* filename_cmp.c (filename_eq): No ch

Re: [PATCH] PR36312

2014-10-18 Thread Anthony Brandon
Never mind about functions.texi. I figured out how to do it. Here is the new diff and changelog. libiberty/ChangeLog: 2014-10-18 Anthony Brandon * filename_cmp.c (filename_eq): No change. (canonical_filename_eq): New function to check if file names are the same

[PATCH] PR36312

2014-10-18 Thread Anthony Brandon
run make stamp-functions, but I get a no such target error. I bootstrapped on x86_64-linux and tested. include/ChangeLog: 2014-10-18 Anthony Brandon * filenames.h: Add prototype for canonical_filename_eq. gcc/ChangeLog: 2014-10-18 Anthony Brandon * diagnostic-

Re: [PATCH] cleanup in c-parser

2014-10-13 Thread Anthony Brandon
t 10:09 PM, wrote: > > > > >> On Oct 12, 2014, at 12:37 PM, Anthony Brandon >> wrote: >> >> Hi, >> >> I'm a new contributor and I don't yet have a copyright assignment or >> commit access. > > > Thanks for you contribution. Your

[PATCH] cleanup in c-parser

2014-10-12 Thread Anthony Brandon
Hi, I'm a new contributor and I don't yet have a copyright assignment or commit access. This is a cleanup of code duplication in c-parser. I bootstrapped and tested on x86_64-linux. gcc/c/ChangeLog: 2014-10-12 Anthony Brandon * c-parser.c (c_parser_all_labels): New f