Re: [PATCH] c++: fix pretty printing of 'alignof' vs '__alignof__' [PR85979]

2023-05-04 Thread Jason Merrill via Gcc-patches
On 5/4/23 12:33, Patrick Palka wrote: Bootstrapped and regtested on x86_64-pc-linux-gnu, does this look OK for trunk? OK. PR c++/85979 gcc/cp/ChangeLog: * cxx-pretty-print.cc (cxx_pretty_printer::unary_expression) : Consider ALIGNOF_EXPR_STD_P. * error.cc

[PATCH] c++: fix pretty printing of 'alignof' vs '__alignof__' [PR85979]

2023-05-04 Thread Patrick Palka via Gcc-patches
Bootstrapped and regtested on x86_64-pc-linux-gnu, does this look OK for trunk? PR c++/85979 gcc/cp/ChangeLog: * cxx-pretty-print.cc (cxx_pretty_printer::unary_expression) : Consider ALIGNOF_EXPR_STD_P. * error.cc (dump_expr) : Likewise. gcc/testsuite/ChangeLog: