[Bug target/44606] Wrong SPE floating point during computation

2010-09-09 Thread froydnj at gcc dot gnu dot org
--- Comment #7 from froydnj at gcc dot gnu dot org 2010-09-09 15:28 --- The problem is in the register allocator. What happens is that after register allocation, we have something like: r27:DF = [r11:SI] ... r27:SI = 0 ... and then the first def gets deleted because it's

[Bug bootstrap/45518] New: [4.6 regression] bootstrap failure on sparc64-unknown-linux-gnu

2010-09-03 Thread froydnj at gcc dot gnu dot org
: froydnj at gcc dot gnu dot org GCC build triplet: sparc64-unknown-linux-gnu GCC host triplet: sparc64-unknown-linux-gnu GCC target triplet: sparc64-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45518

[Bug c++/45049] [4.6 Regression] ICE: tree check: expected tree that contains 'decl minimal' structure, have 'tree_list' in push_overloaded_decl, at cp/name-lookup.c:2160

2010-08-18 Thread froydnj at gcc dot gnu dot org
--- Comment #7 from froydnj at gcc dot gnu dot org 2010-08-18 16:06 --- Subject: Bug 45049 Author: froydnj Date: Wed Aug 18 16:05:40 2010 New Revision: 163344 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=163344 Log: gcc/cp/ PR c++/45049 * name-lookup.c

[Bug c++/45049] [4.6 Regression] ICE: tree check: expected tree that contains 'decl minimal' structure, have 'tree_list' in push_overloaded_decl, at cp/name-lookup.c:2160

2010-08-18 Thread froydnj at gcc dot gnu dot org
--- Comment #8 from froydnj at gcc dot gnu dot org 2010-08-18 16:07 --- Fixed. -- froydnj at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug c++/45265] GCC has an intermittent bug when computing the address of function parameters

2010-08-12 Thread froydnj at gcc dot gnu dot org
--- Comment #21 from froydnj at gcc dot gnu dot org 2010-08-12 17:08 --- Even without optimization (as the compilation script uses), the program crashes. To be concrete about what's going wrong based on what the assembly code actually looks like (GCC version Ubuntu 4.4.3-4ubuntu5

[Bug other/43977] Patches from oldlto branch to be salvaged

2010-08-09 Thread froydnj at gcc dot gnu dot org
--- Comment #9 from froydnj at gcc dot gnu dot org 2010-08-09 15:58 --- r114528 and r114655 have been committed as r163033. r114348, r114396, and r116014 have been committed (no revisions, but I have them crossed off on my local list). FWIW, everything after r116179 is irrelevant

[Bug libgcj/35367] Linux x86 build (with --enable-targets=all, so also building with cross-to-x64 multilib configuration) fails in libjava (prims.cc)

2010-07-06 Thread froydnj at gcc dot gnu dot org
--- Comment #2 from froydnj at gcc dot gnu dot org 2010-07-06 13:02 --- (In reply to comment #1) debian doesn't have all libraries needed as build dependencies as 64bit versions, so it's clear that the build fails. IMO not a GCC issue. This same error occurs on systems where a native

[Bug bootstrap/44825] [4.6 regression] Failed to bootstrap

2010-07-05 Thread froydnj at gcc dot gnu dot org
--- Comment #5 from froydnj at gcc dot gnu dot org 2010-07-05 22:19 --- Subject: Bug 44825 Author: froydnj Date: Mon Jul 5 22:19:22 2010 New Revision: 161856 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=161856 Log: PR bootstrap/44825 * class.c (make_class_data

[Bug objc/24867] many N^2 loops in objc frontend

2010-07-03 Thread froydnj at gcc dot gnu dot org
--- Comment #5 from froydnj at gcc dot gnu dot org 2010-07-03 19:01 --- Subject: Bug 24867 Author: froydnj Date: Sat Jul 3 19:00:52 2010 New Revision: 161777 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=161777 Log: PR objc/24867 * objc-act.c

[Bug bootstrap/44713] [4.6 regression] Revision 161530 failed bootstrap

2010-06-29 Thread froydnj at gcc dot gnu dot org
--- Comment #4 from froydnj at gcc dot gnu dot org 2010-06-29 15:57 --- Subject: Bug 44713 Author: froydnj Date: Tue Jun 29 15:57:06 2010 New Revision: 161540 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=161540 Log: PR bootstrap/44713 * config/i386/i386.c

[Bug bootstrap/44455] GCC fails to build if MPFR 3.0.0 (Release Candidate) is used

2010-06-14 Thread froydnj at gcc dot gnu dot org
--- Comment #3 from froydnj at gcc dot gnu dot org 2010-06-14 17:51 --- Switched to NEW for NightStrike. -- froydnj at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/44204] [4.6 regression] ICE in gimple_op_ptr, at gimple.h:167

