[Bug middle-end/60080] gcc.dg/vect/vect-nop-move.c FAILs

2014-07-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60080

Jakub Jelinek jakub at gcc dot gnu.org changed:

   What|Removed |Added

   Target Milestone|4.9.1   |4.9.2

--- Comment #6 from Jakub Jelinek jakub at gcc dot gnu.org ---
GCC 4.9.1 has been released.


[Bug middle-end/60080] gcc.dg/vect/vect-nop-move.c FAILs

2014-07-16 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60080

edlinger at gcc dot gnu.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #7 from edlinger at gcc dot gnu.org ---
has been fixed in 4.9.0


[Bug middle-end/60080] gcc.dg/vect/vect-nop-move.c FAILs

2014-04-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60080

Jakub Jelinek jakub at gcc dot gnu.org changed:

   What|Removed |Added

   Target Milestone|4.9.0   |4.9.1

--- Comment #4 from Jakub Jelinek jakub at gcc dot gnu.org ---
GCC 4.9.0 has been released


[Bug middle-end/60080] gcc.dg/vect/vect-nop-move.c FAILs

2014-04-22 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60080

--- Comment #5 from Bernd Edlinger bernd.edlinger at hotmail dot de ---
aehm...
actually this issue is already fixed,
but I can't set the status to FIXED.


[Bug middle-end/60080] gcc.dg/vect/vect-nop-move.c FAILs

2014-02-10 Thread edlinger at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60080

--- Comment #3 from edlinger at gcc dot gnu.org ---
Author: edlinger
Date: Mon Feb 10 18:19:01 2014
New Revision: 207668

URL: http://gcc.gnu.org/viewcvs?rev=207668root=gccview=rev
Log:
2014-02-10  Bernd Edlinger  bernd.edlin...@hotmail.de

PR middle-end/60080
* cfgexpand.c (expand_asm_operands): Attach source location to
ASM_INPUT rtx objects.
* print-rtl.c (print_rtx): Check for UNKNOWN_LOCATION.

Modified:
trunk/gcc/ChangeLog
trunk/gcc/cfgexpand.c
trunk/gcc/print-rtl.c


[Bug middle-end/60080] gcc.dg/vect/vect-nop-move.c FAILs

2014-02-06 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60080

Bernd Edlinger bernd.edlinger at hotmail dot de changed:

   What|Removed |Added

 CC||bernd.edlinger at hotmail dot 
de

--- Comment #1 from Bernd Edlinger bernd.edlinger at hotmail dot de ---
Richard,

how about this?

--- gcc/cfgexpand.c.jj2014-01-09 21:12:36.0 +0100
+++ gcc/cfgexpand.c2014-02-06 13:01:09.280392442 +0100
@@ -2678,8 +2678,9 @@ expand_asm_operands (tree string, tree o
   ASM_OPERANDS_INPUT (body, i) = op;

   ASM_OPERANDS_INPUT_CONSTRAINT_EXP (body, i)
-= gen_rtx_ASM_INPUT (TYPE_MODE (type),
- ggc_strdup (constraints[i + noutputs]));
+= gen_rtx_ASM_INPUT_loc (TYPE_MODE (type),
+ ggc_strdup (constraints[i + noutputs]),
+ locus);

   if (tree_conflicts_with_clobbers_p (val, clobbered_regs))
 clobber_conflict_found = 1;
@@ -2701,7 +2702,7 @@ expand_asm_operands (tree string, tree o

   sprintf (buffer, %d, j);
   ASM_OPERANDS_INPUT_CONSTRAINT_EXP (body, ninputs - ninout + i)
-= gen_rtx_ASM_INPUT (inout_mode[i], ggc_strdup (buffer));
+= gen_rtx_ASM_INPUT_loc (inout_mode[i], ggc_strdup (buffer), locus);
 }

   /* Copy labels to the vector.  */


[Bug middle-end/60080] gcc.dg/vect/vect-nop-move.c FAILs

2014-02-06 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60080

--- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE ro at CeBiTec dot 
Uni-Bielefeld.DE ---
I just tried the patch on i386-pc-solaris2.10 and the SEGVs are gone.

Thanks for the quick fix.

Rainer


[Bug middle-end/60080] gcc.dg/vect/vect-nop-move.c FAILs

2014-02-05 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60080

Rainer Orth ro at gcc dot gnu.org changed:

   What|Removed |Added

   Target Milestone|--- |4.9.0