[Bug target/23575] [4.0/4.1 Regression] ICE: output_operand: unterminated assembly dialect alternative

2005-08-27 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-27 12:38 --- Subject: Bug 23575 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-08-27 12:38:39 Modified files: gcc: Change

[Bug target/23575] [4.0/4.1 Regression] ICE: output_operand: unterminated assembly dialect alternative

2005-08-27 Thread rguenth at gcc dot gnu dot org
--- Additional Comments From rguenth at gcc dot gnu dot org 2005-08-27 12:35 --- Fixed on both head and 4.0. -- What|Removed |Added Status|NEW

[Bug target/23575] [4.0/4.1 Regression] ICE: output_operand: unterminated assembly dialect alternative

2005-08-27 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-27 12:04 --- Subject: Bug 23575 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-08-27 12:04:28 Modified files: gcc: ChangeLog gcc/config/i386: s

[Bug target/23575] [4.0/4.1 Regression] ICE: output_operand: unterminated assembly dialect alternative

2005-08-26 Thread rguenth at gcc dot gnu dot org
--- Additional Comments From rguenth at gcc dot gnu dot org 2005-08-26 16:23 --- Patch. -- What|Removed |Added URL||http://gcc.gnu

[Bug target/23575] [4.0/4.1 Regression] ICE: output_operand: unterminated assembly dialect alternative

2005-08-26 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-26 13:30 --- It is obvious what is wrong from the .md file: (define_insn "sse2_movsd" [(set (match_operand:V2DF 0 "nonimmediate_operand" "=x,x,m,x,x,o") (vec_merge:V2DF (match_operand:V2DF 2 "nonimm

[Bug target/23575] [4.0/4.1 Regression] ICE: output_operand: unterminated assembly dialect alternative

2005-08-26 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-26 13:27 --- Confirmed, reduced testcase: typedef double __v2df __attribute__ ((__vector_size__ (16))); typedef __v2df __m128d; static __inline __m128d __attribute__((__always_inline__)) _mm_set1_pd (double __F) { ret

[Bug target/23575] [4.0/4.1 Regression] ICE: output_operand: unterminated assembly dialect alternative

2005-08-26 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-26 12:07 --- Reducing. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23575

[Bug target/23575] [4.0/4.1 Regression] ICE: output_operand: unterminated assembly dialect alternative

2005-08-26 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Summary|ICE: output_operand:|[4.0/4.1 Regression] ICE: |unterminated assembly |output_operand: unterminated