> Am 12.04.2022 um 17:08 schrieb Thomas Schwinge :
>
> Hi!
>
>> On 2022-04-12T15:45:03+0200, Richard Biener wrote:
>>> On Tue, 12 Apr 2022, Thomas Schwinge wrote:
>>> On 2022-04-07T15:04:15+0200, Richard Biener via Gcc-patches
>>> wrote:
On Thu, 7 Apr 2022, Jan Hubicka wrote:
>> O
Hi!
On 2022-04-12T15:45:03+0200, Richard Biener wrote:
> On Tue, 12 Apr 2022, Thomas Schwinge wrote:
>> On 2022-04-07T15:04:15+0200, Richard Biener via Gcc-patches
>> wrote:
>> > On Thu, 7 Apr 2022, Jan Hubicka wrote:
>> >> > On Thu, 7 Apr 2022, Jan Hubicka wrote:
>> >> > > this patch fixes mis
On Tue, 12 Apr 2022, Thomas Schwinge wrote:
> Hi!
>
> On 2022-04-07T15:04:15+0200, Richard Biener via Gcc-patches
> wrote:
> > On Thu, 7 Apr 2022, Jan Hubicka wrote:
> >> > On Thu, 7 Apr 2022, Jan Hubicka wrote:
> >> > > this patch fixes miscompilation of gnatmake. Modref attempts to track
>
Hi!
On 2022-04-07T15:04:15+0200, Richard Biener via Gcc-patches
wrote:
> On Thu, 7 Apr 2022, Jan Hubicka wrote:
>> > On Thu, 7 Apr 2022, Jan Hubicka wrote:
>> > > this patch fixes miscompilation of gnatmake. Modref attempts to track
>> > > memory
>> > > accesses relative to the base pointers w
On Thu, 7 Apr 2022, Jan Hubicka wrote:
> > On Thu, 7 Apr 2022, Jan Hubicka wrote:
> >
> > > Hi,
> > > this patch fixes miscompilation of gnatmake. Modref attempts to track
> > > memory
> > > accesses relative to the base pointers which are parameters of functions.
> > > If it fails, it still ma
> On Thu, 7 Apr 2022, Jan Hubicka wrote:
>
> > Hi,
> > this patch fixes miscompilation of gnatmake. Modref attempts to track
> > memory
> > accesses relative to the base pointers which are parameters of functions.
> > If it fails, it still makes difference between unknown memory access and
> > g
On Thu, 7 Apr 2022, Jan Hubicka wrote:
> Hi,
> this patch fixes miscompilation of gnatmake. Modref attempts to track memory
> accesses relative to the base pointers which are parameters of functions.
> If it fails, it still makes difference between unknown memory access and
> global memory access
Hi,
this patch fixes miscompilation of gnatmake. Modref attempts to track memory
accesses relative to the base pointers which are parameters of functions.
If it fails, it still makes difference between unknown memory access and
global memory access. The second makes it possible to disambiguate wi