This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/50981] [4.6 Regression] Wrong-code for scalarizing ELEMENTAL call with absent OPTIONAL argument


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

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #45 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-10-16 13:08:39 UTC ---
I close this PR now as FIXED.

The initial problem has been fixed on 4.7 + trunk (= 4.8). Some issue exists in
4.4 to 4.6, another is a special case for a new 4.6 nonpolymorphism feature. I
don't think it makes sense to backport those.

I think all test cases of this PR are effectively fixed on the trunk (= 4.8).
Some issues - mainly with ELEMENTAL - remain, but those are tracked in PR54618.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]