avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] long character constants like 'abcd'.. - (('a' << 24)


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] long character constants like 'abcd'.. - (('a' << 24) | ('b' << 16) | ('c' << 8) | 'd') doesn't work
Date: Wed, 22 Jan 2003 11:29:11 +0100 (MET)

Matthias Ringwald <address@hidden> wrote:

>>  The actual byte sequence was
>> up to the compiler, which made the feature simply to esoteric. Four
>> character constants was also supported.
>>
>> It may have disappeared altogether in later C variants.

> It is still around.

And it is still the same way: the behaviour is completely
implementation-defined, i. e. unportable.

-- 
J"org Wunsch                                           Unix support engineer
address@hidden        http://www.interface-systems.de/~j/
avr-gcc-list at http://avr1.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]