[Bug fortran/41059] -fwhole-file and error messages

2010-07-29 Thread burnus at gcc dot gnu dot org
--- Comment #3 from burnus at gcc dot gnu dot org 2010-07-29 08:11 --- Close as WONTFIX as suggested by Dominique. The trunk now uses -fwhole-file and some of the warning messages have been fixed while others have been added as dg-warning. The commit was Rev.162491: http://gcc.gnu.org/v

[Bug fortran/41059] -fwhole-file and error messages

2010-03-30 Thread dominiq at lps dot ens dot fr
--- Comment #2 from dominiq at lps dot ens dot fr 2010-03-30 17:13 --- > ... . I guess that we could tag every line for errors but this would need a > bigger change to error.c than I am prepared to embark on. I understand that! Although there is no emergency to clean up the error handli

[Bug fortran/41059] -fwhole-file and error messages

2010-03-28 Thread pault at gcc dot gnu dot org
--- Comment #1 from pault at gcc dot gnu dot org 2010-03-28 20:50 --- Dear Dominiq, Unfortunately, what you report here is a consequence of the way in which -fwhole-file has to be implemented. The order changes because of the need to resolve called procedures and I can well believe tha