[Bug ipa/79849] diagnostics: typo in "type %qT itself violate the C++ One Definition Rule"

2017-06-22 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79849

Martin Liška  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #6 from Martin Liška  ---
Fixed on all active branches.

[Bug ipa/79849] diagnostics: typo in "type %qT itself violate the C++ One Definition Rule"

2017-06-22 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79849

--- Comment #5 from Martin Liška  ---
Author: marxin
Date: Thu Jun 22 11:39:26 2017
New Revision: 249547

URL: https://gcc.gnu.org/viewcvs?rev=249547=gcc=rev
Log:
Backport r248089

2017-06-22  Martin Liska  

Backport from mainline
2017-05-16  Martin Liska  

PR ipa/79849.
PR ipa/79850.
* ipa-devirt.c (warn_types_mismatch): Fix typo.
(odr_types_equivalent_p): Likewise.

Modified:
branches/gcc-7-branch/gcc/ChangeLog
branches/gcc-7-branch/gcc/ipa-devirt.c

[Bug ipa/79849] diagnostics: typo in "type %qT itself violate the C++ One Definition Rule"

2017-06-22 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79849

--- Comment #4 from Martin Liška  ---
Author: marxin
Date: Thu Jun 22 11:18:57 2017
New Revision: 249522

URL: https://gcc.gnu.org/viewcvs?rev=249522=gcc=rev
Log:
Backport r248089

2017-06-22  Martin Liska  

Backport from mainline
2017-05-16  Martin Liska  

PR ipa/79849.
PR ipa/79850.
* ipa-devirt.c (warn_types_mismatch): Fix typo.
(odr_types_equivalent_p): Likewise.

Modified:
branches/gcc-6-branch/gcc/ChangeLog
branches/gcc-6-branch/gcc/ipa-devirt.c

[Bug ipa/79849] diagnostics: typo in "type %qT itself violate the C++ One Definition Rule"

2017-05-16 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79849

Martin Liška  changed:

   What|Removed |Added

  Known to work||8.0

--- Comment #3 from Martin Liška  ---
Fixed on trunk so far.

[Bug ipa/79849] diagnostics: typo in "type %qT itself violate the C++ One Definition Rule"

2017-05-16 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79849

--- Comment #2 from Martin Liška  ---
Author: marxin
Date: Tue May 16 08:57:05 2017
New Revision: 248089

URL: https://gcc.gnu.org/viewcvs?rev=248089=gcc=rev
Log:
Fix 2 typos in ipa-devirt.c.

2017-05-16  Martin Liska  

PR ipa/79849.
PR ipa/79850.
* ipa-devirt.c (warn_types_mismatch): Fix typo.
(odr_types_equivalent_p): Likewise.

Modified:
trunk/gcc/ChangeLog
trunk/gcc/ipa-devirt.c

[Bug ipa/79849] diagnostics: typo in "type %qT itself violate the C++ One Definition Rule"

2017-05-15 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79849

Martin Liška  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Last reconfirmed||2017-05-15
 CC||marxin at gcc dot gnu.org
   Assignee|unassigned at gcc dot gnu.org  |marxin at gcc dot 
gnu.org
 Ever confirmed|0   |1

--- Comment #1 from Martin Liška  ---
Confirmed, I'll prepare a patch for that.