Re: GCC SC request about ecj

2006-04-03 Thread Ranjit Mathew
other projects in GCC a direct result of these discussions or a mere coincidence? Thanks, Ranjit. - -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://rmathew.com/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2.2 (MingW32) Comment: Using G

Re: Toolchain relocation

2006-04-13 Thread Ranjit Mathew
#x27;s build script. There was another curious problem with this GCC, even on the original machine where it was built: when run from within the MSYS environment, everything was hunky-dory but when run from the Windows command prompt, it used to give a "_spawnvp: No such file or directory&qu

Re: Toolchain relocation

2006-04-15 Thread Ranjit Mathew
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dave Murphy wrote: > Ranjit Mathew wrote: >> >> However, when I moved the binaries to another machine >> where MinGW was installed in "D:\MinGW", the compiler was >> not able to find the C runtime headers, ev

Crossed-Native Builds, Toolchain Relocation and MinGW

2006-04-21 Thread Ranjit Mathew
at is easily overcome with a "--with-gcj=$TARGET-gcj" option. Thanks, Ranjit. - -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA. Web: http://rmathew.com/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Usi

Re: Crossed-Native Builds, Toolchain Relocation and MinGW

2006-04-23 Thread Ranjit Mathew
me. Building everything in Phase 2 (compiler and libraries) just gives a nice bundle that I can then redeploy as I wish (but this is precisely the thing that seems to be broken, on MinGW at least). Thanks, Ranjit. - -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web

Re: Crossed-Native Builds, Toolchain Relocation and MinGW

2006-04-25 Thread Ranjit Mathew
patches corresponding to CGF's patch and I cannot find out who defines USE_MINGW_MSYS. In any case, all this has been overridden in mainline by a series of patches from Jim Blandy and Mark Mitchell, though I haven't bootstrapped GCC mainline on

Re: Windows Unicode and GCC

2006-04-25 Thread Ranjit Mathew
ev/getwr/steps/wrg_unicode.mspx http://en.wikipedia.org/wiki/Byte_Order_Mark Ranjit. - -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://rmathew.com/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2.2 (MingW32) Comment: Using GnuPG with Mozilla - http

Re: Crossed-Native Builds, Toolchain Relocation and MinGW

2006-04-25 Thread Ranjit Mathew
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ross Ridge wrote: > Ranjit Mathew wrote: >> In the problematic case, GCC is able to find "cc1" but not "as" ... > ... >> Note also that GCC's programme search path does not include >> its own locatio

Re: Crossed-Native Builds, Toolchain Relocation and MinGW

2006-04-26 Thread Ranjit Mathew
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ranjit Mathew wrote: > > So now I only need to figure out why the cross-compiler > is not picking up headers from $PREFIX/$TARGET while > building a crossed-native compiler, even though it used > to do so in earlier releases. This is

Re: Crossed-Native Builds, Toolchain Relocation and MinGW

2006-04-26 Thread Ranjit Mathew
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel Jacobowitz wrote: > On Wed, Apr 26, 2006 at 06:29:46PM +0530, Ranjit Mathew wrote: >> $SYSTEM_HEADER_DIR is supposed to be "/mingw/include" >> for a native MinGW target (and since host == target, the >> b

Re: Status of SEE and Autovectorization patches?

2006-05-05 Thread Ranjit Mathew
nnot access memory at address 0xc ) at /home/ranmath/src/gcc/gcc/gcc/main.c:35 - -- 8< -- HTH, Ranjit. - -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://rmathew.com/ -BEGIN PGP SIGNATURE--

[wwwdocs] releases.html v/s develop.html

2006-05-13 Thread Ranjit Mathew
t page. What do you guys think? Thanks, Ranjit. - -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA. Web: http://rmathew.com/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - h

Re: mips: -G0 vs __dso_handle

2006-05-15 Thread Ranjit Mathew
FORCE_CODE_SECTION_ALIGN You've missed the "@end defmac" part which is causing a bootstrap failure. Thanks, Ranjit. - -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://rmathew.com/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2.2 (

Re: GCC 4.1.1 RC1

2006-05-19 Thread Ranjit Mathew
,java), but "make -k check" in the toplevel build folder always exited with an error for every sub-folder it traversed into (something about set_ld_library_path_env_vars). I'm sorry I didn't get the time to investigate this further to see if it's a genuine issue with the prere

Re: mingw32 subtle build failure

