This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12097] unimplemented: real-valued template parameters when cross-compiling
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Aug 2003 17:57:08 -0000
- Subject: [Bug c++/12097] unimplemented: real-valued template parameters when cross-compiling
- References: <20030828174228.12097.dank@kegel.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12097
bangerth at dealii dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
------- Additional Comments From bangerth at dealii dot org 2003-08-28 17:57 -------
Dan, what does the compiler say when you try to compile the code? Not doing a cross
gives me these messages:
tmp/g> ../build-gcc/gcc-install/bin/c++ -c mangle17.C -Wabi
mangle17.C:8: warning: the mangled name of `void f(S<((I + e) +
(int)(3.70000000000000017763568394002504646778106689453e+0))>) [with int I = 7]' will
change in a future version of GCC
mangle17.C:11: warning: the mangled name of `void g(S<((I + e) +
(int)(3.70000000000000017763568394002504646778106689453e+0))>) [with int I = 7]' will
change in a future version of GCC