[Bug target/56184] [4.8 Regression] Internal compiler error in push_reload during bootstrap stage 2

2013-02-05 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56184 Ulrich Weigand uweigand at gcc dot gnu.org changed: What|Removed |Added CC

[Bug middle-end/59119] New: Segfault in -fisolate-erroneous-paths pass

2013-11-13 Thread uweigand at gcc dot gnu.org
-end Assignee: unassigned at gcc dot gnu.org Reporter: uweigand at gcc dot gnu.org Building the following test case (reduced from Python 2.7.5) with -O2 -g: extern void *memmove (void *, const void *, __SIZE_TYPE__); extern void *memset (void *, int, __SIZE_TYPE__); typedef

[Bug target/57363] IBM long double: adding NaN and number raises inexact exception

2013-11-13 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57363 Ulrich Weigand uweigand at gcc dot gnu.org changed: What|Removed |Added CC||uweigand

[Bug target/57949] [powerpc64] Structure parameter alignment issue with vector extensions

2013-11-15 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57949 --- Comment #9 from Ulrich Weigand uweigand at gcc dot gnu.org --- Author: uweigand Date: Fri Nov 15 23:39:50 2013 New Revision: 204870 URL: http://gcc.gnu.org/viewcvs?rev=204870root=gccview=rev Log: gcc: 2013-11-15 Ulrich Weigand ulrich.weig

[Bug target/57363] IBM long double: adding NaN and number raises inexact exception

2013-12-03 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57363 Ulrich Weigand uweigand at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug testsuite/49443] gcc.dg/vect/vect-peel-3.c and vect-peel-4.c fail on IA64 after testsuite change

2012-08-10 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49443 --- Comment #7 from Ulrich Weigand uweigand at gcc dot gnu.org 2012-08-10 13:26:51 UTC --- Author: uweigand Date: Fri Aug 10 13:26:44 2012 New Revision: 190296 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=190296 Log: ChangeLog

[Bug rtl-optimization/54739] [4.8 regression] FAIL: gcc.dg/lower-subreg-1.c scan-rtl-dump subreg1 Splitting reg

2012-10-01 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54739 --- Comment #3 from Ulrich Weigand uweigand at gcc dot gnu.org 2012-10-01 12:16:53 UTC --- It seems all three of those targets have an iordi3 pattern that triggers even for 32-bit compiles. In this case, the lower-subreg pass now no longer

[Bug middle-end/54957] Two crashes introduced by rev192488

2012-10-23 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54957 Ulrich Weigand uweigand at gcc dot gnu.org changed: What|Removed |Added CC

[Bug target/56184] [4.8 Regression] Internal compiler error in push_reload during bootstrap stage 2

2013-02-06 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56184 --- Comment #5 from Ulrich Weigand uweigand at gcc dot gnu.org 2013-02-06 19:27:31 UTC --- Depending on configure tests of the installed (cross-)assembler, the ICE may not occur. In those cases, I'm now able to reliably reproduce the ICE

[Bug target/56184] [4.8 Regression] Internal compiler error in push_reload during bootstrap stage 2

2013-02-06 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56184 Ulrich Weigand uweigand at gcc dot gnu.org changed: What|Removed |Added CC

[Bug tree-optimization/52633] [4.7/4.8 Regression] Compiler ICE in vect_is_simple_use_1 (ARM)

2012-04-24 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52633 --- Comment #2 from Ulrich Weigand uweigand at gcc dot gnu.org 2012-04-24 16:52:59 UTC --- Some more details on what's going on here: http://gcc.gnu.org/ml/gcc-patches/2012-04/msg01486.html

[Bug tree-optimization/52633] [4.7/4.8 Regression] Compiler ICE in vect_is_simple_use_1 (ARM)

2012-05-04 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52633 --- Comment #3 from Ulrich Weigand uweigand at gcc dot gnu.org 2012-05-04 12:46:14 UTC --- Author: uweigand Date: Fri May 4 12:46:04 2012 New Revision: 187158 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=187158 Log: gcc/ PR tree

[Bug tree-optimization/52633] [4.7/4.8 Regression] Compiler ICE in vect_is_simple_use_1 (ARM)

2012-05-04 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52633 Ulrich Weigand uweigand at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug tree-optimization/52633] [4.7/4.8 Regression] Compiler ICE in vect_is_simple_use_1 (ARM)

