This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/34950] [4.2/4.3 Regression] ICE in svn boost math toolkit
- From: "inform at tiker dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Jan 2008 21:03:35 -0000
- Subject: [Bug c++/34950] [4.2/4.3 Regression] ICE in svn boost math toolkit
- References: <bug-34950-15683@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #7 from inform at tiker dot net 2008-01-24 21:03 -------
In the original ice.cpp, there is a declaration of cyl_bessel_j of two template
arguments. So there are two different issues:
1. gcc ICEs on Richard's reduced code
2. it doesn't find the two-argument version of cyl_bessel_j.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34950