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] | |
Paolo Bonzini wrote:
OK, Dan tells me that bringing up DECL_IGNORED_P was idiotic. So, I'll retract that bit. I do still think that "artificial" is a weird name for this attribute. It doesn't mean anything to people who aren't GCC hackers.What about "intrinsic", if it is for intrinsics?
Great suggestion!
Though, I rather agree with Dan:
Thus, i'm half of the mind that a better approach is simply a table of
function names that should be marked with this new attribute, stored in
the compiler, so that the attribute doesn't have to be visible to the
user at all.
Thanks, - Devang
I agree, in that I'm half of that mind as well. The other half of my mind thinks that "intrinsic" might be useful for people writing their own little assembly fragments, which I'm sure people do. (In fact, I've done it, for things like reading timestamp counters, and I suppose it would be nice not sto step into such functions in GDB.)
-- Mark Mitchell CodeSourcery, LLC mark@codesourcery.com (916) 791-8304
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |