commit | 2b5d109ba3af320f65cb0707e8733eeea3c96262 | [log] [tgz] |
---|---|---|
author | Marek Polacek <polacek@redhat.com> | Wed Mar 04 19:04:31 2020 -0500 |
committer | Marek Polacek <polacek@redhat.com> | Wed Mar 04 19:04:31 2020 -0500 |
tree | ac410059f7df7ec4ec11c36759d82ef9c99b6ac7 | |
parent | d8b65123ea2e7f169c3e3972d3942d73f9b3333c [diff] |
c++: Fix ICE in tsubst_copy with parenthesized expression [PR93299] PR c++/93299 - ICE in tsubst_copy with parenthesized expression. * pt.c (tsubst_copy): Handle a REF_PARENTHESIZED_P VIEW_CONVERT_EXPR. * g++.dg/cpp1y/paren5.C: New test.