Problem on Front-End List Page

2009-06-26 Thread Bryce
To the GCC team, Many IDEs other than the ones that you list on your page of front-ends to GCC compiler exist. One such IDE is XCode 3.1.3, which is developed by Apple, Inc. From a Visitor to Your Website

Re: GCC 4.0 RC1 Available

2005-04-12 Thread Bryce McKinlay
lass_Path. ... Tom is working on a solution. Regards Bryce

Re: [rfc] mainline slush

2005-05-19 Thread Bryce McKinlay
Was this not fixed by: 2005-05-18 Paolo Bonzini <[EMAIL PROTECTED]> * Makefile.am (Makefile.deps): Do not use \0, it is unportable. * Makefile.in: Regenerate. ? Bryce David Daney wrote: Perhaps sending this to java-patches will help... Mike Stump wrote: On May 19, 2005, at 10:11 AM

Re: Java bootstrap fails compiling libjava

2005-06-03 Thread Bryce McKinlay
I've just done an x86_64 build of HEAD and didn't see this error. Bryce Richard Guenther wrote: On x86_64 I see /net/pherkad/scratch/rguenth/gcc-obj/./gcc/gcj -B/net/pherkad/scratch/rguenth/gcc-obj/./gcc/ -B/usr/local/x86_64-unknown-linux-gnu/bin/ -B/usr/local/x86_64-unknown-lin

Re:

2005-06-29 Thread Bryce McKinlay
freeze in the days leading up to a release is useful and important, but keeping it in place for weeks just because a couple of bugs remain unfixed doesn't seem helpful. Thanks Bryce

Re: please update the gcj main page

2005-07-15 Thread Bryce McKinlay
d be worthwhile. Bryce

Re: please update the gcj main page

2005-07-15 Thread Bryce McKinlay
? :) The web pages can be found in the "wwwdocs" module in GCC cvs. Go here for details: http://gcc.gnu.org/cvs.html Fixes and updates should be submitted to [EMAIL PROTECTED] and [EMAIL PROTECTED] We appreciate your help with this! Bryce

Re: Big Classpath Merge warning

2005-07-18 Thread Bryce McKinlay
le to backport most things, but not without some hacking. Bryce

eamonn raymona deepak

2008-10-12 Thread bryce ramana
camille laura maryam

Re: Patch: Boehm GC 6.6 merge

2006-01-25 Thread Bryce McKinlay
Andrew Haley wrote: Ranjit Mathew writes: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Bryce McKinlay wrote: > > This patch merges the GC 6.6 sources into the libgcj trunk. Two patches > [...] > > This little bit in "boehm-gc/inclu

Re: Boehm GC memory leak on Darwin

2006-04-11 Thread Bryce McKinlay
: http://gcc.gnu.org/ml/gcc/2003-06/msg02298.html Bryce Sandro Tolaini wrote: I'm sending this note again since I have been caught in this bug once more. Under Darwin (PPC and Intel) there is a serious memory leak at every Boehm GC cycle. See discussion and patch here: http://www.hpl.h

_darwin10_Unwind_FindEnclosingFunction

2012-07-23 Thread Bryce McKinlay
ced that this solution was ever really right to begin with. Even on a 10.6 system, things ought to work so long as you ensure libgcc_s is loaded before libSystem. Shouldn't the _darwin10_Unwind_FindEnclosingFunction rename be removed entirely? Bryce

Architecture instruction utilization rates

2020-04-13 Thread Bryce Cherry via Gcc
Hello all, I'm just curious about this, but what is the percentage of (and what are the) unused instructions for each supported architecture under GCC?