[Bug fortran/35849] "wrong" line shown in error message for parameter

2016-07-04 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35849 Jerry DeLisle changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/35849] "wrong" line shown in error message for parameter

2016-07-04 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35849 --- Comment #6 from Jerry DeLisle --- Author: jvdelisle Date: Mon Jul 4 19:14:54 2016 New Revision: 237993 URL: https://gcc.gnu.org/viewcvs?rev=237993&root=gcc&view=rev Log: 2016-07-04 Jerry DeLisle Steven G. Kargl PR

[Bug fortran/35849] "wrong" line shown in error message for parameter

2016-07-01 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35849 --- Comment #5 from kargl at gcc dot gnu.org --- Index: simplify.c === --- simplify.c (revision 237855) +++ simplify.c (working copy) @@ -3280,7 +3280,6 @@ gfc_simplify_ishftc (gfc_

[Bug fortran/35849] "wrong" line shown in error message for parameter

2010-05-20 Thread dfranke at gcc dot gnu dot org
--- Comment #4 from dfranke at gcc dot gnu dot org 2010-05-20 14:33 --- A similar example: $ cat conversion.f90 REAL(8), PARAMETER :: h = HUGE(0.0_8) real*4 x data x / h / end $ gfortran-svn -Wall conversion.f90 conversion.f90:1.28: REAL(8), PARAMETER :: h = HUGE(0.0_8)

[Bug fortran/35849] "wrong" line shown in error message for parameter

2009-11-01 Thread burnus at gcc dot gnu dot org
--- Comment #3 from burnus at gcc dot gnu dot org 2009-11-01 20:21 --- (In reply to comment #2) > Do you plan to commit this? The problem is that the patch is effectively wrong. The "s->where" is correct - except that "s" happens to be a parameter where "s->where" points to the paramete

[Bug fortran/35849] "wrong" line shown in error message for parameter

2009-03-28 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |burnus at gcc dot gnu dot |dot org

[Bug fortran/35849] "wrong" line shown in error message for parameter

2009-01-03 Thread dfranke at gcc dot gnu dot org
--- Comment #2 from dfranke at gcc dot gnu dot org 2009-01-03 23:33 --- Do you plan to commit this? -- dfranke at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/35849] "wrong" line shown in error message for parameter

2008-04-06 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2008-04-06 20:38 --- With the following patch, the message shown is: INTEGER, PARAMETER, DIMENSION(10) :: B = ISHFTC(3, A, 5) !ICE 1 Error: Magnitude of second argument of IS