Re: [GSoC'19] First Evaluations: Implementing OpenMP Work Stealing Scheduling

2019-06-27 Thread Jakub Jelinek
On Thu, Jun 27, 2019 at 05:20:56AM +0900, 김규래 wrote: > I'll share my status for GSoC first evaluation. > > Current status of libgomp task system: > I'll first summarize my understanding of libgomp. > Please correct me if I'm wrong. > Currently libgomp has 3 different queues: children_queue, taskl

Re: [PATCH] x86: fix CVT{,T}PD2PI insns

2019-06-27 Thread Jan Beulich
>>> On 27.06.19 at 11:03, wrote: > With just an "m" constraint misaligned memory operands won't be forced > into a register, and hence cause #GP. So far this was guaranteed only > in the case that CVT{,T}PD2DQ were chosen (which looks to be the case on > x86-64 only). > > Instead of switching the

Re: CFG generation from C/C++ and JAVA

2019-06-27 Thread Richard Biener
On Wed, Jun 26, 2019 at 5:33 PM charfi asma via gcc wrote: > > Hello, > I am interested in generating the CFG from several gcc front ends. All works > fine for GCC and G++, and we are also interrested in JAVA. > we have seen that GCJ is no longer maintained/distributed by GCCHowever, we > do not

Re: [PATCH] x86: fix CVT{,T}PD2PI insns

2019-06-27 Thread Uros Bizjak
On Thu, Jun 27, 2019 at 11:10 AM Jan Beulich wrote: > > >>> On 27.06.19 at 11:03, wrote: > > With just an "m" constraint misaligned memory operands won't be forced > > into a register, and hence cause #GP. So far this was guaranteed only > > in the case that CVT{,T}PD2DQ were chosen (which looks

Re: [PATCH] x86: fix CVT{,T}PD2PI insns

2019-06-27 Thread Jan Beulich
>>> On 27.06.19 at 12:22, wrote: > On Thu, Jun 27, 2019 at 11:10 AM Jan Beulich wrote: >> >> >>> On 27.06.19 at 11:03, wrote: >> > With just an "m" constraint misaligned memory operands won't be forced >> > into a register, and hence cause #GP. So far this was guaranteed only >> > in the case th

Re: [PATCH] x86: fix CVT{,T}PD2PI insns

2019-06-27 Thread Uros Bizjak
On Thu, Jun 27, 2019 at 12:47 PM Jan Beulich wrote: > > >>> On 27.06.19 at 12:22, wrote: > > On Thu, Jun 27, 2019 at 11:10 AM Jan Beulich wrote: > >> > >> >>> On 27.06.19 at 11:03, wrote: > >> > With just an "m" constraint misaligned memory operands won't be forced > >> > into a register, and h

Re: [RFC] Confusing fall through BB pc in conditional jump

2019-06-27 Thread Segher Boessenkool
Hi Kewen, On Thu, Jun 27, 2019 at 10:32:18AM +0800, Kewen.Lin wrote: > 6: NOTE_INSN_BASIC_BLOCK 2 > >12: r135:CC=cmp(r122:DI,0) >13: pc={(r135:CC!=0)?L52:pc} > REG_DEAD r135:CC > REG_BR_PROB 1041558836 >31: L31: >17: NOTE_INSN_BASIC_BLOCK 3 > > The above

Re: [PATCH] x86: fix CVT{,T}PD2PI insns

2019-06-27 Thread Jan Beulich
>>> On 27.06.19 at 13:02, wrote: > On Thu, Jun 27, 2019 at 12:47 PM Jan Beulich wrote: >> >> >>> On 27.06.19 at 12:22, wrote: >> > On Thu, Jun 27, 2019 at 11:10 AM Jan Beulich wrote: >> >> >> >> >>> On 27.06.19 at 11:03, wrote: >> >> > With just an "m" constraint misaligned memory operands won

Re: [PATCH] x86: fix CVT{,T}PD2PI insns

2019-06-27 Thread Uros Bizjak
On Thu, Jun 27, 2019 at 1:31 PM Jan Beulich wrote: > > >>> On 27.06.19 at 13:02, wrote: > > On Thu, Jun 27, 2019 at 12:47 PM Jan Beulich wrote: > >> > >> >>> On 27.06.19 at 12:22, wrote: > >> > On Thu, Jun 27, 2019 at 11:10 AM Jan Beulich wrote: > >> >> > >> >> >>> On 27.06.19 at 11:03, wrote

Re: [PATCH] x86: fix CVT{,T}PD2PI insns

2019-06-27 Thread Jan Beulich
>>> On 27.06.19 at 14:07, wrote: > On Thu, Jun 27, 2019 at 1:31 PM Jan Beulich wrote: >> >> >>> On 27.06.19 at 13:02, wrote: >> > On Thu, Jun 27, 2019 at 12:47 PM Jan Beulich wrote: >> >> >> >> >>> On 27.06.19 at 12:22, wrote: >> >> > On Thu, Jun 27, 2019 at 11:10 AM Jan Beulich wrote: >> >>

Re: [PATCH] x86: fix CVT{,T}PD2PI insns

2019-06-27 Thread Uros Bizjak
On Thu, Jun 27, 2019 at 2:14 PM Jan Beulich wrote: > > >>> On 27.06.19 at 14:07, wrote: > > On Thu, Jun 27, 2019 at 1:31 PM Jan Beulich wrote: > >> > >> >>> On 27.06.19 at 13:02, wrote: > >> > On Thu, Jun 27, 2019 at 12:47 PM Jan Beulich wrote: > >> >> > >> >> >>> On 27.06.19 at 12:22, wrote:

[PATCH] Add .gnu.lto_.lto section.

2019-06-27 Thread Martin Liška
Hi. So this is a patch candidate for the .gnu.lto_.lto ELF section. As mentioned, the section contains information about bytecode version, compression algorithm used and slim LTO object flag. One minor issues is that I need to append random suffix to the section: [ 6] .gnu.lto_.lto.36e74acfb145

Re: [PATCH] Deprecate -frepo option.

2019-06-27 Thread Martin Liška
On 6/21/19 4:28 PM, Richard Biener wrote: > On Fri, Jun 21, 2019 at 4:13 PM Jakub Jelinek wrote: >> >> On Fri, Jun 21, 2019 at 04:04:00PM +0200, Martin Liška wrote: >>> On 6/21/19 1:58 PM, Jakub Jelinek wrote: On Fri, Jun 21, 2019 at 01:52:09PM +0200, Martin Liška wrote: > On 6/21/19 1:47

Re: [PATCH] Deprecate -frepo option.

2019-06-27 Thread Jonathan Wakely
On Thu, 27 Jun 2019 at 13:30, Martin Liška wrote: > > On 6/21/19 4:28 PM, Richard Biener wrote: > > On Fri, Jun 21, 2019 at 4:13 PM Jakub Jelinek wrote: > >> > >> On Fri, Jun 21, 2019 at 04:04:00PM +0200, Martin Liška wrote: > >>> On 6/21/19 1:58 PM, Jakub Jelinek wrote: > On Fri, Jun 21, 20

Re: [PATCH] Deprecate -frepo option.

2019-06-27 Thread Martin Liška
On 6/27/19 2:58 PM, Jonathan Wakely wrote: > On Thu, 27 Jun 2019 at 13:30, Martin Liška wrote: >> >> On 6/21/19 4:28 PM, Richard Biener wrote: >>> On Fri, Jun 21, 2019 at 4:13 PM Jakub Jelinek wrote: On Fri, Jun 21, 2019 at 04:04:00PM +0200, Martin Liška wrote: > On 6/21/19 1:58 PM,

Linux Plumbers Toolchain Micro-Conference CFP

2019-06-27 Thread Jose E. Marchesi
Hi people! This is a call for proposals for the Toolchain micro-conference at this years' Linux Plumbers Conference (LPC) 2019 which will be held in Lisbon, Portugal for September 9-11. The Linux kernel is particularly demanding in terms of tooling, and the main purpose of this micro-conference

Re: CFG generation from C/C++ and JAVA

2019-06-27 Thread charfi asma via gcc
Thank you for your help. Yes, It seems that gcj6 is not well installaed. Could you please help me to install it ? which installation instruction should I follow ? I can not installed with apt-get  should I checkout the gcj 6 from git and setup it manually ? If yes, can you please give me the ste

Re: [PATCH] Deprecate -frepo option.

2019-06-27 Thread Jason Merrill
On Thu, Jun 27, 2019 at 10:23 AM Martin Liška wrote: > > On 6/27/19 2:58 PM, Jonathan Wakely wrote: > > On Thu, 27 Jun 2019 at 13:30, Martin Liška wrote: > >> > >> On 6/21/19 4:28 PM, Richard Biener wrote: > >>> On Fri, Jun 21, 2019 at 4:13 PM Jakub Jelinek wrote: > > On Fri, Jun 21, 2

Re: [PATCH] Deprecate -frepo option.

2019-06-27 Thread Jan Hubicka
> > It's useful on targets without COMDAT support. Are there any such > that we care about at this point? > > If the problem is the combination with LTO, why not just prohibit that? The problem is that at the collect2 time we want to decide whether to hold stderr/stdout of the linker. The issue

Re: [PATCH] Deprecate -frepo option.

2019-06-27 Thread Iain Sandoe
> On 27 Jun 2019, at 19:21, Jan Hubicka wrote: > >> >> It's useful on targets without COMDAT support. Are there any such >> that we care about at this point? >> >> If the problem is the combination with LTO, why not just prohibit that? > > The problem is that at the collect2 time we want to

Re: [PATCH] Deprecate -frepo option.

2019-06-27 Thread Jan Hubicka
> > > On 27 Jun 2019, at 19:21, Jan Hubicka wrote: > > > >> > >> It's useful on targets without COMDAT support. Are there any such > >> that we care about at this point? > >> > >> If the problem is the combination with LTO, why not just prohibit that? > > > > The problem is that at the colle

Re: CFG generation from C/C++ and JAVA

2019-06-27 Thread NightStrike
On Thu, Jun 27, 2019 at 11:32 AM charfi asma via gcc wrote: > > Thank you for your help. > Yes, It seems that gcj6 is not well installaed. > Could you please help me to install it ? which installation instruction > should I follow ? > > I can not installed with apt-get > should I checkout the gc

gcc-7-20190627 is now available

2019-06-27 Thread gccadmin
Snapshot gcc-7-20190627 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/7-20190627/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 7 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches/gcc-7

Re: [RFC] Confusing fall through BB pc in conditional jump

2019-06-27 Thread Kewen.Lin
Hi Segher, Thanks a lot for the comments. on 2019/6/28 上午9:32, wrote: > Hi Kewen, > > On Thu, Jun 27, 2019 at 10:32:18AM +0800, Kewen.Lin wrote: >> 6: NOTE_INSN_BASIC_BLOCK 2 >> >>12: r135:CC=cmp(r122:DI,0) >>13: pc={(r135:CC!=0)?L52:pc} >> REG_DEAD r135:CC >>

Confirm if this email is correct gcc@gcc.gnu.org

2019-06-27 Thread Abdelkader Alsamman
Greetings, Did you received my message?let me know. Best Regards, Mr.Abdelkader Alsamman.