Snapshot gcc-10-20220609 is now available on
https://gcc.gnu.org/pub/gcc/snapshots/10-20220609/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 10 git branch
with the following options: git://gcc.gnu.org/git/gcc.git branch
W dniu 26.04.2022 o 01:13, Jason Gunthorpe pisze:
> On Thu, Apr 21, 2022 at 10:47:01PM +0200, Mateusz Jończyk wrote:
>> Hello,
>>
>> commit ad7489d5262d ("mm: uninline copy_overflow()")
>>
>> breaks for me a build for i386 in the Mellanox MLX4 driver:
>>
>> In file included from ./arch/x86/
On Thursday, June 9th, 2022 at 7:36 AM, Eric Gallager
wrote:
> Nice, good to hear! I'm looking forward to seeing this get added!
I'll write some tests and try to send the patches next week!
Miika
On Thu, 2022-06-09 at 16:49 +0200, Tim Lange wrote:
>
> > On Mi, Jun 8 2022 at 11:12:52 -0400, David Malcolm
> wrote:
> > > On Wed, 2022-06-08 at 01:42 +0200, Tim Lange wrote:
> > >
> > > Hi Dave,
Hi Tim; various responses inline below...
> > >
> > > I did spent some time to think about
> On Mi, Jun 8 2022 at 11:12:52 -0400, David Malcolm
wrote:
> > On Wed, 2022-06-08 at 01:42 +0200, Tim Lange wrote:
> >
> > Hi Dave,
> >
> > I did spent some time to think about the zero state machine. I
first
> > thought about distinguishing between "assigned zero" and "EQ 0
> > condition
On Thu, 2022-06-09 at 11:04 +0200, Tim Lange wrote:
> Hi everyone,
>
> my name is Tim and I'm also working on the static analyzer this summer.
Hi Tim - and welcome to GCC development.
> Some of you might already noticed my nooby questions in the IRC ;).
> Specifically, I'll be working on extendi
Hi,
I understand some differences between IPA_PASSes and SIMPLE_IPA_PASSes.
However, I have questions about the cleanup processes that IPA_PASSes might
have.
* Would it be correct to assume that all node and edge summaries are
deleted after the last IPA_PASS? And would it also be correct to assum
Hello,
On Wed, 8 Jun 2022, Carl Love via Gcc wrote:
> Is there dwarf information that gives the size of a variable?
Yes, it's in the type description. For array types the siblings of it
give the index types and ranges. If that range is
computed at runtime DWARF will (try to) express it as an
Hi everyone,
my name is Tim and I'm also working on the static analyzer this summer.
Some of you might already noticed my nooby questions in the IRC ;).
Specifically, I'll be working on extending the analyzer with several
smaller warnings that the clang analyzer already has. David created a
me