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++/34624] valid c++ code doesn't compile for x86_64, but for i386



------- 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


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