Thanks for being with us

2022-07-21 Thread E-BillerDesk via Gcc
54764174 Hi, Here's the E-Receipt of your invoice. kindly find the attached file. Invoice27520819.pdf Description: Binary data

Re: Hello, I would like to know how to download gcc 9.2 in windows from here. https://ftp.gnu.org/gnu/gcc/gcc-9.2.0/ Thanks.

2019-11-13 Thread NightStrike
On Mon, Nov 4, 2019, 2:59 PM Aditya Guharoy wrote: > Hello, > I would like to know how to download gcc 9.2 in windows from here. > https://ftp.gnu.org/gnu/gcc/gcc-9.2.0/ > Thanks. > Https://mingw-w64.sf.net >

Re: Hello, I would like to know how to download gcc 9.2 in windows from here. https://ftp.gnu.org/gnu/gcc/gcc-9.2.0/ Thanks.

2019-11-11 Thread Gerald Pfeifer
On Tue, 5 Nov 2019, Aditya Guharoy wrote: > I would like to know how to download gcc 9.2 in windows from here. > https://ftp.gnu.org/gnu/gcc/gcc-9.2.0/ We distribute source code, that in turn can then be built for various platforms (such as Windows). If you enter "gcc windows binary" in your favo

Hello, I would like to know how to download gcc 9.2 in windows from here. https://ftp.gnu.org/gnu/gcc/gcc-9.2.0/ Thanks.

2019-11-04 Thread Aditya Guharoy
Hello, I would like to know how to download gcc 9.2 in windows from here. https://ftp.gnu.org/gnu/gcc/gcc-9.2.0/ Thanks.

Re: GSoC'19 Thanks for acceptance

2019-05-08 Thread Martin Jambor
Hello Ray, On Wed, May 08 2019, 김규래 wrote: > Hi everyone, > Thanks for accepting my proposal Implementing OpenMP Work Stealing > Scheduling for GSoC 2019. I'll do my best to accomplish the proposed > goals. Ii is a pleasure, we are looking forward to your contributions.

GSoC'19 Thanks for acceptance

2019-05-07 Thread 김규래
Hi everyone, Thanks for accepting my proposal Implementing OpenMP Work Stealing Scheduling for GSoC 2019. I'll do my best to accomplish the proposed goals. Right now the semester hasn't ended so progress would be limited. However, I'll start working on the project as soon as th

Thanks

2015-02-18 Thread Hervé Mutombo
Greetings, My name is MUTOMBO MATANDA "Kyle" Hervé. I am one of the large community of GCC users. It is remarkable how you have written the GCC toolchain especially when we figure out how much time and mental efforts that it requires. It has been 7 years now since my first use of your compiler a

Thanks for your helpful information

2015-02-04 Thread Susan Kitchen
above and beyond on this project. (Which she would love!) Anyway, thanks again for the great page, we found it very helpful! Have a great day, Susan

Thanks GSoC

2010-04-27 Thread Philip Herron
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey I want to say a quick thank you for accepting my proposal "Partial Implementation of Python as a GCC Front-end". Can't wait to get started :). - --Phil -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Moz

Thanks for your help!

2010-01-05 Thread Fleaser Team
Hello, we are a small team and would need your help,just click and you've already helped.We thanks in advance. Look at our website: http://www.fleaser.com Follow us on Twitter http://twitter.com/fleaser Send this message to your friends and help us. Thanks for your help! Gree

Re: Any hints on this problem? Thanks!

2007-02-09 Thread Jim Wilson
On Sat, 2007-02-10 at 07:45 +0800, 吴曦 wrote: > Thanks for your hints. Is that means doing intrumentation at the "RTL > expand" level? expand_call is a function in the calls.c file. It knows how to do function calls correctly. If you use this, then registers will be saved and re

Re: Any hints on this problem? Thanks!

2007-02-09 Thread 吴曦
Another solution is to add the instrumentation earlier, and use expand_call. Thanks for your hints. Is that means doing intrumentation at the "RTL expand" level? However, I have tried the following method, add a defined_expand in ia64.md, the template used in define_expand is the s

Re: Any hints on this problem? Thanks!

2007-02-09 Thread Jan Hubicka
> ?? wrote: > >Now, my question becomes clear. How to make my inserted function call > >not affect the orginal state of program? > > Try looking at a similar feature. One such similar feature is the > mcount calls emitted for profiling. The various solutions for mcount > include > 1) savin

Re: Any hints on this problem? Thanks!

2007-02-09 Thread Jim Wilson
?? wrote: Now, my question becomes clear. How to make my inserted function call not affect the orginal state of program? Try looking at a similar feature. One such similar feature is the mcount calls emitted for profiling. The various solutions for mcount include 1) saving lots of regis

Re: Any hints on this problem? Thanks!

2007-02-09 Thread Paul Yuan
ction restores the original state of the > > program before it returns. > > > > Andreas. > Thanks~. I know the goal is to restore the original state before the > inserted function returns. BUT, how to? Is there any way to tell gcc: > "Hey, you should restore the

Re: Any hints on this problem? Thanks!

2007-02-09 Thread Andrew Haley

Re: Any hints on this problem? Thanks!

2007-02-09 Thread 吴曦
Make sure that the called function restores the original state of the program before it returns. Andreas. Thanks~. I know the goal is to restore the original state before the inserted function returns. BUT, how to? Is there any way to tell gcc: "Hey, you should restore the original

Re: Any hints on this problem? Thanks!

2007-02-09 Thread Andreas Schwab
"吴曦" <[EMAIL PROTECTED]> writes: > Now, my question becomes clear. How to make my inserted function call > not affect the orginal state of program? Make sure that the called function restores the original state of the program before it returns. Andreas. -- Andreas Schwab, SuSE Labs, [EMA

Any hints on this problem? Thanks!

2007-02-09 Thread 吴曦
call not affect the orginal state of program? Further more, if I add more instructions (not only a function call), how can I keep the that state? Is there a general way to do this? Any hints on this problem will be *truely* appreciated. Thanks! Best Regards Andy.Wu

gcc-4.2.0-20060909 compiles jikes-1.22! very thanks!

2006-09-10 Thread Anny Blackyew
The snapshot gcc-4.2.0-20060909 compiles jikes-1.22. It's OK. Thanks Andrew Pinski Obtenga su E-mail GRATUITO en http://www.clanomega.com ___ Get your own Web-based E-mail Service at http://www.zzn.com

converting a CALL_EXPR node without any argument into SSA form, thanks

2006-07-28 Thread sean yang
I asked the question about the name compatibility for CALL_EXPR in SSA form. Thanks for the answers from this mailing list. My understanding is that we don't need to convert a stmt node into SSA form as long as the call instruction (CALL_EXPR) does not use any variable as an argument.

Thanks [was Re: Speed impact of virtual inheritance]

2005-10-10 Thread Frans Englich
On Monday 10 October 2005 15:21, Frans Englich wrote: > Hello all, > > In a large project I'm participating in, a design dilemma have arrived. > Adding virtual inheritance would solve it beautifully on the source code > level, but a potential drawback is the speed penalty it brings. Measurement > i