Pelles C > Announcements

Version 6.50, Release Candidate #2 available

<< < (3/4) > >>

MrBcx:

--- Quote from: timovjl on October 30, 2010, 01:20:32 PM ---BCX CR/LF

Error in speed optimization ?

--- End quote ---

BINGO!

Nice detective work timovjl !

Compiling with /Os fixes the problem and /Ot causes the problem in RC 6.50

Robert:

--- Quote from: MrBcx on October 30, 2010, 02:06:11 PM ---
--- Quote from: timovjl on October 30, 2010, 01:20:32 PM ---BCX CR/LF

Error in speed optimization ?

--- End quote ---

BINGO!

Nice detective work timovjl !

Compiling with /Os fixes the problem and /Ot causes the problem in RC 6.50



--- End quote ---

The problem also exists with a BCX compiled with the /Ox option.

Robert Wishlaw

Monolith:
The __cdecl directive appears to not work. For example:

--- Code: ---static int __cdecl LookupCompare(WINDOW_LOOKUP *w1, WINDOW_LOOKUP *w2)
{
    // compare
}

--- End code ---

I keep getting this warning when I have code that points to the above function. (It doesn't appear when I switch the compiler convention to __cdecl.)

--- Quote ---Assignment of 'int __stdcall function(const void *, const void *)' to 'int __cdecl function(const void *, const void *)

--- End quote ---

lamer:
If you type something in source file and then close IDE - the file is saved without prompt.
If you close only the tab with source file, but not IDE - the prompt to save changes appears.
It's a bit dangerous to save without prompting :)

ianammo:
Only recently discovered Pelles C, and have been doing some testing with RC2, all going well.  However there seems to be missing a header file - If I include <emmintrin.h> or <xmmintrin.h>, compile gives warning - "Can't find include file <mmintrin.h>". Have checked, and file doesn't appear to have be installed.

Thanks.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version