------- Comment #1 from kargl at gcc dot gnu dot org  2009-02-26 14:42 -------
You need to give some details, including a small program,
the compiler command line you used, and the output of 
gfortran -v.

Because it works for me.

laptop:kargl[6] cat > a.f
       program z
       integer j
       parameter (j = z'ff')
       print *, j
       end program z
^Dlaptop:kargl[7] 
laptop:kargl[7] gfc43 -o z a.f
laptop:kargl[8] ./z
         255


-- 

kargl at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kargl at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39312

Reply via email to