[Bug fortran/32633] bogus error

2007-07-06 Thread dfranke at gcc dot gnu dot org
--- Comment #7 from dfranke at gcc dot gnu dot org 2007-07-06 12:52 --- Joost, thanks for reporting! Closing as fixed. -- dfranke at gcc dot gnu dot org changed: What|Removed |Added --

[Bug fortran/32633] bogus error

2007-07-06 Thread dfranke at gcc dot gnu dot org
--- Comment #6 from dfranke at gcc dot gnu dot org 2007-07-06 12:37 --- Subject: Bug 32633 Author: dfranke Date: Fri Jul 6 12:37:22 2007 New Revision: 126413 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126413 Log: gcc/fortran: 2007-05-06 Daniel Franke <[EMAIL PROTECTED]>

[Bug fortran/32633] bogus error

2007-07-05 Thread patchapp at dberlin dot org
--- Comment #5 from patchapp at dberlin dot org 2007-07-05 21:15 --- Subject: Bug number PR32633 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-07/msg00511.html -- http://gcc.gnu.org/bugzilla/sh

[Bug fortran/32633] bogus error

2007-07-05 Thread fxcoudert at gcc dot gnu dot org
--- Comment #4 from fxcoudert at gcc dot gnu dot org 2007-07-05 16:11 --- (In reply to comment #3) > The patch below fixes the current problem. There are other checks against > attrib->save in check_conflict() which might trigger the same problem. I'll > have a closer later this evening

[Bug fortran/32633] bogus error

2007-07-05 Thread dfranke at gcc dot gnu dot org
--- Comment #3 from dfranke at gcc dot gnu dot org 2007-07-05 15:09 --- The patch below fixes the current problem. There are other checks against attrib->save in check_conflict() which might trigger the same problem. I'll have a closer later this evening. Index: symbol.c ==

[Bug fortran/32633] bogus error

2007-07-05 Thread dfranke at gcc dot gnu dot org
--- Comment #2 from dfranke at gcc dot gnu dot org 2007-07-05 15:03 --- Testing patch ... -- dfranke at gcc dot gnu dot org changed: What|Removed |Added AssignedT

[Bug fortran/32633] bogus error

2007-07-05 Thread dfranke at gcc dot gnu dot org
--- Comment #1 from dfranke at gcc dot gnu dot org 2007-07-05 14:56 --- Haven't updated yet, but ... symbol.c(check_conflict):493: [...] switch (attr->flavor) case FL_PARAMETER: conf2 (save); [...] with #define conf2(a) if (attr->a) { a2 = a; goto conflict; } should