4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: chat95 at mac dot com
GCC host triplet: i386-unknown-freebsd6.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25239
--- Comment #1 from chat95 at mac dot com 2005-12-03 07:56 ---
Created an attachment (id=10396)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10396&action=view)
A file doesn't work properly with gij (gcc-4.1-20051125 snapshot)
--
http://gcc.gnu.org/bugzilla/sho
--- Comment #2 from chat95 at mac dot com 2005-12-03 07:58 ---
BTW: GCJ works perfectly.
% gcj -o foo --main=JREProperties JREProperties.java
% ./foo
112 97 116 104 46 115...
...
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25239
--- Comment #6 from chat95 at mac dot com 2005-12-14 02:48 ---
Hi,
backtrace, gij bootstrapped with -O2
(gdb) bt
#0 0x292d42b7 in pthread_testcancel () from /usr/lib/libpthread.so.2
#1 0x292c40a2 in sigaction () from /usr/lib/libpthread.so.2
#2 0x292be18d in pthread_kill () from
--- Comment #7 from chat95 at mac dot com 2005-12-14 04:06 ---
hi,
I bootstrap with
gmake CFLAGS+="-march=i686 -O2"
and still dumps core.
#1 0x292c80a2 in sigaction () from /usr/lib/libpthread.so.2
#2 0x292c218d in pthread_kill () from /usr/lib/libpthread.so.2
#3 0x2
--- Comment #9 from chat95 at mac dot com 2005-12-23 08:07 ---
Hello, Pawel Sikora!
I tried with (2005/12/23)
svn co svn://gcc.gnu.org/svn/gcc/branches/gcc-4_1-branch revision 109008
and this problem has been solved!!
thank you very much!!
--
http://gcc.gnu.org/bugzilla
--- Comment #10 from chat95 at mac dot com 2005-12-23 08:07 ---
.
--
chat95 at mac dot com changed:
What|Removed |Added
Status|UNCONFIRMED
--- Comment #4 from chat95 at mac dot com 2005-12-23 08:10 ---
hi all,
i tried with gmake (GNU Make 3.81beta4) as Arno told,
build and installs file for me.
uname -a
FreeBSD debussy.private.org 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Mon Nov 21
09:36:37 JST 2005 [EMAIL PROTECTED]:/usr
--- Comment #5 from chat95 at mac dot com 2005-12-23 08:13 ---
sorry
file for me -> fine for me
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24154
ils.
--
Summary: jar installation fails
Product: gcc
Version: 4.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fastjar
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: chat95 at mac
--- Comment #3 from chat95 at mac dot com 2007-02-05 02:34 ---
Sorry for long delay...
No, I'm using 4.2's libstdc++.
% g++42 -O -fno-strict-aliasing -pipe -o gendoc gendoc.cc ; ldd ./gendoc
./gendoc:
libstdc++.so.6 => /usr/local/lib/gcc-4.1.2/libstdc++.so.6
--- Comment #4 from chat95 at mac dot com 2007-02-05 02:39 ---
it seems amd64 only. with i386-portbld-freebsd6.2,
% g++42 -v
Using built-in specs.
Target: i386-portbld-freebsd6.2
Configured with: ./..//gcc-4.2-20070110/configure --disable-nls
--with-system-zlib --with-libiconv-prefix
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: chat95 at mac dot com
GCC build triplet: i386-portbld-freebsd6.2
GCC host triplet: i386-portbld-freebsd6.2
GCC target triplet: i386-portbld-freebsd6.2
http://gcc.gnu.org/bugzilla
--- Comment #1 from chat95 at mac dot com 2007-03-01 08:00 ---
Created an attachment (id=13129)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13129&action=view)
test case
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31006
--- Comment #2 from chat95 at mac dot com 2007-03-01 08:01 ---
I used following compiler:
% gcc42 -v
Using built-in specs.
Target: i386-portbld-freebsd6.2
Configured with: ./..//gcc-4.2-20070110/configure --disable-nls
--with-system-zlib --with-libiconv-prefix=/usr/local --with-gmp=/usr
--- Comment #3 from chat95 at mac dot com 2007-03-01 08:06 ---
1.
// long double PI * PI + IP
ld_a = ld_b = PI;
part becomes:
movl$560513024, %eax
movl$-921707870, %edx
movl$16384, %ecx
This number is equivalent to
--- Comment #5 from chat95 at mac dot com 2007-04-27 08:01 ---
Andrew Pinski: It seems ldconfig doesn't detect 4.2 libstdc++.
I removed gcc-4.1 and gcc-4.2 compiled executable now find correct version
of libstdc++...
marked as worksforme.
thanks for your attention.
--
chat95 a
gnu dot org
ReportedBy: chat95 at mac dot com
CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
dot org
GCC build triplet: i386-unknown-freebsd5.4
GCC host triplet: i386-unknown-freebsd5.4
GCC target triplet: i386-unknown-freebsd5.4
http
--- Additional Comments From chat95 at mac dot com 2005-09-12 01:54 ---
Created an attachment (id=9708)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9708&action=view)
FreeBSD >=5.3 has -lpthread
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23829
nu dot org
ReportedBy: chat95 at mac dot com
GCC build triplet: i386-portbld-freebsd6.1
GCC host triplet: i386-portbld-freebsd6.1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30388
--- Comment #1 from chat95 at mac dot com 2007-01-06 00:32 ---
My CPU is :
Jan 6 06:59:54 debussy kernel: ACPI APIC Table:
Jan 6 06:59:54 debussy kernel: Timecounter "i8254" frequency 1193182 Hz
quality 0
Jan 6 06:59:54 debussy kernel: CPU: Intel(R) Pentium(R) 4 C
--- Comment #3 from chat95 at mac dot com 2007-01-06 00:38 ---
% gfortran42 -o himenobmtxp_m.gfortran42 -O2 -ffast-math -finline-functions
-fomit-frame-pointer -funroll-loops -fexpensive-optimizations himenobmtxp_m.f
% ./himenobmtxp_m.gfortran42
mimax= 257 mjmax= 129
--- Comment #8 from chat95 at mac dot com 2007-01-06 05:08 ---
Using -O3 -ffast-math in both cases:
Using -O3 -ffast-math in both cases:
Using -O1 -ffast-math in both cases:
Using -O1 -ffast-math in both cases:
what's the difference between theset two?
--
http://gcc.gn
mponent: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: chat95 at mac dot com
GCC build triplet: x86_64-portbld-freebsd6.2
GCC host triplet: x86_64-portbld-freebsd6.2
GCC target triplet: x86_64-portbld-freebsd6.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30423
--- Comment #1 from chat95 at mac dot com 2007-01-10 10:48 ---
Created an attachment (id=12878)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12878&action=view)
a testcase actually used file. from octave-2.9.9
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30423
25 matches
Mail list logo