GCC development mailing list.

2025-05-19 Thread Martin C. Foster
Hi, I am a retired software engineer. I'm looking for projects where I might be useful. I would like to get on your mailing list. I listened to an interview with Jonathan Wakely on the podcast cppcast and contributing to the gcc standard library sounded interesting. Thanks, Chris -- Martin

Re: GCC development mailing list.

2025-05-19 Thread Jonathan Wakely via Gcc
On Mon, 19 May 2025 at 16:58, Martin C. Foster wrote: > > Hi, > > I am a retired software engineer. I'm looking for projects where I might > be useful. I would like to get on your mailing list. > > I listened to an interview with Jonathan Wakely on the podcast cppcast > and contributing to the gcc

Re: GCC Development Plan update?

2025-05-14 Thread Jonathan Wakely via Gcc
On Wed, 14 May 2025 at 21:26, Jonathan Wakely wrote: > > On Wed, 14 May 2025 at 20:56, ASSI wrote: > > > > Jonathan Wakely via Gcc writes: > > > For 13.4 the link on the https://gcc.gnu.org home page for the gcc 13 > > > status goes to https://gcc.gnu.org/pipermail/gcc/2025-April/245992.html > >

Re: GCC Development Plan update?

2025-05-14 Thread Jonathan Wakely via Gcc
On Wed, 14 May 2025 at 20:56, ASSI wrote: > > Jonathan Wakely via Gcc writes: > > For 13.4 the link on the https://gcc.gnu.org home page for the gcc 13 > > status goes to https://gcc.gnu.org/pipermail/gcc/2025-April/245992.html > > which says: > > "The plan is to do a release candidate for GCC 13.

Re: GCC Development Plan update?

2025-05-14 Thread Jakub Jelinek via Gcc
On Wed, May 14, 2025 at 09:55:07PM +0200, ASSI wrote: > That seems appropriate for the GCC Releases document, while the one I > linked to is advertised to show "future releases and an alternative view > of the release history". But I get it that it's just not getting an > update at this time so th

Re: GCC Development Plan update?

2025-05-14 Thread ASSI
Jonathan Wakely via Gcc writes: > For 13.4 the link on the https://gcc.gnu.org home page for the gcc 13 > status goes to https://gcc.gnu.org/pipermail/gcc/2025-April/245992.html > which says: > "The plan is to do a release candidate for GCC 13.4 on Thursday, May > 29th, one week after the GCC 14.3

Re: GCC Development Plan update?

2025-05-14 Thread ASSI
Jonathan Wakely via Gcc writes: > On Wed, 14 May 2025 at 19:12, ASSI wrote: >> >> >> The current schedule as published at >> >> https://gcc.gnu.org/develop.html >> >> ends with the 16.1 release. > > No it doesn't btw - it ends with the 15.1 release and with stage 1 for > gcc 16, we're still a year

Re: GCC Development Plan update?

2025-05-14 Thread Jonathan Wakely via Gcc
On Wed, 14 May 2025 at 20:09, Jonathan Wakely wrote: > > On Wed, 14 May 2025 at 19:12, ASSI wrote: > > > > > > The current schedule as published at > > > > https://gcc.gnu.org/develop.html > > > > ends with the 16.1 release. Is there an updated / extended version > > available that shows the pla

Re: GCC Development Plan update?

2025-05-14 Thread Jonathan Wakely via Gcc
On Wed, 14 May 2025 at 19:12, ASSI wrote: > > > The current schedule as published at > > https://gcc.gnu.org/develop.html > > ends with the 16.1 release. No it doesn't btw - it ends with the 15.1 release and with stage 1 for gcc 16, we're still a year away from the 16.1 release. > Is there an

Re: GCC Development Plan update?

2025-05-14 Thread Jonathan Wakely via Gcc
On Wed, 14 May 2025 at 19:12, ASSI wrote: > > > The current schedule as published at > > https://gcc.gnu.org/develop.html > > ends with the 16.1 release. Is there an updated / extended version > available that shows the planned releases for the next half year at > least? No, but you can extrapol

GCC Development Plan update?

2025-05-14 Thread ASSI
The current schedule as published at https://gcc.gnu.org/develop.html ends with the 16.1 release. Is there an updated / extended version available that shows the planned releases for the next half year at least? Specifically, I would like to know if (and when) a 12.5 is planned and when 13.4

[CFP] The 16th Open Source Development Tools Conference (OSDTConf2024)

