This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

[patch, fortran, committed] Fix PR 30452


Hello world,

I have committed the attached patch as simple and obvious as
revision 120768, after regression-testing on i686-pc-linux-gnu.

Thanks to Jerry DeLisle for pointing out where the problem was.

2007-01-14  Thomas Koenig  <Thomas.Koenig@online.de>

	PR fortran/30452
	* scanner.c(next_char):  Cast next character to unsigned
	to avoid confusion with error return codes.

2007-01-14  Thomas Koenig  <Thomas.Koenig@online.de>

	PR fortran/30452
	* gfortran.dg/string_0xfe_0xff_1.f90:  New test.

Regards
	Thomas

Attachment: scanner.c-diff
Description: Text document

Attachment: string_0xfe_0xff_1.f90
Description: Text document


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