2010-05-21 Thread froydnj at gcc dot gnu dot org
--- Comment #2 from froydnj at gcc dot gnu dot org 2010-05-21 13:17 --- Subject: Bug 44204 Author: froydnj Date: Fri May 21 13:17:04 2010 New Revision: 159662 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=159662 Log: PR middle-end/44204 * builtins.c

[Bug middle-end/44204] [4.6 regression] ICE in gimple_op_ptr, at gimple.h:167

2010-05-21 Thread froydnj at gcc dot gnu dot org
--- Comment #3 from froydnj at gcc dot gnu dot org 2010-05-21 13:19 --- Fixed. -- froydnj at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug middle-end/44103] [4.6 Regression] New Java test failures

2010-05-14 Thread froydnj at gcc dot gnu dot org
--- Comment #2 from froydnj at gcc dot gnu dot org 2010-05-14 20:47 --- Subject: Bug 44103 Author: froydnj Date: Fri May 14 20:47:39 2010 New Revision: 159414 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=159414 Log: PR 44103 * java-tree.h

[Bug other/43977] Patches from oldlto branch to be salvaged

2010-05-12 Thread froydnj at gcc dot gnu dot org
--- Comment #6 from froydnj at gcc dot gnu dot org 2010-05-12 15:35 --- r114291, r114400, and r114401 have been committed as r159326. -- froydnj at gcc dot gnu dot org changed: What|Removed |Added

[Bug other/43977] Patches from oldlto branch to be salvaged

2010-05-12 Thread froydnj at gcc dot gnu dot org
--- Comment #7 from froydnj at gcc dot gnu dot org 2010-05-12 15:56 --- r114547 and 114548 have been committed as r159328. r115342 has been committed as part of the CALL_EXPR changes that *did* make it in. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43977

[Bug other/43977] Patches from oldlto branch to be salvaged

2010-05-12 Thread froydnj at gcc dot gnu dot org
--- Comment #8 from froydnj at gcc dot gnu dot org 2010-05-12 19:52 --- r114536 has been committed as r159340. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43977

[Bug target/43727] undefined reference to `_restgpr_30_x'

2010-04-12 Thread froydnj at gcc dot gnu dot org
--- Comment #3 from froydnj at gcc dot gnu dot org 2010-04-12 15:27 --- This should have been taken care of by: 2009-09-09 Jakub Jelinek ja...@redhat.com * config/t-slibgcc-elf-ver (SHLIB_MAKE_SOLINK, SHLIB_INSTALL_SOLINK): New variables. (SHLIB_LINK

[Bug target/43727] undefined reference to `_restgpr_30_x'

2010-04-12 Thread froydnj at gcc dot gnu dot org
--- Comment #4 from froydnj at gcc dot gnu dot org 2010-04-12 15:41 --- FWIW, I cannot reproduce with 'gcc version 4.5.0 20100205'. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43727

[Bug target/35866] Vector load/store from a packed struct does not work (without -mstrict-align)

2010-02-09 Thread froydnj at gcc dot gnu dot org
--- Comment #6 from froydnj at gcc dot gnu dot org 2010-02-09 17:51 --- Declaring this one fixed, somewhat late. -- froydnj at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/36712] Inefficient loop unrolling

2010-01-25 Thread froydnj at gcc dot gnu dot org
--- Comment #8 from froydnj at gcc dot gnu dot org 2010-01-25 21:10 --- First, something has gotten better; an arm-eabi gcc (-O2 -std=c99 -mcpu=arm9 -funroll-loops) from 20091209 gives: Unroll: @ Function supports interworking. @ args = 0, pretend = 0, frame = 0

[Bug middle-end/41343] New: sysdeps/ieee754/dbl-64/dosincos.c from glibc causes excessive memory use

2009-09-11 Thread froydnj at gcc dot gnu dot org
causes excessive memory use Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: froydnj at gcc dot

[Bug middle-end/41343] sysdeps/ieee754/dbl-64/dosincos.c from glibc causes excessive memory use

2009-09-11 Thread froydnj at gcc dot gnu dot org
--- Comment #1 from froydnj at gcc dot gnu dot org 2009-09-12 04:05 --- Created an attachment (id=18571) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18571action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41343

[Bug middle-end/29274] [4.3/4.4/4.5 Regression] not using mulsidi3

2009-08-26 Thread froydnj at gcc dot gnu dot org
--- Comment #8 from froydnj at gcc dot gnu dot org 2009-08-26 15:50 --- Even if the problems in expand are fixed, reassoc is still going to cause problems with the original testcase. From the dse1 dump: D.2474_14 = (long long int) vLo_11; D.2475_15 = (long long int) c1_6; D

[Bug target/40672] New: constant address loads moved into loop unnecessarily

2009-07-07 Thread froydnj at gcc dot gnu dot org
Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: froydnj at gcc dot gnu dot org GCC host triplet: i686-pc-linux-gnu GCC

[Bug middle-end/37850] infinite recursive call to __mulsc3 when multiplying not-constant complexs

