[Bug fortran/31494] spurious error: PROCEDURE attribute conflicts with DIMENSION attribute

2007-06-25 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2007-06-25 18:28 --- Subject: Bug 31494 Author: pault Date: Mon Jun 25 18:27:59 2007 New Revision: 126000 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126000 Log: 2007-06-25 Paul Thomas <[EMAIL PROTECTED]>

[Bug fortran/32464] [4.3 regression] ICE: USE in contained subroutine

2007-06-25 Thread pault at gcc dot gnu dot org
--- Comment #10 from pault at gcc dot gnu dot org 2007-06-25 18:28 --- Subject: Bug 32464 Author: pault Date: Mon Jun 25 18:27:59 2007 New Revision: 126000 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126000 Log: 2007-06-25 Paul Thomas <[EMAIL PROTECTED]&g

[Bug fortran/31494] spurious error: PROCEDURE attribute conflicts with DIMENSION attribute

2007-06-25 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2007-06-25 18:28 --- Fixed on trunk. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/32464] [4.3 regression] ICE: USE in contained subroutine

2007-06-25 Thread pault at gcc dot gnu dot org
--- Comment #11 from pault at gcc dot gnu dot org 2007-06-25 18:30 --- Fixed on trunk. Thanks for the report, Harald. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/32472] ICE in trans-const.c:106 for REPEAT initialization expression of non-parameter

