This is the mail archive of the gcc-patches@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]

Re: [C++0x] nullptr


On Mon, 2010-03-29 at 11:31 -0400, Jason Merrill wrote:
> On 03/28/2010 05:52 PM, Magnus Fromreide wrote:

> > I found out that the problem was that each pattern only match once
> > so I had to add one more dg-message as follows
> >
> > char* k(char*);/* { dg-message "note" } { dg-message "note" } */
> 
> Really?  I haven't had to do that for multiple errors on the same line.

I think my problem is that I have two different other lines that trigger
notes on the same line.

> > and there are still a bunch of missing debug output formats.
> 
> I think it's fine to treat nullptr_t as an integral type for other formats.
> 
> I'll look at the new patch in a bit.

Thanks.

/MF


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