2009-03-10 Thread froydnj at gcc dot gnu dot org
--- Comment #9 from froydnj at gcc dot gnu dot org 2009-03-10 15:43 --- Subject: Bug 37850 Author: froydnj Date: Tue Mar 10 15:42:51 2009 New Revision: 144751 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=144751 Log: PR middle-end/37850 * libgcc2.c (__mulMODE3

[Bug middle-end/37850] infinite recursive call to __mulsc3 when multiplying not-constant complexs

2009-03-10 Thread froydnj at gcc dot gnu dot org
--- Comment #10 from froydnj at gcc dot gnu dot org 2009-03-10 15:49 --- Fixed on trunk. -- froydnj at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/31535] ICE on attempt to put SPE vector variables in SDA

2008-11-12 Thread froydnj at gcc dot gnu dot org
--- Comment #3 from froydnj at gcc dot gnu dot org 2008-11-12 14:32 --- Fixed in 4.3. -- froydnj at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug libgomp/26165] Cannot find libgomp.spec after 'make install' on x86_64 and ppc64

2008-11-12 Thread froydnj at gcc dot gnu dot org
--- Comment #17 from froydnj at gcc dot gnu dot org 2008-11-12 14:34 --- Fixed for 4.4. -- froydnj at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgomp/26165] Cannot find libgomp.spec after 'make install' on x86_64 and ppc64

2008-08-12 Thread froydnj at gcc dot gnu dot org
--- Comment #16 from froydnj at gcc dot gnu dot org 2008-08-12 18:20 --- Subject: Bug 26165 Author: froydnj Date: Tue Aug 12 18:19:08 2008 New Revision: 139031 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=139031 Log: PR libgomp/26165 * gcc.c

[Bug target/35866] Vector load/store from a packed struct does not work (without -mstrict-align)

2008-07-30 Thread froydnj at gcc dot gnu dot org
--- Comment #5 from froydnj at gcc dot gnu dot org 2008-07-30 15:32 --- Subject: Bug 35866 Author: froydnj Date: Wed Jul 30 15:30:59 2008 New Revision: 138316 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=138316 Log: PR target/35866 * config/rs6000/rs6000.h

[Bug target/35866] Vector load/store from a packed struct does not work (without -mstrict-align)

2008-05-08 Thread froydnj at gcc dot gnu dot org
--- Comment #4 from froydnj at gcc dot gnu dot org 2008-05-09 03:14 --- If I understand correctly, one would just need to add vector modes with appropriate alignment restrictions to SLOW_UNALIGNED_ACCESS. If I add an extra || (((MODE) == V4SFmode || (MODE) == V2DFmode) (ALIGN) 128

[Bug target/31535] ICE on attempt to put SPE vector variables in SDA

2008-01-28 Thread froydnj at gcc dot gnu dot org
--- Comment #2 from froydnj at gcc dot gnu dot org 2008-01-28 18:32 --- Subject: Bug 31535 Author: froydnj Date: Mon Jan 28 18:31:19 2008 New Revision: 131914 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=131914 Log: gcc/ PR 31535 * config/rs6000/rs6000.c

[Bug middle-end/25445] -fpic/-fPIC failure in gcc.dg/tree-ssa/wholeprogram-1.c

2007-10-15 Thread froydnj at gcc dot gnu dot org
--- Comment #3 from froydnj at gcc dot gnu dot org 2007-10-15 17:30 --- Marking as fixed. -- froydnj at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/25446] -fpic/-fPIC failure in gcc.dg/vect/vect-ifcvt-9.c

2007-10-15 Thread froydnj at gcc dot gnu dot org
--- Comment #3 from froydnj at gcc dot gnu dot org 2007-10-15 17:31 --- Marking as fixed. -- froydnj at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/11001] global register %edi versus string builtins

2007-10-12 Thread froydnj at gcc dot gnu dot org
--- Comment #13 from froydnj at gcc dot gnu dot org 2007-10-12 16:12 --- Subject: Bug 11001 Author: froydnj Date: Fri Oct 12 16:12:45 2007 New Revision: 129265 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=129265 Log: gcc/ PR 11001 * config/i386/i386.md (strmov

[Bug middle-end/25445] -fpic/-fPIC failure in gcc.dg/tree-ssa/wholeprogram-1.c

2007-08-02 Thread froydnj at gcc dot gnu dot org
--- Comment #2 from froydnj at gcc dot gnu dot org 2007-08-02 14:40 --- Subject: Bug 25445 Author: froydnj Date: Thu Aug 2 14:40:36 2007 New Revision: 127162 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=127162 Log: PR middle-end/25445 * varasm.c

[Bug middle-end/25446] -fpic/-fPIC failure in gcc.dg/vect/vect-ifcvt-9.c

2007-08-02 Thread froydnj at gcc dot gnu dot org
--- Comment #2 from froydnj at gcc dot gnu dot org 2007-08-02 14:43 --- Subject: Bug 25446 Author: froydnj Date: Thu Aug 2 14:42:53 2007 New Revision: 127163 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=127163 Log: PR middle-end/25446 * c-objc-common.c