This is the mail archive of the gcc@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: Question on GIMPLE semantics and EH


    The only part of the compiler that should pay attention to
    DECL_ARTIFICIAL is probably the debug generators.

And things that print error messages and warnings.  You probably don't want to
see unused variable warnings for DECL_ARTIFICIAL stuff, for example.  I
believe we presently suppress it for them.


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