2024-11-19 Thread Yixuan Chen
The 16th Open Source Development Tools Conference (formerly HelloGCC Workshop, hereinafter referred to as OSDTConf) is scheduled to be held in Beijing, China, on December 7, 2024. The OSDTConf is an annual developer exchange conference organized by the OSDT community (formerly known as the

Re: Tests of gcc development beyond its testsuite (in this case, for gfortran)

2024-05-08 Thread Toon Moene
On 5/7/24 20:44, Toon Moene wrote: On 5/7/24 20:35, Andrew Pinski wrote: On Tue, May 7, 2024 at 11:31 AM Toon Moene wrote: On 5/7/24 00:02, Toon Moene wrote: OK, perhaps on the aarch64 I need the following option to make the comparison fair: ‘rdma’   Enable Round Double Multiply Acc

Re: Tests of gcc development beyond its testsuite (in this case, for gfortran)

2024-05-07 Thread Toon Moene
On 5/7/24 20:35, Andrew Pinski wrote: On Tue, May 7, 2024 at 11:31 AM Toon Moene wrote: On 5/7/24 00:02, Toon Moene wrote: OK, perhaps on the aarch64 I need the following option to make the comparison fair: ‘rdma’ Enable Round Double Multiply Accumulate instructions. This is on by d

Re: Tests of gcc development beyond its testsuite (in this case, for gfortran)

2024-05-07 Thread Andrew Pinski via Gcc
On Tue, May 7, 2024 at 11:31 AM Toon Moene wrote: > > On 5/7/24 00:02, Toon Moene wrote: > > > OK, perhaps on the aarch64 I need the following option to make the > > comparison fair: > > > > ‘rdma’ > > > > Enable Round Double Multiply Accumulate instructions. This is on by > > default for -ma

Re: Tests of gcc development beyond its testsuite (in this case, for gfortran)

2024-05-07 Thread Toon Moene
On 5/7/24 00:02, Toon Moene wrote: OK, perhaps on the aarch64 I need the following option to make the comparison fair: ‘rdma’     Enable Round Double Multiply Accumulate instructions. This is on by default for -march=armv8.1-a. I.e., -mno-rdma (I hope that's correct - I'll will try that

Re: Tests of gcc development beyond its testsuite (in this case, for gfortran)

2024-05-06 Thread Toon Moene
On 5/6/24 23:35, Toon Moene wrote: On 5/6/24 23:32, Andrew Pinski wrote: Did you test x86_64 with -march=native (or with -mfma) or just -O3? The reason why I am asking is aarch64 includes FMA by default while x86_64 does not. Most recent x86_64 includes an FMA instruction but since the base IS

Re: Tests of gcc development beyond its testsuite (in this case, for gfortran)

2024-05-06 Thread Toon Moene
On 5/6/24 23:32, Andrew Pinski wrote: Did you test x86_64 with -march=native (or with -mfma) or just -O3? The reason why I am asking is aarch64 includes FMA by default while x86_64 does not. Most recent x86_64 includes an FMA instruction but since the base ISA does not include it, it is not enab

Re: Tests of gcc development beyond its testsuite (in this case, for gfortran)

2024-05-06 Thread Andrew Pinski via Gcc
On Mon, May 6, 2024 at 2:27 PM Toon Moene wrote: > > I have now, for some time, ran LAPACK's test programs on my gcc/gfortran > builds on both on the x86_64-linux-gnu architecture, as well as the > aarch64-linux-gnu one (see, e.g., > http://moene.org/~toon/lapack-amd64-gfortran13-O3). > > The resu

Tests of gcc development beyond its testsuite (in this case, for gfortran)

2024-05-06 Thread Toon Moene
I have now, for some time, ran LAPACK's test programs on my gcc/gfortran builds on both on the x86_64-linux-gnu architecture, as well as the aarch64-linux-gnu one (see, e.g., http://moene.org/~toon/lapack-amd64-gfortran13-O3). The results are rather alarming - this is r15-202 for aarch64 vs r1

OMPD development status

2024-01-18 Thread Mohamed Atef via Gcc
Hello all, Just to remind you, there's an OMPD branch, on the repo: https://gcc.gnu.org/git/?p=gcc.git;a=shortlog;h=refs/heads/devel/omp/ompd What is in the branch? Initialization of the library (libgompd): the third-party tools can successfully load OMPD allocates memory for the process, i.e. (al

Re: Update on CPython Extension Module -fanalyzer plugin development

2023-08-25 Thread David Malcolm via Gcc
On Fri, 2023-08-25 at 08:50 -0400, Eric Feng wrote: > Hi Dave, > > Please find an updated WIP patch on reference count checking below. Some > parts aren't properly formatted yet; I apologize for that. > > Since the last WIP patch, the major updates include: > - Updated certain areas of the core a

Update on CPython Extension Module -fanalyzer plugin development

2023-08-25 Thread Eric Feng via Gcc
Hi Dave, Please find an updated WIP patch on reference count checking below. Some parts aren't properly formatted yet; I apologize for that. Since the last WIP patch, the major updates include: - Updated certain areas of the core analyzer to support custom stmt_finder. - A significant revamp of t

Re: Update on CPython Extension Module -fanalyzer plugin development

2023-08-24 Thread Eric Feng via Gcc
On Wed, Aug 23, 2023 at 7:16 PM David Malcolm wrote: > > On Wed, 2023-08-23 at 17:15 -0400, Eric Feng wrote: > > On Mon, Aug 21, 2023 at 11:04 AM David Malcolm > > wrote: > > > > > > On Mon, 2023-08-21 at 10:05 -0400, Eric Feng wrote: > > > > Hi Dave, > > > > > > > > Just wanted to give you and e

Re: Update on CPython Extension Module -fanalyzer plugin development

2023-08-23 Thread David Malcolm via Gcc
On Wed, 2023-08-23 at 17:15 -0400, Eric Feng wrote: > On Mon, Aug 21, 2023 at 11:04 AM David Malcolm > wrote: > > > > On Mon, 2023-08-21 at 10:05 -0400, Eric Feng wrote: > > > Hi Dave, > > > > > > Just wanted to give you and everyone else a short update on how > > > reference count checking is g

Re: Update on CPython Extension Module -fanalyzer plugin development

2023-08-23 Thread Eric Feng via Gcc
On Mon, Aug 21, 2023 at 11:04 AM David Malcolm wrote: > > On Mon, 2023-08-21 at 10:05 -0400, Eric Feng wrote: > > Hi Dave, > > > > Just wanted to give you and everyone else a short update on how > > reference count checking is going — we can now observe the refcnt > > diagnostic being emitted: > >

Re: Update on CPython Extension Module -fanalyzer plugin development

2023-08-21 Thread David Malcolm via Gcc
On Mon, 2023-08-21 at 10:05 -0400, Eric Feng wrote: > Hi Dave, > > Just wanted to give you and everyone else a short update on how > reference count checking is going — we can now observe the refcnt > diagnostic being emitted: > > rc3.c:22:10: warning: REF COUNT PROBLEM >    22 |   return list; >

Re: Update on CPython Extension Module -fanalyzer plugin development

2023-08-21 Thread Eric Feng via Gcc
Hi Dave, Just wanted to give you and everyone else a short update on how reference count checking is going — we can now observe the refcnt diagnostic being emitted: rc3.c:22:10: warning: REF COUNT PROBLEM 22 | return list; | ^~~~ ‘create_py_object’: events 1-4 | |

Re: Update on CPython Extension Module -fanalyzer plugin development

2023-08-16 Thread Eric Feng via Gcc
Hi Dave, Thanks for the feedback! On Wed, Aug 16, 2023 at 5:29 PM David Malcolm wrote: > > On Wed, 2023-08-16 at 15:17 -0400, Eric Feng via Gcc wrote: > > Hi everyone, > > [fixing typo in my email address] > > Hi Eric, thanks for the update, and the WIP patch. > > > > > After pushing the code t

Re: Update on CPython Extension Module -fanalyzer plugin development

2023-08-16 Thread David Malcolm via Gcc
On Wed, 2023-08-16 at 15:17 -0400, Eric Feng via Gcc wrote: > Hi everyone, [fixing typo in my email address] Hi Eric, thanks for the update, and the WIP patch. > > After pushing the code that supports various known function classes last week, > I've turned my attention back to the core referenc

Update on CPython Extension Module -fanalyzer plugin development

2023-08-16 Thread Eric Feng via Gcc
Hi everyone, After pushing the code that supports various known function classes last week, I've turned my attention back to the core reference count checking functionality. This functionality used to reside in region_model, which wasn't ideal. To address this, I've introduced a hook to register

Re: Update and Questions on CPython Extension Module -fanalyzer plugin development

2023-08-07 Thread David Malcolm via Gcc
YNAMIC_ANNOTATIONS_ENABLED=1 - > > > > > DNDEBUG  - > > > > > O2 -g -pipe -Wall -Werror=format-security -Wp,- > > > > > D_FORTIFY_SOURCE=2 > > > > > - > > > > > Wp,- > > > > > D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-

Re: Update and Questions on CPython Extension Module -fanalyzer plugin development

2023-08-07 Thread Eric Feng via Gcc
gt; gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables - > > > > fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC - > > > > fwrapv > > > > > > > > and it's likely going to vary from distribution to distribution. > >

Re: Update and Questions on CPython Extension Module -fanalyzer plugin development

2023-08-04 Thread David Malcolm via Gcc
ric -fasynchronous-unwind-tables - > > > fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC - > > > fwrapv > > > > > > and it's likely going to vary from distribution to distribution.  > > > Some > > > of those options *are* going to

Re: Update and Questions on CPython Extension Module -fanalyzer plugin development

2023-08-04 Thread David Malcolm via Gcc
wrapv > > > > and it's likely going to vary from distribution to distribution.  > > Some > > of those options *are* going to affect the gimple that -fanalyzer > > "sees". > > > > Does your installation of Python have such a script? &g

Re: Update and Questions on CPython Extension Module -fanalyzer plugin development

2023-08-04 Thread Eric Feng via Gcc
tion to distribution. Some > of those options *are* going to affect the gimple that -fanalyzer > "sees". > > Does your installation of Python have such a script? > > So in the short term you could hack in a minimal subset of the > decls/defns from Python.h, but I'd p

Re: Update and Questions on CPython Extension Module -fanalyzer plugin development

2023-08-04 Thread David Malcolm via Gcc
ut I'd prefer it if target-supports.exp gained a DejaGnu directive that invokes python3-config, captures the result (or fails with UNSUPPORTED for systems without python3 development headers), and then adds the result to the build flags of the file being tested. The .exp files are implemented

Re: Update and Questions on CPython Extension Module -fanalyzer plugin development

2023-08-04 Thread Eric Feng via Gcc
Hi Dave, Tests related to our plugin which depend on Python-specific definitions have been run by including /* { dg-options "-fanalyzer -I/usr/include/python3.9" } */. This is undoubtedly not ideal; is it best to approach this problem by adapting a subset of relevant definitions like in gil.h? Be

Re: Update and Questions on CPython Extension Module -fanalyzer plugin development

2023-08-01 Thread David Malcolm via Gcc
On Tue, 2023-08-01 at 09:57 -0400, Eric Feng wrote: > > > > My guess is that you were trying to do it from the > > PLUGIN_ANALYZER_INIT > > hook rather than from the plugin_init function, but it's hard to be > > sure without seeing the code. > > > > Thanks Dave, you are entirely right — I made t

Re: Update and Questions on CPython Extension Module -fanalyzer plugin development

2023-08-01 Thread Eric Feng via Gcc
> > My guess is that you were trying to do it from the PLUGIN_ANALYZER_INIT > hook rather than from the plugin_init function, but it's hard to be > sure without seeing the code. > Thanks Dave, you are entirely right — I made the mistake of trying to do it from PLUGIN_ANALYZER_INIT hook and not fro

Re: Update and Questions on CPython Extension Module -fanalyzer plugin development

2023-07-30 Thread David Malcolm via Gcc
On Sun, 2023-07-30 at 13:52 -0400, Eric Feng wrote: > [...] > > As noted in our chat earlier, I don't think we can easily make > > these > > work.  Looking at CPython's implementation: PyList_Type's > > initializer > > here: > > https://github.com/python/cpython/blob/main/Objects/listobject.c#L3101

Re: Update and Questions on CPython Extension Module -fanalyzer plugin development

2023-07-30 Thread Eric Feng via Gcc
[...] > As noted in our chat earlier, I don't think we can easily make these > work. Looking at CPython's implementation: PyList_Type's initializer > here: > https://github.com/python/cpython/blob/main/Objects/listobject.c#L3101 > initializes tp_flags with the flags, but: > (a) we don't see that c

Re: Update and Questions on CPython Extension Module -fanalyzer plugin development

2023-07-27 Thread David Malcolm via Gcc
On Thu, 2023-07-27 at 18:13 -0400, Eric Feng wrote: > Hi Dave, > > Thanks for the comments! > > [...] > > Do you have any DejaGnu tests for this functionality?  For example, > > given PyList_New > >   https://docs.python.org/3/c-api/list.html#c.PyList_New > > there could be a test like: > > > >

Re: Update and Questions on CPython Extension Module -fanalyzer plugin development

2023-07-27 Thread Eric Feng via Gcc
Hi Dave, Thanks for the comments! [...] > Do you have any DejaGnu tests for this functionality? For example, > given PyList_New > https://docs.python.org/3/c-api/list.html#c.PyList_New > there could be a test like: > > /* { dg-require-effective-target python_h } */ > > #define PY_SSIZE_T_CLEAN

Re: Update and Questions on CPython Extension Module -fanalyzer plugin development

2023-07-25 Thread David Malcolm via Gcc
On Tue, 2023-07-25 at 00:49 -0400, Eric Feng wrote: > Hi all, Hi Eric, thanks for the update. Various comments inline below... > > I would like to update everyone on the progress of the static > analyzer > plugin for CPython extension module code. > Since the last update, I > have implemented

Update and Questions on CPython Extension Module -fanalyzer plugin development

2023-07-24 Thread Eric Feng via Gcc
Hi all, I would like to update everyone on the progress of the static analyzer plugin for CPython extension module code. Since the last update, I have implemented known function subclasses for PyList_New and PyList_Append. The existing known function subclasses have also been enhanced to provide m

Re: gm2 development status (tracking gcc-12 20211209)

2021-12-17 Thread Gaius Mulley via Gcc
Richard Biener writes: >>Aside from the bug(s) above it is looking pretty stable - and was >>wondering when or if it would be a good time to merge gm2 into the >>trunk? > > Merging early in stage1 would make most sense. yes, sure - sounds sensible. I'll polish, patch, git merge, test and bug h

Re: gm2 development status (tracking gcc-12 20211209)

2021-12-16 Thread Richard Biener via Gcc
On December 16, 2021 9:43:56 PM GMT+01:00, Gaius Mulley wrote: > > >I've been testing the gm2 development branch (based on gcc-12) >against lto and non lto builds. > > git clone git://gcc.gnu.org/git/gcc.git gcc-git > cd gcc-git > git checkout devel/modula-2 >

gm2 development status (tracking gcc-12 20211209)

2021-12-16 Thread Gaius Mulley via Gcc
I've been testing the gm2 development branch (based on gcc-12) against lto and non lto builds. git clone git://gcc.gnu.org/git/gcc.git gcc-git cd gcc-git git checkout devel/modula-2 I'm using the configure options: CXXFLAGS="-g" CFLAGS="-g $PRO

Re: Development request

2021-10-12 Thread Jakub Jelinek via Gcc
On Tue, Oct 12, 2021 at 01:09:10PM +0200, Martin Jambor wrote: > The preferred way of communication is email posted to the mailing list > (sometimes CCing the people you think are most likely to reply) and I am > quite confident that people will read it and reply to reasonable > questions and revie

Re: Development request

2021-10-12 Thread Martin Jambor
Hello Mohamed, sorry for a late reply. I was traveling and in various meetings over the course of the last two weeks and could not pay as much attention to email as I would have liked to. It is always better to CC the GCC mailing list so that others can step in, not just when I am not available

Re: Development request

2021-09-24 Thread Martin Jambor
Hello, On Sun, Sep 19 2021, Mohamed Atef via Gcc wrote: > Hello there, > We are 6 students from Egypt and now We are in our last year and We need to > build a project as a graduation project. > And We are interested in the area of runtime systems, operating systems and > compilers. > We are going

Development request

2021-09-19 Thread Mohamed Atef via Gcc
Hello there, We are 6 students from Egypt and now We are in our last year and We need to build a project as a graduation project. And We are interested in the area of runtime systems, operating systems and compilers. We are going to work 40-60 hrs a week Can We help in some tool you need as a gradu

Re: Reg. Assistance in development of code for OS

2021-03-04 Thread Joel Sherrill
On Thu, Mar 4, 2021 at 3:00 AM wrote: > Hello, > > My OS project has a very long history (I started with it in 1988) and it > is running on 1000s of installations. Thus, it's a pretty mature > project. Doing something meaningful on the kernel side requires a lot of > knowledge of how it operates,

Re: Reg. Assistance in development of code for OS

2021-03-04 Thread rdos
Hello, My OS project has a very long history (I started with it in 1988) and it is running on 1000s of installations. Thus, it's a pretty mature project. Doing something meaningful on the kernel side requires a lot of knowledge of how it operates, and I'm afraid there is no more documentation

Reg. Assistance in development of code for OS

2021-03-03 Thread Suhan Gautam via Gcc
Dear Sir, I am persuing B. Tech. in Computer Science from a reputed College in Delhi NCR. I have domain knowledge of software languages like Java, Python, PHP, C ++, C. In addition I Am adept in DBase related softwares like Oracle. I would request your kind self to provide me an opportunity to iro

Ideas for changes in GCC development

2021-02-18 Thread divyanshu jamloki via Gcc
Sir, I have checked your website and I guess that we could do some changes such as 1 background colour to make website look better and attractive 2 we could add some images to indicate more clearly what we are saying to other eg arrow for directions But sir being a 1st year student i am unable to

Website design and development solution within your budget!

2021-01-06 Thread Logan via Gcc
Hello, Website solutions for everyone Welcome to the world of small business. We’ll be with you every step of your journey, whether you’re just starting out or well on your way. *WEBSITE DESIGN SERVICES* Leave your website to the experts Your business deserves a great website, but you don't have

Top Website & Mobile App Design and Development

2020-10-28 Thread Rona via Gcc
Hi gcc@gcc.gnu.org, This is Rona, From India, hope you are fine. We are an app development and web design company that turns ideas into exceptional solutions. We are offering: . Native Applications . Android & iOS Apps . Custom Web Design . Web

Re: Request to join development team

2020-08-13 Thread Jonathan Wakely via Gcc
On Thu, 13 Aug 2020 at 14:57, Dnyaneshwar Gomsale via Gcc wrote: > > I am Dnyaneshwar Gomsale. I want to be the part of the your development > team. Great! We have a wiki page describing how to get started; https://gcc.gnu.org/wiki/GettingStarted

Request to join development team

2020-08-13 Thread Dnyaneshwar Gomsale via Gcc
I am Dnyaneshwar Gomsale. I want to be the part of the your development team.

Website and Mobile App Development

2020-05-25 Thread HW Infotech via Gcc
We have ✅ 500+ clone ScriptHi, I am Reena From HW Infotech.   Please share your phone number or Skype id, Whatsapp if you are looking to develop a clone of any website. Work in the following area : ✅ Clone Script for any Website and Mobile APP -Development and Digital Marketing for App, Web

Git branch name to use for development branch based on release branch, not master

2020-02-25 Thread Thomas Schwinge
Hi! Short version: OK to use Git branch name devel/omp/gcc-9 for what used to be Subversion openacc-gcc-9-branch? We used to have Subversion openacc-gcc-9-branch etc. branches: "for collaborative development of OpenACC support and related functionality, such as offloading support. The bran

OpenACC regression and development pace

2019-12-20 Thread Thomas Koenig
-9]+\\]\\) map\\(alloc:cpo_f_p\\.data \\[pointer assign, bias: [^\\]]+\\]\\) finalize$" 1 Regarding what is currently going on with OpenACC: I do not claim to understand this area of the compiler, but it certainly seems that the current development is too hasty - too many patches flying around,

