This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/29759] New: ice on line continuation in OMP statements (gfc_next_char_literal, at fortran/scanner.c:701)


$> cat ice.f90
PROGRAM test_omp
!$OMP PARALLEL &
!$    NUM_THREADS(2)
END PROGRAM

$> gfortran-svn -g -Wall -fopenmp ice.f90
ice.f90:0: internal compiler error: in gfc_next_char_literal, at
fortran/scanner.c:701
Please submit a full bug report,

$> gfortran-svn -v
gcc version 4.3.0 20061106 (experimental)


-- 
           Summary: ice on line continuation in OMP statements
                    (gfc_next_char_literal, at fortran/scanner.c:701)
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: franke dot daniel at gmail dot com
  GCC host triplet: i686-pc-linux-gnu


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]