Skip to content

Commit 2a1cf92

Browse files
libgccjit: Remove attributes declaration duplication
gcc/c-family/Changelog: * gcc/c-family/c-common.h: Reexport c_common_gnu_attribute_table gcc/jit/Changelog: * gcc/jit/dummy-frontend.cc: Remove attributes duplication Signed-off-by: Guillaume Gomez <[email protected]>
1 parent 48664a6 commit 2a1cf92

File tree

2 files changed

+4
-878
lines changed

2 files changed

+4
-878
lines changed

gcc/c-family/c-common.h

+1
Original file line numberDiff line numberDiff line change
@@ -825,6 +825,7 @@ extern struct visibility_flags visibility_options;
825825
extern const struct scoped_attribute_specs c_common_gnu_attribute_table;
826826
extern const struct scoped_attribute_specs c_common_clang_attribute_table;
827827
extern const struct scoped_attribute_specs c_common_format_attribute_table;
828+
extern const struct scoped_attribute_specs c_common_gnu_attribute_table;
828829

829830
/* Pointer to function to lazily generate the VAR_DECL for __FUNCTION__ etc.
830831
ID is the identifier to use, NAME is the string.

0 commit comments

Comments
 (0)