Le 18/06/2016 à 06:54, Debian Bug Tracking System a écrit :
> Here is what can be done to reproduce the problem:

The exact same test can be done with the last g++ version:
vdanjean@eyak:/tmp$ mkdir test
vdanjean@eyak:/tmp$ cd test/
vdanjean@eyak:/tmp/test$ touch foo.cpp bar.h
vdanjean@eyak:/tmp/test$ g++-
g++-4.8  g++-5
vdanjean@eyak:/tmp/test$ g++-5 bar.h
vdanjean@eyak:/tmp/test$ g++-5 -include bar.h -MD -c foo.cpp
vdanjean@eyak:/tmp/test$ cat foo.d
foo.o: foo.cpp /usr/include/stdc-predef.h
vdanjean@eyak:/tmp/test$ g++-5 -include bar.h -M foo.cpp
foo.o: foo.cpp /usr/include/stdc-predef.h bar.h
vdanjean@eyak:/tmp/test$ rm bar.h.gch
rm : supprimer fichier 'bar.h.gch' ? y
vdanjean@eyak:/tmp/test$ g++-5 -include bar.h -MD -c foo.cpp
vdanjean@eyak:/tmp/test$ cat foo.d
foo.o: foo.cpp /usr/include/stdc-predef.h bar.h
vdanjean@eyak:/tmp/test$

  It is not the first time that an easy reproducible bug reported
against the current gcc package is closed because
- the gcc package change its name
- the old source package is removed
- whereas the bug is still present

  So, doing the reopen and reassign.

  Regards,
    Vincent

-- 
Vincent Danjean       GPG key ID 0xD17897FA         vdanj...@debian.org
GPG key fingerprint: 621E 3509 654D D77C 43F5  CA4A F6AE F2AF D178 97FA
Unofficial pkgs: http://moais.imag.fr/membres/vincent.danjean/deb.html
APT repo:  deb http://people.debian.org/~vdanjean/debian unstable main

Reply via email to