[Bug middle-end/51764] mudflap does not work with LTO

2013-11-09 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51764

Andrew Pinski  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX
   Target Milestone|--- |4.9.0

--- Comment #3 from Andrew Pinski  ---
fmudflap support has been removed.


[Bug middle-end/51764] mudflap does not work with LTO

2012-01-05 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51764

Richard Guenther  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Last reconfirmed||2012-01-05
 Ever Confirmed|0   |1

--- Comment #2 from Richard Guenther  2012-01-05 
15:09:46 UTC ---
Remains to make mudflap actually work with LTO.  A possible solution might
be to just move the pass to the end of early optimizations.


[Bug middle-end/51764] mudflap does not work with LTO

2012-01-05 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51764

--- Comment #1 from Richard Guenther  2012-01-05 
15:08:47 UTC ---
Author: rguenth
Date: Thu Jan  5 15:08:42 2012
New Revision: 182913

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182913
Log:
2012-01-05  Richard Guenther  

PR middle-end/51764
* common.opt (Wmudflap, fmudflap, fmudflapth, fmudflapir): Move
to c.opt.
* toplev.c (process_options): Reject combining mudflap and LTO.
* tree-nomudflap.c (nogo): Use sorry instead of internal_error.

c-family/
* c.opt (Wmudflap, fmudflap, fmudflapth, fmudflapir): Move here
from common.opt.

Modified:
trunk/gcc/ChangeLog
trunk/gcc/c-family/ChangeLog
trunk/gcc/c-family/c.opt
trunk/gcc/common.opt
trunk/gcc/toplev.c
trunk/gcc/tree-nomudflap.c