[patch, libgfortran] PR48960 OPEN statement modifies NEWUNIT variable on error

2012-12-25 Thread Jerry DeLisle
The attached patch fixes this bug by not assigning the new unit value to the user variable until after the OPEN is successful. Regression tested on Linux X86-64. OK for trunk with the test case from the PR? Regards, Jerry 2012-12-26 Jerry DeLisle PR libfortran/48960 * io/

libgo patch committed: Update to current version of Go library

2012-12-25 Thread Ian Lance Taylor
I've committed a patch to upgrade libgo to the current version of the master Go library. As usual, this mail message only includes the changes to files that are specific to gccgo. Bootstrapped and ran Go testsuite on x86_64-unknown-linux-gnu. Committed to mainline. Ian diff -r 1faae2fad711 lib

Re: [Patch, libfortran] PR 55539 Regression with -fno-sign-zero

2012-12-25 Thread Jerry DeLisle
On 12/15/2012 08:32 AM, Janne Blomqvist wrote: Hello, the attached patch fixes PR 55539 (4.8 regression). Regtested on x86_64-unknown-linux-gnu, Ok for trunk? 2012-12-15 Janne Blomqvist PR fortran/55539 * io/write_float.def (output_float): Take into account decimal dot. t

Re: [RFC PATCH, i386]: Use %r15 for REAL_PIC_OFFSET_TABLE_REGNUM on x86_64

2012-12-25 Thread Mike Frysinger
On Tuesday 25 December 2012 14:12:09 Uros Bizjak wrote: > On Tue, Dec 25, 2012 at 6:54 AM, Mike Frysinger wrote: > > On Monday 24 December 2012 17:26:47 Leif Ekblad wrote: > >> In the case of cpuid, the code is hardly performance sensitive, and > >> probably runs only at startup. An alternative so

[PING^2]RE: [PING] RE: [Ping]FW: [PATCH] Cilk Plus merging to trunk (2 of n)

2012-12-25 Thread Iyer, Balaji V
Hello Everyone, Did anyone get a chance to review this patch? Thanks, Balaji V. Iyer. > -Original Message- > From: Iyer, Balaji V > Sent: Tuesday, December 11, 2012 12:50 PM > To: 'Joseph Myers' > Cc: 'gcc-patches@gcc.gnu.org' > Subject: [PING] RE: [Ping]FW: [PATCH] Cilk Plus me

Re: [RFC PATCH, i386]: Use %r15 for REAL_PIC_OFFSET_TABLE_REGNUM on x86_64

2012-12-25 Thread Uros Bizjak
On Tue, Dec 25, 2012 at 6:54 AM, Mike Frysinger wrote: > On Monday 24 December 2012 17:26:47 Leif Ekblad wrote: >> In the case of cpuid, the code is hardly performance sensitive, and >> probably runs only at startup. An alternative solution for the broken code >> here is to move the result from rb

[PATCH] fixincludes: handle symlinks with multiple slashes

2012-12-25 Thread Mike Frysinger
If you have a symlink in /usr/include like so: /usr/include/oracle/10.2.0.3/client -> //usr/lib64/oracle/10.2.0.3/client/include The fixincludes script gets confused and tries to write to /usr/include. This is because the logic to walk the path names strips just one slash. Tweak the sed s