Re: [Patch, trivial] Fix a potential bug of cost_classes_eq in ira-costs.c

2013-12-29 Thread Yangfei (Felix)
Add one entry to ChangeLog: Index: gcc/ChangeLog === --- gcc/ChangeLog (revision 206236) +++ gcc/ChangeLog (working copy) @@ -1,3 +1,8 @@ +2013-12-30 Felix Yang + + * gcc/ira-costs.c (cost_classes_hasher::equal):

Re: [Patch, trivial] Fix a potential bug of cost_classes_eq in ira-costs.c

2013-12-29 Thread Yangfei (Felix)
Ping. Attached please find patch is for trunk (gcc-4.9): Index: gcc/ira-costs.c === --- gcc/ira-costs.c (revision 206236) +++ gcc/ira-costs.c (working copy) @@ -155,7 +155,7 @@ inline bool cost_classes_hasher::equal (const v

[Patch, ARM] check value of --with-arch against arm-arches.def

2013-12-29 Thread Terry Guo
Hi There, This patch intends to check value of --with-arch against the arm-arches.def, rather than current solution that use hard coded things in config.gcc. Tested with various values of --with-arch and it works. Is it ok to trunk? BR, Terry 2013-12-30 Terry Guo * config.gcc (arm*-*-*)

Re: [patch] powerpc64 FreeBSD support for boehm-gc

2013-12-29 Thread Andreas Tobler
On 26.12.13 23:48, Andrew Haley wrote: > On 12/26/2013 12:11 AM, Andreas Tobler wrote: >> On 21.12.13 18:27, Andrew Haley wrote: >>> On 12/20/2013 10:15 PM, Andreas Tobler wrote: Ok for gcc trunk? >>> >>> OK, thanks. >>> >> >> May I get this one down to 4.8 too? Not really needed, but for >> c

Re: Update GCC 4.9 changes.html

2013-12-29 Thread Bernhard Reutner-Fischer
On 27 December 2013 12:28:29 "H.J. Lu" wrote: Hi, This patch adds Intel microarchitecture changes to GCC 4.9 changes.html. OK to install? Thanks. -- H.J. -- Index: changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/change

[Patch, Fortran, committed] PR 59612: iso_fortran_env segfaults with -fdump-fortran-original

2013-12-29 Thread Janus Weil
Hi all, I have just committed an obvious patch for a segfault with -fdump-fortran-original (plus a small documentation fix): http://gcc.gnu.org/viewcvs/gcc?view=revision&revision=206237 Cheers, Janus

Re: Fix PR/59303 -- predicate uninit analysis enhancement

2013-12-29 Thread Richard Biener
On Sun, Dec 22, 2013 at 8:05 PM, Xinliang David Li wrote: > This is the updated patch which incorporated Jakub's cleanup changes. Ok. Thanks, Richard. > thanks > > David > > On Sat, Dec 21, 2013 at 9:39 PM, Xinliang David Li wrote: >> Hi, the following patch fixes the problem reported in PR/59