Re: GCC 10.1 Release Candidate available from gcc.gnu.org

2020-05-03 Thread Martin Liška
On 5/1/20 10:04 AM, Jakub Jelinek wrote: On Fri, May 01, 2020 at 09:23:33AM +0200, Martin Liška wrote: On 4/30/20 11:21 PM, Jakub Jelinek via Gcc wrote: The first release candidate for GCC 10.1 is available from https://gcc.gnu.org/pub/gcc/snapshots/10.1.0-RC-20200430/ ftp://gcc.gnu.org/

gcc-11-20200503 is now available

2020-05-03 Thread GCC Administrator via Gcc
Snapshot gcc-11-20200503 is now available on https://gcc.gnu.org/pub/gcc/snapshots/11-20200503/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 11 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

DECL_RESULT not initialized for FUNCTION_DECL when processing attributes in a plugin - bug or feature?

2020-05-03 Thread Bartosz Szreder via Gcc
GCC manual (https://gcc.gnu.org/onlinedocs/gccint/Function-Basics.html) states that a result tree for a FUNCTION_DECL can be obtained by using a DECL_RESULT macro. This does not seem to be the case when processing user-defined attributes via a plugin - when GCC calls my callback for handling the at