This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/31253] ICE in gfc_conv_constant, at fortran/trans-const.c:348
- From: "mikael dot morin at tele2 dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Mar 2007 22:03:34 -0000
- Subject: [Bug fortran/31253] ICE in gfc_conv_constant, at fortran/trans-const.c:348
- References: <bug-31253-14266@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from mikael dot morin at tele2 dot fr 2007-03-17 22:03 -------
the attached program (test.f) fails to compile:
the compilation command is :
gfortran -c test.f
the error is :
test.f: In function ?probleme?:
test.f:2: erreur interne du compilateur: dans gfc_conv_constant, à
fortran/trans-const.c:348
Veuillez soumettre un rapport complet d'anomalies,
avec le source pré-traité si nécessaire.
Consultez <URL:http://gcc.gnu.org/bugs.html> pour plus de détail.
the fortran version is (gfortran -v) :
Lecture des spécification à partir de
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/specs
Target: x86_64-pc-linux-gnu
Configuré avec: /usr/src/gcc-4.1.2/configure --host=x86_64-pc-linux-gnu
--prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man
--enable-threads=posix --with-system-zlib --enable-languages=f95
--disable-multilib
Modèle de thread: posix
version gcc 4.1.2
--
mikael dot morin at tele2 dot fr changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mikael dot morin at tele2
| |dot fr
Keywords| |ice-on-valid-code
Known to fail| |4.1.1 4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31253