Just a note to share a problem I ran into recently: Compiling sqlite 3.6.22 
with -arch ppc -Os on the llvm that ships with Xcode 3.2.1, the sqlite3AtoF 
function appears to have an infinite loop. If you compile the sqlite3 command 
line tool in this way, just executing "select round(1234);" will cause it to 
hang.

This version of llvm reports itself as

        i686-apple-darwin10-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 
5646) (LLVM build 2206)

I haven't checked to see if there's a newer llvm which fixes this.

Apple dudes: this is bugreporter #7599241.

Hope this saves someone out there some trouble. :)

-D
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to