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
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
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
> >
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
> >
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;
>
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
|
|
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
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
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
YNAMIC_ANNOTATIONS_ENABLED=1 -
> > > > > DNDEBUG -
> > > > > O2 -g -pipe -Wall -Werror=format-security -Wp,-
> > > > > D_FORTIFY_SOURCE=2
> > > > > -
> > > > > Wp,-
> > > > > D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-
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.
> >
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
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
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
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
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
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
>
> 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
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
[...]
> 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
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:
> >
> >
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
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
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
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
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
>
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
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
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
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
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
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,
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
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
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
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
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
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
I am Dnyaneshwar Gomsale. I want to be the part of the your development
team.
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
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
-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,
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@gcc.gnu.org
gcc-h...@gcc.gnu.org
Pook
Hey,
How are you doing?
I'm seeking your attention for 2 minutes please.
My name is Ruby Roy, Representing Indias 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
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
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
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
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
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
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
> &
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
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
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
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
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
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
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
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
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
*
Call for Topics and Sponsors
Workshop on Open Source Development Tools 2015
Beijing, China
Sep. 12, 2015 (TBD)
HelloGCC Work Group (www.hellogcc.org
> 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
> 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
>
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/
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
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
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"
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
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 (i.e. HelloGCC Workshop)
Beijing, China
Sep. 13rd, 2014 (TBD)
HelloGCC Work Group (www.hellogcc.org
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
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
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
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
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.
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
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
* 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 - 100 of 243 matches
Mail list logo