This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/15327] ICE when using MERGE on strings
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Aug 2004 16:24:26 -0000
- Subject: [Bug fortran/15327] ICE when using MERGE on strings
- References: <20040506170043.15327.Tobias.Schlueter@physik.uni-muenchen.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From reichelt at gcc dot gnu dot org 2004-08-09 16:24 -------
Here's something shorter:
==========================================
program FOO
print *, merge ("", "", .true.)
end program FOO
==========================================
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |reichelt at gcc dot gnu dot
| |org
Keywords| |ice-on-valid-code, monitored
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15327