Re: [PATCH, OpenACC 2.7] Connect readonly modifier to points-to analysis

2024-05-16 Thread Richard Biener
On Wed, 3 Apr 2024, Chung-Lin Tang wrote: > Hi Richard, Thomas, > > On 2023/10/30 8:46 PM, Richard Biener wrote: > >> > >> What Chung-Lin's first patch does is mark the OMP clause for 'x' (not the > >> 'x' decl itself!) as 'readonly', via a new 'OMP_CLAUSE_MAP_READONLY' > >> flag. > >> > >> The

Re: [PATCH, OpenACC 2.7] Connect readonly modifier to points-to analysis

2024-04-12 Thread Richard Biener
On Thu, 11 Apr 2024, Thomas Schwinge wrote: > Hi Chung-Lin, Richard! > > From me just a few mechanical pieces, see below. Richard, are you able > to again comment on Chung-Lin's general strategy, as I'm not at all > familiar with those parts of the code? I've queued all stage1 material and

Re: [PATCH, OpenACC 2.7] Connect readonly modifier to points-to analysis

2024-04-11 Thread Thomas Schwinge
Hi Chung-Lin, Richard! >From me just a few mechanical pieces, see below. Richard, are you able to again comment on Chung-Lin's general strategy, as I'm not at all familiar with those parts of the code? On 2024-04-03T19:50:55+0800, Chung-Lin Tang wrote: > On 2023/10/30 8:46 PM, Richard Biener

Re: [PATCH, OpenACC 2.7] Connect readonly modifier to points-to analysis

2024-04-03 Thread Chung-Lin Tang
Hi Richard, Thomas, On 2023/10/30 8:46 PM, Richard Biener wrote: >> >> What Chung-Lin's first patch does is mark the OMP clause for 'x' (not the >> 'x' decl itself!) as 'readonly', via a new 'OMP_CLAUSE_MAP_READONLY' >> flag. >> >> The actual optimization then is done in this second patch.

Re: [PATCH, OpenACC 2.7] Connect readonly modifier to points-to analysis