2012-05-04 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52633 --- Comment #6 from Ulrich Weigand uweigand at gcc dot gnu.org 2012-05-04 14:56:52 UTC --- Author: uweigand Date: Fri May 4 14:56:48 2012 New Revision: 187162 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=187162 Log: 2012-05-04 Ulrich

[Bug tree-optimization/52870] ICE during SLP pattern matching

2012-05-04 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52870 --- Comment #6 from Ulrich Weigand uweigand at gcc dot gnu.org 2012-05-04 14:56:52 UTC --- Author: uweigand Date: Fri May 4 14:56:48 2012 New Revision: 187162 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=187162 Log: 2012-05-04 Ulrich

[Bug tree-optimization/52633] [4.7/4.8 Regression] Compiler ICE in vect_is_simple_use_1 (ARM)

2012-05-04 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52633 Ulrich Weigand uweigand at gcc dot gnu.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug rtl-optimization/53227] [4.8 Regression] FAIL: gcc.target/i386/movbe-2.c scan-assembler-times movbe[ \t] 4

2012-05-04 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53227 --- Comment #2 from Ulrich Weigand uweigand at gcc dot gnu.org 2012-05-04 16:03:35 UTC --- Why do you consider this a reload/RA problem? Code before ira looks like: (insn 2 4 3 2 (set (reg/v:DI 62 [ i ]) (mem/c:DI (reg/f:SI 16 argp) [2

[Bug rtl-optimization/53227] [4.8 Regression] FAIL: gcc.target/i386/movbe-2.c scan-assembler-times movbe[ \t] 4

2012-05-04 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53227 --- Comment #4 from Ulrich Weigand uweigand at gcc dot gnu.org 2012-05-04 16:56:59 UTC --- (In reply to comment #3) However, reload should notice that memory could be propagated into bswap. Since register allocation already assigned a hard reg

[Bug rtl-optimization/44141] Redundant loads and stores generated for AMD bdver1 target

2012-05-07 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44141 --- Comment #16 from Ulrich Weigand uweigand at gcc dot gnu.org 2012-05-07 17:17:06 UTC --- Reload inheritance generally gives up on handling subregs of pseudos, mostly because there is no mechanism to track invalidation of parts of pseudos. Now

[Bug tree-optimization/53636] New: SLP may create invalid unaligned memory accesses

2012-06-11 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53636 Bug #: 53636 Summary: SLP may create invalid unaligned memory accesses Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/53636] SLP may create invalid unaligned memory accesses

2012-06-11 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53636 Ulrich Weigand uweigand at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug tree-optimization/53636] SLP may create invalid unaligned memory accesses

2012-06-15 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53636 --- Comment #1 from Ulrich Weigand uweigand at gcc dot gnu.org 2012-06-15 13:30:40 UTC --- Author: uweigand Date: Fri Jun 15 13:30:36 2012 New Revision: 188661 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=188661 Log: gcc/ PR tree

[Bug tree-optimization/53636] SLP may create invalid unaligned memory accesses

2012-06-15 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53636 --- Comment #2 from Ulrich Weigand uweigand at gcc dot gnu.org 2012-06-15 15:11:51 UTC --- Now fixed on mainline; still fails on 4.7. (While the bug is probably latent even earlier, this particular test case does not crash on 4.6.)

[Bug regression/53729] [4.8 regression] PR53636 fix caused bb-slp-16.c to FAIL on sparc64 and powerpc64

2012-06-20 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53729 Ulrich Weigand uweigand at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug rtl-optimization/53706] [4.8 Regression] Bootstrap failure due to Invalid write of size 8 at 0xBDC35E: variable_htab_free (var-tracking.c:1418)

2012-06-21 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53706 Ulrich Weigand uweigand at gcc dot gnu.org changed: What|Removed |Added CC||uweigand

[Bug tree-optimization/53636] SLP may create invalid unaligned memory accesses

2012-06-26 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53636 --- Comment #3 from Ulrich Weigand uweigand at gcc dot gnu.org 2012-06-26 09:05:56 UTC --- Author: uweigand Date: Tue Jun 26 09:05:48 2012 New Revision: 188979 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=188979 Log: PR tree

[Bug regression/53729] [4.8 regression] PR53636 fix caused bb-slp-16.c to FAIL on sparc64 and powerpc64

2012-06-26 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53729 --- Comment #2 from Ulrich Weigand uweigand at gcc dot gnu.org 2012-06-26 09:05:55 UTC --- Author: uweigand Date: Tue Jun 26 09:05:48 2012 New Revision: 188979 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=188979 Log: PR tree