2006-05-31 Thread Ranjit Mathew
cord, I don't do Msys. Please don't cc me about msys problems. I think he CC-ed you on the message because you seem to be the one who added the conditional code using USE_MINGW_MSYS to libiberty/pex-win32.c: http://gcc.gnu.org/ml/gcc-cvs/2005-09/msg00557.html Thanks, Ranjit. - -- Ra

Re: [wwwdocs] releases.html v/s develop.html

2006-06-02 Thread Ranjit Mathew
oth of you. Thanks, Ranjit. -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://rmathew.com/

Objective C++ Bundling

2006-06-05 Thread Ranjit Mathew
te" - ------ 8< -- Thanks, Ranjit. - -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://rmathew.com/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2.2 (MingW32) Comment: Using GnuPG with Mozilla - http:/

Re: [MinGW] Set NATIVE_SYSTEM_HEADER_DIR relative to configured prefix

2006-06-06 Thread Ranjit Mathew
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ross Ridge wrote: > Ranjit Mathew wrote: >> Danny, I'm using the same configure flags that you have used for GCC >> 3.4.5 MinGW release (*except* for --prefix=/mingw, which is something >> like --prefix=/j/mingw/mgw for me)

Cross-compilation and Shared Libraries

2006-06-13 Thread Ranjit Mathew
is there a more profound reason for this feature? Thanks, Ranjit. - -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA. Web: http://rmathew.com/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - h

Re: Cross-compilation and Shared Libraries

2006-06-13 Thread Ranjit Mathew
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Dessent wrote: > Ranjit Mathew wrote: > >> I just noticed that even with "--disable-static --enable-static", > > Do you mean --disable-static --enable-shared? Yes, sorry for the silly typo. >> a Linux

DLLs for GCC/Windows (Was: Re: Cross-compilation and Shared Libraries)

2006-06-14 Thread Ranjit Mathew
be set to "yes" and this I achieved by putting "ld_shlibs=yes" under the case label for "mingw*" in ltcf-cxx.sh. With these kludges, GCC tries to build libstdc++ as a DLL, but fails with undefined references to a whole bunch of stuff (crossed-native build on Linux). I&

Re: RFC: __cxa_atexit for mingw32

2006-06-24 Thread Ranjit Mathew
uot;mingw-runtime"? If you mean the former, you can add this in for GCC 4.2 and work on a real __cxa_atexit() for GCC 4.3, if you want. Thanks, Ranjit. - -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA. Web: http://rmathew.com/ -BEGIN PGP SIGNATURE- V

Re: [boehms-gc] Some work on ggc-boehm

2006-07-11 Thread Ranjit Mathew
chine. Even when building a native toolchain for Windows (MinGW), I prefer building a crossed-native compiler via Linux rather than a native compiler on Windows. Ranjit. - -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA. Web: http://rmathew.com/ -BEGIN PGP SIGNATUR

gnattools folder and GCC snapshots

2005-02-28 Thread Ranjit Mathew
ill ran into this issue as I make a copy of the CVS sources containing only files needed by C, C++ and Java and discovered that my bootstrap was broken since the beginning of this week. That is, something like the following (untested) patch: Index: ChangeLog from Ranjit Mathew <[EMAIL PROTECT

Java Classes and Non-virtual Destructors

2005-03-06 Thread Ranjit Mathew
which is correct, AFAICT. Therefore, can you please suppress the warning for a "Java" C++ class? Thanks, Ranjit. -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://ranjitmathew.hostingzero.com/

Re: Using fold() in frontends

2005-03-07 Thread Ranjit Mathew
these ought to be simple and we can avoid calling fold() altogether before semantic analysis has finished. I know Tom would be very happy with this scheme. :-) Ranjit. -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://ranjitmathew.hostingzero.com/

Re: HEAD regression: All java tests are failing with an ICE when optimized

2005-04-06 Thread Ranjit Mathew
used by Nathan's assertifying patch to gcc/p*.c: http://gcc.gnu.org/ml/gcc-patches/2005-04/msg00227.html Note that the "#ifdef ENABLE_CHECKING" guard in postreload-gcse.c (around line #741) was *misspelt* before: - #ifdef ENABLE_CHEKCING and was thus never being executed before. Ranjit. -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://ranjitmathew.hostingzero.com/

Re: GCC 4.0 RC1 Available

2005-04-11 Thread Ranjit Mathew
0. It might be helpful to put your "libjava.log" somewhere or if all the Java failures seem similar, to post the error messages around the "FAIL" lines from your libjava.log. Thanks, Ranjit. -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://ranjitmathew.hostingzero.com/