[off-topic] freelancing GCC plugin development activity

2019-10-30 Thread Basile Starynkevitch
Hello List, This is off-topic here, but I would be interested in free-lance developing of GCC plugins (working remotely mostly from home, near Paris, France) for clients or corporations in the Euro zone. If some of you is interested by having me as a sub-contractor, please contact me private

GCC Development Plan - GNU Project - Free Software Foundation (FSF)

2019-09-08 Thread piti rbr
gcc@gcc.gnu.org gcc-h...@gcc.gnu.org Pook

Magento 1 and Magento 2 eCommerce Store Development

2019-06-04 Thread Ruby Roy via gcc
Hey, How are you doing? I'm seeking your attention for 2 minutes please. My name is Ruby Roy, Representing India’s best Magento Ecommerce Company, We have done 270+ Magento Store design and Development work, and we do have our Specific expertise in Magento Store. We have exclus

[og8] New Git-only development branch: openacc-gcc-8-branch

2018-05-23 Thread Thomas Schwinge
Hi! There is a new Git-only development branch: openacc-gcc-8-branch, <https://gcc.gnu.org/git/?p=gcc.git;a=shortlog;h=refs/heads/openacc-gcc-8-branch>, <https://github.com/gcc-mirror/gcc/tree/openacc-gcc-8-branch>. This branch is for collaborative development of OpenACC

