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++ Patch] PR 71140 ("[concepts] ill-formed nested-requirement lacking a semicolon not rejected")


On Wed, Oct 31, 2018 at 2:34 PM Andrew Sutton <andrew.n.sutton@gmail.com> wrote:
>
> Sorry for the slow reply. I've been stuck working on some other projects.
>>
>> Can you say a bit about why that was better than continuing to use VAR_DECL?
>
> I wanted to make sure that we avoid normal VAR_DECL processing routines, so we don't e.g., slip into a function where we might try to generate an address for a concept.
>
>> Yeah, don't worry about trying to send small patches.  I don't mind
>> reviewing what's on the branch, though at least the final patch should
>> be sent to the list for archival.
>>
>> What feedback are you looking for at this point?
>
> Mostly anything that would obviously prevent or cause problems merging in the near future.
>
> I'll try to keep the asutton/gcc fork on github rebased on trunk so there shouldn't be too many merge issues.

Any updates?

Jason


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