diff options
author | Joseph Myers <joseph@codesourcery.com> | 2009-04-26 14:40:19 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2009-04-26 14:40:19 +0100 |
commit | 991d66210228392118aa3f8102cb49a9f9c2b168 (patch) | |
tree | ec728d126f99eee23b10a037545ce496f4aeb946 /gcc/expr.c | |
parent | 4a81774c7b071cccb707cd31a7906b01c876944e (diff) | |
download | gcc-991d66210228392118aa3f8102cb49a9f9c2b168.zip gcc-991d66210228392118aa3f8102cb49a9f9c2b168.tar.gz gcc-991d66210228392118aa3f8102cb49a9f9c2b168.tar.bz2 |
re PR c/39556 (statics in C99 inline functions later declared extern)
PR c/39556
* c-tree.h (enum c_inline_static_type): New.
(record_inline_static): Declare.
* c-decl.c (struct c_inline_static, c_inline_statics,
record_inline_static, check_inline_statics): New.
(pop_file_scope): Call check_inline_statics.
(start_decl): Call record_inline_static instead of pedwarning
directly for static in inline function.
* c-typeck.c (build_external_ref): Call record_inline_static
instead of pedwarning directly for static referenced in inline
function.
testsuite:
* gcc.dg/inline-34.c: New test.
From-SVN: r146800
Diffstat (limited to 'gcc/expr.c')
0 files changed, 0 insertions, 0 deletions