diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-23 15:22:46 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-23 15:22:46 +0000 |
commit | 58ec857b7be21f625043ba260af733c3a6eb8fec (patch) | |
tree | 81ca62862625867a1d20bc850ee48d820dd6126d /gcc/rtl-error.c | |
parent | 3f4ccd4448ec86e848260e321e2cc2b94fb9ee51 (diff) | |
download | gcc-58ec857b7be21f625043ba260af733c3a6eb8fec.tar.gz |
* Makefile.in (C_TREE_H): Update dependencies.
* c-tree.h: Include toplev.h.
* diagnostic.h (diagnostic_set_info): Add format attribute.
* rtl-error.c (diagnostic_for_asm): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102309 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl-error.c')
-rw-r--r-- | gcc/rtl-error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl-error.c b/gcc/rtl-error.c index 3a950b2ffc4..4f5a096feba 100644 --- a/gcc/rtl-error.c +++ b/gcc/rtl-error.c @@ -34,7 +34,7 @@ Boston, MA 02110-1301, USA. */ #include "diagnostic.h" static location_t location_for_asm (rtx); -static void diagnostic_for_asm (rtx, const char *, va_list *, diagnostic_t); +static void diagnostic_for_asm (rtx, const char *, va_list *, diagnostic_t) ATTRIBUTE_GCC_DIAG(2,0); /* Figure the location of the given INSN. */ static location_t |