[Bug regression/53729] [4.8 regression] PR53636 fix caused bb-slp-16.c to FAIL on sparc64 and powerpc64

2012-06-26 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53729 Ulrich Weigand uweigand at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug target/53854] ICE in find_constant_pool_ref

2012-07-04 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53854 --- Comment #2 from Ulrich Weigand uweigand at gcc dot gnu.org 2012-07-04 17:17:22 UTC --- The problem with this is that there was a reason why I originally supported only a single constant pool reference per instruction: there needs

[Bug libobjc/61920] [4.8/4.9/4.10 Regression] libobjc has undefined symbols on powerpc*-linux-gnu

2014-07-28 Thread uweigand at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61920 --- Comment #6 from Ulrich Weigand uweigand at gcc dot gnu.org --- Since we didn't backport the actual ABI change to the branches, only the warning, I think it would be consistent to use something like this on the branches: #define

[Bug libobjc/61920] [4.8/4.9/4.10 Regression] libobjc has undefined symbols on powerpc*-linux-gnu

2014-07-28 Thread uweigand at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61920 --- Comment #7 from Ulrich Weigand uweigand at gcc dot gnu.org --- Author: uweigand Date: Mon Jul 28 14:32:13 2014 New Revision: 213127 URL: https://gcc.gnu.org/viewcvs?rev=213127root=gccview=rev Log: PR libobjc/61920 * encoding.c

[Bug libobjc/61920] [4.8/4.9/4.10 Regression] libobjc has undefined symbols on powerpc*-linux-gnu

2014-07-28 Thread uweigand at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61920 --- Comment #8 from Ulrich Weigand uweigand at gcc dot gnu.org --- Author: uweigand Date: Mon Jul 28 14:33:20 2014 New Revision: 213128 URL: https://gcc.gnu.org/viewcvs?rev=213128root=gccview=rev Log: PR libobjc/61920 * encoding.c

[Bug target/53854] ICE in find_constant_pool_ref

2014-09-01 Thread uweigand at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53854 --- Comment #9 from Ulrich Weigand uweigand at gcc dot gnu.org --- I just noticed that this bug has disappeared on mainline. Binary search showed that this happens with rev. 211007, which checks in this patch: https://gcc.gnu.org/ml/gcc-patches

[Bug libstdc++/62259] atomic class doesn't enforce required alignment on powerpc64

2014-09-03 Thread uweigand at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62259 Ulrich Weigand uweigand at gcc dot gnu.org changed: What|Removed |Added CC||uweigand

[Bug go/60870] go interface methods broken on ppc64le (bug296.go)

2014-04-17 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60870 Ulrich Weigand uweigand at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug go/60870] go interface methods broken on ppc64le (bug296.go)

2014-04-17 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60870 --- Comment #5 from Ulrich Weigand uweigand at gcc dot gnu.org --- (In reply to Ian Lance Taylor from comment #4) I don't have a PPC system. Can you see if the attached patch to gcc/go/gofrontend/expressions.cc fixes the problem? Yes

[Bug target/61300] powerpc64le miscompile with KR-style function definition at -O0

2014-06-02 Thread uweigand at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61300 Ulrich Weigand uweigand at gcc dot gnu.org changed: What|Removed |Added CC||uweigand

[Bug middle-end/60102] [4.9/4.10 Regression] powerpc fp-bit ices at dwf_regno

2014-06-03 Thread uweigand at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60102 --- Comment #12 from Ulrich Weigand uweigand at gcc dot gnu.org --- (In reply to Sandra Loosemore from comment #9) I've been looking at this a little bit more. DWARF_FRAME_REGNUM is specifically documented to take a hard register number

[Bug rtl-optimization/50762] ICE: in extract_insn, at recog.c:2137 (unrecognizable insn)

2011-11-08 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50762 --- Comment #4 from Ulrich Weigand uweigand at gcc dot gnu.org 2011-11-08 16:00:36 UTC --- It seems to me (part of) the problem is that the operand constraint is too generic here: (define_insn *lea_4_zext [(set (match_operand:DI 0

[Bug rtl-optimization/50762] ICE: in extract_insn, at recog.c:2137 (unrecognizable insn)

