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

[Bug c++/12097] unimplemented: real-valued template parameters when cross-compiling


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


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