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/28548] [4.2 Regression]: Optional argument failed



------- Comment #9 from martin at mpa-garching dot mpg dot de  2006-08-03 06:40 -------
(In reply to comment #8)
>
> I just submitted a patch that appears to fix the problem.
> The problem is __convert_* (ie internal gfortran functions)
> are caught by the error checking.
> 

Hmm, but my point was that even if gfortran thinks that the __convert_*
routines are elemental (as was mentioned in an earlier comment), it should
still
compile the code without problems, because it is proven that the optional
argument
actually exists when the __convert_* call is made.


-- 


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


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