This is the mail archive of the gcc-patches@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]

Re: [v3] don't precompile extc++.h


> Precompiling extc++.h, ie all of libstdc++'s extensions, causes an ICE
> on some primary platforms.
> 
> See:
> http://gcc.gnu.org/PR28217

ha ha. 

Jason just fixed this.

Thus, I will revert the include/Makefile.* changes.

Onwards!

-benjamin

2006-07-12  Benjamin Kosnik  <bkoz@redhat.com>

	* include/Makefile.am: Revert last change.
	* include/Makefile.in: Same.


Index: include/Makefile.am
===================================================================
--- include/Makefile.am	(revision 115401)
+++ include/Makefile.am	(working copy)
@@ -782,9 +782,9 @@
 pch3_output = ${pch3_output_builddir}/O2g.gch
 
 
-pch_output = ${pch1_output} ${pch2_output} 
+pch_output = ${pch1_output} ${pch2_output} ${pch3_output}
 pch_output_dirs = \
-	${pch1_output_builddir} ${pch2_output_builddir} 
+	${pch1_output_builddir} ${pch2_output_builddir} ${pch3_output_builddir}
 PCHFLAGS=-Winvalid-pch -Wno-deprecated -x c++-header $(CXXFLAGS)
 if GLIBCXX_BUILD_PCH
 pch_build = ${pch_output}


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