This is the mail archive of the gcc-patches@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]

[PATCH] fortran/28213 -- Fix Hollerith in IO list


The following patch fixes an ICE when a Hollerith constant
appears in an IO list.  For some reason, the attached test
is not caught by DejaGNU.  I ping Janis for advice on the
test.  I would like to commit the patch even without a test,
and then commit the test once Janis and I have exchanged 
some thoughts.

2006-07-03  Steven G. Kargl  <kargls@comcast.net>

	* trans-io.c (transfer_expr): Hollerith is not permitted in 
	an IO list.

2006-07-03  Steven G. Kargl  <kargls@comcast.net>

	* gfortran.dg/hollerith5.f90: New test, which is somehow broken.

-- 
Steve

Attachment: pr28213.diff
Description: Text document

Attachment: hollerith5.f90
Description: Text document


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