[Bug fortran/20006] New: $ format extension accepted in error under -std=f95

2005-02-16 Thread tow21 at cam dot ac dot uk
error under -std=f95 Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tow21 at cam dot ac dot uk CC: gcc

[Bug fortran/20006] $ format extension accepted in error under -std=f95

2005-02-16 Thread tow21 at cam dot ac dot uk
--- Additional Comments From tow21 at cam dot ac dot uk 2005-02-16 15:44 --- (In reply to comment #1) > > However, gfortran currently accepts it without complaint. > > However, in general, this can only be found at runtime (also with NAG f95): [snip example] Of co

[Bug fortran/20323] New: optional arguments incorrectly accepted in specification expressions

2005-03-04 Thread tow21 at cam dot ac dot uk
rtran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tow21 at cam dot ac dot uk CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20323

[Bug fortran/20323] optional arguments incorrectly accepted in specification expressions

2005-03-09 Thread tow21 at cam dot ac dot uk
--- Additional Comments From tow21 at cam dot ac dot uk 2005-03-09 16:11 --- (In reply to comment #1) > The complaint is a segfault at runtime when > you actually want to do anything with the > string whose length depends on a missing > optional argument. This isn&#x

[Bug fortran/20482] New: Problem when overloading LEN intrinsic

2005-03-15 Thread tow21 at cam dot ac dot uk
ned at gcc dot gnu dot org ReportedBy: tow21 at cam dot ac dot uk CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20482

[Bug fortran/20482] Problem when overloading LEN intrinsic

2005-03-15 Thread tow21 at cam dot ac dot uk
--- Additional Comments From tow21 at cam dot ac dot uk 2005-03-15 13:46 --- Created an attachment (id=8390) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8390&action=view) testcase Testcase attached. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20482

[Bug fortran/20483] New: Not Implemented: Scalarization of non-elemental intrinsic

2005-03-15 Thread tow21 at cam dot ac dot uk
portedBy: tow21 at cam dot ac dot uk CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20483

[Bug fortran/18990] ICE in gfc_get_derived_type, at fortran/trans-types.c

2005-03-15 Thread tow21 at cam dot ac dot uk
--- Additional Comments From tow21 at cam dot ac dot uk 2005-03-15 21:51 --- (In reply to comment #3) > Fixed in gcc 4.0.0. > > Tobi, this was probably fixed by your patch for PR 20323. > Do you want to add these examples above as testcases, too? >

[Bug fortran/18990] ICE in gfc_get_derived_type, at fortran/trans-types.c

2005-03-15 Thread tow21 at cam dot ac dot uk
--- Additional Comments From tow21 at cam dot ac dot uk 2005-03-15 22:37 --- (In reply to comment #8) > Hmm, is the following valid code because we get the same ICE here too: > module core > type :: T > character(len=*) :: s > end type T > private > CO

[Bug fortran/20482] Problem when overloading LEN intrinsic

2005-03-15 Thread tow21 at cam dot ac dot uk
--- Additional Comments From tow21 at cam dot ac dot uk 2005-03-15 22:53 --- Actually, I think this might be a duplicate of PR18108. Not sure, though - that one doesn't involve an existing intrinsic, unlike this. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20482

[Bug fortran/20006] $ format extension doesn't work

2005-04-12 Thread tow21 at cam dot ac dot uk
--- Additional Comments From tow21 at cam dot ac dot uk 2005-04-12 13:18 --- (In reply to comment #4) > OK. I have a patch to make $ work, I'll add a warning when this is possible at > compile-time (I don't think we want to have a warning at runtime, especially

[Bug fortran/20006] $ format extension doesn't work

2005-04-12 Thread tow21 at cam dot ac dot uk
--- Additional Comments From tow21 at cam dot ac dot uk 2005-04-12 14:46 --- (In reply to comment #6) > Fatal I/O error for an extension that everybody agrees on? Wahoo! I'm not > > sure any compiler does that... But "everyone" doesn't agree on it. O

[Bug fortran/20663] Generic function is not resolved

2005-08-02 Thread tow21 at cam dot ac dot uk
-- Bug 20663 depends on bug 20482, which changed state. Bug 20482 Summary: Problem when overloading LEN intrinsic http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20482 What|Old Value |New Value ---

[Bug fortran/20482] Problem when overloading LEN intrinsic

2005-08-02 Thread tow21 at cam dot ac dot uk
--- Additional Comments From tow21 at cam dot ac dot uk 2005-08-02 14:36 --- Closed by Paul Thomas' fix for PR18108 -- What|Removed |Added Statu

[Bug fortran/33941] New: gfortran creates module files it can't read.

2007-10-29 Thread tow21 at cam dot ac dot uk
tedBy: tow21 at cam dot ac dot uk http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33941

[Bug fortran/33941] gfortran creates module files it can't read.

2007-10-29 Thread tow21 at cam dot ac dot uk
--- Comment #1 from tow21 at cam dot ac dot uk 2007-10-29 17:04 --- Created an attachment (id=14435) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14435&action=view) file causes failure on compilation -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33941

[Bug fortran/33941] gfortran creates module files it can't read.

2007-10-30 Thread tow21 at cam dot ac dot uk
--- Comment #3 from tow21 at cam dot ac dot uk 2007-10-30 10:48 --- Created an attachment (id=14439) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14439&action=view) dependency of problem file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33941

[Bug fortran/33941] gfortran creates module files it can't read.

2007-10-30 Thread tow21 at cam dot ac dot uk
--- Comment #4 from tow21 at cam dot ac dot uk 2007-10-30 10:55 --- Created an attachment (id=14440) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14440&action=view) test case for failure Rather than uploading all the dependencies, here is a tarball. Unpack it, cd into

[Bug fortran/33941] gfortran creates module files it can't read.

2007-10-30 Thread tow21 at cam dot ac dot uk
--- Comment #6 from tow21 at cam dot ac dot uk 2007-10-30 12:23 --- So much for trying to cut down the testcase. To replicate the bug wget http://source.uszla.me.uk/FoX/FoX-3.0.tgz && \ tar xzf FoX-3.0.tgz && cd FoX-3.0 && \ ./configure && make (o

[Bug fortran/33957] New: gfortran rejects valid initialization expression

2007-10-31 Thread tow21 at cam dot ac dot uk
ialization expression Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tow21 at cam dot ac dot uk http://gcc.gnu.or

[Bug fortran/33957] gfortran rejects valid initialization expression

2007-10-31 Thread tow21 at cam dot ac dot uk
--- Comment #4 from tow21 at cam dot ac dot uk 2007-10-31 13:58 --- (Sorry for mis-typed example, I can't cut & paste from the VM I'm working in into my web-browser. Your corrected version is what I meant to type) Well I'm going from the F95 standard (which is the

[Bug fortran/19425] Duplicate SAVE attribute problem

2005-05-06 Thread tow21 at cam dot ac dot uk
--- Additional Comments From tow21 at cam dot ac dot uk 2005-05-06 13:21 --- (In reply to comment #5) > In the Fortran 77 standard (ANSI X3.9-1978) I could not find any sentence that > indicates that a SAVE statement without a list cannot appear in the same program > unit

[Bug fortran/18990] New: ICE in gfc_get_derived_type, at fortran/trans-types.c

2004-12-14 Thread tow21 at cam dot ac dot uk
gfc_get_derived_type, at fortran/trans-types.c Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tow21 at cam dot ac

[Bug fortran/18991] New: ICE in gfc_conv_descriptor_data with character array pointer.

2004-12-14 Thread tow21 at cam dot ac dot uk
nu dot org ReportedBy: tow21 at cam dot ac dot uk CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18991

[Bug fortran/19425] New: Duplicate SAVE attribute problem

2005-01-13 Thread tow21 at cam dot ac dot uk
at cam dot ac dot uk CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19425

[Bug fortran/19425] Duplicate SAVE attribute problem

2005-01-13 Thread tow21 at cam dot ac dot uk
--- Additional Comments From tow21 at cam dot ac dot uk 2005-01-13 14:59 --- Brief correction - the reference to C578 is actually from the F2003 standard. In f95 is it is the second, unnumbered, constraint in section 5.2.4. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19425

[Bug fortran/18993] New: gfortran fails to recognise comment line.

2004-12-14 Thread tow21 at cam dot ac dot uk
: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tow21 at cam dot ac dot uk CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18993