re PR target/79883 (avr i18n: untranslated "interrupt" or "signal")

PR target/79883
	* config/avr/avr.c (avr_set_current_function): Typo in diagnostic.

From-SVN: r251224
This commit is contained in:
Georg-Johann Lay 2017-08-21 12:42:47 +00:00 committed by Georg-Johann Lay
parent 707bcd1b4f
commit 5d6744e9e4
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2017-08-21 Georg-Johann Lay <avr@gjlay.de>
PR target/79883
* config/avr/avr.c (avr_set_current_function): Typo in diagnostic.
2017-08-19 Uros Bizjak <ubizjak@gmail.com>
PR target/81894

View File

@ -1095,7 +1095,7 @@ avr_set_current_function (tree decl)
|| 0 == strcmp ("INTERRUPT", name)
|| 0 == strcmp ("SIGNAL", name))
{
warning_at (loc, OPT_Wmisspelled_isr, "%qs is a reserved indentifier"
warning_at (loc, OPT_Wmisspelled_isr, "%qs is a reserved identifier"
" in AVR-LibC. Consider %<#include <avr/interrupt.h>%>"
" before using the %qs macro", name, name);
}