Re: Remove line 0 hack in cp/decl.c (issue4835047)

2011-08-05 Thread Gabriel Charette
On Fri, Aug 5, 2011 at 10:37 AM, Tom Tromey wrote: >> "Gabriel" == Gabriel Charette writes: > > Gabriel> This hack, has described in more details in the email labeled > Gabriel> "Line 0 Hack??", was now causing problem when serializing the > Gabriel> line_table in pph. > > I think you do have

Re: Remove line 0 hack in cp/decl.c (issue4835047)

2011-08-05 Thread Diego Novillo
On Fri, Aug 5, 2011 at 13:37, Tom Tromey wrote: >> "Gabriel" == Gabriel Charette writes: > > Gabriel> This hack, has described in more details in the email labeled > Gabriel> "Line 0 Hack??", was now causing problem when serializing the > Gabriel> line_table in pph. > > I think you do have to

Re: Remove line 0 hack in cp/decl.c (issue4835047)

2011-08-05 Thread Tom Tromey
> "Gabriel" == Gabriel Charette writes: Gabriel> This hack, has described in more details in the email labeled Gabriel> "Line 0 Hack??", was now causing problem when serializing the Gabriel> line_table in pph. I think you do have to handle location 0 somehow. This is UNKNOWN_LOCATION, referr

Remove line 0 hack in cp/decl.c (issue4835047)

2011-08-01 Thread Gabriel Charette
This hack, has described in more details in the email labeled "Line 0 Hack??", was now causing problem when serializing the line_table in pph. According to the revision history: this was introduced by steven in 2005: commit ba821eb102fc1a654c0542fcba73898340a9a02d Author: steven Date