Re: GCC 4.0 RC1 Available

2005-04-12 Thread Ranjit Mathew
elp. Sorry for being this vague, but without access to a Darwin machine and any knowledge about that system, I can't shed much light on these FAILs. Ranjit. PS: As Andrew Pinski remarked, I wonder why you don't see these on mainline? Perhaps Tom missed a hunk or two while backportin

"make bootstrap" for cross builds

2005-04-14 Thread Ranjit Mathew
Hi, I think "make bootstrap" does not make sense for cross builds. We however seem to allow it but fail in a weird way later on (as on mainline). I think this should not be allowed. I discovered this when I mistakenly typed "make bootstrap" out of habit on a cross build.

Re: GCC 4.1: Buildable on GHz machines only?

2005-05-04 Thread Ranjit Mathew
s. This just requires Makefile-hacking. [...] > Ideally, there'd be a configure flag to control "chunking". Note that libgcj already supports an "--enable-libgcj-multifile" configuration option that coarsely attempts to do the above. See: http://gcc.gnu.org/ml/java-p

Re: GCC 4.1: Buildable on GHz machines only?

2005-05-05 Thread Ranjit Mathew
Ranjit Mathew wrote: >>Ideally, there'd be a configure flag to control "chunking". > > > Note that libgcj already supports an "--enable-libgcj-multifile" > configuration option that coarsely attempts to do the above. > > See: > > http

Re: GCC 4.1: Buildable on GHz machines only?

2005-05-05 Thread Ranjit Mathew
hetic to folks who want static builds for various reasons. > I wouldn't mind an option to allow libgcj to be built in some reduced > form, either; though it would be up to the folks using this mode to > maintain it. > > Tom > -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://ranjitmathew.hostingzero.com/

Re: Borland software patent restricting GNU compiler development

2005-05-11 Thread Ranjit Mathew
www.microsoft.com/msj/0197/exception/exception.aspx (The linked-to mail from the GCC mailing list seems to confirm this.) SEH is quite important in Windoze-land. Ranjit. -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://ranjitmathew.hostingzero.com/

Re: GCC 3.4.4 RC1

2005-05-11 Thread Ranjit Mathew
ndor (Red Hat). The CPU is a P4 2.6GHz with HT enabled. Finally, for all the mail/Mail/mailx brouhaha, I posted the results by simply copy-pasting the summary into the Gmail interface for sending mail. Ranjit. -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://ranjitmathew.hostingzero.com/

Re: GCC 4.1: Buildable on GHz machines only?

2005-05-17 Thread Ranjit Mathew
m to be referenced in other messages. -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://ranjitmathew.hostingzero.com/

Bootstrap Times Improvements?

2005-05-18 Thread Ranjit Mathew
piler, binutils 2.16 (FSF) and configure with --disable-checking and --with-arch=pentium4. Ranjit. -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://ranjitmathew.hostingzero.com/

Re: Bootstrap Times Improvements?

2005-05-19 Thread Ranjit Mathew
On 5/19/05, Paolo Bonzini <[EMAIL PROTECTED]> wrote: > Ranjit Mathew wrote: > > Hi, > > > > Between Tuesday and Wednesday (Indian time), something(s) > > went into mainline that is showing me a dramatic decrease > > in bootstrap times - a c,c++,java boots

Re: Bootstrap Times Improvements?

2005-05-19 Thread Ranjit Mathew
doing a clean bootstrap and running the entire libjava testsuite (including Jacks) and found no regressions on i686-pc-linux-gnu. Thanks, Ranjit. -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://ranjitmathew.hostingzero.com/

Re: Bootstrap Times Improvements?

2005-05-19 Thread Ranjit Mathew
On 5/19/05, Ranjit Mathew <[EMAIL PROTECTED]> wrote: [...] > FWIW, I tested your patch for PR17845 by doing a clean > bootstrap and running the entire libjava testsuite (including > Jacks) and found no regressions on i686-pc-linux-gnu. By "clean", I meant a CVS snapsho

Re: Compiling GCC with g++: a report

2005-05-22 Thread Ranjit Mathew
(4) . Tom Tromey's GCJX (gcjx_branch in CVS), the completely rewritten Java front-end that is written in C++. Ranjit. -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://ranjitmathew.hostingzero.com/

Re: Google Summer of Code

