[Bug libstdc++/15448] libstdc++ does not rebuild PCH

2006-07-10 Thread bkoz at gcc dot gnu dot org
--- Comment #7 from bkoz at gcc dot gnu dot org 2006-07-10 21:37 --- I think this is fixed, or as close as we can come. There is now a checksum, and there are no longer any stamp files to do creation of PCH files. Thus, in theory, this should be no longer an issue. -- bkoz at gcc do

[Bug libstdc++/15448] libstdc++ does not rebuild PCH

2006-07-10 Thread bkoz at gcc dot gnu dot org
-- bkoz at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bkoz at gcc dot gnu dot org |dot org

[Bug libstdc++/15448] libstdc++ does not rebuild PCH

2006-07-10 Thread bkoz at gcc dot gnu dot org
--- Comment #6 from bkoz at gcc dot gnu dot org 2006-07-10 19:33 --- Subject: Bug 15448 Author: bkoz Date: Mon Jul 10 19:32:51 2006 New Revision: 115312 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115312 Log: 2006-07-10 Benjamin Kosnik <[EMAIL PROTECTED]> PR libstd

[Bug libstdc++/15448] libstdc++ does not rebuild PCH

2005-06-19 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-20 02:35 --- Even though libstdc++ does not rebuild the PCH, we do check to make sure that the same cc1plus is used now via a checksum. So Paul do you think this could be closed or at least lower the severity? --