insert_attributes C vs. C++

Georg-Johann Lay via Gcc <[email protected]> Sun, 14 Jun 2026 20:21:49 +0200
Newsgroups gmane.comp.gcc.devel
Message-ID <[email protected]>
In C compilations, targetm.insert_attributes() is called
for function_decls and parm_decls, whereas C++ only calls
for function_decls.  Shouldn't the two FEs behave similar in
that regard?

Johann