2011-11-09 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50762 --- Comment #8 from Ulrich Weigand uweigand at gcc dot gnu.org 2011-11-09 18:52:16 UTC --- (In reply to comment #7) Redefining j constraint as define_address_constraint results in: Yes, it needs to be define_address_constraint. pr50762.c:48:1

[Bug rtl-optimization/50762] ICE: in extract_insn, at recog.c:2137 (unrecognizable insn)

2011-11-10 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50762 --- Comment #10 from Ulrich Weigand uweigand at gcc dot gnu.org 2011-11-10 10:10:04 UTC --- (In reply to comment #9) (In reply to comment #8) The zero_extend is a fixed part of the insn pattern in question: (define_insn *lea_4_zext

[Bug rtl-optimization/50762] ICE: in extract_insn, at recog.c:2137 (unrecognizable insn)

2011-11-10 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50762 --- Comment #16 from Ulrich Weigand uweigand at gcc dot gnu.org 2011-11-10 14:04:42 UTC --- (In reply to comment #15) (In reply to comment #14) Is this with your patch from comment 6? You really can't have a CONST_INT inside a zero_extend

[Bug target/50762] [4.7 Regression] ICE: in extract_insn, at recog.c:2137 (unrecognizable insn)

2011-11-10 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50762 --- Comment #21 from Ulrich Weigand uweigand at gcc dot gnu.org 2011-11-10 18:22:50 UTC --- (In reply to comment #20) The documentation is wrong, so following patch removes all the blurb about handling of constants. Index: doc/md.texi

[Bug target/50762] [4.7 Regression] ICE: in extract_insn, at recog.c:2137 (unrecognizable insn)

2011-11-11 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50762 --- Comment #24 from Ulrich Weigand uweigand at gcc dot gnu.org 2011-11-11 13:04:02 UTC --- (In reply to comment #22) Yeah, this is also what I thought at the first sight. But please don't forget that additional c-code test effectively creates

[Bug middle-end/49968] New: ICE in calls.c:3141 / assert after emit_stack_restore

2011-08-03 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49968 Summary: ICE in calls.c:3141 / assert after emit_stack_restore Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end

[Bug middle-end/49968] ICE in calls.c:3141 / assert after emit_stack_restore

2011-08-03 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49968 --- Comment #3 from Ulrich Weigand uweigand at gcc dot gnu.org 2011-08-03 21:21:32 UTC --- The patch did indeed fix the testcase, thanks! Running a full regression now ...

[Bug middle-end/49968] ICE in calls.c:3141 / assert after emit_stack_restore

2011-08-04 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49968 --- Comment #4 from Ulrich Weigand uweigand at gcc dot gnu.org 2011-08-04 09:10:44 UTC --- Tests have completed now; the patch fixes all regressions introduced by the original commit, and introduced no new ones. Looks good to me.

[Bug middle-end/49463] [4.7 Regression] LTO doesn't work symbol renamed via asm statement

2011-08-10 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49463 Ulrich Weigand uweigand at gcc dot gnu.org changed: What|Removed |Added CC||uweigand

[Bug target/50305] New: Inline asm reload failure when building Linux kernel

2011-09-06 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50305 Bug #: 50305 Summary: Inline asm reload failure when building Linux kernel Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Keywords:

[Bug target/50305] Inline asm reload failure when building Linux kernel

2011-09-06 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50305 Ulrich Weigand uweigand at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug middle-end/50307] New: SSA checking ICE when building Linux kernel

2011-09-06 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50307 Bug #: 50307 Summary: SSA checking ICE when building Linux kernel Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Keywords: ice-checking

[Bug middle-end/50307] [4.7 Regression] SSA checking ICE when building Linux kernel

2011-09-07 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50307 --- Comment #2 from Ulrich Weigand uweigand at gcc dot gnu.org 2011-09-07 18:33:30 UTC --- I've confirmed that this is a regression introduced by rev. 178386 http://gcc.gnu.org/ml/gcc-cvs/2011-08/msg01405.html So it does seem like

[Bug target/50305] Inline asm reload failure when building Linux kernel

2011-10-06 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50305 --- Comment #3 from Ulrich Weigand uweigand at gcc dot gnu.org 2011-10-06 11:50:35 UTC --- Author: uweigand Date: Thu Oct 6 11:50:26 2011 New Revision: 179603 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=179603 Log: gcc/ PR

[Bug target/50305] Inline asm reload failure when building Linux kernel

