GC warnings and libjava/boehm.cc thread warnings on current gcc with java on cygwin

2011-12-12 Thread Christian Joensson
Trying to build gcc trunk with java on current cygwin (with snapshot 20111211, I get a strange Boehm Garbage Collector problem, first manifesting itself like this: dlltool -d /usr/local/src/trunk/gcc/libjava/libgcj-noncore-dummy.def -l libgcj-noncore-dummy.dll.a --dllname cyggcj-noncore-`expr \`gr

Re: Failure to bootstrap current gcc trunk on cygwin (20111207 snapshot): conflicting declarations in cygwin's /usr/include/sys/wait.h

2011-12-11 Thread Christian Joensson
On 7 December 2011 20:14, Christian Joensson wrote: > I am trying to build gcc trunk on cygwin (with the snapshot of > 20111207) and get this: > > /usr/local/src/trunk/objdir.withada/./prev-gcc/g++ > -B/usr/local/src/trunk/objdir.withada/./prev-gcc/ > -B/usr/i686-pc-cygwin/bin

Failure to bootstrap current gcc trunk on cygwin (20111207 snapshot): conflicting declarations in cygwin's /usr/include/sys/wait.h

2011-12-07 Thread Christian Joensson
I am trying to build gcc trunk on cygwin (with the snapshot of 20111207) and get this: /usr/local/src/trunk/objdir.withada/./prev-gcc/g++ -B/usr/local/src/trunk/objdir.withada/./prev-gcc/ -B/usr/i686-pc-cygwin/bin/ -nostdinc++ -B/usr/local/src/trunk/objdir.withada/prev-i686-pc-cygwin/libstdc++-v3/

Re: Yet another issue with gcc current trunk with ada on cygwin: s-tpoaal.adb:60:13: "Specific" is undefined (more references follow)

2011-11-23 Thread Christian Joensson
> > Try adding defined (__CYGWIN__) to the first line. > done, the new issue is this: /usr/local/src/trunk/objdir.withada/./gcc/xgcc -B/usr/local/src/trunk/objdir.withada/./gcc/ -B/usr/i686-pc-cygwin/bin/ -B/usr/i686-pc-cygwin/lib/ -isystem /usr/i686-pc-cygwin/include -isystem /usr/i686-pc-cygwin

Re: Yet another issue with gcc current trunk with ada on cygwin: s-tpoaal.adb:60:13: "Specific" is undefined (more references follow)

2011-11-22 Thread Christian Joensson
> But grep is your friend.  See s-oscons-tmplt.c lines 1343 and below. phew, beyond my abilities yet again. someone more cygwin knowledgable would need to look into that I suppose... -- Cheers, /ChJ

Re: Yet another issue with gcc current trunk with ada on cygwin: s-tpoaal.adb:60:13: "Specific" is undefined (more references follow)

2011-11-22 Thread Christian Joensson
On 22 November 2011 07:58, Eric Botcazou wrote: >> On cygwin, current gcc trunk, I get this new problem: >> >> /usr/local/src/trunk/objdir.withada/./gcc/xgcc >> -B/usr/local/src/trunk/objdir.withada/./gcc/ >> -B/usr/i686-pc-cygwin/bin/ -B/usr/i686-pc-cygwin/lib/ -isystem >> /usr/i686-pc-cygwin/incl

Yet another issue with gcc current trunk with ada on cygwin: s-tpoaal.adb:60:13: "Specific" is undefined (more references follow)

2011-11-21 Thread Christian Joensson
On cygwin, current gcc trunk, I get this new problem: /usr/local/src/trunk/objdir.withada/./gcc/xgcc -B/usr/local/src/trunk/objdir.withada/./gcc/ -B/usr/i686-pc-cygwin/bin/ -B/usr/i686-pc-cygwin/lib/ -isystem /usr/i686-pc-cygwin/include -isystem /usr/i686-pc-cygwin/sys-include -c -g -O2 -W -Wal

Re: Issues with building gcc trunk with ada on cygwin

2011-11-20 Thread Christian Joensson
On 20 November 2011 12:06, Eric Botcazou wrote: >> Now, are there anyones here that recognise the issue and perhaps have >> an idea of how to address it? > > Take a look at gcc/ada/Makefile.in lines 279 and below: > > ifeq ($(strip $(filter-out cygwin32% mingw32% pe,$(osys))),) >  # On Windows nati

Issues with building gcc trunk with ada on cygwin

2011-11-20 Thread Christian Joensson
I have an issue with building gcc trunk, current and since quite a while. There seems to me to be quite some missing includes while building stage 3 compared with stage 2. For example, the adadecode.c comile in stage 2 for me looks like this: make[5]: Entering directory `/usr/local/src/trunk/obj

Re: revision r181278 gives me a bootstrap/build error on cygwin for gcc trunk: cc1: warning: unrecognized command line option "-Wno-narrowing"

2011-11-11 Thread Christian Joensson
Den 11 november 2011 16:30 skrev Jason Merrill: > On 11/11/2011 07:02 AM, Christian Jönsson wrote: >> >> revision r181278 gives me a bootstrap/build error on cygwin for gcc >> trunk like this > > I've now conditioned those functions on the macro being defined.  Does that > fix it for you? yup, tha

Failure to bootstrap trunk with --enable-threads=posix on cygwin since r180767

2011-11-04 Thread Christian Joensson
On cygwin, I get the following failure when trying to boostrap current Fri Nov 4 19:36:52 UTC 2011 (revision 180977) gcc trunk: /bin/sh ../../../gcc/libgcc/../mkinstalldirs . ln -s -f libgcc.map libgcc.map.def && if [ ! -d ./shlib ]; then mkdir ./shlib; else true; fi && /usr/local/src/objdir/./gc

Re: [gcc] can't build current trunk: ar: .libs/libgomp.lib: File format not recognized

2010-01-26 Thread Christian Joensson
2010/1/26 Dave Korn: > On 25/01/2010 22:38, Dave Korn wrote: >> > On 25/01/2010 20:58, Paolo Bonzini wrote: > >>> >> Does this fix it for you? >> > >> >   That succeeded for "rm -rf i686-pc-cygwin/libgomp; make >> > configure-target-libgomp all-target-libgomp".  I'll leave a full bootstrap >> > run

Re: [gcc] can't build current trunk: ar: .libs/libgomp.lib: File format not recognized

2010-01-25 Thread Christian Joensson
2010/1/25 Joern Rennecke: > Quoting Dave Korn : > >> On 25/01/2010 14:04, Joern Rennecke wrote: >>> >>> Quoting Christian Joensson : >>>>> >>>>> -Xlinker .libs/libgomp-1.dll >>>>> xgcc: unrecognized option '-pthread

Re: [gcc] can't build current trunk: ar: .libs/libgomp.lib: File format not recognized

2010-01-25 Thread Christian Joensson
Should have gone here I suppose... 2010/1/25 Christian Joensson: > Hi Dave. > > I see you're busy with your cygwin improvement branch... however, I > just want to give you a heads up, as for a some time, I can't build > gcc trunk, there's something with libgomp t

Re: [cygwin-1.7] bootstrap failure: ../../gcc/gcc/config/i386/i386.c:24542:24: error: comparison between signed and unsigned integer expressions

2009-11-23 Thread Christian Joensson
2009/11/23 Christian Joensson: > Seems to me that http://gcc.gnu.org/ml/gcc-cvs/2009-11/msg00648.html > might cause this: > > /usr/local/src/trunk/objdir/./prev-gcc/xgcc > -B/usr/local/src/trunk/objdir/./prev-gcc/ > -B/usr/local/gnu/i686-pc-cygwin/bin/ > -B/usr/local/gnu/i68

[cygwin-1.7] bootstrap failure: ../../gcc/gcc/config/i386/i386.c:24542:24: error: comparison between signed and unsigned integer expressions

2009-11-23 Thread Christian Joensson
Seems to me that http://gcc.gnu.org/ml/gcc-cvs/2009-11/msg00648.html might cause this: /usr/local/src/trunk/objdir/./prev-gcc/xgcc -B/usr/local/src/trunk/objdir/./prev-gcc/ -B/usr/local/gnu/i686-pc-cygwin/bin/ -B/usr/local/gnu/i686-pc-cygwin/bin/ -B/usr/local/gnu/i686-pc-cygwin/lib/ -isystem /usr/

Re: Problems with acats test suite not being run?

2009-10-26 Thread Christian Joensson
2009/10/26 Christian Joensson : > I noticed on http://gcc.gnu.org/ml/gcc-testresults/2009-10/msg02488.html > (trunk revision 153541) that the acats test suite was not run... and > looking into acats.log I see this: > > compilation abandoned > /usr/local/src/trunk/objdir/gcc/t

Problems with acats test suite not being run?

2009-10-25 Thread Christian Joensson
I noticed on http://gcc.gnu.org/ml/gcc-testresults/2009-10/msg02488.html (trunk revision 153541) that the acats test suite was not run... and looking into acats.log I see this: compilation abandoned /usr/local/src/trunk/objdir/gcc/testsuite/ada/acats/support/checkfil.ada: parse errors detected /us

Re: verify_ssa failed on cygwin and in ada

2009-09-06 Thread Christian Joensson
2009/9/5 Christian Joensson : > 2009/9/4 Alexandre Oliva : >> On Sep  4, 2009, Dave Korn wrote: >> >>> Christian Joensson wrote: >>>> Is this a well know problem: >> >>>   Please file a PR.  It didn't happen a few weeks ago when I last tr

Re: verify_ssa failed on cygwin and in ada

2009-09-04 Thread Christian Joensson
2009/9/4 Alexandre Oliva : > On Sep  4, 2009, Dave Korn wrote: > >> Christian Joensson wrote: >>> Is this a well know problem: > >>   Please file a PR.  It didn't happen a few weeks ago when I last tried >> bootstrapping ada on cygwin. > > And

verify_ssa failed on cygwin and in ada

2009-09-03 Thread Christian Joensson
Is this a well know problem: /usr/local/src/trunk/objdir/./gcc/xgcc -B/usr/local/src/trunk/objdir/./gcc/ -B/usr/local/gnu/i686-pc-cygwin/bin/ -B/usr/local/gnu/i686-pc-cygwin/lib/ -isystem / usr/local/gnu/i686-pc-cygwin/include -isystem /usr/local/gnu/i686-pc-cygwin/sys-include-c -g -O2 -W -W

Re: [gcc trunk on cygwin] ../../gcc/gcc/config/i386/msformat-c.c:[39,40,41,42,43,44,58,75,87,110,128,145] error: enum conversion in initialization is invalid in C++

2009-05-05 Thread Christian Joensson
2009/5/5 Dave Korn : > Christian Joensson wrote: > >> ../../gcc/gcc/config/i386/msformat-c.c:39: error: enum conversion in >> initialization is invalid in C++ > >> Any hints on what's going on and how to cure the issue? > >  Yep: http://gcc.gnu.org/ml/gcc-pat

[gcc trunk on cygwin] ../../gcc/gcc/config/i386/msformat-c.c:[39,40,41,42,43,44,58,75,87,110,128,145] error: enum conversion in initialization is invalid in C++

2009-05-05 Thread Christian Joensson
This is on Windows XP Pro/SP3 cygwin Intel Core2 Duo t9...@2.80ghz system with packages: binutils 20080624-2 2.18.50.20080625 bison2.3-1 2.3 cloog-ppl0.15.3-1 cygwin 1.7.0-46 dejagnu 20021217-2 1.4.2.x expect

[Ada] GNAT BUG Assert_Failure uintp.adb:1593

2008-03-14 Thread Christian Joensson
On cygwin, I currently get the following GNAT bug: /usr/local/src/trunk/objdir/./prev-gcc/xgcc -B/usr/local/src/trunk/objdir/./prev -gcc/ -B/usr/local/i686-pc-cygwin/bin/ -c -g -O2 -gnatpg -gnata -nostdinc - I- -I. -Iada -I../../gcc/gcc/ada ../../gcc/gcc/ada/ada.ads -o ada/ada.o +

Re: [libstdc++] testsuite failures on sparc biarch using -m64: tr1_impl/boost_shared_ptr.h error:

2008-02-04 Thread Christian Joensson
2008/1/28, Christian Joensson <[EMAIL PROTECTED]>: > 2008/1/26, Jonathan Wakely <[EMAIL PROTECTED]>: > > On 22/01/2008, Christian Joensson wrote: > > > 2008/1/21, Jonathan Wakely > > > > My first guess would be that you've somehow got the C++0x and

[cygwin, gnat] error: "system.ads" has restriction No_Implicit_Dynamic_Code

2008-01-31 Thread Christian Joensson
Hiya. On cygwin with gcc trunk Fri Jan 25 12:38:35 UTC 2008 (revision 131824), I get quite a few FAIL in the gnat testsuite due to errors like this: Executing on host: /usr/local/src/trunk/objdir/gcc/gnatmake -I/usr/local/src/trunk/objdir/gcc/ada/rts --GCC=/usr/local/src/trunk/objdir/gcc/xgcc --G

[cygwin] FAIL: gcc.dg/vect/pr31041.c: gcc.dg/vect/pr31041.c:7: error: conflicting types for 'int32_t'

2008-01-31 Thread Christian Joensson
Hi. On cygwin with gcc trunk Fri Jan 25 12:38:35 UTC 2008 (revision 131824) I get the following failure (among a few others... many ICE) that might be easy to fix: Executing on host: /usr/local/src/trunk/objdir/gcc/xgcc -B/usr/local/src/trunk/objdir/gcc/ /usr/local/src/trunk/gcc/gcc/testsuite/gcc

Re: [libstdc++] testsuite failures on sparc biarch using -m64: tr1_impl/boost_shared_ptr.h error:

2008-01-28 Thread Christian Joensson
2008/1/26, Jonathan Wakely <[EMAIL PROTECTED]>: > On 22/01/2008, Christian Joensson wrote: > > 2008/1/21, Jonathan Wakely > > > My first guess would be that you've somehow got the C++0x and TR1 > > > versions of boost_sp_shared_count.h mixed up an

Re: [cygwin] how do I get libiconv working correctly?

2008-01-21 Thread Christian Joensson
2008/1/21, Dave Korn <[EMAIL PROTECTED]>: > On 21 January 2008 10:52, Christian Joensson wrote: > > > For example in http://gcc.gnu.org/ml/gcc-testresults/2008-01/msg00738.html > > I get a few libstdc++ failures and taking a look at them I see that a > > quite a fe

[cygwin] how do I get libiconv working correctly?

2008-01-21 Thread Christian Joensson
For example in http://gcc.gnu.org/ml/gcc-testresults/2008-01/msg00738.html I get a few libstdc++ failures and taking a look at them I see that a quite a few of them have an error due to that undefined reference to `_libiconv'. Is there some easy way out of this that I have missed -- Cheers, /Ch

[libstdc++] testsuite failures on sparc biarch using -m64: tr1_impl/boost_shared_ptr.h error:

2008-01-21 Thread Christian Joensson
For some time now, I've been getting libstdc++ testsuite failures on my sparc biarch system running the libstdc++ testsuite with -m64. A lot of these failures seems to me to have in common the following failure, that only shows up using -m64, not running in default, ie, 32 bit mode: /usr/local/src

Ping re PR20548 [Was: [PATCH] New -fstack-check implementation (1/n)]

2008-01-11 Thread Christian Joensson
Is this proposed patch still being considered, or has it been applied/withdrawn? http://gcc.gnu.org/ml/gcc-patches/2006-11/msg01846.html -- Cheers, /ChJ

Can't bootstrap gcc-4.2.2 with Ada on cygwin: Bootstrap comparison failure! ./ada/exp_aggr.o differs

2007-10-15 Thread Christian Joensson
Windows XP/SP2 cygwin on pentium4 single i686: binutils 20060817-1 bison2.3-1 cygwin 1.5.24-2 (with Dave Korn's stdio patch for newlib) dejagnu 20021217-2 expect 20030128-1 gcc 3.4.4-3 gcc-ada 3.4.

Bootstrap comparison failure on sparc64/sparc linux

2007-09-21 Thread Christian Joensson
For quite some time now, I've been getting bootstrap comparison failures with trunk on sparc64/sparc linux I kind of guess that they might be related to other big endian bootstrap comparison failures. Would you benefit from me posting something specific from my failures or do you suggest that

Re: Another BOOTSTRAP failure on sparc-sun-solaris2.10, stage2 miscompiled

2007-09-11 Thread Christian Joensson
2007/9/10, John David Anglin <[EMAIL PROTECTED]>: > > I succeed past this failure if I revert Zdenek's iv-opts patch > (r128272). > > Same here. The failure also occurs on all hppa targets. > > Dave > -- > J. David Anglin [EMAIL PROTECTED] > National Research Counc

Re: RTL sharing bootstrap failure on sparc-sun-solaris2.10

2007-09-07 Thread Christian Joensson
2007/9/7, Christian Joensson <[EMAIL PROTECTED]>: > 2007/9/6, Kaveh R. GHAZI <[EMAIL PROTECTED]>: > > (Sorry, first one bounced from gcc@ because it was over 400k) > > > > Hi Jan, > > > > On sparc-sun-solaris2.10, I'm getting new bootstrap failures

Re: RTL sharing bootstrap failure on sparc-sun-solaris2.10

2007-09-06 Thread Christian Joensson
2007/9/6, Kaveh R. GHAZI <[EMAIL PROTECTED]>: > (Sorry, first one bounced from gcc@ because it was over 400k) > > Hi Jan, > > On sparc-sun-solaris2.10, I'm getting new bootstrap failures in stage2 > complaining several times about rtl sharing. I've included four .i files > for modules that ICEed d

Re: Bootstrap broken: ../../gcc/gcc/ada/trans.c:5896: error: too few arguments to function `real_2expN'

2007-09-06 Thread Christian Joensson
2007/9/6, Sandra Loosemore <[EMAIL PROTECTED]>: > Christian Joensson wrote: > > Using checkout Thu Sep 6 05:56:16 UTC 2007 (revision 128174), I get a > > bootstrap failure: > > > > gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall > > -Wwrite-strings -

Bootstrap broken: ../../gcc/gcc/ada/trans.c:5896: error: too few arguments to function `real_2expN'

2007-09-06 Thread Christian Joensson
Using checkout Thu Sep 6 05:56:16 UTC 2007 (revision 128174), I get a bootstrap failure: gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -DHAVE_CONFIG_H -I. -Iada -I../../gcc/gcc -I../../gcc/gcc/ada -I../../gcc/gcc/../include -I../.

can't bootstrap current trunk on cygwin: tree.c:7694: error: passing argument 1 of 'fixed_zerop' discards qualifiers from pointer target type

2007-08-09 Thread Christian Joensson
Windows XP Pro/SP2 cygwin Pentium M processor 2.13GHz system with packages: binutils 20060817-1 2.17.50 20060817 bison2.3-1 2.3 cygwin 1.5.24-2 (rev. 1.46 of newlib's stdio.h) dejagnu 20021217-2 1.4.2.x expect

can't bootstrap current trunk: internal compiler error: in simplify_subreg, at simplify-rtx.c:4679

2007-08-09 Thread Christian Joensson
Aurora SPARC Linux release 2.99 (Angel)/TI UltraSparc IIi (Sabre) sun4u: binutils-2.17.50.0.3-6.sparc.sparc bison-2.3-2.1.sparc dejagnu-1.4.4-5.1.noarch expect-5.43.0-5.1.sparc gcc-4.1.1-30.1.sparc glibc-2.5-3.1.sparcv9 glibc-2.5-3.1.sparc64 glibc-devel-2.5-3.1.sparc glibc-devel-2.5-3.1.sparc64 gl

Re: GCC 4.2.1 : testsuite says WARNING: program timed out

2007-08-01 Thread Christian Joensson
2007/8/1, Rupert Wood <[EMAIL PROTECTED]>: > Dennis Clarke wrote: > > >Is there a way to allow the testsuite to just run regardless of > >how long it takes? > > I think you need to pass "set timeout -1" into dejagnu. I'd suggest a larger > positive timeout instead. > > I forget the correct

current gcc trunk testsuite failure on cygwin: Assembler messages: Warning: end of file in string; '"' inserted: Warning: .stabs: missing comma

2007-06-04 Thread Christian Joensson
phew, a few of the cygwin failures show up like this: Executing on host: /usr/local/src/trunk/objdir/gcc/xgcc -B/usr/local/src/trunk/objdir/gcc/ -O3 -g -w -fno-show-column -c -o 20001226-1.o /usr/local/src/trunk/gcc/gcc/testsuite/gcc.c-torture/compile/20001226-1.c (timeout = 300) spawn /usr/

gcc-4.2.0 for sparc64-linux and cygwin

2007-05-24 Thread Christian Joensson
gcc-4.2.0 test-results for sparc64-linux and cygwin are posted at http://gcc.gnu.org/ml/gcc-testresults/2007-05/msg01187.html and http://gcc.gnu.org/ml/gcc-testresults/2007-05/msg01186.html -- Cheers, /ChJ

[4.2.0] Can't bootstrap for cywin: bootstrap comparison failure in ./ada/exp_aggr.o differs

2007-05-22 Thread Christian Joensson
As I posted on http://gcc.gnu.org/ml/gcc/2007-05/msg00058.html, I still have this problem for the released 4.2.0. -- Cheers, /ChJ

Re: Bootstrap comparison differnce(s) on cygwin with 4.2.0 RC3: ./ada/exp_aggr.o differs

2007-05-02 Thread Christian Joensson
2007/5/2, Andrew Haley <[EMAIL PROTECTED]>: Christian Joensson writes: > On cygwin, with D. Korn's proposed patch to cygwin's (i.e., newlib's) > stdio.h, I get a bootstrap failure do to comparison difference(s): Did you do a total rebuild of all gcc in a clean dir

Bootstrap comparison differnce(s) on cygwin with 4.2.0 RC3: ./ada/exp_aggr.o differs

2007-05-02 Thread Christian Joensson
On cygwin, with D. Korn's proposed patch to cygwin's (i.e., newlib's) stdio.h, I get a bootstrap failure do to comparison difference(s): Comparing stages 2 and 3 warning: ./cc1-checksum.o differs warning: ./cc1obj-checksum.o differs warning: ./cc1objplus-checksum.o differs warning: ./cc1plus-chec

gcc/boehm-gc/misc.c:680: undefined reference to `_GC_get_thread_stack_base'

2007-04-25 Thread Christian Joensson
on cygwin, with current gcc trunk, revision Tue Apr 24 20:47:06 UTC 2007 (revision 124119M) (with Dave Korn's suggested patch to libjava), I get a failure liike this: ranlib .libs/libgcj-tools.a creating libgcj-tools.la (cd .libs && rm -f libgcj-tools.la && ln -s ../libgcj-tools.la libgcj-tools.

Bootstrap failure for current gcc trunk on cygwin: in set_curr_insn_source_location, at cfglayout.c:284

2007-04-23 Thread Christian Joensson
I hit a recent problem, not there in revision 124020 ../../xgcc -B../../ -c -O2 -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -gnatpg -gnata -I- -I../rts -I. -I/usr/loc al/src/trunk/gcc/gcc/ada /usr/local/src/trunk/gcc/gcc/ada/tree_io.adb -o tree_i

Re: [cygwin] Can't boostrap current gcc trunk with libjava: ../../../gcc/libjava/classpath/native/fdlibm/mprec.h:297:1: error: "_EXFUN" redefined

2007-04-18 Thread Christian Joensson
16 Apr 2007 16:50:03 -0600, Tom Tromey <[EMAIL PROTECTED]>: > "Dave" == Dave Korn <[EMAIL PROTECTED]> writes: Dave> The definition of _EXFUN in mprec.h is unconditionally: Dave> #define _EXFUN(name, proto) name proto libjava, and subsequently Classpath, imported an old version

[cygwin] Can't boostrap current gcc trunk with libjava: ../../../gcc/libjava/classpath/native/fdlibm/mprec.h:297:1: error: "_EXFUN" redefined

2007-04-16 Thread Christian Joensson
Windows XP Pro/SP2 cygwin Pentium M processor 2.13GHz system with packages: binutils 20060817-1 2.17.50 20060817 bison2.3-1 2.3 cygwin 1.5.24-2 (with Dave Korn's stdio.h patch in newlib cvs) dejagnu 20021217-2 1.4.2.x e

Can't bootstrap gcc (revision 123155) trunk on cygwin: configure: error: C compiler cannot create executables [configure-stage2-intl] Error 77

2007-03-23 Thread Christian Joensson
This was on Windows XP/SP2 cygwin on pentium4 single i686: binutils 20060817-1 bison2.3-1 cygwin 1.5.24-2 dejagnu 20021217-2 expect 20030128-1 gcc 3.4.4-3 gcc-ada 3.4.4-3 gcc-g++ 3.4.4

Can't bootstrap gcc 4.2 RC1 on cygwin: gcc/boehm-gc/misc.c:680: undefined reference to `_GC_get_thread_stack_base'

2007-03-21 Thread Christian Joensson
This is on Windows XP Pro/SP2 cygwin Pentium M processor 2.13GHz system with packages: binutils 20060817-1 2.17.50 20060817 bison2.3-1 2.3 cygwin 1.5.24-2 dejagnu 20021217-2 1.4.2.x expect 20030128-1 5.26 g

Re: [4.2 RC1] Can't bootstrap with ada on cygwin

2007-03-20 Thread Christian Joensson
2007/3/18, Christian Joensson <[EMAIL PROTECTED]>: Under cygwin, I get a stage 2 and 3 comparison failure that's not supposed to be there... Comparing stages 2 and 3 warning: ./cc1-checksum.o differs warning: ./cc1obj-checksum.o differs warning: ./cc1objplus-checksum.o diff

[4.2 RC1] Can't bootstrap with ada on cygwin

2007-03-18 Thread Christian Joensson
Under cygwin, I get a stage 2 and 3 comparison failure that's not supposed to be there... Comparing stages 2 and 3 warning: ./cc1-checksum.o differs warning: ./cc1obj-checksum.o differs warning: ./cc1objplus-checksum.o differs warning: ./cc1plus-checksum.o differs warning: ./libgcc/_chkstk.o diff

[sparc] A few gcc testsuite failures....

2007-03-09 Thread Christian Joensson
Aurora SPARC Linux release 2.90 (Aurora Corona)/TI UltraSparc IIi (Sabre) sun4u: binutils-2.17.50.0.3-6.sparc.sparc bison-2.3-2.1.sparc dejagnu-1.4.4-5.1.noarch expect-5.43.0-5.1.sparc gcc-4.1.1-30.1.sparc glibc-2.5-3.1.sparcv9 glibc-2.5-3.1.sparc64 glibc-devel-2.5-3.1.sparc glibc-devel-2.5-3.1.s

Re: Cannot build gcc-4.1.2 on cygwin: /bin/sh: kinds.h: No such file or directory

2007-02-23 Thread Christian Joensson
2007/2/22, Christian Joensson <[EMAIL PROTECTED]>: well, I ended up reinstalling gmp, libgmp-devel, libgmp3, mpfr, libmpfr-devel, libmpfr0 (which I don't think is nessecary) and libmpfr1. now, its testsuite is being run thanks brian and brooks for you help. here's the te

Re: Cannot build gcc-4.1.2 on cygwin: /bin/sh: kinds.h: No such file or directory

2007-02-21 Thread Christian Joensson
well, I ended up reinstalling gmp, libgmp-devel, libgmp3, mpfr, libmpfr-devel, libmpfr0 (which I don't think is nessecary) and libmpfr1. now, its testsuite is being run thanks brian and brooks for you help. -- Cheers, /ChJ

Cannot build gcc-4.1.2 on cygwin: /bin/sh: kinds.h: No such file or directory

2007-02-21 Thread Christian Joensson
Í just tried to build gcc-4.1.2 for cygwin... but failed. My old way of test building does not seem to work anymore for me. Windows XP Pro/SP2 cygwin Pentium M processor 2.13GHz system with packages: binutils 20060817-1 2.17.50 20060817 bison2.3-1 2.3 cyg

Re: [infrastructure] what about gmp and mpfr on multilibbed builds?

2006-12-15 Thread Christian Joensson
On 12/14/06, Eric Botcazou <[EMAIL PROTECTED]> wrote: > So, my question is this: Do I need to have libgmp and libmpfr > available as both 32 and 64 bit variants? No if you use only one compiler (i.e. the multilibbed 32-bit compiler). let me come back to this using a concrete example to exa

Re: [libgfortran, 4.2] Syntax error in array constructor

2006-12-15 Thread Christian Joensson
On 12/15/06, Eric Botcazou <[EMAIL PROTECTED]> wrote: > Any ideas what is going wrong here? libgfortran/selected_int_kind.inc has very likely been corrupted, which would mean that your Fortran compiler is non-functional. It should contain integer, parameter :: c = 3 type (real_info), param

[libgfortran, 4.2] Syntax error in array constructor

2006-12-15 Thread Christian Joensson
This is on the 4.2 branch, on Aurora SPARC Linux release 2.90 (Aurora Corona)/TI UltraSparc IIi (Sabre) sun4u: binutils-2.17.50.0.3-6.sparc.sparc bison-2.3-2.1.sparc dejagnu-1.4.4-5.1.noarch expect-5.43.0-5.1.sparc gcc-4.1.1-30.1.sparc glibc-2.5-3.1.sparcv9 glibc-2.5-3.1.sparc64 glibc-devel-2.5-

[infrastructure] what about gmp and mpfr on multilibbed builds?

2006-12-14 Thread Christian Joensson
I just built and locally installed gcc's (infrastructure) tarballs of gmp-4.2.1 and mpfr-2.2.1 to try to build gcc trunk (as my build system's versions are too old). But, I am on a UltraSPARC system so I test build gcc multilibbed enabled to have both 32 and 64 bit capability. So, my question is

[cygwin] gcc/boehm-gc/misc.c:680: undefined reference to `_GC_get_thread_stack_base'

2006-10-17 Thread Christian Joensson
well, trying to bootstrap on cygwin current gcc with lava and libs, gets me into this ar rc .libs/libgcj-tools.a classpath/tools/libgcj_tools_la-tools.o ranlib .libs/libgcj-tools.a creating libgcj-tools.la (cd .libs && rm -f libgcj-tools.la && ln -s ../libgcj-tools.la libgcj-tools.la) /bin/sh ./

[cygwin] libjava/java/lang/natClass.cc:904: error: thread-local storage not supported for this target

2006-10-12 Thread Christian Joensson
Currently, and it's been there for a while, I get the following error on gcc trunk: /usr/local/src/trunk/objdir/./gcc/xgcc -shared-libgcc -B/usr/local/src/trunk/objdir/./gcc -nostdinc++ -L/usr/local/src/trunk/objdir/i686-pc-cygwin/libstdc++-v3/src -L/usr/local/src/trunk/objdir/i686-pc-cygwin/libs

mprec.c:105: error: expected identifier or '(' before '{' token

2006-08-31 Thread Christian Joensson
last one, again on cygwin/winxp, I get an error: ../../../../../../gcc/libjava/classpath/native/fdlibm/mprec.c:105: error: expected identifier or '(' before '{' token hints? -- Cheers, /ChJ

mprec.c:104: error: static declaration of 'calloc' follows non-static declaration

2006-08-31 Thread Christian Joensson
again, on cygwin/winxp, I get an error ../../../../../../gcc/libjava/classpath/native/fdlibm/mprec.c:104: error: static declaration of 'calloc' follows non-static declaration am I doing something seriously wrong here? -- Cheers, /ChJ

mprec.h:297:1: warning: "_EXFUN" redefined

2006-08-31 Thread Christian Joensson
This is on a cygwin/winxp system... while building gcc trunk, currently, and for quite some time, I have been getting this warning: /usr/local/src/trunk/objdir/./gcc/xgcc -B/usr/local/src/trunk/objdir/./gcc/ -B/usr/local/i686-pc-cygwin/bin/ -B/usr/local/i686-pc-cygwin/lib/ -isystem /usr/local/i68

Re: dejagnu: timeout?

2006-08-21 Thread Christian Joensson
On 8/21/06, Christian Joensson <[EMAIL PROTECTED]> wrote: I just noticed a slight change in behaviour... on my system, I have edited dejagnu's remote.exp such that it defaults its timeout to 1800 instead of 300. However, on gcc trunk, I see that, for example, in the libstdc++ testsui

dejagnu: timeout?

2006-08-21 Thread Christian Joensson
I just noticed a slight change in behaviour... on my system, I have edited dejagnu's remote.exp such that it defaults its timeout to 1800 instead of 300. However, on gcc trunk, I see that, for example, in the libstdc++ testsuite log, the timeout is set to 600, while in, e.g., gcc's log file, its 1

Re: Lots of gfortrans testsuite failuers on sparc64-linux: undefined reference to `_gfortran_reshape_r8

2006-06-24 Thread Christian Joensson
On 6/24/06, FX Coudert <[EMAIL PROTECTED]> wrote: > well, I didn't do a full bootstrap, I did a "bubblestrap" ... maybe > that was the issue then. before running the next bubblestrap, what > files do you recommend me to remove so that they get stage wise > properly rebuilt? Hum... I'm not sure,

Re: Lots of gfortrans testsuite failuers on sparc64-linux: undefined reference to `_gfortran_reshape_r8

2006-06-24 Thread Christian Joensson
On 6/24/06, FX Coudert <[EMAIL PROTECTED]> wrote: [Transfering this to the fortran list] Hi Christian, I did the commit that introduced these new symbols _gfortran_{reshape,transpose}_r{4,8}. They come from ${srcdir}/libgfortran/generated/{reshape,transpose}_r{4,8}.c and this file should be pre

Fwd: Lots of gfortrans testsuite failuers on sparc64-linux: undefined reference to `_gfortran_reshape_r8

2006-06-23 Thread Christian Joensson
Bugger, this went to testresults insetad of here... sorry for that... -- Forwarded message -- From: Christian Joensson <[EMAIL PROTECTED]> Date: Jun 23, 2006 8:09 PM Subject: Lots of gfortrans testsuite failuers on sparc64-linux: undefined reference to `_gfortran_reshape

[libmudflap] build warnings...

2006-05-30 Thread Christian Joensson
I just wanted to ping the list here on current gcc trunk libmudflap build warnings: ../../../gcc/libmudflap/mf-runtime.c:1706: warning: format '%06lu' expects type 'long unsigned int', but argument 15 has type '__suseconds_t' ../../../gcc/libmudflap/mf-runtime.c:1729: warning: format '%06lu' expe

Re: [Ada] two regressions c64103c & cd5003g in 113391 vs. 113355

2006-05-19 Thread Christian Joensson
On 5/2/06, Christian Joensson <[EMAIL PROTECTED]> wrote: On 5/1/06, Eric Botcazou <[EMAIL PROTECTED]> wrote: > > Any ideas? > > Re-run the testsuite, they most likely will disappear. right... I somehow had memory kernel related issues... A new one now... c9a011b there

Can't build gcc trunk Fri May 19 10:52:05 UTC 2006 (revision 113904M) on cygwin: gcc/objc/objc-act.c:5573: warning: ....

2006-05-19 Thread Christian Joensson
Well, /usr/local/src/trunk/objdir/./prev-gcc/xgcc -B/usr/local/src/trunk/objdir/./prev-gcc/ -B/usr/local/i686-pc-cygwin/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-d

Re: [Ada] two regressions c64103c & cd5003g in 113391 vs. 113355

2006-05-01 Thread Christian Joensson
On 5/1/06, Eric Botcazou <[EMAIL PROTECTED]> wrote: > Any ideas? Re-run the testsuite, they most likely will disappear. right... I somehow had memory kernel related issues... A new one now... c9a011b -- Cheers, /ChJ

[Ada] two regressions c64103c & cd5003g in 113391 vs. 113355

2006-05-01 Thread Christian Joensson
On Aurora SPARC Linux release 2.0 (Kashmir FC3)/TI UltraSparc IIi (Sabre) sun4u, I get two new failures... splitting /usr/local/src/trunk/objdir/gcc/testsuite/ada/acats/tests/c6/c64103b.ada into: c64103b.adb BUILD c64103b.adb gnatmake --GCC="/usr/local/src/trunk/objdir/gcc/xgcc -B/usr/local/sr

FAIL: tmpdir-g++.dg-struct-layout-1/t026 cp_compat_{x,y}_tst.o compile on sparc/sparc64 linux...

2006-04-30 Thread Christian Joensson
From http://gcc.gnu.org/ml/gcc-testresults/2006-04/msg01674.html Executing on host: /usr/local/src/trunk/objdir/gcc/testsuite/g++/../../g++ -B/usr/local/src/trunk/objdir/gcc/testsuite/g++/../../ -nostdinc++ -I/usr/local/src/trunk/objdir/sparc64-unknown-linux-gnu/64/libstdc++-v3/include/sparc64-u

Re: [libgomp] weird problem with multilibbed libgomp...

2006-04-21 Thread Christian Joensson
On 4/21/06, Gerald Pfeifer <[EMAIL PROTECTED]> wrote: > On Thu, 20 Apr 2006, Christian Joensson wrote: > >> /usr/bin/ld: .libs/barrier.o: check_relocs: unhandled reloc type 0 > >> .libs/barrier.o: could not read symbols: File format not recognized > >>

Re: [Ada] multilibbed implementation?

2006-04-21 Thread Christian Joensson
On 4/21/06, Arnaud Charlet <[EMAIL PROTECTED]> wrote: > > It's that time again... I just want to ask if there's any progress on > > Ada being multilibbed? > > Are you working on it perhaps ? I'm sorry to say, no... -- Cheers, /ChJ

Re: [libgomp] weird problem with multilibbed libgomp...

2006-04-20 Thread Christian Joensson
On 4/18/06, Christian Joensson <[EMAIL PROTECTED]> wrote: > .libs/libgomp.so.1.0.0 > /usr/bin/ld: .libs/barrier.o: check_relocs: unhandled reloc type 0 > .libs/barrier.o: could not read symbols: File format not recognized > collect2: ld returned 1 exit status > > I will re

[Ada, or FC5?] Storage_Error stack overflow (or erroneous memory access)|

2006-04-20 Thread Christian Joensson
Fedora Core release 5 (Bordeaux) on an Intel(R) Pentium(R) 4 CPU 1.80GHz: binutils-2.16.91.0.6-5.i386 bison-2.1-1.2.1.i386 dejagnu-1.4.4-5.noarch expect-5.43.0-3.1.i386 gcc-4.1.0-3.i386 glibc-2.4-4.i686 glibc-devel-2.4-4.i386 glibc-headers-2.4-4.i386 glibc-kernheaders-3.0-5.2.i386 gmp-4.1.4-6.2.1.

Re: libgcc2.c:382: internal compiler error: in prune_unused_types_update_strings, at dwarf2out.c:14009

2006-04-18 Thread Christian Joensson
On 4/18/06, Christian Joensson <[EMAIL PROTECTED]> wrote: > /usr/local/src/trunk/objdir/./gcc/xgcc > -B/usr/local/src/trunk/objdir/./gcc/ > -B/usr/local/sparc64-unknown-linux-gnu/bin/ > -B/usr/local/sparc64-unknown-linux-gnu/lib/ -isystem > /usr/local/sparc64-unknown-linux

libgcc2.c:382: internal compiler error: in prune_unused_types_update_strings, at dwarf2out.c:14009

2006-04-18 Thread Christian Joensson
Aurora SPARC Linux release 2.0 (Kashmir FC3)/TI UltraSparc IIi (Sabre) sun4u: binutils-2.15.92.0.2-5.sparc bison-1.875c-2.sparc dejagnu-1.4.4-2.noarch expect-5.42.1-1.sparc gcc-3.4.2-6.fc3.sparc glibc-2.3.3-99.sparc glibc-2.3.3-99.sparc64 glibc-devel-2.3.3-99.sparc glibc-devel-2.3.3-99.sparc64 gli

[libgomp] weird problem with multilibbed libgomp...

2006-04-18 Thread Christian Joensson
I try to build gcc trunk on sparc/sparc64 linux. The configure was done like this: ../gcc/configure --enable-__cxa_atexit --enable-shared --with-cpu=v7 --enable-languages=c,ada,c++,fortran,java,objc,obj-c++,treelang when I enter the libgomp subdir, I see this: make[2]: Entering directory `/us

[Ada] multilibbed implementation?

2006-04-12 Thread Christian Joensson
It's that time again... I just want to ask if there's any progress on Ada being multilibbed? -- Cheers, /ChJ

Re: Can't build gcc trunk (revision 112779) on sparc-linux: configure: error: jar program not found

2006-04-09 Thread Christian Joensson
On 4/10/06, David Daney <[EMAIL PROTECTED]> wrote: > Correct. It was removed on the trunk after gcc-4.1 branched. Since it > appears to in /usr/bin, make sure that is in the path when > configuring/building the trunk. right, I'm bubblestrapping right now after having installed the libgcj packag

Re: Can't build gcc trunk (revision 112779) on sparc-linux: configure: error: jar program not found

2006-04-09 Thread Christian Joensson
On 4/10/06, David Daney <[EMAIL PROTECTED]> wrote: > fastjar was removed from gcc. You now need either a working jar program > or to disable java when building. uhm, well... $ rpmquery -f /usr/bin/fastjar libgcj-4.1.0-0.23 so I suppose at least for me, fatsjar is still in gcc-4.1.0... -- Chee

Re: Can't build gcc trunk (revision 112779) on sparc-linux: configure: error: jar program not found

2006-04-09 Thread Christian Joensson
On 4/10/06, Christian Joensson <[EMAIL PROTECTED]> wrote: > checking for jar... no > checking for fastjar... no > configure: error: jar program not found > make[1]: *** [configure-target-libjava] Error 1 > make[1]: Leaving directory `/usr/local/src/trunk/objdir32' >

Can't build gcc trunk (revision 112779) on sparc-linux: configure: error: jar program not found

2006-04-09 Thread Christian Joensson
Aurora SPARC Linux release 2.0b2+corona UltraSparc IIi (Sabre) sun4u: binutils-2.16.91.0.3-2.sparc bison-2.1-1.1.sparc dejagnu-1.4.4-2.noarch expect-5.43.0-2.1.sparc gcc-4.1.0-0.23.sparc package gcc4 is not installed glibc-2.3.90-39.sparcv9 glibc-devel-2.3.90-39.sparc glibc-headers-2.3.90-39.sparc

Re: [Ada] Can't build revision 112801 of gcc trunk on cygwin: ada/env.c:312: undefined reference to `_clearenv'

2006-04-09 Thread Christian Joensson
On 4/9/06, Arnaud Charlet <[EMAIL PROTECTED]> wrote: > > ../../gcc/gcc/ada/env.c: In function `__gnat_clearenv': > > ../../gcc/gcc/ada/env.c:312: warning: implicit declaration of function > > `clearenv' > It likely means that clearenv is not available in cygwin and you need > to add proper #ifdef

[Ada] Can't build revision 112801 of gcc trunk on cygwin: ada/env.c:312: undefined reference to `_clearenv'

2006-04-09 Thread Christian Joensson
Windows XP Pro/SP2 cygwin Pentium M processor 2.13GHz system with packages: binutils 20050610-1 2.16.91 20050610 bison2.1-1 2.1 cygwin 1.5.19-4 dejagnu 20021217-2 1.4.2.x expect 20030128-1 5.26 gcc

Re: Can't build gcc version 4.2.0 20060311 (experimental) on sparc/sparc64 linux

2006-03-24 Thread Christian Joensson
On 3/24/06, David S. Miller <[EMAIL PROTECTED]> wrote: > From: Eric Botcazou <[EMAIL PROTECTED]> > Date: Fri, 24 Mar 2006 00:04:41 +0100 > > > Or maybe ELF 64-bit MSB since I'm seeing -m64 on the command line? > > Hey might have showed the wrong command line, since this > library is multi-libbed.

Re: Can't build gcc version 4.2.0 20060311 (experimental) on sparc/sparc64 linux

2006-03-23 Thread Christian Joensson
On 3/23/06, David S. Miller <[EMAIL PROTECTED]> wrote: > From: "Christian Joensson" <[EMAIL PROTECTED]> > Date: Thu, 23 Mar 2006 09:05:54 +0100 > > > The problem is this: > > > > file .libs/barrier.o > > .libs/barrier.o: ELF 32-bit MSB relo

Re: Can't build gcc version 4.2.0 20060311 (experimental) on sparc/sparc64 linux

2006-03-23 Thread Christian Joensson
oops, this went to gcc-patches, should have gone here... On 3/23/06, Christian Joensson <[EMAIL PROTECTED]> wrote: > This was on > > Aurora SPARC Linux release 2.0b2 (Kashmir FC3) UltraSparc IIi (Sabre) sun4u: > > binutils-2.15.92.0.2-5.sparc > bison-2.1-1.1.sparc

[Ada] on trunk fron sparc/sparc64 linux: Error detected at make.adb:7541:23

2005-12-17 Thread Christian Joensson
I get this on trunk Sat Dec 17 00:14:08 UTC 2005 (revision 108698): ../../xgcc -B../../ -c -O2 -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -gnatpg -gnata -I- -I../rts -I. -I/usr/local/src/trunk/gcc/gcc/ada /usr/local/src/trunk/gcc/gcc/ada/make.adb -o

Re: What happened to bubblestrap?

2005-12-16 Thread Christian Joensson
On 12/16/05, Tobias Schlüter <[EMAIL PROTECTED]> wrote: > > [ forwarding to gcc@gcc.gnu.org ] > > Jerry DeLisle wrote: > > I just did a fresh build testing a patch here and then I try make > > bubblestrap > > and "no target 'bubblestrap' > > I'm curious myself. Was this an intentional result of t

Re: make all vs make bootstrap

2005-12-16 Thread Christian Joensson
What about bubblestrap? (See also http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25438) -- Cheers, /ChJ

Re: Hard to tell what stage the bootstrap is on

2005-12-15 Thread Christian Joensson
I just came to think of contrib/warn_summary... how does that filter out different stages warnings since this change? -- Cheers, /ChJ

  1   2   >