This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/36379] preprocessing preprocessed output: invalid reads



------- Comment #4 from dfranke at gcc dot gnu dot org  2008-06-07 16:06 -------
Some progress:

libcpp, charset.c (emit_numeric_escape): here 
  cvt.width != CPP_OPTION (pfile, char_precision) [0 != 8]

If the logic of the check is inverted, everything works as expected. This
indicates that something might be missing in the setup of libcpp?


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]