2005-05-31 Thread Ranjit Mathew
rojects/ ? Or do you have specific > project suggestions? I was a bit confused by this question since I hadn't read Slashdot yet. For the benefit of others, the reference is to: http://code.google.com/summerofcode.html Ranjit. -- Ranjit Mathew Email: rmathew AT gma

Re: Visual C++ style inline asms

2005-06-15 Thread Ranjit Mathew
l/gcc/2004-05/msg00070.html Ranjit. -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://ranjitmathew.hostingzero.com/

Bootstrap Failure (i686-pc-linux-gnu, --with-arch=pentium4)

2005-06-16 Thread Ranjit Mathew
eads=posix --enable-__cxa_atexit - 8< - I use FSF GCC 3.4.4 for bootstrapping and FSF binutils 2.16. Thanks, Ranjit. -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://ranjitmathew.hostingzero.com/

Re: Bootstrap Failure (i686-pc-linux-gnu, --with-arch=pentium4)

2005-06-17 Thread Ranjit Mathew
es even looking hard at the code can cause failures. ;-) :-) http://gcc.gnu.org/wiki/reload seems to indicate something similar. Thanks, Ranjit. -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://ranjitmathew.hostingzero.com/

Re: Error building 4.0.1-RC2

2005-06-19 Thread Ranjit Mathew
ed (yet). Try creating a separate build folder totally outside of the expanded source tree and run configure and then make there. HTH, Ranjit. -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://ranjitmathew.hostingzero.com/

Re: Cross compiler

2005-06-24 Thread Ranjit Mathew
er http://gcc.gnu.org/wiki/Building%20Cross%20Toolchains%20with%20gcc HTH, Ranjit. -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://ranjitmathew.hostingzero.com/

Re: please update the gcj main page

2005-07-15 Thread Ranjit Mathew
e the correct place would be "2.8 What features of the Java language are/aren't supported?" in the FAQ: http://gcc.gnu.org/java/faq.html#2_8 in addition to the front-page (if so desired). Ranjit. -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA. Web: http://ranjitmathew.hostingzero.com/

GCC Summit 2005 Proceedings

2005-07-21 Thread Ranjit Mathew
hanks, Ranjit. -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://ranjitmathew.hostingzero.com/

Re: How to make an application look somewhere other than /lib for ld-linux.so.2

2005-07-26 Thread Ranjit Mathew
course, since the C++ ABI changed with GCC 3.x, you might want to bundle the C++ libraries, but leave out everything else. It would also mean that end-users have to have binutils, and perhaps make, installed on their machines as a pre-requisite. Ranjit. -- Ranjit Mathew Email: rmath

Re: D compiler

2005-07-28 Thread Ranjit Mathew
perwork and agrees to maintain it going forward and... The writing part has already been done to an extent by David Friedman: http://home.earthlink.net/~dvdfrdmn/d/ Perhaps he can tell us if/when he plans to submit it for inclusion in GCC. Ranjit. -- Ranjit Mathew Email: rmathew AT gmail

GCJ Interpreter Aborts (2005-08-24 IST)

2005-08-24 Thread Ranjit Mathew
ic class RuntimeCheck { private RuntimeCheck() {} public static void main(String[] argv) { System.out.print("1"); } } 8< Unfortunately, I didn't have time to debug this properly. Ranjit. -- Ranjit Mathew

Re: GCJ Interpreter Aborts (2005-08-24 IST)

2005-08-25 Thread Ranjit Mathew
; * stor-layout.c (finalize_type_size): Dont override > existing alignment with a smaller alignment from the mode. > > We now have a different layout causing the libjava to fail. Thanks. I can also confirm that backing out this patch and rebuilding GCC resolves the issue as w

Re: 4.2 Project: "@file" support

2005-08-25 Thread Ranjit Mathew
files in "@file" files. So at least on DJGPP/Cygwin, GCJ would appear to be more compatible with Sun's javac than it really is. :-) Ranjit. -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://ranjitmathew.hostingzero.com/

Re: Cross Compiler Unix - Windows

2005-08-26 Thread Ranjit Mathew
Ivan Novick wrote: > Can you recommend a solution for compiling Windows DLLs on any > variation of UNIX? You can use GCC/MinGW built as a cross-compiler to do this. If you do not mind a shameless plug, read: http://ranjitmathew.hostingzero.com/phartz/gcj/bldgcj.html HTH, Ranjit. --

Re: Segmentation Fault building GCC for i686-pc-mingw32

