[Bug preprocessor/24976] simple hexadecimal number parsed as C99 hex float

2005-11-21 Thread bernie at develer dot com
--- Comment #3 from bernie at develer dot com 2005-11-21 18:41 --- (In reply to comment #2) > 0xe+100 is a single preprocessing number. If the end of > is unclear, > please let us know how we could have improved it so that yo

[Bug preprocessor/24976] simple hexadecimal number parsed as C99 hex float

2005-11-21 Thread joseph at codesourcery dot com
--- Comment #2 from joseph at codesourcery dot com 2005-11-21 18:21 --- Subject: Re: New: simple hexadecimal number parsed as C99 hex float On Mon, 21 Nov 2005, bernie at develer dot com wrote: > This testcase: > > int a = 0xe+100; 0xe+100 is a single preprocessing number. If t

[Bug preprocessor/24976] simple hexadecimal number parsed as C99 hex float

2005-11-21 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-21 17:28 --- (In reply to comment #0) > but many users are going to think of this behavior as > a parser bug. This is more of a tokenizer error rather than a parser error. Anyways 2.95.3 gives: t.c:1: missing white space after