This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/33980] New: Precompiled header file not removed on error


$ 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]