This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cf588f1a8e7 c++: Fix template class lookup [PR120495, PR115605]. new c1904cd27b2 c: partial fix for qualifier inconsistency [PR120510] new aea870e9533 c: partial fix for qualifier inconsistency II [PR120510] new ef626002447 c: Add remove_qualifier helper function [PR120510]
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/c/c-typeck.cc | 118 ++++++++++++---------------------------- gcc/testsuite/gcc.dg/pr120510.c | 7 +++ 2 files changed, 42 insertions(+), 83 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr120510.c