2011-10-06 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50305 Ulrich Weigand uweigand at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug target/50310] [4.7 Regression] ICE: in gen_vcondv2div2df, at config/i386/sse.md:1435 with -O -ftree-vectorize and __builtin_isunordered()

2011-10-19 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50310 --- Comment #16 from Ulrich Weigand uweigand at gcc dot gnu.org 2011-10-19 12:17:41 UTC --- Author: uweigand Date: Wed Oct 19 12:17:35 2011 New Revision: 180184 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=180184 Log: PR target/50310

[Bug bootstrap/50801] macro location tracking patch set breaks bootstrap

2011-10-20 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50801 Ulrich Weigand uweigand at gcc dot gnu.org changed: What|Removed |Added CC||uweigand

[Bug lto/48437] New: LTO crashes with block-local function declarations

2011-04-04 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48437 Summary: LTO crashes with block-local function declarations Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto AssignedTo:

[Bug middle-end/43085] Make profiledbootstrap fails with cc1plus catching SIGSEGV

2011-04-27 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43085 Ulrich Weigand uweigand at gcc dot gnu.org changed: What|Removed |Added CC||uweigand

[Bug middle-end/43085] Make profiledbootstrap fails with cc1plus catching SIGSEGV

2011-04-27 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43085 --- Comment #23 from Ulrich Weigand uweigand at gcc dot gnu.org 2011-04-27 16:28:32 UTC --- Patch posted here: http://gcc.gnu.org/ml/gcc-patches/2011-04/msg02131.html

[Bug bootstrap/43858] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files

2011-05-02 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43858 --- Comment #29 from Ulrich Weigand uweigand at gcc dot gnu.org 2011-05-02 14:06:52 UTC --- Author: uweigand Date: Mon May 2 14:06:48 2011 New Revision: 173252 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=173252 Log: 2011-05-02 Ulrich

[Bug middle-end/43085] Make profiledbootstrap fails with cc1plus catching SIGSEGV

2011-05-02 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43085 Ulrich Weigand uweigand at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug middle-end/43085] Make profiledbootstrap fails with cc1plus catching SIGSEGV

2011-05-02 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43085 --- Comment #24 from Ulrich Weigand uweigand at gcc dot gnu.org 2011-05-02 14:06:52 UTC --- Author: uweigand Date: Mon May 2 14:06:48 2011 New Revision: 173252 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=173252 Log: 2011-05-02 Ulrich

[Bug rtl-optimization/49114] Reload failed to handle (set reg:X (plus:X (subreg:X (reg:Y) 0) (const_int)))

2011-06-29 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49114 --- Comment #6 from Ulrich Weigand uweigand at gcc dot gnu.org 2011-06-29 12:15:20 UTC --- Author: uweigand Date: Wed Jun 29 12:15:08 2011 New Revision: 175631 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=175631 Log: PR rtl

[Bug rtl-optimization/49114] Reload failed to handle (set reg:X (plus:X (subreg:X (reg:Y) 0) (const_int)))

2011-06-29 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49114 --- Comment #12 from Ulrich Weigand uweigand at gcc dot gnu.org 2011-06-29 16:19:14 UTC --- Author: uweigand Date: Wed Jun 29 16:19:08 2011 New Revision: 175652 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=175652 Log: PR rtl

[Bug rtl-optimization/49114] Reload failed to handle (set reg:X (plus:X (subreg:X (reg:Y) 0) (const_int)))

2011-06-29 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49114 --- Comment #13 from Ulrich Weigand uweigand at gcc dot gnu.org 2011-06-29 16:24:28 UTC --- (In reply to comment #10) Created attachment 24633 [details] A patch to restore bootstrap Huh, sorry for the duplicate patch ... I hadn't seen yours.

[Bug regression/49500] [4.7 Regression]: gcc.dg/tls/alias-1.c

2011-07-12 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49500 Ulrich Weigand uweigand at gcc dot gnu.org changed: What|Removed |Added CC||uweigand

[Bug middle-end/49545] [4.7 Regression] New C++ test failures

2011-07-15 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49545 Ulrich Weigand uweigand at gcc dot gnu.org changed: What|Removed |Added CC||uweigand

[Bug middle-end/49545] [4.6 Regression] New C++ test failures

2011-07-18 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49545 --- Comment #10 from Ulrich Weigand uweigand at gcc dot gnu.org 2011-07-18 14:35:44 UTC --- (In reply to comment #9) Can you check what patch caused it on the 4.6 branch? It is this one: http://gcc.gnu.org/ml/gcc-cvs/2011-07/msg00431.html 2011

