[Bug translation/93852] typo: def instead of definition

2021-10-27 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93852

Eric Gallager  changed:

   What|Removed |Added

   Severity|normal  |trivial
 Blocks||40883
   Keywords||diagnostic, easyhack
 CC||egallager at gcc dot gnu.org


Referenced Bugs:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40883
[Bug 40883] [meta-bug] Translation breakage with trivial fixes

[Bug translation/93852] typo: def instead of definition

2020-02-20 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93852

--- Comment #2 from Andrew Pinski  ---
These are all diagonstic which normally don't go for normal compilation
including when user has provided invalid code.  These are all have an internal
error message after them.

[Bug translation/93852] typo: def instead of definition

2020-02-20 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93852

--- Comment #1 from Roland Illig  ---
>   error ("virtual def operand missing for statement");

Curiously, the diagnostic a few lines above this one uses the correct word
"definition".