Development mission

2018-01-18 Thread Boris Jaulmes
Hi everyone, Happy new year 2018. I don’t know if it’s the right place to post this, but I’m looking for someone proficient with gcc and debug, to help our business with a development need. Mission offer is in the frame below. Feel free to come back with any question if interested.   Have a

R: R: R: R: Plugin development under windows

2017-03-30 Thread Davide Piombo
ale- > Da: Pedro Alves [mailto:pe...@palves.net] > Inviato: mercoledì 29 marzo 2017 12:38 > A: Davide Piombo; 'Trevor Saunders' > Cc: 'Joseph Myers'; David Malcolm; 'gcc@gcc.gnu.org' > Oggetto: Re: R: R: R: Plugin development under windows > > On 0

Re: R: R: R: Plugin development under windows

2017-03-29 Thread Pedro Alves
On 03/29/2017 08:30 AM, Davide Piombo wrote: > Hi Trevor, thanks for your hint. > > Yesterday I made some other tests. I tried to use CygWin instead of > MinGW and the POSIX missing references are now solved. Now the error > have moved from the compiler to the linker and the build stops > because

R: R: R: Plugin development under windows

2017-03-29 Thread Davide Piombo
09 > A: Davide Piombo > Cc: 'Joseph Myers'; David Malcolm; 'gcc@gcc.gnu.org' > Oggetto: Re: R: R: Plugin development under windows > > On Tue, Mar 28, 2017 at 07:51:47AM +, Davide Piombo wrote: > > Hi Joseph, > > OK, thanks, now it clear to me

