[Bug inline-asm/23399] ICE in create_tmp_var, at gimplify.c:387

2007-06-25 Thread pluto at agmk dot net
--- Comment #5 from pluto at agmk dot net 2007-06-25 22:32 --- fixed by patch for PR32190. -- pluto at agmk dot net changed: What|Removed |Added Status|NEW

[Bug inline-asm/23399] ICE in create_tmp_var, at gimplify.c:387

2006-09-01 Thread dtemirbulatov at gmail dot com
--- Comment #4 from dtemirbulatov at gmail dot com 2006-09-01 19:57 --- I have got the same ICE on mainline gcc-20060815 bug.cc:4: internal compiler error: in create_tmp_var, at gimplify.c:487 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23399

[Bug inline-asm/23399] ICE in create_tmp_var, at gimplify.c:387

2006-06-12 Thread pluto at agmk dot net
--- Comment #3 from pluto at agmk dot net 2006-06-12 19:15 --- still ice. -- pluto at agmk dot net changed: What|Removed |Added Known to fail|2.95 3.0.4 3.2.2 4.0.0

[Bug inline-asm/23399] ICE in create_tmp_var, at gimplify.c:387

2005-08-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-15 14:50 --- Confirmed, reduced testcase: templatetypename T bool cas(const T test_val) { bool ret; __asm__ (: :r(test_val)); } struct atomic_ptr { atomic_ptr(){} atomic_ptr(const volatile atomic_ptr a)