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

--- Comment #4 from janus at gcc dot gnu.org 2010-10-28 15:32:44 UTC ---
(In reply to comment #3)
> 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

Yes, this is expected. The test case is invalid.


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

Maybe you could check if there are any 'false alarm' errors among that ...

Reply via email to