[Bug middle-end/49545] [4.6 Regression] New C++ test failures

2011-07-28 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49545 --- Comment #12 from Ulrich Weigand uweigand at gcc dot gnu.org 2011-07-28 08:43:31 UTC --- After this commit: http://gcc.gnu.org/ml/gcc-cvs/2011-07/msg01132.html the regression is now gone again on the 4.6 branch. On spu-elf, this bug is now

[Bug target/46040] crtstuff.c:308:26: error: '__DTOR_LIST__' undeclared

2010-12-07 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46040 Ulrich Weigand uweigand at gcc dot gnu.org changed: What|Removed |Added CC||uweigand

[Bug target/46883] GCC ICE with error: unrecognizable insn

2010-12-13 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46883 Ulrich Weigand uweigand at gcc dot gnu.org changed: What|Removed |Added CC||bernds

[Bug tree-optimization/47179] New: [4.5/4.6 Regression] SPU: errno misoptimization around malloc call

2011-01-05 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47179 Summary: [4.5/4.6 Regression] SPU: errno misoptimization around malloc call Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug tree-optimization/46021] 3 tree-ssa tests XPASS almost everywhere

2011-01-05 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46021 Ulrich Weigand uweigand at gcc dot gnu.org changed: What|Removed |Added Target|i386-pc-solaris2.*, |i386-pc

[Bug rtl-optimization/47299] New: Widening multiply optimization generates bad code

2011-01-14 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47299 Summary: Widening multiply optimization generates bad code Product: gcc Version: 4.5.0 Status: UNCONFIRMED Keywords: wrong-code Severity: normal Priority: P3

[Bug tree-optimization/47179] [4.5/4.6 Regression] SPU: errno misoptimization around malloc call

2011-01-18 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47179 --- Comment #4 from Ulrich Weigand uweigand at gcc dot gnu.org 2011-01-18 20:13:59 UTC --- Author: uweigand Date: Tue Jan 18 20:13:56 2011 New Revision: 168961 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=168961 Log: PR tree

[Bug tree-optimization/47179] [4.5/4.6 Regression] SPU: errno misoptimization around malloc call

2011-01-18 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47179 Ulrich Weigand uweigand at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug tree-optimization/46021] 3 tree-ssa tests XPASS almost everywhere

2011-01-19 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46021 --- Comment #6 from Ulrich Weigand uweigand at gcc dot gnu.org 2011-01-19 12:56:19 UTC --- Author: uweigand Date: Wed Jan 19 12:56:16 2011 New Revision: 168990 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=168990 Log: PR tree

[Bug testsuite/45342] FAIL: gcc.dg/tls/thr-cse-1.c scan-assembler-not emutls_get_address.*emutls_get_address.*

2011-01-19 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45342 --- Comment #3 from Ulrich Weigand uweigand at gcc dot gnu.org 2011-01-19 13:09:56 UTC --- Author: uweigand Date: Wed Jan 19 13:09:51 2011 New Revision: 168992 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=168992 Log: PR testsuite

[Bug middle-end/47401] New: Support for must-not-throw regions with SJLJ exceptions broken

2011-01-21 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47401 Summary: Support for must-not-throw regions with SJLJ exceptions broken Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug middle-end/47401] Support for must-not-throw regions with SJLJ exceptions broken

2011-01-21 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47401 --- Comment #1 from Ulrich Weigand uweigand at gcc dot gnu.org 2011-01-21 16:33:43 UTC --- Created attachment 23064 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=23064 Proposed fix Patch from http://gcc.gnu.org/ml/gcc-patches/2011-01

[Bug middle-end/47401] Support for must-not-throw regions with SJLJ exceptions broken

2011-01-21 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47401 Ulrich Weigand uweigand at gcc dot gnu.org changed: What|Removed |Added Attachment #23064|0 |1

[Bug middle-end/47401] Support for must-not-throw regions with SJLJ exceptions broken

2011-01-21 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47401 Ulrich Weigand uweigand at gcc dot gnu.org changed: What|Removed |Added Attachment #23066|0 |1

[Bug middle-end/47401] Support for must-not-throw regions with SJLJ exceptions broken

2011-01-22 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47401 --- Comment #5 from Ulrich Weigand uweigand at gcc dot gnu.org 2011-01-22 21:24:57 UTC --- Author: uweigand Date: Sat Jan 22 21:24:54 2011 New Revision: 169134 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=169134 Log: PR middle-end

