[Bug middle-end/56382] FAIL: gcc.c-torture/compile/pr55921.c (internal compiler error)

2014-03-26 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56382

John David Anglin danglin at gcc dot gnu.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #5 from John David Anglin danglin at gcc dot gnu.org ---
This is fixed for hppa on trunk but not 4.8 branch.

*** This bug has been marked as a duplicate of bug 55943 ***


[Bug middle-end/56382] FAIL: gcc.c-torture/compile/pr55921.c (internal compiler error)

2013-09-02 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56382

--- Comment #4 from Eric Botcazou ebotcazou at gcc dot gnu.org ---
Author: ebotcazou
Date: Mon Sep  2 16:19:20 2013
New Revision: 202179

URL: http://gcc.gnu.org/viewcvs?rev=202179root=gccview=rev
Log:
PR middle-end/56382
* expr.c (emit_move_complex): Do not move complex FP values as parts if
the source or the destination is a single hard register.

Modified:
trunk/gcc/ChangeLog
trunk/gcc/expr.c


[Bug middle-end/56382] FAIL: gcc.c-torture/compile/pr55921.c (internal compiler error)

2013-07-25 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56382

--- Comment #2 from John David Anglin danglin at gcc dot gnu.org ---
Executing on host: /mnt/gnu/gcc/objdir-test/gcc/xgcc
-B/mnt/gnu/gcc/objdir-test/
gcc/  -fno-diagnostics-show-caret   -O0  -w -c  -o pr55921.o
/mnt/gnu/gcc/gcc/gc
c/testsuite/gcc.c-torture/compile/pr55921.c(timeout = 300)spawn
/mnt/gnu/gcc/objdir-test/gcc/xgcc -B/mnt/gnu/gcc/objdir-test/gcc/
-fno-diagnostics-show-caret -O0 -w -c -o pr55921.o
/mnt/gnu/gcc/gcc/gcc/testsuite/gcc.c-
torture/compile/pr55921.c/mnt/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/pr55921.c:
In function 'foo':
/mnt/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/pr55921.c:21:1: internal
compiler error: in gen_reg_rtx, at emit-rtl.c:866


[Bug middle-end/56382] FAIL: gcc.c-torture/compile/pr55921.c (internal compiler error)

2013-07-25 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56382

John David Anglin danglin at gcc dot gnu.org changed:

   What|Removed |Added

  Attachment #29485|0   |1
is obsolete||

--- Comment #3 from John David Anglin danglin at gcc dot gnu.org ---
Created attachment 30555
  -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30555action=edit
Patch

Works for me.


[Bug middle-end/56382] FAIL: gcc.c-torture/compile/pr55921.c (internal compiler error)

2013-02-18 Thread danglin at gcc dot gnu.org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56382



--- Comment #1 from John David Anglin danglin at gcc dot gnu.org 2013-02-18 
18:34:54 UTC ---

Created attachment 29485

  -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=29485

Patch



I tried the above changes to expmed.c but this

approach eventually reaches a gcc_unreacheable

dead end.