[Bug bootstrap/44639] New: GOLD build fails, vasprintf undefined on solaris

2010-06-22 Thread Daniel dot Davies at xerox dot com
: unassigned at gcc dot gnu dot org ReportedBy: Daniel dot Davies at xerox dot com GCC build triplet: i686-pc-solaris2.10 GCC host triplet: i686-pc-solaris2.10 GCC target triplet: i686-pc-solaris2.10 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44639

[Bug bootstrap/44642] New: bootstrap fails to build libgcc when gold is built (at least on Solaris_x86)

2010-06-22 Thread Daniel dot Davies at xerox dot com
: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: Daniel dot Davies at xerox dot com GCC build triplet: i686-pc-solaris2.10 GCC host triplet: i686-pc

[Bug bootstrap/44642] bootstrap fails to build libgcc when gold is built (at least on Solaris_x86)

2010-06-22 Thread Daniel dot Davies at xerox dot com
--- Comment #1 from Daniel dot Davies at xerox dot com 2010-06-23 03:58 --- I tried --with-gnu-ld and --with-ld=/usr/sfw/i386-sun-solaris2.10/bin/ld with the --enable-gold. It didn't work. Once it saw the --enable-gold switch, configure seems to have decided that it really wants

[Bug bootstrap/44621] New: syntax error in gcc-4.5.0/configure for ksh

2010-06-21 Thread Daniel dot Davies at xerox dot com
: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: Daniel dot Davies at xerox dot com GCC build triplet: i386-pc-solaris2.10 GCC host triplet: i386-pc-solaris2.10 GCC target triplet: i386-pc-solaris2.10 http

[Bug bootstrap/44621] syntax error in gcc-4.5.0/configure for ksh

2010-06-21 Thread Daniel dot Davies at xerox dot com
--- Comment #2 from Daniel dot Davies at xerox dot com 2010-06-21 23:42 --- Excellent! Here's where I must have gotten confused. http://gcc.gnu.org/install/configure.html says --enable-gold Enable support for using gold as the linker. If gold support is enabled together

[Bug bootstrap/44621] syntax error in gcc-4.5.0/configure for ksh

2010-06-21 Thread Daniel dot Davies at xerox dot com
--- Comment #3 from Daniel dot Davies at xerox dot com 2010-06-21 23:47 --- Yup, another mistake. The gold build fails. The version of g++ I'm using to compile gold is too old (3.4.3 from the solaris distribution). I'll go try to make a newer one. g++ -DHAVE_CONFIG_H -I. -I/tool

[Bug middle-end/44530] New: wrong code due to branch optimization

2010-06-13 Thread Daniel dot Davies at xerox dot com
dot gnu dot org ReportedBy: Daniel dot Davies at xerox dot com 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=44530

[Bug middle-end/44530] wrong code due to branch optimization

2010-06-13 Thread Daniel dot Davies at xerox dot com
--- Comment #1 from Daniel dot Davies at xerox dot com 2010-06-13 21:35 --- Created an attachment (id=20905) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20905action=view) Preprocessed source file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44530

[Bug middle-end/44530] wrong code due to branch optimization

2010-06-13 Thread Daniel dot Davies at xerox dot com
--- Comment #3 from Daniel dot Davies at xerox dot com 2010-06-14 02:49 --- Thank You! Adding the -fwrapv flag fixed the problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44530

[Bug c/44507] New: vectorization ANDs array elements together incorrectly

2010-06-11 Thread Daniel dot Davies at xerox dot com
ANDs array elements together incorrectly Product: gcc Version: unknown Status: UNCONFIRMED Severity: major Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: Daniel dot Davies at xerox dot

[Bug middle-end/44507] vectorization ANDs array elements together incorrectly

2010-06-11 Thread Daniel dot Davies at xerox dot com
--- Comment #1 from Daniel dot Davies at xerox dot com 2010-06-12 01:02 --- Created an attachment (id=20900) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20900action=view) The preprocessed test case. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44507

[Bug middle-end/44507] vectorization ANDs array elements together incorrectly

