]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/fortran/primary.c
re PR fortran/24917 (Handling of hexadecimal constants in gfortran)
authorSteven G. Kargl <kargls@comcast.net>
Sun, 27 Nov 2005 15:47:56 +0000 (15:47 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Sun, 27 Nov 2005 15:47:56 +0000 (15:47 +0000)
commit78019d1649eb6c3677680240b147bc89e97e61a1
treec2c25b5f35afae402a680afcef40c895a744ad77
parent991bb832494d3e422ef703e317cd0dc21ab74ac3
re PR fortran/24917 (Handling of hexadecimal constants in gfortran)

PR fortran/24917
* primary.c (match_boz_constant):  Implement postfix BOZ constants;
  (match_string_constant): Peek for b, o, z, and x

* gfortran.dg/boz_6.f90: New test.

From-SVN: r107568
gcc/fortran/ChangeLog
gcc/fortran/primary.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/boz_6.f90 [new file with mode: 0644]