gcc-13-20231202 is now available

2023-12-02 Thread GCC Administrator via Gcc
Snapshot gcc-13-20231202 is now available on
  https://gcc.gnu.org/pub/gcc/snapshots/13-20231202/
and on various mirrors, see https://gcc.gnu.org/mirrors.html for details.

This snapshot has been generated from the GCC 13 git branch
with the following options: git://gcc.gnu.org/git/gcc.git branch 
releases/gcc-13 revision b2f11ba84f8c19f890415d26d04fb323b735edc6

You'll find:

 gcc-13-20231202.tar.xz   Complete GCC

  SHA256=ad89b0fc14b679718cadbfbe3104f8a012b4c80644ceaca987af990078814e0b
  SHA1=0f14cecab9368ea1da1604faa40d617055d39bf5

Diffs from 13-20231125 are available in the diffs/ subdirectory.

When a particular snapshot is ready for public consumption the LATEST-13
link is updated and a message is sent to the gcc list.  Please do not use
a snapshot before it has been announced that way.


Debugging the tree object constructed by cp_parser

2023-12-02 Thread Stan Srednyak via Gcc
Dear GCC community,

I am assigned the task to debug the trees as being produced by the
cp_parser. I was able to print some of the trees using the debug_tree()
function. But I am still confused as to where is the tree object that
corresponds to the translation unit being parsed. There is no such field in
cp_parser, and in the few tiers of functions calls starting from
parse_file() function that I followed so far, I was not able to find any
variable remotely similar to the AST of functions/structs etc. that must be
constructed by this great piece of software. I would very much appreciate
any explanation from the great experts in gcc on this mailing list. I
posted a thread at gcc-help, but apparently it is too obvious of a question
to be addressed there.

Thanks in advance,
sincerely yours,

Stan Srednyak


wwwdocs: cxx-reflection/index.html Standardeze

2023-12-02 Thread Jonny Grant
Hello

I held of making a patch to change this (to remove it), does Standardeze mean 
something:

https://gcc.gnu.org/projects/cxx-reflection/index.html

Kind regards
Jonny


Re: wwwdocs: cxx-reflection/index.html Standardeze

2023-12-02 Thread Andrew Pinski via Gcc
On Sat, Dec 2, 2023 at 5:40 PM Jonny Grant  wrote:
>
> Hello
>
> I held of making a patch to change this (to remove it), does Standardeze mean 
> something:
>
> https://gcc.gnu.org/projects/cxx-reflection/index.html

It means written in the same form as the language that is the C++
standard.  It is a term which is used to describe that the language
that the C++ standard uses sometimes can be hard to read due to the
terms used which is not how C++ developers know them as.

The project and C++ has moved on from the time it was being developed
even. concepts in C++20 seems like the evolution of that work even.

Thanks,
Andrew Pinski


>
> Kind regards
> Jonny