--
billingd at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.4.1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36211
--- Comment #13 from billingd at gcc dot gnu dot org 2009-05-21 11:32
---
Fixed in 4.4 and trunk.
--
billingd at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #12 from billingd at gcc dot gnu dot org 2009-05-21 11:31
---
Subject: Bug 36211
Author: billingd
Date: Thu May 21 11:30:55 2009
New Revision: 147762
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=147762
Log:
2009-05-21 David Billinghurst
Backp
--- Comment #11 from billingd at gcc dot gnu dot org 2009-05-15 09:24
---
Subject: Bug 36211
Author: billingd
Date: Fri May 15 09:23:58 2009
New Revision: 147565
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=147565
Log:
2009-05-15 David Billinghurst
PR
--- Comment #10 from billingd at gcc dot gnu dot org 2009-05-14 21:51
---
Patch is approved - http://gcc.gnu.org/ml/libstdc++/2009-05/msg00098.html
--
billingd at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #9 from billingd at gcc dot gnu dot org 2009-05-14 03:24
---
Draft patch http://gcc.gnu.org/ml/libstdc++/2009-05/msg00090.html
--
billingd at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #8 from billingd at gcc dot gnu dot org 2009-05-10 03:38
---
Fixed on trunk and 4.4 branch.
--
billingd at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #7 from billingd at gcc dot gnu dot org 2009-05-10 03:36
---
Subject: Bug 38956
Author: billingd
Date: Sun May 10 03:35:53 2009
New Revision: 147327
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=147327
Log:
2009-04-10 David Billinghurst
PR fortr
--- Comment #6 from billingd at gcc dot gnu dot org 2009-05-10 01:15
---
Subject: Bug 38956
Author: billingd
Date: Sun May 10 01:14:50 2009
New Revision: 147326
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=147326
Log:
2009-04-10 David Billinghurst
PR fortr
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: billingd at gcc dot gnu dot org
GCC build triplet: i686-pc-cygwin
GCC host triplet: i686-pc-cygwin
GCC target triplet: i686-pc-cygwin
http://
--- Comment #4 from billingd at gcc dot gnu dot org 2009-01-29 22:14
---
Tests gfortran.dg/chmod_2.f90 and gfortran.dg/chmod_3.f90 also fail.
There is also some discussion at
http://gcc.gnu.org/ml/fortran/2009-01/msg00353.html
In each case, the failure is due to the test
i = chmod
--- Comment #3 from billingd at gcc dot gnu dot org 2009-01-29 22:09
---
I asked about this on the cygwin list.
http://cygwin.com/ml/cygwin/2009-01/msg00718.html
On Jan 24 18:40, David Billinghurst wrote:
> I am having a problem with the access() function in cygwin-1.7.
>
&
--- Comment #16 from billingd at gcc dot gnu dot org 2009-01-24 23:13
---
Just ignore my post at comment #13 to update the status. Sorry for the noise.
I should have read to the bottom of the PR before acting.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37660
--- Comment #13 from billingd at gcc dot gnu dot org 2009-01-24 08:23
---
Confirmed as requested at comment #4.
--
billingd at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #5 from billingd at gcc dot gnu dot org 2009-01-24 08:17
---
Fixed by testsuite patch. See PR 38955, which is a duplicate of this PR.
--
billingd at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #3 from billingd at gcc dot gnu dot org 2009-01-24 08:16
---
Fixed by testsuite patch.
--
billingd at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #2 from billingd at gcc dot gnu dot org 2009-01-24 08:00
---
Subject: Bug 38955
Author: billingd
Date: Sat Jan 24 08:00:13 2009
New Revision: 143600
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=143600
Log:
2009-01-24 David Billinghurst (billi...@gcc
--- Comment #2 from billingd at gcc dot gnu dot org 2009-01-24 07:41
---
This looks like a problem with the access function on cygwin-1.7
$ touch foobar_file
$ chmod a-w foobar_file
$ cat test_access.c
#include
#include
int main (void) {
char *file="foobar_file";
in
--- Comment #1 from billingd at gcc dot gnu dot org 2009-01-24 03:06
---
This is with cygwin-1.7.
--
billingd at gcc dot gnu dot org changed:
What|Removed |Added
: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: billingd at gcc dot gnu dot org
GCC build triplet: i686-pc-cygwin
GCC host triplet: i686-pc-cygwin
GCC target triplet: i686-pc-cygwin
--- Comment #1 from billingd at gcc dot gnu dot org 2009-01-24 02:44
---
Patch http://gcc.gnu.org/ml/gcc-patches/2009-01/msg01181.html
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38955
--
billingd at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |billingd at gcc dot gnu dot
|dot org
t: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: billingd at gcc dot gnu dot org
GCC build triplet: i686-pc-cygwin
GCC host triplet: i686-pc-cygwin
GCC target triplet: i686-pc-cygwin
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38955
--- Comment #7 from billingd at gcc dot gnu dot org 2008-12-04 05:11
---
I missed fortran/33177 - nint() on Cygwin. Sorry.
--
billingd at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #6 from billingd at gcc dot gnu dot org 2008-12-04 03:04
---
Just had a look at this with cvs gfortran under cygwin.
A slightly modified test
program intrinsic_integer
implicit none
call test (0.0, (/0, 0, 0, 0/))
call test (0.3, (/0, 1, 0, 0/))
call test (0.7
--- Comment #2 from billingd at gcc dot gnu dot org 2008-12-04 00:25
---
I can kill this warning if I invoke gfortran with -nostdinc. I would have
expected this to be the default. After all, why include C source code or
headers in a Fortran file.
I will test this patch then ask on
--- Comment #1 from billingd at gcc dot gnu dot org 2008-12-03 23:28
---
This is causing testsuite failures and should be fixed. The -idirafter appears
to be coming from the cpp section in specs file, while the warning is generated
in gcc/opts.c. I can see several possible approaches
--- Comment #4 from billingd at gcc dot gnu dot org 2006-05-07 07:18
---
I don't have any further interest in this platform.
There are successful reports by others on irix-6.5:
- http://gcc.gnu.org/ml/gcc-testresults/2006-02/msg00290.html
- http://gcc.gnu.org/ml/gcc-testresults
--- Comment #4 from billingd at gcc dot gnu dot org 2006-05-02 11:45
---
Fixed in revision 113457. clearenv is not used by ada in 4.1
--
billingd at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #3 from billingd at gcc dot gnu dot org 2006-05-02 11:38
---
Subject: Bug 27366
Author: billingd
Date: Tue May 2 11:38:35 2006
New Revision: 113457
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113457
Log:
2006-05-02 David Billinghurst <[EMAI
--
billingd at gcc dot gnu dot org changed:
What|Removed |Added
Severity|normal |minor
Target Milestone|--- |4.2.0
http
--
billingd at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |billingd at gcc dot gnu dot
|dot org
e does.
I'll work up a patch.
--
Summary: treelang testsuite fails on cygwin
Product: gcc
Version: 4.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: testsuite
AssignedTo: unassigned at gcc dot gnu dot or
--- Comment #1 from billingd at gcc dot gnu dot org 2006-05-02 03:46
---
Here is the patch I tested. acats results below aren't a total disaster.
2006-01-05 David Billinghurst ([EMAIL PROTECTED])
PR ada/27366
* ada/env.c (__gnat_clearenv): Use unsetenv() to clear environmen
: normal
Priority: P3
Component: ada
AssignedTo: billingd at gcc dot gnu dot org
ReportedBy: billingd at gcc dot gnu dot org
GCC build triplet: i686-pc-cygwin
GCC host triplet: i686-pc-cygwin
GCC target triplet: i686-pc-cygwin
http://gcc.gnu.org/bugzilla
--- Comment #3 from billingd at gcc dot gnu dot org 2006-03-07 23:55
---
Fixed by patch.
--
billingd at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #2 from billingd at gcc dot gnu dot org 2006-03-07 23:51
---
Subject: Bug 26588
Author: billingd
Date: Tue Mar 7 23:51:34 2006
New Revision: 111824
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111824
Log:
2006-03-08 David Billinghurst <[EMAI
--- Comment #1 from billingd at gcc dot gnu dot org 2006-03-07 02:22
---
I am testing this.
2006-03-07 David Billinghurst ([EMAIL PROTECTED])
PR target/26588
* config/i386/cygwin.h (GOMP_SELF_SPECS): Define.
--- cygwin.h~ 2006-02-01 14:17:44.0 +1100
--
billingd at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed|0 |1
Last
: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: billingd at gcc dot gnu dot org
ReportedBy: billingd at gcc dot gnu dot org
GCC build triplet: i686-pc-cygwin
GCC host triplet: i686-pc-cygwin
GCC target triplet: i686-pc-cygwin
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26588
--- Comment #8 from billingd at gcc dot gnu dot org 2005-12-07 01:08
---
I can confirm this works for me on trunk.
--
billingd at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #1 from billingd at gcc dot gnu dot org 2005-12-03 23:35
---
Seen on multiple platforms by different testers.
--
billingd at gcc dot gnu dot org changed:
What|Removed |Added
4.
--
Summary: syntax error in target selector for gcc.dg/torture/fp-
int-convert-float128-timode.c
Product: gcc
Version: 4.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: testsuite
AssignedTo: una
--- Comment #2 from billingd at gcc dot gnu dot org 2005-12-01 23:58
---
Confirmed http://gcc.gnu.org/ml/gcc-testresults/2005-12/msg00046.html
Patch http://gcc.gnu.org/ml/gcc-patches/2005-12/msg9.html
Fixed in trunk revision 107841.
--
billingd at gcc dot gnu dot org changed
--- Comment #1 from billingd at gcc dot gnu dot org 2005-12-01 23:57
---
Subject: Bug 25193
Author: billingd
Date: Thu Dec 1 23:57:28 2005
New Revision: 107841
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107841
Log:
2005-12-02 David Billinghurst ([EMAIL P
--
billingd at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed|0 |1
Last
Component: testsuite
AssignedTo: billingd at gcc dot gnu dot org
ReportedBy: billingd at gcc dot gnu dot org
GCC build triplet: i686-pc-cygwin
GCC host triplet: i686-pc-cygwin
GCC target triplet: i686-pc-cygwin
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25193
rix6.5
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: libfortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: billingd at gcc dot gnu dot org
CC: coudert at clipp
--- Additional Comments From billingd at gcc dot gnu dot org 2005-06-17
06:56 ---
Fixed in 4.1 by patch.
--
What|Removed |Added
Status|ASSIGNED
--- Additional Comments From billingd at gcc dot gnu dot org 2005-06-07
00:32 ---
Patch http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00554.html
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21945
--- Additional Comments From billingd at gcc dot gnu dot org 2005-06-06
23:37 ---
I'll take it.
--
What|Removed |Added
Status|UNCONF
or if file cannot be deleted.
--
Summary: gfortran testsuite dies on cygwin (again)
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: testsuite
AssignedTo: billingd at gcc dot g
nu dot org
ReportedBy: billingd at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: mips-sgi-irix6.5
GCC host triplet: mips-sgi-irix6.5
GCC target triplet: mips-sgi-irix6.5
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21927
--- Additional Comments From billingd at gcc dot gnu dot org 2005-06-03
00:47 ---
Seen in last three 4.10 reports to gcc-testresults.
--
What|Removed |Added
dot gnu dot org
ReportedBy: billingd at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org,geoffk at geoffk dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21896
--- Additional Comments From billingd at gcc dot gnu dot org 2005-06-01
03:08 ---
Fixed by patch to gcc/config/mips/mips-protos.h.
--
What|Removed |Added
Status
--- Additional Comments From billingd at gcc dot gnu dot org 2005-06-01
01:46 ---
'mips_use_ins_ext_p' is used in mips.md. Defining it in mips-protos.h seems
to work. Testing it now.
--- mips-protos.h 27 May 2005 23:08:31 - 1.85
+++ mips-protos.h 1 Jun
6.5 bootstrap fails due to warning in mips.c
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bootstrap
AssignedTo: davidu at mips dot com
ReportedBy: billingd at gcc dot gnu dot o
--- Additional Comments From billingd at gcc dot gnu dot org 2005-05-16
00:58 ---
Fixed by patch to lib/target-supports.exp.
--
What|Removed |Added
Status
3 testsuite hangs on cygwin
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: libstdc++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: billingd at gcc dot gnu dot org
--- Additional Comments From billingd at gcc dot gnu dot org 2005-03-21
06:20 ---
Operator error. The correct flag is --disable-multilib and that works.
--
What|Removed |Added
dot org
ReportedBy: billingd at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: mips-sgi-irix6.5
GCC host triplet: mips-sgi-irix6.5
GCC target triplet: mips-sgi-irix6.5
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20510
--- Additional Comments From billingd at gcc dot gnu dot org 2005-03-02
03:56 ---
Gone away. Probably fixed by complex division algorithm change.
--
What|Removed |Added
--
Bug 5900 depends on bug 19619, which changed state.
Bug 19619 Summary: LAPACK optimisation error
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19619
What|Old Value |New Value
--
Bug 5900 depends on bug 19693, which changed state.
Bug 19693 Summary: optimization problem with LAPACK routine cgtts2.f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19693
What|Old Value |New Value
-
--- Additional Comments From billingd at gcc dot gnu dot org 2005-03-02
00:07 ---
Fixed by changes to complex divide algorithm.
See comment #46 on PR5900 for LAPACK testsuite results at -O2.
--
What|Removed |Added
--- Additional Comments From billingd at gcc dot gnu dot org 2005-03-02
00:05 ---
and with gfortran 4.1 20040301 at -O2 I get:
csep.out: CST drivers: 1 out of 11664 tests failed to pass the threshold
csep.out: CST:1 out of 4662 tests failed to pass the threshold
ctest.out
--- Additional Comments From billingd at gcc dot gnu dot org 2005-02-28
05:13 ---
With cygwin gfortran-4.0 20050227 at -O0 I get excellent results:
csep.out: CST:1 out of 4662 tests failed to pass the threshold
csep.out: CST:2 out of 4662 tests failed to pass the threshold
p fails: Unresolved data symbol "set_fpc_csr"
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: billingd at gcc dot
--- Additional Comments From billingd at gcc dot gnu dot org 2005-02-03
03:10 ---
The patch improves the cygwin test results
=== gfortran tests ===
http://gcc.gnu.org/ml/gcc-testresults/2005-02/msg00094.html
XPASS: gfortran.dg/ret_pointer_1.f90 execution test
XPASS
--- Additional Comments From billingd at gcc dot gnu dot org 2005-02-03
03:07 ---
See http://sources.redhat.com/ml/newlib/2005/msg00099.html for related
discussion. This may allow a fix using fixinclude to patch .
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19363
--- Additional Comments From billingd at gcc dot gnu dot org 2005-01-30
12:15 ---
This goes away when we set flag_complex_divide_method = 1 in toplev.c -
overflow in complex division - which is consistent with the magnitude of the
inputs.
PR 18902 again.
--
What
--- Additional Comments From billingd at gcc dot gnu dot org 2005-01-29
13:52 ---
Created an attachment (id=8100)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8100&action=view)
cgtts2.f is LAPACK routine that is miscompiled
cgtts2.f is LAPACK routine that is misc
--- Additional Comments From billingd at gcc dot gnu dot org 2005-01-29
13:51 ---
Created an attachment (id=8099)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8099&action=view)
driv.f: test driver
driv.f is driver routine
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19693
ne cgtts2.f
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: billingd at gcc dot gnu dot org
CC: gcc-bugs at gcc
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: billingd at gcc dot gnu dot org
CC: gcc-bugs at gcc
--- Additional Comments From billingd at gcc dot gnu dot org 2005-01-25
05:02 ---
-ffloat-store make one more case fail.
Thanks for the reference. I remember it now.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19619
--- Additional Comments From billingd at gcc dot gnu dot org 2005-01-25
03:37 ---
The problem is in optimization of routine chgeqz.f
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19619
rsion: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: billingd at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet
--
What|Removed |Added
BugsThisDependsOn||19619
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5900
--- Additional Comments From billingd at gcc dot gnu dot org 2005-01-25
00:15 ---
I forgot to mention that today's LAPACK results are with -O0.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5900
--- Additional Comments From billingd at gcc dot gnu dot org 2005-01-24
22:48 ---
Here are gfortran-20050125 results for LAPACK on i686-pc-cygwin, after the fix
for PR 19551 went in. Broadly comparable to previous releases.
csep.out: CST drivers: 1 out of 11664 tests failed to
--- Additional Comments From billingd at gcc dot gnu dot org 2005-01-24
22:18 ---
I can confirm that the original problem is fixed in CVS. All the LAPACK CLS
Driver tests now pass on i686-pc-cygwin.
Thanks you Jakub for the quick fix.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi
--- Additional Comments From billingd at gcc dot gnu dot org 2005-01-24
05:19 ---
Patch applied to 3.4 branch
--
What|Removed |Added
Status|ASSIGNED
--- Additional Comments From billingd at gcc dot gnu dot org 2005-01-20
22:38 ---
PR 19551 contains a reduced testcase derived from a gfortran failure in the
CLS Driver routines.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5900
ary: LAPACK routine claic1.f bug
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: billingd at gcc dot gnu dot o
--
What|Removed |Added
BugsThisDependsOn||19551
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5900
gnedTo: unassigned at gcc dot gnu dot org
ReportedBy: billingd at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: mips-sgi-irix6.5
GCC host triplet: mips-sgi-irix6.5
GCC target triplet: mips-sgi-irix6.5
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18138
88 matches
Mail list logo