[Bug tree-optimization/80021] untranslateable diagnostic "type variant differs by " #flag "."

2018-04-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80021

Jakub Jelinek  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||jakub at gcc dot gnu.org
 Resolution|--- |FIXED

--- Comment #4 from Jakub Jelinek  ---
Fixed.

[Bug tree-optimization/80021] untranslateable diagnostic "type variant differs by " #flag "."

2018-04-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80021

--- Comment #3 from Jakub Jelinek  ---
Author: jakub
Date: Sat Apr  7 10:57:53 2018
New Revision: 259211

URL: https://gcc.gnu.org/viewcvs?rev=259211&root=gcc&view=rev
Log:
PR tree-optimization/80021
* tree.c (verify_type_variant): Make error call in verify_variant_match
translatable and remove final full stop.

Modified:
trunk/gcc/ChangeLog
trunk/gcc/tree.c

[Bug tree-optimization/80021] untranslateable diagnostic "type variant differs by " #flag "."

2018-04-06 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80021

--- Comment #2 from Roland Illig  ---
*** Bug 85267 has been marked as a duplicate of this bug. ***

[Bug tree-optimization/80021] untranslateable diagnostic "type variant differs by " #flag "."

2017-07-08 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80021

--- Comment #1 from Andrew Pinski  ---
This error message is an internal only checking error message.  There is
another bug about these error messages not need to being translated.