http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46196

--- Comment #3 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2010-10-27 
21:51:23 UTC ---
With the patch in comment #2, several of my codelets are rejected: for instance
the test in comment #24 of pr42274 is rejected with:

[macbook] f90/bug% gfc pr42274_5.f90
pr42274_5.f90:14.33:

    generic, public :: extract => make_integer_2
                                 1
Error: 'make_integer_2' and 'make_integer' for GENERIC 'extract' at (1) are
ambiguous
pr42274_5.f90:33.7:

  use m
       1
Fatal Error: Can't open module file 'm.mod' for reading at (1): No such file or
directory

If you need I can sort out the other similar new errors tomorrow.

Reply via email to