2010-06-11 Thread Daniel dot Davies at xerox dot com
--- Comment #2 from Daniel dot Davies at xerox dot com 2010-06-12 01:04 --- Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/tool/gcc/4.5.0/i386-pc-solaris2.10/libexec/gcc/i386-pc-solaris2.10/4.5.0/lto-wrapper Target: i386-pc-solaris2.10 Configured with: /tool/gcc/4.5.0/gcc

[Bug bootstrap/33100] [4.3/4.4 regression] on bootstrap getting section .eh_frame: bad cie version 0: offset 0x0

2008-05-21 Thread Daniel dot Davies at xerox dot com
--- Comment #14 from Daniel dot Davies at xerox dot com 2008-05-22 03:14 --- Bug also hit when installing 4.2.4. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33100

[Bug target/25127] internal compiler error: in rs6000_emit_prologue, at config/rs6000/rs6000.c:14039

2005-12-13 Thread Daniel dot Davies at xerox dot com
--- Comment #6 from Daniel dot Davies at xerox dot com 2005-12-13 22:12 --- (In reply to comment #0) I try to install gcc 4.1; I have $ svn info Path: . URL: svn://gcc.gnu.org/svn/gcc/branches/gcc-4_1-branch Repository UUID: 138bc75d-0d04-0410-961f-82ee72b054a4 Revision: 107570

[Bug preprocessor/23759] New: powerpc-unknown-eabialtivec-cpp runs out of memory

2005-09-06 Thread Daniel dot Davies at xerox dot com
Severity: normal Priority: P2 Component: preprocessor AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: Daniel dot Davies at xerox dot com CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i386-pc-solaris2.10 GCC host triplet: i386-pc

[Bug target/23759] powerpc-unknown-eabialtivec-cpp runs out of memory

2005-09-06 Thread Daniel dot Davies at xerox dot com
--- Additional Comments From Daniel dot Davies at xerox dot com 2005-09-07 00:49 --- Any idea when 4.1.0 will be released? Comments on gcc.gnu.org from July says Stage 3 will complete on Thursday. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23759

[Bug bootstrap/21542] gcc 4.0.0 assumes all i386-pc-solaris2.10 platforms have 64-bit processors

2005-05-13 Thread Daniel dot Davies at xerox dot com
--- Additional Comments From Daniel dot Davies at xerox dot com 2005-05-13 21:18 --- Thank you both for your helpful comments. My big mistake was not going to the gcc site for the updated configuration instructions when my build wasn't going well. Configuring the build as described

[Bug bootstrap/21561] New: g++ bootstrap build fails on 32-bit, Solaris 10 x86

2005-05-13 Thread Daniel dot Davies at xerox dot com
at gcc dot gnu dot org ReportedBy: Daniel dot Davies at xerox dot com CC: gcc-bugs 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=21561

[Bug bootstrap/21561] g++ bootstrap build fails on 32-bit, Solaris 10 x86

2005-05-13 Thread Daniel dot Davies at xerox dot com
--- Additional Comments From Daniel dot Davies at xerox dot com 2005-05-14 01:23 --- Goodness, this morning joseph from codesourcery said building multilibs was the right thing to do. He said I should submit a proper bug report if the 32- bit platform tried executing 64-bit code

[Bug bootstrap/21542] New: gcc 4.0.0 assumes all i386-pc-solaris2.10 platforms have 64-bit processors

2005-05-12 Thread Daniel dot Davies at xerox dot com
Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: Daniel dot Davies at xerox dot com CC: gcc-bugs

[Bug bootstrap/21542] gcc 4.0.0 assumes all i386-pc-solaris2.10 platforms have 64-bit processors

2005-05-12 Thread Daniel dot Davies at xerox dot com
--- Additional Comments From Daniel dot Davies at xerox dot com 2005-05-13 02:25 --- Created an attachment (id=8882) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8882action=view) GCC configuration file Modified to detect 32-bit processors running Solaris 2.10 -- http

[Bug bootstrap/21542] gcc 4.0.0 assumes all i386-pc-solaris2.10 platforms have 64-bit processors

2005-05-12 Thread Daniel dot Davies at xerox dot com
--- Additional Comments From Daniel dot Davies at xerox dot com 2005-05-13 02:27 --- Created an attachment (id=8883) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8883action=view) libcpp configuration file Detects 32-bit processors running Solaris 2.10 -- http://gcc.gnu.org