2005-09-21 Thread Ranjit Mathew
ld/gcjhcross/build/gcc-4.1-head-i686-pc-mingw32/i686-pc-mingw32/boehm-gc' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory > `/home/tlaurenzo/gcc_build/gcjhcross/build/gcc-4.1-head-i686-pc-mingw32/i686-pc-mingw32/boehm-gc' > make: *** [all-target-boehm-gc] Error

Re: Windows GUI apps cross-compiled from Linux or Mac OS X?

2005-09-29 Thread Ranjit Mathew
to the > cygwin or mingw target. See cygwin.com and mingw.org for more > information. If you want ready-made scripts and step-by-step instructions for doing this, see: http://ranjitmathew.hostingzero.com/phartz/gcj/bldgcj.html HTH, Ranjit. - -- Ranjit Mathew Email: rmathew AT gmail D

Minor Tree-SSA Documentation Oddities

2005-10-16 Thread Ranjit Mathew
ection need to be cleaned up: http://gcc.gnu.org/onlinedocs/gccint/Parsing-pass.html Thanks in advance, Ranjit. - -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://ranjitmathew.hostingzero.com/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (MingW32) Co

Re: using multiple trees with subversion

2005-10-19 Thread Ranjit Mathew
be a way to work around this limitation, but I don't know of it yet.) Thanks, Ranjit. - -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://ranjitmathew.hostingzero.com/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (MingW32) Comment: U

Re: A couple more subversion notes

2005-10-20 Thread Ranjit Mathew
" sources. Of course, the biggest savings would perhaps come from not storing the "text-base" copies and letting non-jet-setter hackers have the option of taking the slight penalty of a lag when they do a diff in exchange for a much reduced disc-space requirements. Thanks, Ran

Re: A couple more subversion notes

2005-10-20 Thread Ranjit Mathew
- From what I read on this list, a stable SVN 1.4.x is when a lot of barriers to SVN adoption would be removed. I'm not opposed per se to the shift to SVN, but I sincerely feel that it is a *little* too early. Thanks, Ranjit. - -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, I

Re: A couple more subversion notes

2005-10-20 Thread Ranjit Mathew
itten by Ian Lance Taylor. (Search the overseers mailing list for more information.) Thanks, Ranjit. - -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://ranjitmathew.hostingzero.com/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (MingW32) Comment: U

GGC Questions

2005-10-24 Thread Ranjit Mathew
uess these are done on purpose, but I can't make out exactly why. :-/ Lastly, on the gcjx-branch, a simple patch to get_output_file_with_visibility() makes it recognise ".hh" and ".cc" C++ source files with GTY markers. My question is, is this sufficient? Do people foresee

Re: GGC Questions

2005-10-24 Thread Ranjit Mathew
ent compiler crashes building "java/lang/Character.java" where in the debugger I see the Tree-SSA operands processing code "going bonkers". So I am trying to figure out if this is because something was yanked from under its feet by the GC or because there is some bug in the re

Re: GGC Questions

2005-10-25 Thread Ranjit Mathew
y that the problem occurs because GCJX is sharing the ADDR_EXPR for the Jv_ThrowBadArrayIndex method across the CALL_EXPRs that call this method (unlike GCJ on mainline), but I unfortunately ran out of time before I could test this. Thanks, Ranjit. -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://ranjitmathew.hostingzero.com/

Re: Cross compile, no grmic/grmiregistry

2005-11-08 Thread Ranjit Mathew
- So this is expected behaviour at the moment. HTH, Ranjit. - -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://ranjitmathew.hostingzero.com/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuP

Re: Cross compile, no grmic/grmiregistry

2005-11-09 Thread Ranjit Mathew
sume "NATIVE" above checks only for "target==host" and therefore your observation. Ranjit. - -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://ranjitmathew.hostingzero.com/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (MingW32) Comment: Us

Re: java broken on Linux/x86-64

2005-12-06 Thread Ranjit Mathew
ou've included does indeed indicate the problem. Thanks, Ranjit. - -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://ranjitmathew.hostingzero.com/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Thunderbird

Re: Any who heard about genmd?

2005-12-06 Thread Ranjit Mathew
ska/index.html to find out more about this project and if he has any other students working on enhancing this tool. HTH, Ranjit. - -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://ranjitmathew.hostingzero.com/ -BEGIN PGP SIGNATURE- Version: Gnu

Re: heads up - gcc toplevel bootstrap activated

