OSDN Git Service

2006-03-10 Paolo Carlini <pcarlini@suse.de>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Mar 2006 13:24:57 +0000 (13:24 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Mar 2006 13:24:57 +0000 (13:24 +0000)
commit626791f9b6f7b122502728abfd6de34d7beeb8d4
tree6115e2c2f2b494731a1f82cf33bdde9825984c6e
parent300b0e0817a85c8c855f265eeb6e7bdea3160645
2006-03-10  Paolo Carlini  <pcarlini@suse.de>

* include/tr1/cmath: Add atan2 and pow bits; add using declarations.
* include/tr1/math.h: Add using declarations.
* include/tr1/complex: Add using declarations.
* testsuite/tr1/8_c_compatibility/cmath/functions.cc: Fully
qualify calls.
* testsuite/tr1/8_c_compatibility/cmath/overloads.cc: Likewise;
add atan2 and pow bits.
* testsuite/tr1/8_c_compatibility/complex/overloads_float.cc: Likewise.
* testsuite/tr1/8_c_compatibility/complex/overloads_int.cc: Likewise;
adjust polar bits.

* acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add checks for double_t
and float_t typedefs.
* include/tr1/cmath: Add double_t and float_t.
* testsuite/tr1/8_c_compatibility/cmath/types.cc: New.

* include/tr1/ctgmath: New.
* include/tr1/tgmath.h: Likewise.
* include/Makefile.am: Add.
* testsuite/tr1/headers.cc: Update.

* include/Makefile.in: Regenerate.
* configure: Likewise.

* docs/html/ext/tr1.html: Update.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111931 138bc75d-0d04-0410-961f-82ee72b054a4
17 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/acinclude.m4
libstdc++-v3/configure
libstdc++-v3/docs/html/ext/tr1.html
libstdc++-v3/include/Makefile.am
libstdc++-v3/include/Makefile.in
libstdc++-v3/include/tr1/cmath
libstdc++-v3/include/tr1/complex
libstdc++-v3/include/tr1/ctgmath [new file with mode: 0644]
libstdc++-v3/include/tr1/math.h
libstdc++-v3/include/tr1/tgmath.h [new file with mode: 0644]
libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/functions.cc
libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/overloads.cc
libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/types.cc [new file with mode: 0644]
libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/overloads_float.cc
libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/overloads_int.cc
libstdc++-v3/testsuite/tr1/headers.cc