|
From: Alexei S. <ale...@gm...> - 2010-03-10 01:28:40
|
Committed. Thanks.
2010/3/9 Amadeusz Sławiński <sa...@gm...>:
> On Tue, Mar 09, 2010 at 09:33:38AM -0500, Alexei Svitkine wrote:
>> > Also works if you do something like
>> > volatile int label_hack = 3;
>> > switch (label_hack) {
>> > case 3:
>> > ...
>> > case 2:
>>
>> I'd prefer that approach then, since it will likely also work with the
>> older compilers that do require the volatile.
>>
>> -Alexei
>>
>
> Should have thought that way, patch included.
>
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> basilisk-devel mailing list
> bas...@li...
> https://lists.sourceforge.net/lists/listinfo/basilisk-devel
>
>
|