------- Comment #4 from janis at gcc dot gnu dot org 2009-02-11 18:27 ------- N1169 says that the suffix for a fixed-point literal constant is case insensitive, which to me means that uhk can be uhK/uHk/uHK/Uhk/UhK/UHk as well as UHK. It's easier to implement that way, but if it's really supposed to be a single case then I'd rather fix that now.
I asked a question about this, and about GCC's use of ll or LL as a length indicator in fixed-point suffixes, in http://gcc.gnu.org/ml/gcc/2009-02/msg00191.html but there are people copied on this PR who probably don't follow that mailing list. If you're familiar with the fixed-point TR, please let me know your interpretation of this, or whether there's a later draft of the TR than N1169. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33466