--
ro at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |ro at gcc dot gnu dot org
|dot org
--- Comment #2 from ro at gcc dot gnu dot org 2006-06-07 18:04 ---
I forgot to mention: this is a regression from the 4.1 branch.
--
ro at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #1 from ro at gcc dot gnu dot org 2006-06-08 18:59 ---
David, your patch caused this regression, so please have a look.
--
ro at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from ro at gcc dot gnu dot org 2006-06-16 17:53 ---
Subject: Bug 27540
Author: ro
Date: Fri Jun 16 17:53:03 2006
New Revision: 114726
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114726
Log:
PR target/27540
* configure.in: Only enable li
--- Comment #5 from ro at gcc dot gnu dot org 2006-06-16 17:53 ---
Fixed for 4.2.0.
--
ro at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #6 from ro at gcc dot gnu dot org 2006-07-04 18:32 ---
Arno, do you have any suggestions on how to investigate this? After all, this
is
a 4.2 regression.
Thanks.
Rainer
--
ro at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #1 from ro at gcc dot gnu dot org 2006-07-06 17:16 ---
Subject: Bug 28285
Author: ro
Date: Thu Jul 6 17:16:48 2006
New Revision: 115225
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115225
Log:
PR target/28285
* config/alpha/predi
--- Comment #2 from ro at gcc dot gnu dot org 2006-07-06 17:18 ---
Fixed for 4.2.0.
--
ro at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #1 from ro at gcc dot gnu dot org 2006-07-06 20:03 ---
Created an attachment (id=11847)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11847&action=view)
-save-temps output
Output from gcc -save-temps.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28290
--- Comment #4 from ro at gcc dot gnu dot org 2006-07-06 20:18 ---
Created an attachment (id=11848)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11848&action=view)
-save-temps output with iconv.h hack and -O0
gcc -save-temps output that compiles (due to iconv.h inclusion
--- Comment #9 from ro at gcc dot gnu dot org 2006-07-06 22:21 ---
The ICE is a duplicate, but the compile failure before is not (though it could
be
the same issue as libstdc++/28265).
--
ro at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #1 from ro at gcc dot gnu dot org 2006-07-06 23:39 ---
Eric, could you please have a look? Your patch broke this (and probably other
platforms as well).
Thanks.
Rainer
--
ro at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #2 from ro at gcc dot gnu dot org 2006-07-07 17:09 ---
Alexandre,
your patch introduced this regression. Could you have a look if the suggested
fix in Comment #1 seems reasonable?
Thanks.
Rainer
--
ro at gcc dot gnu dot org changed:
What|Removed
--- Comment #3 from ro at gcc dot gnu dot org 2006-07-07 17:58 ---
Created an attachment (id=11851)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11851&action=view)
Revised patch
Minor correction: with the original patch, some functions (those which didn't
--- Comment #1 from ro at gcc dot gnu dot org 2006-07-07 18:02 ---
PR target/28307 seems to be the root cause.
--
ro at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #2 from ro at gcc dot gnu dot org 2006-07-11 15:30 ---
Paolo, your patch introduced this.
Rainer
--
ro at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #19 from ro at gcc dot gnu dot org 2006-07-11 17:52 ---
It is quite possible that this is very dependent on the specific IRIX 6.5
revision used: in IRIX 6.5.18 and up, ISO C99 support got introduced, which
certainly affects this.
Which revision (uname -R) do you run
--- Comment #2 from ro at gcc dot gnu dot org 2006-07-11 18:27 ---
This affects IRIX 6 as well (i.e. the N32 and N64 ABIs).
Rainer
--
ro at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #5 from ro at gcc dot gnu dot org 2006-07-12 17:48 ---
No, not at all. On the contrary, I usually avoid GNU ld on non-Linux
platforms.
You just need to make sure that GNU ld isn't installed in
/usr/local/mips-sgi-irix6.5/bin/ld where gcc looks for ld by default.
R
edBy: ro at gcc dot gnu dot org
GCC build triplet: i386-pc-solaris2.10
GCC host triplet: i386-pc-solaris2.10
GCC target triplet: i386-pc-solaris2.10
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38085
s", line 28: error: statement syntax
/usr/bin/as: "/var/tmp//ccPRa4Qu.s", line 29: error: unknown opcode ".symver"
/usr/bin/as: "/var/tmp//ccPRa4Qu.s", line 29: error: invalid character (0x40)
/usr/bin/as: "/var/tmp//ccPRa4Qu.s", line 29: error: statement syntax
make[4]: *** [lock.lo] Error 1
Obviously, the system assembler doesn't support .symver, thus
config/posix/lock.c (at least) must not use omp_lock_symver.
I'm unsure how best to fix this: one could either augment
LIBGOMP_ENABLE_SYMVERS
to check for assembler support (which may be too much) or introduce an
additional conditional for the use of .symver.
--
Summary: libgomp fails to build if assembler doesn't support
.symver
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libgomp
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ro at gcc dot gnu dot org
GCC build triplet: sparc-sun-solaris2.11
GCC host triplet: sparc-sun-solaris2.11
GCC target triplet: sparc-sun-solaris2.11
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38086
mp//cc4IaaDl.s", line 61: error: invalid character (0x40)
/usr/bin/as: "/var/tmp//cc4IaaDl.s", line 61: error: statement syntax
/usr/bin/as: "/var/tmp//cc4IaaDl.s", line 62: error: unknown opcode ".symver"
/usr/bin/as: "/var/tmp//cc4IaaDl.s", line 62: error: invalid character (0x40)
/usr/bin/as: "/var/tmp//cc4IaaDl.s", line 62: error: invalid character (0x40)
/usr/bin/as: "/var/tmp//cc4IaaDl.s", line 62: error: statement syntax
/usr/bin/as: "/var/tmp//cc4IaaDl.s", line 63: error: unknown opcode ".symver"
/usr/bin/as: "/var/tmp//cc4IaaDl.s", line 63: error: invalid character (0x40)
/usr/bin/as: "/var/tmp//cc4IaaDl.s", line 63: error: invalid character (0x40)
/usr/bin/as: "/var/tmp//cc4IaaDl.s", line 63: error: statement syntax
/usr/bin/as: "/var/tmp//cc4IaaDl.s", line 64: error: unknown opcode ".symver"
/usr/bin/as: "/var/tmp//cc4IaaDl.s", line 64: error: invalid character (0x40)
/usr/bin/as: "/var/tmp//cc4IaaDl.s", line 64: error: invalid character (0x40)
/usr/bin/as: "/var/tmp//cc4IaaDl.s", line 64: error: statement syntax
/usr/bin/as: "/var/tmp//cc4IaaDl.s", line 65: error: unknown opcode ".symver"
/usr/bin/as: "/var/tmp//cc4IaaDl.s", line 65: error: invalid character (0x40)
/usr/bin/as: "/var/tmp//cc4IaaDl.s", line 65: error: invalid character (0x40)
/usr/bin/as: "/var/tmp//cc4IaaDl.s", line 65: error: statement syntax
/usr/bin/as: "/var/tmp//cc4IaaDl.s", line 66: error: unknown opcode ".symver"
/usr/bin/as: "/var/tmp//cc4IaaDl.s", line 66: error: invalid character (0x40)
/usr/bin/as: "/var/tmp//cc4IaaDl.s", line 66: error: invalid character (0x40)
/usr/bin/as: "/var/tmp//cc4IaaDl.s", line 66: error: statement syntax
make[4]: *** [compatibility.lo] Error 1
As in PR libgomp/38086, the incorrect assumption is that if the linker used
supports GNU style symbol versioning, the assember does, too. One needs to
test for that. Even if GNU as were used, it is still possible/likely that the
Sun runtime linker (ld.so.1) doesn't support GNU style symbol versioning, so
even than things might break.
--
Summary: libstdc++ doesn't build with GNU ld 2.19 and Sun as: no
.symver support
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ro at gcc dot gnu dot org
GCC build triplet: sparc-sun-solaris2.11
GCC host triplet: sparc-sun-solaris2.11
GCC target triplet: sparc-sun-solaris2.11
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38092
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ro at gcc dot gnu dot org
GCC build triplet: sparc-sun-solaris2.11
GCC host triplet: sparc-sun-solaris2.11
GCC target triple
--- Comment #32 from ro at gcc dot gnu dot org 2008-11-20 17:11 ---
Subject: Bug 33100
Author: ro
Date: Thu Nov 20 17:09:53 2008
New Revision: 142049
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142049
Log:
gcc:
PR bootstrap/33100
* config.gcc
--- Comment #33 from ro at gcc dot gnu dot org 2008-11-20 17:14 ---
Subject: Bug 33100
Author: ro
Date: Thu Nov 20 17:13:01 2008
New Revision: 142050
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142050
Log:
gcc:
PR bootstrap/33100
* config.gcc
--- Comment #35 from ro at gcc dot gnu dot org 2008-11-20 17:33 ---
Fixed for all active release branches.
--
ro at gcc dot gnu dot org changed:
What|Removed |Added
short command lines
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libgcj
AssignedTo: aph at gcc dot gnu dot org
ReportedBy: ro at gcc dot gnu dot org
GCC build triplet: a
--
ro at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |ro at gcc dot gnu dot org
|dot org
--- Comment #12 from ro at gcc dot gnu dot org 2008-11-25 17:08 ---
Fixed for 4.4.0. (Sorry for not updating the PR.)
--
ro at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #5 from ro at gcc dot gnu dot org 2008-12-02 21:39 ---
Still crashes for me.
--
ro at gcc dot gnu dot org changed:
What|Removed |Added
Status
--
ro at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |ro at gcc dot gnu dot org
|dot org
--- Comment #9 from ro at gcc dot gnu dot org 2008-12-19 15:01 ---
Subject: Bug 26048
Author: ro
Date: Fri Dec 19 14:59:42 2008
New Revision: 142835
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142835
Log:
PR libffi/26048
* configure.ac (HAVE_AS_X
--- Comment #10 from ro at gcc dot gnu dot org 2008-12-19 15:01 ---
Fixed for 4.4.0.
--
ro at gcc dot gnu dot org changed:
What|Removed |Added
Status
UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
AssignedTo: dnovillo at gcc dot gnu dot org
ReportedBy: ro at gcc dot gnu dot org
GCC build triplet: sparc-sun-solaris2.11
GCC host triplet: sparc-sun-solaris2.11
GCC target triplet: sparc-sun-sol
Component: bootstrap
AssignedTo: dnovillo at gcc dot gnu dot org
ReportedBy: ro at gcc dot gnu dot org
GCC build triplet: sparc-sun-solaris2.11
GCC host triplet: sparc-sun-solaris2.11
GCC target triplet: sparc-sun-solaris2.11
http://gcc.gnu.org/bugzilla/show_bug.cgi?id
CC as bootstrap compiler
Product: gcc
Version: lto
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
AssignedTo: dnovillo at gcc dot gnu dot org
ReportedBy: ro at gcc dot gnu dot org
GCC build tri
Severity: normal
Priority: P3
Component: bootstrap
AssignedTo: dnovillo at gcc dot gnu dot org
ReportedBy: ro at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39022
dot org
ReportedBy: ro at gcc dot gnu dot org
GCC build triplet: i386-pc-solaris2.10
GCC host triplet: i386-pc-solaris2.10
GCC target triplet: i386-pc-solaris2.10
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39023
libelf needs to be built PIC
Product: gcc
Version: lto
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
AssignedTo: dnovillo at gcc dot gnu dot org
ReportedBy: ro at gcc dot gnu dot org
GCC build
pens on i386-pc-solaris2.10.
--
Summary: ICE in start_function, at c-decl.c:6225 while
configuring libgcc
Product: gcc
Version: lto
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
--- Comment #1 from ro at gcc dot gnu dot org 2009-05-06 13:01 ---
I've just confirmed the bug on i686-pc-solaris2.10. It doesn't occur on
i686-pc-solaris2.11, though, so this is indeed a Sun ld bug.
I've got a few questions to resolve, though:
* Why does generatin
--- Comment #6 from ro at gcc dot gnu dot org 2009-05-25 12:12 ---
Subject: Bug 40027
Author: ro
Date: Mon May 25 12:12:08 2009
New Revision: 147845
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=147845
Log:
PR bootstrap/40027
* config/i38
--- Comment #7 from ro at gcc dot gnu dot org 2009-05-25 12:13 ---
Subject: Bug 40027
Author: ro
Date: Mon May 25 12:13:38 2009
New Revision: 147846
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=147846
Log:
PR bootstrap/40027
* config/i38
--- Comment #8 from ro at gcc dot gnu dot org 2009-05-25 12:56 ---
Fixed for 4.4.1, 4.5.0.
--
ro at gcc dot gnu dot org changed:
What|Removed |Added
Status
e do deprecate IRIX 6 O32 support wholesale.
--
Summary: O32 libgfortran.so fails to link on IRIX 6.5
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: libfortran
AssignedTo: unassigned at gcc do
ormal
Priority: P3
Component: libgcj
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ro at gcc dot gnu dot org
GCC build triplet: alpha-dec-osf4.0f
GCC host triplet: alpha-dec-osf4.0f
GCC target triplet: alpha-dec-osf4.0f
http://gcc.gnu.org/bug
at gcc dot gnu dot org
ReportedBy: ro at gcc dot gnu dot org
GCC build triplet: alpha-dec-osf4.0f
GCC host triplet: alpha-dec-osf4.0f
GCC target triplet: alpha-dec-osf4.0f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40346
--- Comment #1 from ro at gcc dot gnu dot org 2009-06-04 19:56 ---
Created an attachment (id=17951)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17951&action=view)
acats.log from alpha-dec-osf4.0f make check
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40346
e
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ro at gcc dot gnu dot org
GCC build triplet: mips-sgi-irix6.5
.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ro at gcc dot gnu dot org
GCC build triplet: sparc-sun-solaris2.11
GCC host triplet: sparc-sun-solaris2.11
GCC target
ilogue, at dwarf2out.c:2773
while compiling mlib-tgt.adb
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ro at
--- Comment #1 from ro at gcc dot gnu dot org 2009-06-22 14:08 ---
The problem persists as of 20090622 (rev 148784). Starting a reghunt now.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40431
--- Comment #2 from ro at gcc dot gnu dot org 2009-06-22 17:25 ---
Here's what the reghunt revealed:
* As of rev 148410, mainline ICEs building the 64-bit unwind-dw2-fde.o:
/vol/gcc/src/gcc-reghunt/libgcc/../gcc/unwind-dw2-fde.c:154:1: internal
compiler erro
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ro at gcc dot gnu dot org
GCC build triplet: mips-sgi-irix6.5
GCC host triplet: mips-sgi-irix6.5
GCC target triplet
tion tests
fail on Solaris 11/SPARC
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: testsuite
AssignedTo: rsandifo at gcc dot gnu dot org
ReportedBy: ro at gcc d
--- Comment #1 from ro at gcc dot gnu dot org 2009-07-09 18:08 ---
Same problem on i386-pc-solaris2.10 as of 20090702 (new since 20090622).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40699
0/x86
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libffi
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ro at gcc dot gnu dot org
GCC build triplet: i386-pc-solari
--- Comment #2 from ro at gcc dot gnu dot org 2009-07-09 18:36 ---
I see the same problem when running the gcc testsuite on alpha-dec-osf4.0f and
alpha-dec-osf5.1b. The problem was introduced between 20090522 and 20090612,
e.g.
/vol/gccsrc/src/gcc-dist/gcc/testsuite/gcc.c-torture
ile on
Tru64 UNIX
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libffi
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ro at gcc dot gnu dot org
GCC bui
--- Comment #3 from ro at gcc dot gnu dot org 2009-07-09 18:50 ---
I just checked rev 149403, and while I had a couple of new problems building
the
lto branch (to be reported shortly), this particular problem is gone and (apart
from libobjc) the default languages build. A testsuite run
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libobjc
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ro at gcc dot gnu dot org
GCC build triplet: sparc-sun-solaris2.11
GCC host triplet: sparc-sun-solaris2.11
GCC target triplet:
--- Comment #1 from ro at gcc dot gnu dot org 2009-07-09 19:35 ---
Despite Diegos fix
2009-05-20 Diego Novillo
* configure.ac (host_libs): Remove lto-plugin.
Add --enable-lto.
Add --with-libelf, --with-libelf-include and --with-libelf-lib.
If
dot gnu dot org
ReportedBy: ro at gcc dot gnu dot org
GCC build triplet: sparc-sun-solaris2.11
GCC host triplet: sparc-sun-solaris2.11
GCC target triplet: sparc-sun-solaris2.11
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40702
--- Comment #3 from ro at gcc dot gnu dot org 2009-07-09 19:49 ---
Subject: Bug 39022
Author: ro
Date: Thu Jul 9 19:49:41 2009
New Revision: 149434
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149434
Log:
PR bootstrap/39022
* configure.a
--- Comment #7 from ro at gcc dot gnu dot org 2009-07-09 20:50 ---
Your patch isn't applicable to anything but Indiana (the distribution called
OpenSolaris):
* Solaris /bin/sh doesn't support $(), one needs to use `` instead (which can
easily be done).
* Likewise, Solar
Summary: lto1 dies with SIGBUS/SIGSEGV on Solaris 11/SPARC
Product: gcc
Version: lto
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: lto
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ro at gcc
--- Comment #3 from ro at gcc dot gnu dot org 2009-07-15 16:03 ---
I don't think this is a duplicate: even if the bootstrap compiler is gcc, it
may still lack visibility support (as it did on Solaris until recently or on
IRIX where ld/rld lack the necessary support). At least,
--- Comment #3 from ro at gcc dot gnu dot org 2009-07-15 16:05 ---
Sorry, my Comment #1 was directed at the wrong bug. mkdtemp is still used
unconditionally, and this would e.g. affect Solaris 10 where it is missing.
--
ro at gcc dot gnu dot org changed:
What
--- Comment #1 from ro at gcc dot gnu dot org 2009-07-15 16:51 ---
I've rebuilt lto1 with just -g and re-run it under gdb. This is not a
NULL-pointer
dereference, but an improperly aligned pointer:
Starting program:
/vol/gccsrc/obj/gcc-lto-20090709/11-gcc/gcc/testsuite/g++/lto1 -
Priority: P3
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ro at gcc dot gnu dot org
GCC build triplet: sparc-sun-solaris2.11
GCC host triplet: sparc-sun-solaris2.11
GCC target triplet: sparc-sun-solaris2.11
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40788
--- Comment #1 from ro at gcc dot gnu dot org 2009-07-17 19:25 ---
Created an attachment (id=18214)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18214&action=view)
preprocessed input file
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40788
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ro at gcc dot gnu dot org
GCC build triplet: mips-sgi-irix6.5
GCC host triplet: mips-sgi-irix6.5
GCC target triplet: mips-sgi-irix6.5
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40790
--- Comment #5 from ro at gcc dot gnu dot org 2007-07-16 16:41 ---
I've just tried bootstrapping alpha-dec-osf5.1b (C only): all is fine before
the
ptrplus patch (r125754), but after the patch (r125755) building libgcc fails in
stage 1. With Andrew's patch, I get into st
--- Comment #17 from ro at gcc dot gnu dot org 2007-07-16 17:07 ---
Subject: Bug 32462
Author: ro
Date: Mon Jul 16 17:07:25 2007
New Revision: 126684
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126684
Log:
PR target/32462
PR libgcj/32465
*
--- Comment #9 from ro at gcc dot gnu dot org 2007-07-16 17:07 ---
Subject: Bug 32465
Author: ro
Date: Mon Jul 16 17:07:25 2007
New Revision: 126684
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126684
Log:
PR target/32462
PR libgcj/32465
*
--- Comment #18 from ro at gcc dot gnu dot org 2007-07-16 17:09 ---
Fixed for 4.3.
--
ro at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #10 from ro at gcc dot gnu dot org 2007-07-16 17:10 ---
Fixed for 4.3.
--
ro at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #8 from ro at gcc dot gnu dot org 2007-07-16 17:21 ---
Subject: Bug 3456
Author: ro
Date: Mon Jul 16 17:21:10 2007
New Revision: 126685
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126685
Log:
gcc:
PR bootstrap/3456
* config.gcc (
--- Comment #9 from ro at gcc dot gnu dot org 2007-07-16 17:22 ---
Fixed for 4.3.
--
ro at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #1 from ro at gcc dot gnu dot org 2007-07-20 10:28 ---
As of r126744, I observe the same problem. With ada included, I get two
additional differences:
./ada/b_gnat1.o differs
./ada/b_gnatb.o differs
My last successful mainline bootstrap was on 20070622, on 20070702 it
--- Comment #2 from ro at gcc dot gnu dot org 2007-08-03 14:23 ---
Fixed by this patch:
http://gcc.gnu.org/ml/java-patches/2007-q3/msg00103.html
--
ro at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #1 from ro at gcc dot gnu dot org 2007-09-04 18:10 ---
Confirmed on i386-pc-solaris2.10. This is a mainline regression. A reghunt
revealed that this patch
2007-08-06 H.J. Lu <[EMAIL PROTECTED]>
Daniel Jacobowitz <[EMAIL PROTECTED]>
PR
--- Comment #8 from ro at gcc dot gnu dot org 2007-09-11 12:46 ---
Created an attachment (id=14188)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14188&action=view)
crtend.s without -fno-asynchronous-unwind-tables
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33100
--- Comment #9 from ro at gcc dot gnu dot org 2007-09-11 12:47 ---
Created an attachment (id=14189)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14189&action=view)
crtend.s with -fno-asynchronous-unwind-tables
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33100
ess 0x8048000
--
Summary: [4.4 regression] IRA merge breaks Solaris/x86 bootstrap
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu
/vol/gcc/src/gcc-reghunt/gcc/toplev.c:968
#6 0x00092bc4 in _start ()
--
Summary: [4.4 regression] IRA merge breaks Solaris/SPARC
bootstrap
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Severity: major
Priority:
nedTo: unassigned at gcc dot gnu dot org
ReportedBy: ro at gcc dot gnu dot org
GCC build triplet: alpha-dec-osf5.1b
GCC host triplet: alpha-dec-osf5.1b
GCC target triplet: alpha-dec-osf5.1b
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37426
've included both .s
files
for reference. With -fno-dwarf2-cfi-asm, the problem is gone in conftest.s,
but of course the undefined .LSFDE* symbols in libgcc_eh.a remain.
--
Summary: [4.4 regression] dwarf2 unwind info patches produce
undefined symbols
--- Comment #1 from ro at gcc dot gnu dot org 2008-09-09 12:54 ---
Created an attachment (id=16264)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16264&action=view)
working version of conftest.s
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37441
--- Comment #2 from ro at gcc dot gnu dot org 2008-09-09 12:54 ---
Created an attachment (id=16265)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16265&action=view)
broken version of conftest.s
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37441
t org
ReportedBy: ro at gcc dot gnu dot org
GCC build triplet: i386-pc-solaris2.10
GCC host triplet: i386-pc-solaris2.10
GCC target triplet: i386-pc-solaris2.10
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37463
tatus: UNCONFIRMED
Severity: normal
Priority: P3
Component: web
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ro at gcc dot gnu dot org
GCC build triplet: any
GCC host triplet: any
GCC target triplet: any
http://gcc.gnu.org/bugzilla/show_bug.c
--- Comment #6 from ro at gcc dot gnu dot org 2008-09-17 12:28 ---
Fixed for 4.4.0.
--
ro at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #7 from ro at gcc dot gnu dot org 2008-09-17 12:28 ---
Subject: Bug 37441
Author: ro
Date: Wed Sep 17 12:26:43 2008
New Revision: 140417
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140417
Log:
PR bootstrap/37441
* dwarf2out.c (dwarf2out_do
--- Comment #2 from ro at gcc dot gnu dot org 2008-09-29 15:14 ---
Both patches have been checked in, so closing as fixed.
(We're back at PR bootstrap/36851 now, though.)
--
ro at gcc dot gnu dot org changed:
What|Removed |
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ro at gcc dot gnu dot org
GCC build triplet: i386-pc-solaris2.10
GCC host tri
--- Comment #9 from ro at gcc dot gnu dot org 2008-09-30 15:38 ---
Created an attachment (id=16433)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16433&action=view)
minimized testcase
This minimized version of strstream.ii shows the same bug.
--
ro at gcc dot gnu
y: P3
Component: testsuite
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ro at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37703
[=,].
--
Summary: RFE: Need specific version of --disable-multilib
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
AssignedTo: bonzini at gnu dot org
ReportedBy: ro at gcc dot
y: P3
Component: testsuite
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ro at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37797
1 - 100 of 489 matches
Mail list logo