[Bug middle-end/47401] Support for must-not-throw regions with SJLJ exceptions broken

2011-01-22 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47401 Ulrich Weigand uweigand at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug middle-end/45505] [4.6 Regression] gfortran.dg/pr25923.f90

2011-01-29 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45505 Ulrich Weigand uweigand at gcc dot gnu.org changed: What|Removed |Added CC||uweigand

[Bug tree-optimization/47621] New: Missed dependencies in address-taken optimization

2011-02-06 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47621 Summary: Missed dependencies in address-taken optimization Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: wrong-code Severity: normal Priority: P3

[Bug debug/47283] [4.6 regression] ICE in refs_may_alias_p_1, at tree-ssa-alias.c

2011-02-17 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47283 --- Comment #16 from Ulrich Weigand uweigand at gcc dot gnu.org 2011-02-17 23:24:45 UTC --- I tested the patch from comment #12 on spu-elf with no regressions.

[Bug debug/45088] pointer type information lost in debuginfo

2010-09-27 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45088 Ulrich Weigand uweigand at gcc dot gnu.org changed: What|Removed |Added CC||uweigand

[Bug debug/45088] pointer type information lost in debuginfo

2010-09-27 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45088 --- Comment #4 from Ulrich Weigand uweigand at gcc dot gnu.org 2010-09-27 16:25:01 UTC --- (In reply to comment #3) is this another dup of PR 43628? should be fixed if it is No, unfortunately it's not. In mainline and 4.5 (which have

[Bug c/52181] [4.7 Regression] merge_decls doesn't handle DECL_USER_ALIGN properly

2012-02-09 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52181 Ulrich Weigand uweigand at gcc dot gnu.org changed: What|Removed |Added CC||uweigand

[Bug c/52181] [4.7 Regression] merge_decls doesn't handle DECL_USER_ALIGN properly

2012-02-14 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52181 --- Comment #5 from Ulrich Weigand uweigand at gcc dot gnu.org 2012-02-14 17:22:23 UTC --- Thanks for the quick fix! Are you planning to backport to 4.6 as well?

[Bug tree-optimization/52298] ICE: verify_ssa failed: definition in block follows use

2012-02-28 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52298 --- Comment #8 from Ulrich Weigand uweigand at gcc dot gnu.org 2012-02-28 23:40:37 UTC --- Author: uweigand Date: Tue Feb 28 23:40:32 2012 New Revision: 184645 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=184645 Log: Partially revert

[Bug tree-optimization/52686] New: SLP crashes with WIDEN_LSHIFT_EXPR

2012-03-23 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52686 Bug #: 52686 Summary: SLP crashes with WIDEN_LSHIFT_EXPR Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug tree-optimization/52686] SLP crashes with WIDEN_LSHIFT_EXPR

2012-03-23 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52686 --- Comment #2 from Ulrich Weigand uweigand at gcc dot gnu.org 2012-03-23 15:42:00 UTC --- Created attachment 26968 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26968 Handle WIDEN_LSHIFT_EXPR in vect_get_smallest_scalar_type The attached

[Bug tree-optimization/52686] SLP crashes with WIDEN_LSHIFT_EXPR

2012-03-23 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52686 Ulrich Weigand uweigand at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug tree-optimization/52633] [4.7 Regression] Compiler ICE in vect_is_simple_use_1 (ARM)

2012-03-23 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52633 Ulrich Weigand uweigand at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug tree-optimization/52686] SLP crashes with WIDEN_LSHIFT_EXPR

2012-03-26 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52686 --- Comment #3 from Ulrich Weigand uweigand at gcc dot gnu.org 2012-03-26 13:13:14 UTC --- Author: uweigand Date: Mon Mar 26 13:13:07 2012 New Revision: 185795 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=185795 Log: gcc/ PR tree

[Bug tree-optimization/52686] SLP crashes with WIDEN_LSHIFT_EXPR

2012-03-26 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52686 Ulrich Weigand uweigand at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug tree-optimization/52870] New: ICE during SLP pattern matching

2012-04-04 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52870 Bug #: 52870 Summary: ICE during SLP pattern matching Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug tree-optimization/52870] ICE during SLP pattern matching

2012-04-04 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52870 Ulrich Weigand uweigand at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

  1   2   >