This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2e063de PR tree-optimization/70916 * tree-if-conv.c: Include cfgana [...] new c388a0c PR c++/66561 - __builtin_LINE at al. should yield constant ex [...]
The 1 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/ChangeLog | 19 +++ gcc/builtins.c | 42 +++++++ gcc/cp/ChangeLog | 6 + gcc/cp/tree.c | 10 +- gcc/doc/extend.texi | 73 +++++++---- gcc/gimplify.c | 20 +-- gcc/testsuite/ChangeLog | 6 + gcc/testsuite/c-c++-common/builtin_location.c | 57 +++++++++ gcc/testsuite/g++.dg/cpp1y/builtin_location.C | 175 ++++++++++++++++++++++++++ 9 files changed, 366 insertions(+), 42 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/builtin_location.c create mode 100644 gcc/testsuite/g++.dg/cpp1y/builtin_location.C