Le 17/08/2014 14:26, Dominique Dhumieres a écrit : > As Mikael said in https://gcc.gnu.org/ml/fortran/2014-08/msg00047.html > >> the testcase should check that the code generated is actually working, >> not just that the ICE disappeared. ... > Well, this is for another patch where deferred character variable are made acceptable as argument to unlimited polymorphic dummies. Here the ICE comes (if I remember correctly) from the wrong generic procedure being picked, so there is not really some new feature enabled with the patch.
> thus I think the test should be run, i.e., '! { dg-do compile }' should > be replaced with '! { dg-do run }' (I have checked that the test succeeds). > I don't have a strong opinion for it, but I'm OK with that change. In fact the initial test was a run one, and it has been changed to compile. Andre: why? Mikael