[Bug inline-asm/33600] [4.3 Regression] Breakage caused by the fix to PR33552

2007-10-05 Thread matz at gcc dot gnu dot org
--- Comment #6 from matz at gcc dot gnu dot org 2007-10-05 15:36 --- Subject: Bug 33600 Author: matz Date: Fri Oct 5 15:36:16 2007 New Revision: 129035 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=129035 Log: gcc/ PR inline-asm/33600 * function.c (match_asm_constraints_1):

[Bug inline-asm/33600] [4.3 Regression] Breakage caused by the fix to PR33552

2007-10-05 Thread matz at gcc dot gnu dot org
--- Comment #7 from matz at gcc dot gnu dot org 2007-10-05 15:38 --- Fixed now. -- matz at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug inline-asm/33600] [4.3 Regression] Breakage caused by the fix to PR33552

2007-09-30 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2007-09-30 11:49 --- asmcons does: -(insn 6 3 11 2 t.i:5 (parallel [ -(set (reg/v:SI 60 [ n ]) +(insn 21 3 6 2 t.i:5 (set (reg/v:SI 58 [ x ]) +(reg/v:SI 60 [ n ])) -1 (nil)) + +(insn 6 21 11 2 t.i:5 (parallel [ +

[Bug inline-asm/33600] [4.3 Regression] Breakage caused by the fix to PR33552

2007-09-30 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2007-09-30 11:56 --- bah - ignore the comments about invalid asm ;) too early in the morning. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33600

[Bug inline-asm/33600] [4.3 Regression] Breakage caused by the fix to PR33552

2007-09-30 Thread segher at kernel dot crashing dot org
--- Comment #4 from segher at kernel dot crashing dot org 2007-09-30 14:07 --- The original code is: (arch/i386/lib/usercopy.c): /* Generic arbitrary sized copy. */ #define __copy_user(to,from,size) \ do {

[Bug inline-asm/33600] [4.3 Regression] Breakage caused by the fix to PR33552

2007-09-30 Thread matz at gcc dot gnu dot org
--- Comment #5 from matz at gcc dot gnu dot org 2007-10-01 02:51 --- Mine. Have a patch. -- matz at gcc dot gnu dot org changed: What|Removed |Added

[Bug inline-asm/33600] [4.3 Regression] Breakage caused by the fix to PR33552

2007-09-30 Thread matz at gcc dot gnu dot org
-- matz at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Ever Confirmed|0 |1 Last