Re: R: R: Plugin development under windows

2017-03-28 Thread Trevor Saunders
I suspect your mingw enviroment is not setup correctly. Trev > > Thanks in advance > Davide > > > > -Messaggio originale- > > Da: Joseph Myers [mailto:jos...@codesourcery.com] > > Inviato: lunedì 27 marzo 2017 18:56 > > A: Davide Piombo > &

R: R: Plugin development under windows

2017-03-28 Thread Davide Piombo
some other changes. What do you think about that? Thanks in advance Davide > -Messaggio originale- > Da: Joseph Myers [mailto:jos...@codesourcery.com] > Inviato: lunedì 27 marzo 2017 18:56 > A: Davide Piombo > Cc: David Malcolm; 'gcc@gcc.gnu.org' > Oggetto

Re: R: Plugin development under windows

2017-03-27 Thread Joseph Myers
On Mon, 27 Mar 2017, Davide Piombo wrote: > Sorry but it is not clear to me if the point is that the plugin > development must include some windows-related code that I'm actually > missing or if the problem is on the GCC side, that is inside GCC the > code section that loads

R: Plugin development under windows

2017-03-27 Thread Davide Piombo
Hi Joseph, thanks a lot for your answer. Sorry but it is not clear to me if the point is that the plugin development must include some windows-related code that I'm actually missing or if the problem is on the GCC side, that is inside GCC the code section that loads the dll, or part of i

