------- Comment #1 from hjl dot tools at gmail dot com  2010-09-10 13:39 -------
[...@gnu-16 00000001]$ cat pr45634.f90
      SUBROUTINE RCRDRD (VTYP)
      CHARACTER(4), INTENT(OUT) :: VTYP 
      CHARACTER(1), SAVE :: DBL = "D" 
      VTYP = DBL
      END
[...@gnu-16 00000001]$ /export/gnu/import/svn/gcc-test/usr/bin/gcc -S -O2
pr45634.f90
pr45634.f90: In function \u2018rcrdrd\u2019:
pr45634.f90:1:0: internal compiler error: in build_int_cst_wide, at tree.c:1218
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
[...@gnu-16 00000001]$ 


-- 


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

Reply via email to