This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: parsing precedence of long integer literal "L"
- From: Andrew Chi <achi at bbn dot com>
- To: Chung-Ju Wu <jasonwucj at gmail dot com>
- Cc: Ian Lance Taylor <iant at google dot com>, "gcc-help at gcc dot gnu dot org" <gcc-help at gcc dot gnu dot org>
- Date: Wed, 20 Mar 2013 09:27:39 -0400
- Subject: Re: parsing precedence of long integer literal "L"
- References: <5148C45E dot 5060506 at bbn dot com> <CAKOQZ8wsA0WdsmfH39CJEqRAqSu73r4Dz6ECVJkuf2QMCtuHzQ at mail dot gmail dot com> <CADj25HMcc47+9Rf_jJ5yFMi9CKjyAcjKPbwOwxV5m9nnVGoODQ at mail dot gmail dot com>
On 3/20/2013 12:30 AM, Chung-Ju Wu wrote:
What Ian said in the mail can be refered to: C99 6.4.4.1 Point 5.
Thank you to both Ian and jasonwucj! The standard wins again. And I
will make sure to read it closely next time.