Package: ccache
Version: 3.1.10-1
Severity: normal

i have this fine piece of code:

        *outStr += fL1S(" /* \\u") + QString::number(maskedTok, 16) + fL1S(" 
*/");

if i change anything between the /* parts, ccache will think that
nothing changed ... even though the comment chars are obviously quoted,
so they do not denote a section that is irrelevant for comparison.

as expected, the problem goes away when the line is changed to:

        *outStr += fL1S(" /""* \\u") + QString::number(maskedTok, 16) + fL1S(" 
*/");

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ccache depends on:
ii  libc6   2.19-7
ii  zlib1g  1:1.2.8.dfsg-1

ccache recommends no packages.

Versions of packages ccache suggests:
pn  distcc  <none>

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to