[Bug fortran/29711] [4.2 only] error_print does not support %N$X

2006-12-11 Thread fxcoudert at gcc dot gnu dot org
--- Comment #14 from fxcoudert at gcc dot gnu dot org 2006-12-11 20:58 --- Commited to 4.2, both my patch and Tobias' fix. Thanks Tobias for fixing it! -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added --

[Bug fortran/29711] [4.2 only] error_print does not support %N$X

2006-12-11 Thread fxcoudert at gcc dot gnu dot org
--- Comment #13 from fxcoudert at gcc dot gnu dot org 2006-12-11 20:57 --- Subject: Bug 29711 Author: fxcoudert Date: Mon Dec 11 20:57:10 2006 New Revision: 119747 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119747 Log: PR fortran/29892 * trans-intrinsic.c (g

[Bug fortran/29711] [4.2 only] error_print does not support %N$X

2006-12-07 Thread burnus at gcc dot gnu dot org
--- Comment #12 from burnus at gcc dot gnu dot org 2006-12-07 09:15 --- Subject: Bug 29711 Author: burnus Date: Thu Dec 7 09:15:41 2006 New Revision: 119609 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119609 Log: 2006-12-06 Tobias Burnus <[EMAIL PROTECTED]> PR fort

[Bug fortran/29711] [4.2 only] error_print does not support %N$X

2006-12-06 Thread patchapp at dberlin dot org
--- Comment #11 from patchapp at dberlin dot org 2006-12-07 00:05 --- Subject: Bug number PR29711 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/2006-12/msg00430.html -- http://gcc.gnu.org/bugzilla/s

[Bug fortran/29711] [4.2 only] error_print does not support %N$X

2006-12-06 Thread burnus at gcc dot gnu dot org
--- Comment #10 from burnus at gcc dot gnu dot org 2006-12-06 22:58 --- Ok, it is simple why it does not work. In the attached and tested patch: + while (ISDIGIT(*format)) + format++; + format++; In SVN: while (ISDIGIT(*format)) /* Skip ov

[Bug fortran/29711] [4.2 only] error_print does not support %N$X

2006-12-06 Thread burnus at gcc dot gnu dot org
--- Comment #9 from burnus at gcc dot gnu dot org 2006-12-06 20:14 --- I don't know why, but I got again: Fehler: Bei L referenziertes Symbol »s« nicht im Modul »s« gefunden for Error: Symbol 'generic' referenced at (1) not found in module 'mod1' This is with the current SVN ver

[Bug fortran/29711] [4.2 only] error_print does not support %N$X

2006-11-25 Thread fxcoudert at gcc dot gnu dot org
--- Comment #8 from fxcoudert at gcc dot gnu dot org 2006-11-25 17:00 --- Fixed on mainline. I will wait for some time before commiting on 4.2. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added --