[Bug testsuite/86170] New test case gcc.c-torture/compile/pr84195.c added in r261633 fails

nickc at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jun 18 10:43:00 GMT 2018


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86170

Nick Clifton <nickc at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Nick Clifton <nickc at gcc dot gnu.org> ---
Hi Guys,

  Well this was interesting.  The test was in fact performing perfectly.
  It was testing for control characters in user warning messages and
  failing because gcc was failing to convert them into escape sequences.

  The real problem was that for some reason my patch to actually fix
  PR 84195 had not been applied to the tree.  I am not sure why it had
  not gone in, but reapplied it and committed the change, so everything
  should be working now.

Cheers
  Nick


More information about the Gcc-bugs mailing list