On Tue, Oct 23, 2012 at 9:00 AM, Bill Hart <[email protected]> wrote:
> Could you try compiling it with your icc with the flags configure is > using (see your configure trace below) and tell us what happens when > you run it? First it wouldn't compile because it didn't know what "__builtin_malloc" was, so I changed that to just "malloc". When I compile using the same flags with ICC it seems to run as expected. foo(0) return 1 as expected and the program then returns 0 on exit. If using "__builtin_malloc" was the key to the test, then someone will need to let me know what to include in ICC to access that. Jeff. -- You received this message because you are subscribed to the Google Groups "mpir-devel" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mpir-devel?hl=en.
