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/24493] [GOMP] Parsing problem after THREADPRIVATE-statement



------- Comment #1 from cvs-commit at gcc dot gnu dot org  2005-10-24 09:11 -------
Subject: Bug 24493

CVSROOT:        /cvs/gcc
Module name:    gcc
Branch:         gomp-20050608-branch
Changes by:     jakub@gcc.gnu.org       2005-10-24 09:11:47

Modified files:
        gcc/fortran    : ChangeLog.gomp 
        gcc/testsuite  : ChangeLog.gomp 
        gcc/fortran    : scanner.c 
Added files:
        gcc/testsuite/gfortran.dg/gomp: free-1.f90 fixed-1.f 

Log message:
        PR fortran/24493
        * scanner.c (skip_free_comments): Set at_bol at the beginning of the
        loop, not before it.
        (skip_fixed_comments): Handle ! comments in the middle of line here
        as well.
        (gfc_skip_comments): Use skip_fixed_comments for FIXED_FORM even if
        not at BOL.
        (gfc_next_char_literal): Fix expected canonicalized *$omp string.

        * gfortran.dg/gomp/fixed-1.f: New test.
        * gfortran.dg/gomp/free-1.f: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.gomp.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.1.2.29&r2=1.1.2.30
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.gomp.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.1.2.44&r2=1.1.2.45
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/scanner.c.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.18.4.5&r2=1.18.4.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/gomp/free-1.f90.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/gomp/fixed-1.f.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=NONE&r2=1.1.2.1


-- 


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


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