This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB 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]

Re: Foo<int,(char*)&string>


On Mon, 16 Feb 2004 21:20:08 -0500 (EST), mec.gnu@mindspring.com (Michael Elizabeth Chastain) said:

> The second template parameter is a "char *"; a value, not a type.

> gcc 3.3.2 -gstabs+ emits this:

>   .stabs "Foo<int,&string>:Tt(1,1)=..."

> gcc HEAD -gstabs+ just changed to emit this:

>   .stabs "Foo<int,(char*)(&string)>:Tt(0,25)=..."

> Do we care?  I think the "(char*)(&string)" looks ugly but is legal.
> I want to change templates.exp to accept this as a PASS.

Sounds good to me.

David Carlton
carlton@kealia.com


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