Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(14)

Issue 4425041: [pph] Macro Validation Correction (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years ago by Lawrence Crowl
Modified:
11 years, 11 months ago
Reviewers:
tromey, Diego Novillo, hp
CC:
gcc-patches_gcc.gnu.org
Base URL:
svn+ssh://gcc.gnu.org/svn/gcc/branches/pph/
Visibility:
Public.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -19 lines) Patch
M libcpp/directives.c View 2 chunks +8 lines, -4 lines 0 comments Download
M libcpp/include/cpplib.h View 1 chunk +5 lines, -3 lines 0 comments Download
M libcpp/init.c View 1 chunk +23 lines, -12 lines 0 comments Download

Messages

Total messages: 7
Lawrence Crowl
An earlier change reduced the number of bits in cpp_hashnode.directive_index from 7 to 5, as ...
13 years ago (2011-04-15 02:01:39 UTC) #1
Diego Novillo
On Thu, Apr 14, 2011 at 22:01, Lawrence Crowl <crowl@google.com> wrote: > Unfortunately, five bits ...
13 years ago (2011-04-16 16:09:04 UTC) #2
tromey_redhat.com
>>>>> "Diego" == Diego Novillo <dnovillo@google.com> writes: >> Unfortunately, five bits are not sufficient for ...
13 years ago (2011-04-18 13:18:56 UTC) #3
Lawrence Crowl
On 4/16/11, Diego Novillo <dnovillo@google.com> wrote: > On Apr 14, 2011 Lawrence Crowl <crowl@google.com> wrote: ...
13 years ago (2011-04-18 18:58:57 UTC) #4
Diego Novillo
On Mon, Apr 18, 2011 at 14:58, Lawrence Crowl <crowl@google.com> wrote: > On 4/16/11, Diego ...
13 years ago (2011-04-18 19:00:56 UTC) #5
hp_bitrange.com
On Sat, 16 Apr 2011, Diego Novillo wrote: > On Thu, Apr 14, 2011 at ...
13 years ago (2011-04-23 00:14:05 UTC) #6
Lawrence Crowl
13 years ago (2011-04-25 18:20:59 UTC) #7
On 4/22/11, Hans-Peter Nilsson <hp@bitrange.com> wrote:
> On Sat, 16 Apr 2011, Diego Novillo wrote:
>> On Thu, Apr 14, 2011 at 22:01, Lawrence Crowl <crowl@google.com> wrote:
>> > +unsigned char too_many_directives_for_bitfield[
>> > +        N_DIRECTIVES <= (1 << CPP_HASHNODE_INDEX_BITS)
>> > +        ? 1 : -1];
>>
>> Heh, I'm not sure what to think of this trick. I think I like it, though.
>
> One up: better make it a declaration: prepend with "extern".

I will fold that into my next patch.

-- 
Lawrence Crowl
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b