2023-10-30 Thread Richard Biener
On Fri, Oct 27, 2023 at 4:28 PM Thomas Schwinge wrote: > > Hi! > > Richard, as the original author of 'SSA_NAME_POINTS_TO_READONLY_MEMORY': > 2018 commit 6214d5c7e7470bdd5ecbeae668c2522551bfebbc (Subversion r263958) > "Move const_parm trick to generic code"; 'gcc/tree.h': > > /* Nonzero if

Re: [PATCH, OpenACC 2.7] Connect readonly modifier to points-to analysis

2023-10-27 Thread Thomas Schwinge
Hi! Richard, as the original author of 'SSA_NAME_POINTS_TO_READONLY_MEMORY': 2018 commit 6214d5c7e7470bdd5ecbeae668c2522551bfebbc (Subversion r263958) "Move const_parm trick to generic code"; 'gcc/tree.h': /* Nonzero if this SSA_NAME is known to point to memory that may not be written

[PATCH, OpenACC 2.7] Connect readonly modifier to points-to analysis

2023-07-25 Thread Chung-Lin Tang via Gcc-patches
On 2023/7/11 2:33 AM, Chung-Lin Tang via Gcc-patches wrote: > As we discussed earlier, the work for actually linking this to middle-end > points-to analysis is a somewhat non-trivial issue. This first patch allows > the language feature to be used in OpenACC directives first (with no effect > for

[committed] analyzer: fix ICE on bind/connect with a constant fd [PR107928]

2022-11-30 Thread David Malcolm via Gcc-patches
_state_machine::on_connect): Likewise. * sm-fd.dot: Add "constant_fd" state and its transitions. gcc/testsuite/ChangeLog: PR analyzer/107928 * gcc.dg/analyzer/fd-bind-pr107928.c: New test. * gcc.dg/analyzer/fd-connect-pr107928.c: New test. * gcc.dg/analyzer

Connect

2020-04-25 Thread SaSIoT
Hi, I'd like to offer you farm automation solutions to save your precious time and get better results. I'm the founder of a small IT company which is providing IoT Services. Currently I'm looking for an earlier adopter customers. We need to build strong references that's why level of attention

Connect and Network with Regulators and Canna Operators

2020-01-03 Thread CannaWest Summit
CannaWest    http://links.infocastevents.mkt8115.com/ctt?kn=13=NDE0MTM4MzgS1=NjkyMTk1NzM3MTk0S0=2=MTY4MDI1MTIxMQS2=1=0 The

Go patch committed: Connect the concrete type and the placeholder for circular types

2018-07-17 Thread Ian Lance Taylor
This patch by Cherry Zhang changes the Go frontend to more clearly connect the concrete type and the placeholder for circular types. Previously, when creating the backend representation of a circular type, we resolved the placeholder to a circular_pointer_type. The backend didn't know what

libgo patch committed: Use DialTimeout in self-connect test

2013-12-27 Thread Ian Lance Taylor
This patch from Uros Bizjak changes TestSelfConnect to use DialTimeout, to avoid a problem where some operating systems take a long time to fail a connection to localhost. This patch adds a timeout to make the connection fail quickly. This is PR 59506. Ran Go testsuite on

git-svn: Unable to connect to a repository

2012-09-22 Thread Bruce Korb
Huh? Sorry. Don't know what else to say: Per: http://gcc.gnu.org/wiki/GitMirror $ git svn init -Ttrunk --prefix=origin/ svn+ssh://gcc.gnu.org/svn/gcc Network connection closed unexpectedly: Unable to connect to a repository at \ URL 'svn+ssh://gcc.gnu.org/svn/gcc': To better debug SSH

Re: git-svn: Unable to connect to a repository

2012-09-22 Thread Bruce Korb
by Subversion 1.6) Adjusting file timestamps Touching Makefile.in... SVN update of full tree failed. $ svn ls svn+ssh://usern...@gcc.gnu.org/svn/gcc svn: E210002: Unable to connect to a repository at URL 'svn+ssh://usern...@gcc.gnu.org/svn/gcc' svn: E210002: To better debug SSH connection problems

Re: git-svn: Unable to connect to a repository

2012-09-22 Thread Gabriel Dos Reis
: E155036: Working copy '/u/gnu/proj/gcc-svn' is too old (format 10, created by Subversion 1.6) Adjusting file timestamps Touching Makefile.in... SVN update of full tree failed. $ svn ls svn+ssh://usern...@gcc.gnu.org/svn/gcc svn: E210002: Unable to connect to a repository at URL 'svn+ssh

Re: git-svn: Unable to connect to a repository

2012-09-22 Thread Bruce Korb
+ssh://gcc.gnu.org/svn/gcc Network connection closed unexpectedly: Unable to connect to a repository at \ URL 'svn+ssh://gcc.gnu.org/svn/gcc': To better debug SSH connection problems, remove the -q option from 'ssh' in the [tunnels] section of your Subversion configuration file. at /usr

Re: git-svn: Unable to connect to a repository

2012-09-22 Thread Gabriel Dos Reis
developers use plain SVN; or (2) the change in SVN format (version 1.7.x) is relatively recent so it hasn't affected enough people yet. $ git svn init -Ttrunk --prefix=origin/ svn+ssh://gcc.gnu.org/svn/gcc Network connection closed unexpectedly: Unable to connect to a repository

Re: [PATCH 9/9] dwarf2cfi: Generate and connect traces.

2011-08-06 Thread H.J. Lu
On Thu, Jul 14, 2011 at 4:07 PM, Richard Henderson r...@redhat.com wrote: This kinda-sorta corresponds to Bernd's 007-dw2cfi patch.  Certainly the same concepts of splitting the instruction stream into extended basic blocks is the same.  This patch does a bit better job with the documentation.

[PATCH 9/9] dwarf2cfi: Generate and connect traces.

2011-07-14 Thread Richard Henderson
This kinda-sorta corresponds to Bernd's 007-dw2cfi patch. Certainly the same concepts of splitting the instruction stream into extended basic blocks is the same. This patch does a bit better job with the documentation. Also, I'm a bit more explicit about matching things up with the similar code

libgo patch committed: Ignore EINTR in connect

2011-03-08 Thread Ian Lance Taylor
This libgo patch ignores an EINTR which occurs while calling connect on a socket. Bootstrapped and ran Go testsuite on x86_64-unknown-linux-gnu. Committed to mainline. This is for PR 48019. Ian diff -r eb43a92af99e libgo/go/net/sock.go --- a/libgo/go/net/sock.go Tue Mar 08 22:31:00 2011 -0800