On Sun, 28 Oct 2007, Shawn Walker wrote:

>>> I don't suppose you know that option that enables support for this
>>> code snippet then?
>>>
>>> #ifdef RE_ENABLE_I18N
>>> /* This static array is used for the map to single-byte characters when
>>>  UTF-8 is used.  Otherwise we would allocate memory just to initialize
>>>  it the same all the time.  UTF-8 is the preferred encoding so this is
>>>  a worthwhile optimization.  */
>>> static const bitset_t utf8_sb_map =
>>> {
>>> /* Set the first 128 bits.  */
>>> [0 ... 0x80 / BITSET_WORD_BITS - 1] = BITSET_WORD_MAX
>>> };
>>> #endif
>>
>> I don't think suncc has this particular extension.
>> But to be 100% sure I've asked the C frontend folks to give some response.

The C frontend guys confirmed:

suncc does not support that kind of syntax.
and hence there are no options (hidden or public) to turn the feature on.

Alexander

_______________________________________________
tools-discuss mailing list
[email protected]

Reply via email to