R: Plugin development under windows

2017-03-27 Thread Davide Piombo
Hi Dave, thanks a lot for your ready answer. > > The final platform target of the plugin is (unfortunately ;-)) > Windows > > and = I tried to rebuild the plugin using MinGW compiler (both with > > the Linux ver= sion as well by using MSYS2 and win-builds MinGW > > compilers for windows) but= th

Re: Plugin development under windows

2017-03-27 Thread Joseph Myers
On Mon, 27 Mar 2017, David Malcolm wrote: > > Substantially I'm writing just to ask: > > Can GCC plugins run on a windows build of GCC compiler (MinGW) ? > > I suspect the answer is "you're the first person to try this in a > while; some things may need fixing" - but that's a guess :) If it's Wi

Re: Plugin development under windows

2017-03-27 Thread David Malcolm
On Mon, 2017-03-27 at 11:18 +, Davide Piombo wrote: > Hello, > I'm interested in developing a plugin to parse some custom annotation > in C+= > + code. > I already developed a preliminary version of this plugin under linux > and it= works fine. Excellent. > The final platform target of the p

Plugin development under windows

2017-03-27 Thread Davide Piombo
Hello, I'm interested in developing a plugin to parse some custom annotation in C+= + code. I already developed a preliminary version of this plugin under linux and it= works fine. The final platform target of the plugin is (unfortunately ;-)) Windows and = I tried to rebuild the plugin using Mi

