This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/79883] avr i18n: untranslated "interrupt" or "signal"
- From: "gjl at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 12 Jul 2017 15:38:31 +0000
- Subject: [Bug target/79883] avr i18n: untranslated "interrupt" or "signal"
- Auto-submitted: auto-generated
- References: <bug-79883-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79883
Georg-Johann Lay <gjl at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
Target Milestone|--- |7.2
--- Comment #9 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Fixed in 7.2.
The respective parts are quoted now.
The function name is not repeated in the diagnostics as that name preceeds all
the messages like in:
foo.c: In function 'main':
foo.c:3:5: error: ...
...
Only the diagnostic complaining about a missing "__vector" prefix repeats the
function name, but for the other diagnostics (like wrong prototype) the very
name doesn't actually matter.
Also enclosed in WITH_AVRLIBC now because this is naming convention of
AVR-LibC.