This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/33980] New: Precompiled header file not removed on error
- From: "photon at seznam dot cz" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Nov 2007 13:21:49 -0000
- Subject: [Bug c/33980] New: Precompiled header file not removed on error
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
$ cat err.h
#error err
$ gcc -c err.h
err.h:1:2: error: #error err
$ ls err.h.gch
err.h.gch
--
Summary: Precompiled header file not removed on error
Product: gcc
Version: 4.2.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: photon at seznam dot cz
GCC host triplet: Linux OpenSuse 10.3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33980