This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/34624] valid c++ code doesn't compile for x86_64, but for i386
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Jan 2008 10:50:47 -0000
- Subject: [Bug c++/34624] valid c++ code doesn't compile for x86_64, but for i386
- References: <bug-34624-12873@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from rguenth at gcc dot gnu dot org 2008-01-14 10:50 -------
EDG says
t.ii(13): error: no instance of function template "get_samples" matches the
argument list
argument types are: (my_table<float, 1024U>)
const float * ptr = get_samples(tab);
^
compilation aborted for t.ii (code 2)
for the testcase in comment #3.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34624