Re: Legal paperwork for GCC contributions

2014-12-23 Thread Lawrence Velázquez
On Dec 22, 2014, at 9:54 PM, Lawrence Velázquez wrote: > On Dec 6, 2014, at 8:01 PM, Lawrence Velázquez wrote: > >> On Nov 23, 2014, at 6:48 PM, Lawrence Velázquez wrote: >> >>> I recently contributed some fixes against GCC trunk, gcc-4_9-branch, and >>> gcc-4_8-branch for which I need the re

Re: fatal error: config.h: No such file or directory

2014-12-23 Thread Aldy Hernandez
Andrew Haley writes: > On 12/21/2014 02:38 AM, Bruce Korb wrote: >> Shouldn't the configure step have made config.h? > > It's probably because you are building in srcdir. That is not > supported. Hmm, newbies run into this often enough that I wonder whether we should just error out from the con

Re: Legal paperwork for GCC contributions

2014-12-23 Thread Ian Lance Taylor
On Tue, Dec 23, 2014 at 9:02 AM, Lawrence Velázquez wrote: > On Dec 22, 2014, at 9:54 PM, Lawrence Velázquez wrote: > >> On Dec 6, 2014, at 8:01 PM, Lawrence Velázquez wrote: >> >>> On Nov 23, 2014, at 6:48 PM, Lawrence Velázquez wrote: >>> I recently contributed some fixes against GCC tru

Re: Missed optimization case

2014-12-23 Thread Andi Kleen
Matt Godbolt writes: > > I'll happily file a bug if necessary but I'm not clear in what phase > the optimization opportunity has been missed. Please file a bug with a test case. No need to worry about the phase too much initially, just fill in a reasonable component. -Andi

Re: Missed optimization case

2014-12-23 Thread Matt Godbolt
On Tue, Dec 23, 2014 at 2:25 PM, Andi Kleen wrote: > > Please file a bug with a test case. No need to worry about the phase > too much initially, just fill in a reasonable component. > Thanks - filed as https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64396 -matt

Re: fatal error: config.h: No such file or directory

2014-12-23 Thread Bruce Korb
On 12/23/14 09:07, Aldy Hernandez wrote: Andrew Haley writes: On 12/21/2014 02:38 AM, Bruce Korb wrote: Shouldn't the configure step have made config.h? It's probably because you are building in srcdir. That is not supported. Hmm, newbies run into this often enough that I wonder whether

will openacc be merged into the trunk soon?

2014-12-23 Thread Mark Farnell
>From the svn log, I saw tschwinge did a lot of bug fixing on the gomp-4_0-branch, and recently merged trunk to gomp-4_0-branch without mention of any outstanding conflicts. Does this signify an imminent merge of the gomp-4_0-branch to the trunk? If so, I am really excited to try out openacc Als