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]

Re: template_type_parm and typename_type not supported by dump_type_prefix


> For mips-sgi-irix6.5, the problem occurs for this program:
> 
>   template <class A>
>   void doit(const A& a) {}

It also triggers the problem for hppa1.1-hp-hpux10.20:

504 (hiauly1)dave> /xxx/gnu/gcc-3.1/objdir/gcc/g++ -B/xxx/gnu/gcc-3.1/objdir/gc
c/ -S dtp.cc
dtp.cc:2: sorry, not implemented: `template_type_parm' not supported by
   dump_type_prefix
dtp.cc:2: sorry, not implemented: `template_type_parm' not supported by
   dump_type_suffix

Let me know if you find something.  I can't look at it until this evening
at the earliest.  The v3 testsuite programs still pass the execution
part of the test even when "warnings" occur during compilation.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


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