This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1c2d100c4c0 * ipa-cp.c (estimate_local_effects): Convert sreal to int. [...] new 1fc3fc06ffe * tree.h (crc32_unsigned_n): Declare. (crc32_unsigned, cr [...] new 82d479d0c12 * parser.c (cp_parser_nested_name_specifier_opt): A [...]
The 2 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 | 9 +++++ gcc/cp/ChangeLog | 5 +++ gcc/cp/parser.c | 7 +++- gcc/testsuite/ChangeLog | 4 ++ gcc/testsuite/g++.dg/diagnostic/nested-name-1.C | 13 +++++++ gcc/tree.c | 52 +++++++++++-------------- gcc/tree.h | 13 ++++++- 7 files changed, 70 insertions(+), 33 deletions(-) create mode 100644 gcc/testsuite/g++.dg/diagnostic/nested-name-1.C