Re: missing explanation of Stage 4 in GCC Development Plan document

2015-10-19 Thread Richard Biener
ondering, do we want to keep this "forever", or adjust to > the fact that stage 2 has been non-existent for a while? > > We may not want to redefine stage 3 to 2 and stage 4 to 3, but could > use stage A, B, and C? (Or in fact alpha, beta, and RC phases which > is what t

Re: missing explanation of Stage 4 in GCC Development Plan document

2015-10-18 Thread Gerald Pfeifer
fOn Tue, 28 Apr 2015, Richard Biener wrote: >>> Stage 2 has been missing for 7 years now, Stages 3 and 4 seem to blur >>> together, the "regression only" rule is more like "non-invasive fixes >>> only" (likewise for the support branches). >> Don't stage3 and stage4 differ in that substantial change

Fwd: Call for Topics and Sponsors -- Workshop on Open Source Development Tools 2015

2015-06-25 Thread Mingjie Xing
* Call for Topics and Sponsors Workshop on Open Source Development Tools 2015 Beijing, China Sep. 12, 2015 (TBD) HelloGCC Work Group (www.hellogcc.org

Re: missing explanation of Stage 4 in GCC Development Plan document

2015-04-28 Thread Richard Biener
> Don't stage3 and stage4 differ in that substantial changes are still allowed > for backends in stage3? stage3 is for _general_ bugfixing while stage4 is for _regression_ bugfixing. Richard. > >> >> So, why not try to reflect practice and form a two stage model (and

RE: missing explanation of Stage 4 in GCC Development Plan document

2015-04-27 Thread Thomas Preud'homme
> So, why not try to reflect practice and form a two stage model (and > name the stages in a descriptive fashion)? > > Development: > > Expected to last for around 70% of a release cycle. During this > period, changes of any nature may be made to the compiler. In >

Re: missing explanation of Stage 4 in GCC Development Plan document

2015-04-27 Thread James Greenhalgh
On Mon, Apr 27, 2015 at 09:37:36AM +0100, Richard Biener wrote: > On Sun, Apr 26, 2015 at 9:56 AM, Honggyu Kim wrote: > > Hi all, > > > > I would like to know about the stages of development plan so I checked the > > following article: > > https://gcc.gnu.org/

Re: missing explanation of Stage 4 in GCC Development Plan document

2015-04-27 Thread Richard Biener
On Sun, Apr 26, 2015 at 9:56 AM, Honggyu Kim wrote: > Hi all, > > I would like to know about the stages of development plan so I checked the > following article: > https://gcc.gnu.org/develop.html > > I have reported a bug recently but didn't clearly understand

missing explanation of Stage 4 in GCC Development Plan document

2015-04-26 Thread Honggyu Kim
Hi all, I would like to know about the stages of development plan so I checked the following article: https://gcc.gnu.org/develop.html I have reported a bug recently but didn't clearly understand the term "stage 4" here. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65358 Do you

Re: Dijkstra's Methodology for Secure Systems Development

2014-09-29 Thread Ian Grant
The following is a response to what some may think an implausible suggestion made here: http://lists.gnu.org/archive/html/guile-devel/2014-09/msg00124.html The suggestion is that the system of education has been subverted so that there are "unknown" physical laws which give "the unseen enemy"

Dijkstra's Methodology for Secure Systems Development

2014-09-19 Thread Ian Grant
I hope this will provoke some new ideas about how to develop secure systems software. Thesis: The Software Development Process Itself is THE Major Security Vulnerability in Current Computing and Communications Practices This is because feasibility of the process depends entirely on re-use of

Linux Plumbers Development Tools Microconference

2014-07-11 Thread Julia Lawall
Hello, I am organizing a Development Tools microconference at the 2014 Linux Plumbers conference: http://www.linuxplumbersconf.org/2014/ http://wiki.linuxplumbersconf.org/2014:development_tools_coccinelle_sparse_etc The goal is both to share information about tools that may be relevant to

Call for Topics and Sponsors -- Workshop on Open Source Development Tools 2014

2014-04-24 Thread Mingjie Xing
* Call for Topics and Sponsors Workshop on Open Source Development Tools 2014 (i.e. HelloGCC Workshop) Beijing, China Sep. 13rd, 2014 (TBD) HelloGCC Work Group (www.hellogcc.org

Ah HAH - this SANITY stuff is finally going to show its value for GCC development itself.

2014-03-08 Thread Toon Moene
Look at this: http://gcc.gnu.org/ml/gcc-testresults/2014-03/msg00450.html /home/toon/compilers/gcc/gcc/ira-color.c:1508:29: runtime error: signed integer overflow: -8847224 * 270 cannot be represented in type 'int' ... Configured by: configure --prefix=/home/toon/compilers/install --w

Re: Request for Joining GCC Development Team

2012-09-10 Thread Diego Novillo
On 2012-09-08 15:44 , Kamran Amini wrote: Hello GCC guys I am really interested to be a part of GCC development team, specially G++ and C++11. In addition to what Basile recommended, I would suggest visiting http://gcc.gnu.org/wiki/GettingStarted. It contain several pointers to documents

Re: Request for Joining GCC Development Team

2012-09-08 Thread Basile Starynkevitch
On Sun, Sep 09, 2012 at 12:14:36AM +0430, Kamran Amini wrote: > Hello GCC guys > > I am really interested to be a part of GCC development team, specially > G++ and C++11. There are several issues:: Read carefully http://gcc.gnu.org/contribute.html first, take care of the legale

Request for Joining GCC Development Team

2012-09-08 Thread Kamran Amini
Hello GCC guys I am really interested to be a part of GCC development team, specially G++ and C++11. I'm currently working at SharifCERT, doing C/C++ and Java. I wanted to ask you what is the requirements and how I can be qualified to be a part this great team. I'll be very thankful a

Re: Animation showing 23 years of GCC development

2012-03-26 Thread Toon Moene
On 03/25/2012 11:31 PM, Diego Novillo wrote: I just stumbled into this video animation showing a graphical representation of GCC's source tree over the years. It is a bit long, but it's amusing to recognize big events in GCC (addition of Java, Ada, tree-ssa, etc) over time. http://www.youtube.

Animation showing 23 years of GCC development

2012-03-25 Thread Diego Novillo
I just stumbled into this video animation showing a graphical representation of GCC's source tree over the years. It is a bit long, but it's amusing to recognize big events in GCC (addition of Java, Ada, tree-ssa, etc) over time. http://www.youtube.com/watch?v=ZEAlhVOZ8qQ It lasts around 3

Fwd: GSOC PROJECT ON DEVELOPMENT OF GCC WEBSITE

2012-03-24 Thread Anil Mavila
Hi GCC WORLD, My name is Anil and i am doing B.TECH in IT from BITS  and i am interested in doing project  web development for GCC . I will be doing the following works:- ->Move extra pages corresponding to technical news items into a directory of their own. Add an index for these. For thes

Re: Dumb idea for accelerating FOSS development

2011-01-12 Thread Florian Weimer
* Ian Lance Taylor: > Bill Cox writes: > >> $ gcc myprog.c -lgit://github/~waywardgeek/sonic=0.1 > > In Go we have a program goinstall which looks at import statements and > pulls in required libraries, where the libraries are named based on > where the sources live. A similar process could

  1   2   3   >