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/
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
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
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
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
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
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