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: [C++ PATCH] Fix up DECL_ARG_TYPE (PR c++/36631)


I note that the code in gimplify_call_expr is the only place in the compiler that checks the DECL_ARG_TYPE of a called function; everywhere else only uses it for the parameters of the function currently being compiled. This is why this mismatch has not been a problem in the past. Perhaps gimplify_call_expr shouldn't be relying on it?

Jason


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