2005-12-15 Thread Ranjit Mathew
("foreach" body line 51) invoked from within "foreach current_target $target_list { verbose "target is $current_target"; set current_target_name $current_target; set tlist [split $curr..." (file "/usr/share/dejagnu/runtest.exp" line 1612) m

Re: [PATCH] Do not stage the final build results

2005-12-15 Thread Ranjit Mathew
> > > # Rules to wipe a stage and all the following ones, also used for cleanstrap > @@ -36717,7 +36702,6 @@ bootstrap4: > @r=`${PWD_COMMAND}`; export r; \ > s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ > $(MAKE) $(TARGET_FLAGS_TO_PASS) all-host all-target > -

Re: GCC mailing list archive search omits results after May 2005

2005-12-15 Thread Ranjit Mathew
" on Google works just fine. However, I have come across (rare) instances where Google does not show any results for such a query even though I can manually dig out such a message and the message was posted quite some time back. My 2p, Ranjit. - -- Ranjit Mathew Email: rmathew AT gmail DOT

Re: A query

2005-12-26 Thread Ranjit Mathew
CC), see Cygwin: http://www.cygwin.com/ Thanks, Ranjit. - -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://ranjitmathew.hostingzero.com/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Thunderbird - http://enig

Slightly OT: Subversion 1.3.0 Now Available

2006-01-04 Thread Ranjit Mathew
soon. Thanks, Ranjit. - -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://ranjitmathew.hostingzero.com/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

Re: Slightly OT: Subversion 1.3.0 Now Available

2006-01-04 Thread Ranjit Mathew
rsion. Hence my query. Thanks, Ranjit. -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://ranjitmathew.hostingzero.com/

Re: Time to add new copyright years...

2006-01-04 Thread Ranjit Mathew
a bit irritating. My 2p. Ranjit. - -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://ranjitmathew.hostingzero.com/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozd

[gcjx] Tree-SSA Operands Processing Problem

2006-01-08 Thread Ranjit Mathew
mits of an array. The problem occurs when the stack-slot for the VAR variable referred to earlier is occupied by the NUM local variable of finalize_ssa_vuses() and is overwritten when this variable is assigned a value in this function. Comments? Thanks, Ranjit. - -- Ranjit Mathew

Re: [gcjx] Tree-SSA Operands Processing Problem

2006-01-08 Thread Ranjit Mathew
hat the code path I referred to is wrong and if, as you say, it can never be taken, it should just be removed and replaced with an assertion codifying what you are saying. Thanks, Ranjit. - -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA. Web: http://ranjitmathew.hosti

Mainline bootstrap failure (revision 110017)

2006-01-19 Thread Ranjit Mathew
ffed74) at /home/ranmath/src/gcc/gcc/gcc/main.c:35 (gdb) --- 8< ------- Thanks, Ranjit. - -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://rmathew.com/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2

Re: Unable to access archives on gcc-patches

2006-01-24 Thread Ranjit Mathew
essing archives of many a mailing list. In this particular case, I think the message you're looking for is this: http://article.gmane.org/gmane.comp.gcc.patches/54904 HTH, Ranjit. - -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://rmathew.com/

Re: Patch: Boehm GC 6.6 merge

2006-01-24 Thread Ranjit Mathew
ally" bit is not inside a comment. Thanks, Ranjit. - -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web: http://rmathew.com/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFD1xSEYb1hx

Re: Toplevel bootstrap patches cause bootstrap breakage

2006-02-21 Thread Ranjit Mathew
> file or directory in the path name does not exist. By the way, I get a similar (but not the same) error in a parallel bootstrap - the execvp failed because "xgcc" didn't have execute permission yet. A serial bubblestrap let me proceed further. (Revision 111359.) Thanks, Ranji

Re: Successful Build: gcc-4.1-20051230 i686-pc-mingw32

2006-03-08 Thread Ranjit Mathew
-with-as=/mingw/bin/as.exe Thread model: win32 gcc version 4.1.0 - -- 8< -- I used "mingw-runtime" version 3.9, "w32api" version 3.6 and "binutils" version 2.16.91-20060119-1, all as available from the MinGW SF

The GCC Wiki and the AddComment Plug-in

2006-03-27 Thread Ranjit Mathew
and many filled with bogus comments that are links to online casinos and the like. Can we please have a way of telling which entry a comment refers to or disable the AddComment plug-in altogether? Thanks, Ranjit. - -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA.Web