2007-06-26 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2007-06-26 09:48 --- (In reply to comment #3) > I have a fix for this that needs a bit of cleaning up - will submit tonight. > For some reason, gfc_simplify_repeat denies even the possibility of character > literal arguments -

[Bug fortran/31205] aliased operator assignment produces wrong result

2007-06-27 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2007-06-27 15:56 --- (In reply to comment #2) > This is related to PR 14771, most likely the parentheses are being ignored. The parentheses are being ignored - in fact they disappear completely; I presume that gfc_simplify_expr is

[Bug fortran/31205] aliased operator assignment produces wrong result

2007-06-28 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2007-06-28 08:04 --- (In reply to comment #4) > (In reply to comment #2) > > This is related to PR 14771, most likely the parentheses are being ignored. > The parentheses are being ignored - in fact they disappear completely;

[Bug fortran/32472] ICE in trans-const.c:106 for REPEAT initialization expression of non-parameter

2007-06-30 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2007-06-30 13:08 --- Subject: Bug 32472 Author: pault Date: Sat Jun 30 13:08:19 2007 New Revision: 126147 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126147 Log: 2007-06-30 Paul Thomas <[EMAIL PROTECTED]>

[Bug fortran/30284] [4.1 only] ICE in gfc_add_modify with internal reads

2007-06-30 Thread pault at gcc dot gnu dot org
--- Comment #9 from pault at gcc dot gnu dot org 2007-06-30 13:08 --- Subject: Bug 30284 Author: pault Date: Sat Jun 30 13:08:19 2007 New Revision: 126147 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126147 Log: 2007-06-30 Paul Thomas <[EMAIL PROTECTED]>

[Bug fortran/30284] [4.1 only] ICE in gfc_add_modify with internal reads

2007-06-30 Thread pault at gcc dot gnu dot org
--- Comment #10 from pault at gcc dot gnu dot org 2007-06-30 13:09 --- Subject: Bug 30284 Author: pault Date: Sat Jun 30 13:09:14 2007 New Revision: 126148 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126148 Log: 2007-06-30 Paul Thomas <[EMAIL PROTECTED]&g

[Bug fortran/32472] ICE in trans-const.c:106 for REPEAT initialization expression of non-parameter

2007-06-30 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2007-06-30 13:09 --- Subject: Bug 32472 Author: pault Date: Sat Jun 30 13:09:14 2007 New Revision: 126148 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126148 Log: 2007-06-30 Paul Thomas <[EMAIL PROTECTED]>

[Bug fortran/32472] ICE in trans-const.c:106 for REPEAT initialization expression of non-parameter

2007-06-30 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2007-06-30 15:11 --- This, I seem to think is well, fixed on trunk. Thanks for the report, Tibias. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/32526] [4.3 regression] Spurious error: Name 'x' at (1) is an ambiguous reference to 'x' from module 'y'

2007-07-03 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2007-07-03 09:38 --- > Adding Paul as CC. > I'll try to gt to it this afternoon. Thanks Paul -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32526

[Bug fortran/31197] [4.2/4.3 regression] TRANSPOSE/RESHAPE and strings

2007-07-04 Thread pault at gcc dot gnu dot org
--- Comment #15 from pault at gcc dot gnu dot org 2007-07-04 08:50 --- > > > > > is this still correct ? > > Adding Paul, so he can see this question and hopefully answer affirmatively. > The patch was posted to the list 0615; whilst functional, i

[Bug fortran/32526] [4.3 regression] Spurious error: Name 'x' at (1) is an ambiguous reference to 'x' from module 'y'

2007-07-04 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2007-07-04 08:58 --- (In reply to comment #4) > > Adding Paul as CC. This is indeed my doing - sorry. The cause is PR fortran/31494 * match.c (gfc_match_call): If a host associated symbol is not a subr

[Bug fortran/31197] [4.2/4.3 regression] TRANSPOSE/RESHAPE and strings

2007-07-04 Thread pault at gcc dot gnu dot org
--- Comment #18 from pault at gcc dot gnu dot org 2007-07-04 09:26 --- (In reply to comment #17) > > since it is a regression wrt 4.1 , a fix could go in at 'anytime' ? If it is > > very invasive, one should fix 4.2 before 4.2.1 though... > > one should *not

[Bug fortran/31197] [4.2/4.3 regression] TRANSPOSE/RESHAPE and strings

2007-07-04 Thread pault at gcc dot gnu dot org
--- Comment #21 from pault at gcc dot gnu dot org 2007-07-04 11:32 --- > Warsaw, 18.5 C, overcast. Of course, Paul's work on gfortran is more > important than anything else :-) > There is also the question of what I am expected to do over the weekend after three w

[Bug fortran/32526] [4.3 regression] Spurious error: Name 'x' at (1) is an ambiguous reference to 'x' from module 'y'

2007-07-04 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2007-07-04 14:05 --- (In reply to comment #5) OK, I now have it understood. The patch in the previous comment is the clue. The patch for pr31494 was marking generic interfaces as subroutines, thereby screwing up the mechanism for

[Bug fortran/32613] [4.2 regression] Different results depending on unnecessary variable declaration

2007-07-04 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2007-07-04 17:44 --- This is my doing - that makes two this week. *groan* The regression is caused by the patch for pr31204, which goes back to April. For some reason that I do not yet see, the variable i in the statement function is

[Bug fortran/32613] [4.3 regression] Different results depending on unnecessary variable declaration

2007-07-04 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2007-07-04 20:06 --- (In reply to comment #6) > I read this as: Works in 4.2.x, fails in 4.3, which is also what I get; I > therefore changed the summary from "4.2 regression" to "4.3 regression". > Th

[Bug fortran/32613] [4.3 regression] Different results depending on unnecessary variable declaration

2007-07-04 Thread pault at gcc dot gnu dot org
--- Comment #10 from pault at gcc dot gnu dot org 2007-07-05 06:50 --- Subject: Bug 32613 Author: pault Date: Thu Jul 5 06:49:54 2007 New Revision: 126354 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126354 Log: 2007-07-05 Paul Thomas <[EMAIL PROTECTED]&g

[Bug fortran/32526] [4.3 regression] Spurious error: Name 'x' at (1) is an ambiguous reference to 'x' from module 'y'

2007-07-04 Thread pault at gcc dot gnu dot org
--- Comment #8 from pault at gcc dot gnu dot org 2007-07-05 06:50 --- Subject: Bug 32526 Author: pault Date: Thu Jul 5 06:49:54 2007 New Revision: 126354 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126354 Log: 2007-07-05 Paul Thomas <[EMAIL PROTECTED]>

[Bug fortran/32526] [4.3 regression] Spurious error: Name 'x' at (1) is an ambiguous reference to 'x' from module 'y'

2007-07-05 Thread pault at gcc dot gnu dot org
--- Comment #9 from pault at gcc dot gnu dot org 2007-07-05 11:01 --- fixed on trunk - thanks for the report. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/32613] [4.3 regression] Different results depending on unnecessary variable declaration

2007-07-05 Thread pault at gcc dot gnu dot org
--- Comment #11 from pault at gcc dot gnu dot org 2007-07-05 11:00 --- fixed on trunk - thanks for the report. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/32634] New: renamed, use associated generic interface rejected

2007-07-05 Thread pault at gcc dot gnu dot org
IRMED Keywords: rejects-valid Severity: normal Priority: P3 Component: fortran AssignedTo: pault at gcc dot gnu dot org ReportedBy: pault at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32634

[Bug fortran/32634] renamed, use associated generic interface rejected

2007-07-05 Thread pault at gcc dot gnu dot org
--- Comment #1 from pault at gcc dot gnu dot org 2007-07-05 15:24 --- This fixes it but is, as yet, unregtested: Index: gcc/fortran/module.c === *** gcc/fortran/module.c(revision 126317) --- gcc/fortran/module.c

[Bug fortran/32673] Wrongly allowed: Statement function with subobject of constant

2007-07-08 Thread pault at gcc dot gnu dot org
--- Comment #1 from pault at gcc dot gnu dot org 2007-07-08 14:51 --- (In reply to comment #0) > Even with -std=f95 -pedantic no error is given for the following program. NAG > f95 gives: Both Lahey and g95 are happy with it. > "C421 (R424) The length specified f

[Bug fortran/31609] module that calls a contained function with an ENTRY point

2007-07-08 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2007-07-08 19:40 --- (In reply to comment #4) > Not sure if this is same bug or new one. > Al, How do I load a .zip file through Bugzilla, please? Paul -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31609

[Bug fortran/31609] module that calls a contained function with an ENTRY point

2007-07-08 Thread pault at gcc dot gnu dot org
--- Comment #8 from pault at gcc dot gnu dot org 2007-07-09 04:45 --- This ICEs as well: MODULE ksbin1_aux_mod interface foo module procedure k end interface CONTAINS FUNCTION j () j = 1 ENTRY k () k = 2 END FUNCTION j END MODULE ksbin1_aux_mod I

[Bug fortran/32689] [4.3 regression] TRANSFER returns scalar, even if MOLD is an array

2007-07-09 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2007-07-09 21:33 --- (In reply to comment #1) How wierd and wonderful - whilst it is a regression, it is only just; given the timing of gfc_array_transfer and gfc_simplify_transfer, the latter undid the former by only a few months or so

[Bug fortran/32682] [4.3 Regression] ICE in gfc_trans_array_constructor, at fortran/trans-array.c:1664

2007-07-09 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2007-07-09 22:40 --- (In reply to comment #2) Whilst I agree that this is a regession, it is so because an underlying bug is exposed - in other words, r124541 is perfectly correct. The following also fails: program matrix implicit

[Bug fortran/32665] allocatable array on lhs deleted while still in use on rhs

2007-07-09 Thread pault at gcc dot gnu dot org
--- Comment #1 from pault at gcc dot gnu dot org 2007-07-09 22:42 --- Oh dear - that's right. I feel a temporary coming on! Paul -- pault at gcc dot gnu dot org changed: What|Removed |

[Bug fortran/32157] intrinsic function name conflicts with subroutine if present in the same file

2007-07-09 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2007-07-10 05:11 --- Subject: Bug 32157 Author: pault Date: Tue Jul 10 05:11:00 2007 New Revision: 126509 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126509 Log: 2007-07-10 Paul Thomas <[EMAIL PROTECTED]>

[Bug fortran/32634] renamed, use associated generic interface rejected

2007-07-09 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2007-07-10 05:11 --- Subject: Bug 32634 Author: pault Date: Tue Jul 10 05:11:00 2007 New Revision: 126509 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126509 Log: 2007-07-10 Paul Thomas <[EMAIL PROTECTED]>

[Bug fortran/32689] [4.3 regression] TRANSFER returns scalar, even if MOLD is an array

2007-07-09 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2007-07-10 05:11 --- Subject: Bug 32689 Author: pault Date: Tue Jul 10 05:11:00 2007 New Revision: 126509 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126509 Log: 2007-07-10 Paul Thomas <[EMAIL PROTECTED]>

[Bug fortran/32689] [4.3 regression] TRANSFER returns scalar, even if MOLD is an array

2007-07-09 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2007-07-10 05:12 --- Fixed Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug fortran/32634] renamed, use associated generic interface rejected

2007-07-09 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2007-07-10 05:13 --- Fixed on trunk. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/32157] intrinsic function name conflicts with subroutine if present in the same file

2007-07-09 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2007-07-10 05:15 --- Fixed on trunk Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/32703] ICE with [trim(character_variable)]

2007-07-10 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2007-07-10 20:54 --- My coming character patch fixes this. I'll take it. Paul -- pault at gcc dot gnu dot org changed: What|Removed |

[Bug fortran/32179] Ensure that ss->string_length is always set [TODO item]

2007-07-10 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2007-07-10 20:57 --- Since i have taken on this stuff - actually the kludge has now gone in the latest incarnation of the character patch - one more to go! Paul -- pault at gcc dot gnu dot org changed: What|Removed

[Bug fortran/32727] [4.3 regression] bogus error: Error: Symbol 'sort' referenced at (1) not found in module 'util'

2007-07-11 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2007-07-12 04:58 --- (In reply to comment #4) > No error up to and including r126496. That leaves only Paul's patch ... > Daniel, Could you please revert r126496 and re-open the PR? - I can do nothing about it for 10 d

[Bug fortran/32727] [4.3 regression] bogus error: Error: Symbol 'sort' referenced at (1) not found in module 'util'

2007-07-11 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2007-07-12 06:22 --- (In reply to comment #5) Daniel, Hmmm! Cancel that - I'll have a slot this evening where I can either fix it or revert it myself. Just leave it to me but, I'll let you know if I am unable to do the busin

[Bug fortran/32727] [4.3 regression] bogus error: Error: Symbol 'sort' referenced at (1) not found in module 'util'

2007-07-12 Thread pault at gcc dot gnu dot org
--- Comment #12 from pault at gcc dot gnu dot org 2007-07-12 20:05 --- Subject: Bug 32727 Author: pault Date: Thu Jul 12 20:04:59 2007 New Revision: 126600 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126600 Log: 2007-07-12 Paul Thomas <[EMAIL PROTECTED]&g

[Bug fortran/32634] renamed, use associated generic interface rejected

2007-07-12 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2007-07-12 20:05 --- Subject: Bug 32634 Author: pault Date: Thu Jul 12 20:04:59 2007 New Revision: 126600 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126600 Log: 2007-07-12 Paul Thomas <[EMAIL PROTECTED]>

[Bug fortran/32741] [4.3 regression]: gcc 4.3 revision 126570 failed 459.GemsFDTD in SPEC CPU 2006

2007-07-12 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2007-07-12 20:24 --- (In reply to comment #2) > From the error message this seems to be a duplicate of 32727. > Note that the patch (for PR32634) has been reverted and therefore SPEC should > not fail anymore. > Thanks fo

[Bug fortran/32727] [4.3 regression] bogus error: Error: Symbol 'sort' referenced at (1) not found in module 'util'

2007-07-12 Thread pault at gcc dot gnu dot org
--- Comment #13 from pault at gcc dot gnu dot org 2007-07-12 20:26 --- Thanks for the very prompt report. I would use your cp2k testcase but it does not compile on Cygwin - it runs out of memory during compilation. When I have a moment, I'll break itup. Fixed on trunk

[Bug fortran/32634] renamed, use associated generic interface rejected

2007-07-12 Thread pault at gcc dot gnu dot org
--- Comment #8 from pault at gcc dot gnu dot org 2007-07-12 20:27 --- Fixed... again, I hope. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/31320] Illegal read with gfortran.dg/alloc_comp_assign_2.f90 and *_3.f90

2007-07-13 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2007-07-13 13:47 --- (In reply to comment #5) > struct a a.0; > struct array1_int4 parm.2; > parm.2.dim[0].ubound = 3; > a.0.i = (struct array1_int4) parm.2; /* ubound == 3 */ > a.0.

[Bug fortran/32665] allocatable array on lhs deleted while still in use on rhs

2007-07-13 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2007-07-13 09:50 --- This is a two-in-oner; as well as the deallocation, this is broken: $ cat pr32665.f90 TYPE :: x INTEGER, ALLOCATABLE :: a(:) END TYPE TYPE(x) :: a, b call foo b = x((/ (a%a), 4 /)) print *, "foo

[Bug fortran/32665] allocatable array on lhs deleted while still in use on rhs

2007-07-13 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2007-07-13 13:48 --- (In reply to comment #3) > Paul, please have a look at PR31320 as well. > The issue described there is at least very close to your observation. (In reply to comment #3) > Paul, please have a look at PR3132

[Bug fortran/21986] Bad .mod file, ICE upon USE

2005-09-06 Thread pault at gcc dot gnu dot org
--- Additional Comments From pault at gcc dot gnu dot org 2005-09-06 23:09 --- (In reply to comment #0) This is incorrect code, which should generate an error, rather than an ICE. As ifort9.0 puts it: fortcom: Error: ../pr21986.f90, line 11: This procedure cannot be PUBLIC since it

[Bug fortran/16404] should reject invalid code with -pedantic -std=f95 ? (x8)

2005-09-07 Thread pault at gcc dot gnu dot org
--- Additional Comments From pault at gcc dot gnu dot org 2005-09-07 16:09 --- (In reply to comment #16) > Since number 2 is already reported, we only have 3 and 6 left: I have a patch for 3 and will try to sort out 6 (+pr21986) as soon as I have a moment. -- http://gcc.gnu.

[Bug fortran/16861] segfault with doubly used module

2005-09-11 Thread pault at gcc dot gnu dot org
--- Additional Comments From pault at gcc dot gnu dot org 2005-09-11 16:28 --- (In reply to comment #22) A thoroughly reduced testcase is: module foo INTEGER :: i end module foo module bar contains subroutine sub(j) use foo integer, dimension(i) :: j !change dimension to

[Bug fortran/19181] ICE and segmentation fault with pointer member in user defined type

2005-09-17 Thread pault at gcc dot gnu dot org
--- Additional Comments From pault at gcc dot gnu dot org 2005-09-18 04:56 --- (In reply to comment #3) > *** Bug 21300 has been marked as a duplicate of this bug. *** Andrew, These two seem to have fixed themselves. Would you like me to submit a testcase? Paul T -- h

[Bug fortran/23515] ICE on correct code

2005-09-18 Thread pault at gcc dot gnu dot org
--- Additional Comments From pault at gcc dot gnu dot org 2005-09-18 14:04 --- Fixed on mainline and 4.02 http://gcc.gnu.org/ml/fortran/2005-09/msg00068.html contains a remark that an issue raised by Steven Bosscher had been resolved. I had forgotten that I raised this PR about it

[Bug fortran/23446] Valid internal subprogram array argument declaration is not accepted.

2005-09-26 Thread pault at gcc dot gnu dot org
--- Additional Comments From pault at gcc dot gnu dot org 2005-09-26 19:24 --- Patch posted on fortran list: http://gcc.gnu.org/ml/fortran/2005-09/msg00400.html Paul T -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23446

[Bug fortran/16404] should reject invalid code with -pedantic -std=f95 ? (x8)

2005-09-26 Thread pault at gcc dot gnu dot org
--- Additional Comments From pault at gcc dot gnu dot org 2005-09-26 19:28 --- > I have a patch for 3 and will try to sort out 6 (+pr21986) as soon as I have a > moment. Both sorted in http://gcc.gnu.org/ml/fortran/2005-09/msg00438.html Paul T -- Bug 16404 depends on bug

[Bug fortran/20835] error needed with EQUIVALENCE and TARGET

2005-09-26 Thread pault at gcc dot gnu dot org
--- Additional Comments From pault at gcc dot gnu dot org 2005-09-26 19:29 --- Sorted in: http://gcc.gnu.org/ml/fortran/2005-09/msg00438.html Paul T -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20835

[Bug fortran/20890] initializing two equivalenced variabled

2005-09-26 Thread pault at gcc dot gnu dot org
--- Additional Comments From pault at gcc dot gnu dot org 2005-09-26 19:30 --- This will be resolved by http://gcc.gnu.org/ml/fortran/2005-09/msg00438.html Paul T -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20890

[Bug fortran/20899] pure function may not modify common variable through equivalence

2005-09-26 Thread pault at gcc dot gnu dot org
--- Additional Comments From pault at gcc dot gnu dot org 2005-09-26 19:31 --- This will be resolved by: http://gcc.gnu.org/ml/fortran/2005-09/msg00438.html Paul T -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20899

[Bug fortran/20900] use-associated variable may not be equivalenced

2005-09-26 Thread pault at gcc dot gnu dot org
--- Additional Comments From pault at gcc dot gnu dot org 2005-09-26 19:32 --- This is resolved by http://gcc.gnu.org/ml/fortran/2005-09/msg00438.html Paul T -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20900

[Bug fortran/20901] different intrinsic types in equivalence not detected

2005-09-26 Thread pault at gcc dot gnu dot org
--- Additional Comments From pault at gcc dot gnu dot org 2005-09-26 19:33 --- This is resolved by http://gcc.gnu.org/ml/fortran/2005-09/msg00438.html Paul T -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20901

[Bug fortran/20902] can't equivalence derived types with default initialization

2005-09-26 Thread pault at gcc dot gnu dot org
--- Additional Comments From pault at gcc dot gnu dot org 2005-09-26 19:34 --- This is resolved by http://gcc.gnu.org/ml/fortran/2005-09/msg00438.html Paul T -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20902

[Bug fortran/20903] types shouldn't propagate into interfaces

2005-09-26 Thread pault at gcc dot gnu dot org
--- Additional Comments From pault at gcc dot gnu dot org 2005-09-26 19:35 --- This is resolved by http://gcc.gnu.org/ml/fortran/2005-09/msg00438.html Paul T -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20903

[Bug fortran/20901] different intrinsic types in equivalence not detected

2005-09-26 Thread pault at gcc dot gnu dot org
--- Additional Comments From pault at gcc dot gnu dot org 2005-09-26 19:37 --- (In reply to comment #1) > This is resolved by > > http://gcc.gnu.org/ml/fortran/2005-09/msg00438.html > > Paul T PS The testcase checks the character sequence, rather than default character

[Bug fortran/24092] New: ICE in trans-types.c for nested derived types

2005-09-27 Thread pault at gcc dot gnu dot org
ponent: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pault at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24092

[Bug fortran/20903] types shouldn't propagate into interfaces

2005-09-28 Thread pault at gcc dot gnu dot org
--- Additional Comments From pault at gcc dot gnu dot org 2005-09-28 18:59 --- (In reply to comment #3) > This is resolved by http://gcc.gnu.org/ml/fortran/2005-09/msg00438.html > > Paul T > Bull twaddle! This is wrong, whoever you are. -- http://gcc.gnu.org/bugzilla/

[Bug fortran/24158] New: ICE in f951 with nested derived types

2005-10-01 Thread pault at gcc dot gnu dot org
tus: UNCONFIRMED Severity: normal Priority: P2 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pault at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24158

[Bug fortran/24158] ICE in f951 with nested, recursive derived types

2005-10-01 Thread pault at gcc dot gnu dot org
--- Additional Comments From pault at gcc dot gnu dot org 2005-10-01 09:40 --- Sorry, I meant to say that the recursiveness is not being resolved. I have a fix in the pipeline. -- What|Removed |Added

[Bug fortran/24276] New: Components of a derived type array not passed as an array

2005-10-08 Thread pault at gcc dot gnu dot org
sion: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pault at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24276

[Bug fortran/24311] New: Regression: ICE when MERGE is used with character args in a PRINT/WRITE statement

2005-10-11 Thread pault at gcc dot gnu dot org
Summary: Regression: ICE when MERGE is used with character args in a PRINT/WRITE statement Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pault at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24311

[Bug fortran/24207] PRIVATE/PUBLIC attribute confusion screws NAMELIST

2005-10-12 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2005-10-12 07:30 --- Fixed on mainline and 4.0. -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/18022] problem with structure and calling a function

2005-10-12 Thread pault at gcc dot gnu dot org
--- Comment #21 from pault at gcc dot gnu dot org 2005-10-13 04:48 --- I have posted another, better patch to the list: http://gcc.gnu.org/ml/fortran/2005-10/msg00271.html Paul -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18022

[Bug fortran/24384] New: SPREAD does not handle scalar sources.

2005-10-15 Thread pault at gcc dot gnu dot org
andle scalar sources. Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: fortran AssignedTo: pault at gcc dot gnu dot org ReportedBy: pault at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24384

[Bug fortran/24409] ICE on module name vs dummy argument name

2005-10-17 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2005-10-17 20:58 --- Thank you Salvatore and Andrew. The proposed patch is about to be posted on the fortran and gcc-patches list. I just have a couple more minutes of testing other, completely off-the-wall cases before submitting

[Bug fortran/24440] [4.0/4.1 regression] gfortran failed to build 187.facerec

2005-10-18 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2005-10-19 05:35 --- Corrected on both head and 4.0 Note that I have not added a testcase but did check that the segfault no longer happens. Paul T -- pault at gcc dot gnu dot org changed: What|Removed

[Bug libfortran/24416] Wrong reading following namelist reading

2005-10-20 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2005-10-20 19:08 --- > This one is scary. I add Paul T to the Cc list (since he's familiar with > namelist). As far as I can tell, this looks like a purely library-side problem > (the code emitted by the front-end looks

[Bug fortran/24311] Regression: ICE when MERGE is used with character args in a PRINT/WRITE statement

2005-10-23 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2005-10-23 15:08 --- Fixed in mainline. Unfortunately, this cannot be fixed in 4.0 because the necessary patches to permit character valued intriniscs were never implemented. Paul T -- pault at gcc dot gnu dot org changed

[Bug fortran/24384] SPREAD does not handle scalar sources.

2005-10-23 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2005-10-23 15:08 --- Fixed in mainline. Unfortunately, this cannot be fixed in 4.0 because the necessary patches to permit character valued intriniscs were never implemented. Paul T -- pault at gcc dot gnu dot org changed

[Bug fortran/18022] problem with structure and calling a function

2005-10-23 Thread pault at gcc dot gnu dot org
--- Comment #24 from pault at gcc dot gnu dot org 2005-10-23 16:25 --- Fixed on mainline and 4.0 -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/24416] Wrong reading following namelist reading

2005-10-24 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2005-10-24 15:58 --- Thanks FX. Jerry DeLisle is having a stab at this so I have put him on the cc list. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/24416] Wrong reading following namelist reading

2005-10-24 Thread pault at gcc dot gnu dot org
--- Comment #9 from pault at gcc dot gnu dot org 2005-10-24 21:13 --- Fixed on mainline and 4.03. The problem turned out to be that saved_string was not being freed after character reads. This is done within read_ for every type other than character, which is why it was missed. Have

[Bug fortran/24158] ICE in f951 with nested, recursive derived types

2005-10-26 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2005-10-26 07:57 --- Fixed on mainline and 4.03 Farewell cvs! -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/21986] Bad .mod file, ICE upon USE

2005-10-26 Thread pault at gcc dot gnu dot org
--- Comment #8 from pault at gcc dot gnu dot org 2005-10-26 19:44 --- This was fixed on mainline and 4.0 The testcase now gives: [EMAIL PROTECTED] mytests]# /gcc-clean/bin/gfortran -c pr21986.f90 In file pr21986.f90:4 public:: dummysub ! comment out, lose the bug

[Bug fortran/21565] namelist in block data is illegal

2005-10-31 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2005-11-01 05:53 --- Subject: Bug 21565 Author: pault Date: Tue Nov 1 05:53:29 2005 New Revision: 106317 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106317 Log: 2005-11-01 Paul Thomas <[EMAIL PROTECTED]>

[Bug fortran/18737] ICE on invalid use of external keyword

2005-10-31 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2005-11-01 05:53 --- Subject: Bug 18737 Author: pault Date: Tue Nov 1 05:53:29 2005 New Revision: 106317 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106317 Log: 2005-11-01 Paul Thomas <[EMAIL PROTECTED]>

[Bug fortran/14994] Secnds Intrinsic not support (or any VMS intrinsics)

2005-10-31 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2005-11-01 05:53 --- Subject: Bug 14994 Author: pault Date: Tue Nov 1 05:53:29 2005 New Revision: 106317 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106317 Log: 2005-11-01 Paul Thomas <[EMAIL PROTECTED]>

[Bug fortran/21565] namelist in block data is illegal

2005-11-01 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2005-11-01 12:15 --- Subject: Bug 21565 Author: pault Date: Tue Nov 1 12:15:07 2005 New Revision: 106326 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106326 Log: 2005-11-01 Paul Thomas <[EMAIL PROTECTED]>

[Bug fortran/14994] Secnds Intrinsic not support (or any VMS intrinsics)

2005-11-01 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2005-11-01 12:15 --- Subject: Bug 14994 Author: pault Date: Tue Nov 1 12:15:07 2005 New Revision: 106326 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106326 Log: 2005-11-01 Paul Thomas <[EMAIL PROTECTED]>

[Bug fortran/18737] ICE on invalid use of external keyword

2005-11-01 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2005-11-01 12:15 --- Subject: Bug 18737 Author: pault Date: Tue Nov 1 12:15:07 2005 New Revision: 106326 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106326 Log: 2005-11-01 Paul Thomas <[EMAIL PROTECTED]>

[Bug fortran/14994] Secnds Intrinsic not support (or any VMS intrinsics)

2005-11-01 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2005-11-01 13:03 --- Fixed on mainline and 4.0 -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/21565] namelist in block data is illegal

2005-11-01 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2005-11-01 13:04 --- Fixed on mainline and 4.0 -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/41113] spurious _gfortran_internal_pack

2010-02-08 Thread pault at gcc dot gnu dot org
--- Comment #10 from pault at gcc dot gnu dot org 2010-02-08 14:06 --- (In reply to comment #9) > For reference, this was Paul's message to the list: > > http://gcc.gnu.org/ml/fortran/2009-12/msg00164.html > Dear Joost, This was followed by http://gcc.gnu.org/m

[Bug fortran/41113] spurious _gfortran_internal_pack

2010-02-08 Thread pault at gcc dot gnu dot org
--- Comment #12 from pault at gcc dot gnu dot org 2010-02-08 17:25 --- (In reply to comment #11) > (In reply to comment #10) > > This was followed by http://gcc.gnu.org/ml/fortran/2009-12/msg00166.html > > I have just retested your patch on a clean tree to Dominique&#x

[Bug fortran/41869] ICE segfault when reading module file

2010-02-08 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2010-02-08 18:19 --- Please excuse the lack of a diff - I was using a snap shot to work on this PR. This fixes the problem but I do not know if it regtests; however, I believe it to be good. If somebody wants to take it to completion

[Bug fortran/41113] spurious _gfortran_internal_pack

2010-02-13 Thread pault at gcc dot gnu dot org
--- Comment #17 from pault at gcc dot gnu dot org 2010-02-13 12:43 --- Subject: Bug 41113 Author: pault Date: Sat Feb 13 12:42:39 2010 New Revision: 156749 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=156749 Log: 2010-02-13 Paul Thomas PR fortran/41113

[Bug fortran/41117] spurious _gfortran_internal_pack (II)

2010-02-13 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2010-02-13 12:43 --- Subject: Bug 41117 Author: pault Date: Sat Feb 13 12:42:39 2010 New Revision: 156749 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=156749 Log: 2010-02-13 Paul Thomas PR fortran/41113

[Bug fortran/36932] unneeded temporary (2x)

2010-02-14 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2010-02-14 09:47 --- (In reply to comment #4) > mv 'Build' to 'CC' , Paul, please see previous comment. > Joost, You scared the life out of me when you said that it failed! I had to exclude dummies but I no

[Bug fortran/43062] NAMELIST attribute conflicts with ALLOCATABLE attribute

2010-02-14 Thread pault at gcc dot gnu dot org
--- Comment #1 from pault at gcc dot gnu dot org 2010-02-14 17:21 --- Yes indeed! Section 5.4 of F2003 removes most of the restrictions for namelist-group-objects. Ifort 11.1 does the right thing with your testcase. Thanks for the report. Paul -- pault at gcc dot gnu dot org

[Bug fortran/41113] spurious _gfortran_internal_pack

2010-02-14 Thread pault at gcc dot gnu dot org
--- Comment #18 from pault at gcc dot gnu dot org 2010-02-14 19:25 --- (In reply to comment #15) > Created an attachment (id=19824) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19824&action=view) [edit] > Second test giving a segmentation fault with the patch appli

<    15   16   17   18   19   20   21   22   23   24   >