------- Comment #3 from pinskia at gcc dot gnu dot org  2006-02-24 19:13 -------
This is ICEing when printing a warning:
1038                warning (0, "mudflap cannot track %qs in stub function",
1039                         IDENTIFIER_POINTER (DECL_NAME (decl)));

DECL_NAME (decl) is NULL as this is a compiler generated decl.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  GCC build triplet|x86_64-unknown-linux-gnu    |
   GCC host triplet|x86_64-unknown-linux-gnu    |
 GCC target triplet|x86_64-unknown-linux-gnu    |
            Summary|ICE on valid unreachable    |ICE on valid unreachable
                   |code when compiling with -  |code (and no name) when
                   |fmudflap                    |compiling with -fmudflap


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26442

Reply via email to