This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/18164] [4.0 Regression] ICE on trivial invalid asm


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-26 20:02 -------
Confirmed, we are ICE in the gimplifer:
#0  0xffff8cc0 in __memcpy ()
#1  0x006176a4 in build_string (len=-1, str=0x4248e0d5 "\177?????????") at /Users/pinskia/src/ipa-
out/gcc/gcc/tree.c:755
#2  0x0011b254 in gimplify_asm_expr (expr_p=0x42477fc8, pre_p=0xbfffe4a4, post_p=0xbfffe4a8) at 
/Users/pinskia/src/ipa-out/gcc/gcc/gimplify.c:3193

constraint_len is 0 at this point.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|c                           |middle-end
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-10-26 20:02:22
               date|                            |


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]