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
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
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&
-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
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
-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)
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:/
oth of you.
Thanks,
Ranjit.
--
Ranjit Mathew Email: rmathew AT gmail DOT com
Bangalore, INDIA.Web: http://rmathew.com/
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
,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
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 (
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
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--
-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
-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
-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
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
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
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
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
-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
#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
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
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
-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
> 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
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
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/
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
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
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
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
rsion. Hence my query.
Thanks,
Ranjit.
--
Ranjit Mathew Email: rmathew AT gmail DOT com
Bangalore, INDIA.Web: http://ranjitmathew.hostingzero.com/
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
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
" 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
>
>
> # 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
> -
("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
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
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
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
-
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
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/
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
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
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
- 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
"
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
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
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
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
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
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.
--
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/
; * 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
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
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
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
hanks,
Ranjit.
--
Ranjit Mathew Email: rmathew AT gmail DOT com
Bangalore, INDIA.Web: http://ranjitmathew.hostingzero.com/
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/
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/
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/
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/
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/
l/gcc/2004-05/msg00070.html
Ranjit.
--
Ranjit Mathew Email: rmathew AT gmail DOT com
Bangalore, INDIA.Web: http://ranjitmathew.hostingzero.com/
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
(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/
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
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/
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
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/
m to be
referenced in other messages.
--
Ranjit Mathew Email: rmathew AT gmail DOT com
Bangalore, INDIA.Web: http://ranjitmathew.hostingzero.com/
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/
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/
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/
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
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
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.
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
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/
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/
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/
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/
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
84 matches
Mail list logo