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] | |
* c-common.c (c_common_att): New entry added for "nodebug".
(handle_nodebug_attribute): New function.
* tree-inline.c (call_location_p, call_location): New fields in
struct inline_data.
(copy_body_r): Set new location of copied tree, if available.
(expand_call_inline): If callee's '__nodebug__' attribute is
set, use caller's input_location for copied trees.
* config/i386/emmintrin.h: All intrinsic functions have
"__nodebug__" Added to their declarations.
* config/i386/mmintrin.h: Ditto.
* config/i386/pmmintrin.h: Ditto.
* config/i386/xmmintrin.h: Ditto.Attachment:
fsf-patch-nodebug-attr.txt
Description: Text document
Attachment:
i386-nodebug-attr.c
Description: Binary data
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |