[cfe-dev] Clang crash using SSE intrinsics

Mirabito, David davidm at ok-labs.com
Sun Jan 31 19:09:29 PST 2010


Hi,

I'm seeing the following crash when attempting the compile the attached c file. I've reduced the original case as much as I could and still keep the failing behaviour. Changing the 'buffer' interactions (load or pointer increment), or removing the 'printv' seem to make it go away, as does compiling with anything other that -O0.

Code is fairly recent SVN: 
	llvm/trunk: 94955
	cfe/trunk: 94968
  ( I think they're sensible revision IDs?)

Please let me know if there's anything further I can do.

Thanks,
  David M

$ ~/code/contrib/llvm/Debug/bin/clang  -O1  -c fail.c -o fail.o
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fail.c
Type: application/octet-stream
Size: 1281 bytes
Desc: fail.c
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20100201/964199a8/attachment.obj>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ATT00001..txt
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20100201/964199a8/attachment.txt>


More information about the cfe-dev mailing list