On 09/16/2015 10:24 AM, Andres Tiraboschi wrote:
Hi, this patch fix the following bug:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67064 for gcc 5.2

It passes all the gcc tests except for this:
FAIL: g++.dg/cpp1y/auto-fn15.C  -std=gnu++14 (test for excess errors)

Yep. The test is verifying that decltype(auto) functions handle parentheses properly, and the patch disables the code for that handling.

but this also happens without the patch.

The test passes for me without this patch.

Jason

Reply via email to