[Bug fortran/34559] Regression 4.3: ICE using REPEAT on string literals

tkoenig at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Dec 22 20:32:00 GMT 2007



------- Comment #1 from tkoenig at gcc dot gnu dot org  2007-12-22 20:31 -------
Confirmed.

Simplified test case:

$ cat npr.f90 
program main
  print *, repeat ("", 3)
end program main
$ gfortran npr.f90 
f951: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


-- 

tkoenig at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-12-22 20:31:59
               date|                            |


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



More information about the Gcc-bugs mailing list