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] tr1/c_compatibility: cstdbool, etc.



On Feb 26, 2006, at 1:45 PM, Paolo Carlini wrote:


Hi,

tested x86-linux, committed to mainline.

Paolo.

////////////////////
2006-02-26  Paolo Carlini  <pcarlini@suse.de>

	* include/tr1/cmath: Add templates (8.16.3).	
	* include/tr1/cstbool: New.
	* include/tr1/stdbool.h: Likewise.
	* include/Makefile.am: Add.
	* testsuite/tr1/8_c_compatibility/cmath/templates.cc: New.
	* testsuite/tr1/headers.cc: Update.
	* acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <stdbool.h> check.
	* docs/html/ext/tr1.html: Update.
	* include/Makefile.in: Regenerate.
	* config.h.in: Likewise.
	* configure: Likewise.

And this breaks bootstrap every where.
make[4]: *** No rule to make target `/Users/pinskia/src/gcc/local/gcc/libstdc++-v3/include/tr1/cstdbool', needed by `stamp-tr1'. Stop.


I also noticed the files were not also in the patch too but I was not
going to say anything because I thought you checked them in.

-- Pinski


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