How to regenerate aclocal.m4?

2022-04-29 Thread Zopolis0 via Gcc
I'm trying to regenerate autotools files in liboffloadmic (and other directories) but when running automake it tells me I need to run aclocal, which gives me a warning about not finding AM_ENABLE_MULTILIB in library, which then translates into an autoconf error. How do I fix this? Is there a specif

gcc-11-20220429 is now available

2022-04-29 Thread GCC Administrator via Gcc
Snapshot gcc-11-20220429 is now available on https://gcc.gnu.org/pub/gcc/snapshots/11-20220429/ 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

[gen-16862] Invitation to the CERT Vendor Meeting 2022 (June 6)

2022-04-29 Thread cert+donotreply--- via Gcc
While it's unusual for us to hold meetings so close together, it's been an unusual couple of years, and we are holding a full day, hybrid event on June 6 2022, the Monday of RSAC 2022. The meeting will be held from 9 AM to 5 PM PDT, in person at the Marriott Marquis in San Francisco, CA, US, and

GCC 12.1 Release Candidate available from gcc.gnu.org

2022-04-29 Thread Jakub Jelinek via Gcc
The first release candidate for GCC 12.1 is available from https://gcc.gnu.org/pub/gcc/snapshots/12.1.0-RC-20220429/ ftp://gcc.gnu.org/pub/gcc/snapshots/12.1.0-RC-20220429/ and shortly its mirrors. It has been generated from git commit r12-8321-g621650f64fb667. I have so far bootstrapped and

Re: FW: ompd_get_thread_id in OMPD implementation

2022-04-29 Thread Jakub Jelinek via Gcc
On Sat, Apr 09, 2022 at 12:38:11AM +0200, Ahmed Sayed Mousse wrote: > Sorry for the late reply. > I did check gomp_thread_self but I'm still not sure about what I should do, > maybe because I lack experience/knowledge. > Here is where my thinking is going right now and I hope you tell me if I'm > w

Re: GCC 12.0.1 Status Report (2022-04-28)

2022-04-29 Thread LIU Hao via Gcc
在 2022-04-28 22:59, Jakub Jelinek via Gcc 写道: Status == We have reached zero P1 regressions today and releases/gcc-12 branch has been created. GCC 12.1-rc1 will be built likely tomorrow. The branch is now frozen for blocking regressions and documentation fixes only, all changes to the branc

Re: config/dfp.m4 license?

2022-04-29 Thread Andrew Pinski via Gcc
On Fri, Apr 29, 2022 at 1:45 AM Christophe Lyon via Gcc wrote: > > Hi! > > The config/dfp.m4 file does not have a license header. Several other .m4 > files in the same directory have a GPL header, many others do not. > > Can someone confirm the license of dfp.m4 and add the missing header if > app

config/dfp.m4 license?

2022-04-29 Thread Christophe Lyon via Gcc
Hi! The config/dfp.m4 file does not have a license header. Several other .m4 files in the same directory have a GPL header, many others do not. Can someone confirm the license of dfp.m4 and add the missing header if applicable? Thanks! Christophe