[Bug tree-optimization/63583] [5 Regression] ICF does not check that the template strings are the same

2014-10-20 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63583

--- Comment #2 from marxin at gcc dot gnu.org ---
Author: marxin
Date: Mon Oct 20 10:44:54 2014
New Revision: 216458

URL: https://gcc.gnu.org/viewcvs?rev=216458root=gccview=rev
Log:
PR ipa/63583

* ipa-icf-gimple.c (func_checker::compare_gimple_asm):
Gimple tempate string is compared.

* gcc.dg/ipa/pr63595.c: New test.


Modified:
trunk/gcc/ChangeLog
trunk/gcc/ipa-icf-gimple.c
trunk/gcc/testsuite/ChangeLog


[Bug tree-optimization/63583] [5 Regression] ICF does not check that the template strings are the same

2014-10-20 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63583

Richard Biener rguenth at gcc dot gnu.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Richard Biener rguenth at gcc dot gnu.org ---
Fixed.


[Bug tree-optimization/63583] [5 Regression] ICF does not check that the template strings are the same

2014-10-17 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63583

Andrew Pinski pinskia at gcc dot gnu.org changed:

   What|Removed |Added

   Keywords||wrong-code
   Target Milestone|--- |5.0
Summary|ICF does not check that the |[5 Regression] ICF does not
   |template strings are the|check that the template
   |same|strings are the same

--- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org ---
Note I found this while running/building uboot for Octeon (a MIPS64 processor).