Hi!
Now that GCC 12 branched, can I ask you for:
1) pings for OpenMP patches that are ready and you'd like to get reviewed for
GCC 13
2) what OpenMP 5.0/5.1/5.2 features people are already working on and plan to
post patches later during stage1
Thanks
Jakub
Jakub Jelinek writes:
> The first release candidate for GCC 12.1 is available [...]
There is an unfixed bogus warning that is a regression in 12
and that I think will have a pretty wide effect (any code
that assigns/appends a 1-char string literal to std::string):
https://gcc.gnu.org/bugzilla/s
On Mon, 2 May 2022, Boris Kolpackov wrote:
Jakub Jelinek writes:
The first release candidate for GCC 12.1 is available [...]
There is an unfixed bogus warning that is a regression in 12
and that I think will have a pretty wide effect (any code
that assigns/appends a 1-char string literal to
Hi Jakub, hello all,
let's start with a list of smaller patches, which are pending review
but each of them should be relatively quickly approvable. Some are really
tiny and obvious bug fixes - others are a bit larger but still smallish:
* [Patch] OpenMP: Fix use_device_{addr,ptr} with in-data-sha
On Mon, 2 May 2022, 13:26 Marc Glisse via Gcc, wrote:
> On Mon, 2 May 2022, Boris Kolpackov wrote:
>
> > Jakub Jelinek writes:
> >
> >> The first release candidate for GCC 12.1 is available [...]
> >
> > There is an unfixed bogus warning that is a regression in 12
> > and that I think will have
On Sun, May 1, 2022 at 7:09 PM Maciej W. Rozycki wrote:
>
> On Sat, 30 Apr 2022, Zopolis0 via Gcc wrote:
>
> > 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 f
All,
Thanks for all the help from the past. I'm (still) working on porting
GCC to a new processor ISA and ran into the following problem: the CPU
supports two kinds of register+offset based loads (and stores).
The generic format accepts any base register and any offset. The syntax
for this type o