This is the mail archive of the gcc-patches@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]

Re: [gfortran] patch PR fortran/21177


François-Xavier Coudert wrote:
> When comparing actual arguments of a call to formal arguments of the 
> different functions of the interface, we used to match EXPR_NULL to any type 
> of argument. This is fine for NULL() but not for NULL(variable).
> 
> Attached patch fixes this problem. Regtested on i386-linux. OK for 4.0 and 
> mainline?

Yes.

- Tobi


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