------- Comment #1 from dfranke at gcc dot gnu dot org 2009-07-13 18:00 ------- Fortran reports are never anything but "normal".
However, would you really expect that a compiler would be released that can't handle code like the one quoted? I find it hard to believe, especially on a platform as common as i686-pc-linux-gnu. Does the C-compiler work? Something like ... $> cat hello.c #include <stdio.h> int main() { printf("hello\n"); return 0; } $> gcc hello.c && ./a.out If not, I'd check configuration, compilation and installation. -- dfranke at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dfranke at gcc dot gnu dot | |org Severity|blocker |normal GCC build triplet|i686-pc-linux-gnu | GCC host triplet|i686-pc-linux-gnu | GCC target triplet|i686-pc-linux-gnu | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40734