Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/libgomp



Module Name:    src
Committed By:   yamt
Date:           Thu May 22 16:36:39 UTC 2014

Modified Files:
        src/external/gpl3/gcc/dist/libgomp [yamt-pagecache]: ChangeLog
            Makefile.am Makefile.in acinclude.m4 aclocal.m4 alloc.c barrier.c
            config.h.in configure configure.ac configure.tgt critical.c env.c
            error.c fortran.c iter.c iter_ull.c libgomp.h libgomp.map
            libgomp.texi libgomp_f.h.in libgomp_g.h loop.c loop_ull.c omp.h.in
            omp_lib.f90.in omp_lib.h.in ordered.c parallel.c sections.c
            single.c task.c team.c work.c
        src/external/gpl3/gcc/dist/libgomp/config/bsd [yamt-pagecache]: proc.c
        src/external/gpl3/gcc/dist/libgomp/config/linux [yamt-pagecache]:
            affinity.c bar.c bar.h lock.c mutex.c mutex.h omp-lock.h proc.c
            ptrlock.c ptrlock.h sem.c sem.h wait.h
        src/external/gpl3/gcc/dist/libgomp/config/linux/alpha [yamt-pagecache]:
            futex.h
        src/external/gpl3/gcc/dist/libgomp/config/linux/ia64 [yamt-pagecache]:
            futex.h
        src/external/gpl3/gcc/dist/libgomp/config/linux/mips [yamt-pagecache]:
            futex.h
        src/external/gpl3/gcc/dist/libgomp/config/linux/powerpc 
[yamt-pagecache]:
            futex.h
        src/external/gpl3/gcc/dist/libgomp/config/linux/s390 [yamt-pagecache]:
            futex.h
        src/external/gpl3/gcc/dist/libgomp/config/linux/sparc [yamt-pagecache]:
            futex.h
        src/external/gpl3/gcc/dist/libgomp/config/linux/x86 [yamt-pagecache]:
            futex.h
        src/external/gpl3/gcc/dist/libgomp/config/mingw32 [yamt-pagecache]:
            proc.c time.c
        src/external/gpl3/gcc/dist/libgomp/config/posix [yamt-pagecache]:
            affinity.c bar.c bar.h lock.c mutex.h proc.c ptrlock.h sem.c sem.h
            time.c
Added Files:
        src/external/gpl3/gcc/dist/libgomp/config/linux [yamt-pagecache]:
            futex.h proc.h
        src/external/gpl3/gcc/dist/libgomp/config/linux/tile [yamt-pagecache]:
            futex.h
Removed Files:
        src/external/gpl3/gcc/dist/libgomp [yamt-pagecache]: libgomp.info
        src/external/gpl3/gcc/dist/libgomp/config/linux/ia64 [yamt-pagecache]:
            mutex.h
        src/external/gpl3/gcc/dist/libgomp/config/linux/mips [yamt-pagecache]:
            mutex.h
        src/external/gpl3/gcc/dist/libgomp/config/linux/powerpc 
[yamt-pagecache]:
            mutex.h
        src/external/gpl3/gcc/dist/libgomp/config/posix95 [yamt-pagecache]:
            lock.c omp-lock.h
        src/external/gpl3/gcc/dist/libgomp/testsuite [yamt-pagecache]:
            Makefile.am Makefile.in
        src/external/gpl3/gcc/dist/libgomp/testsuite/config [yamt-pagecache]:
            default.exp
        src/external/gpl3/gcc/dist/libgomp/testsuite/lib [yamt-pagecache]:
            libgomp-dg.exp libgomp.exp
        src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c [yamt-pagecache]:
            atomic-1.c atomic-10.c atomic-2.c atomic-3.c atomic-4.c atomic-5.c
            atomic-6.c autopar-1.c barrier-1.c c.exp collapse-1.c collapse-2.c
            collapse-3.c copyin-1.c copyin-2.c copyin-3.c critical-1.c
            critical-2.c debug-1.c icv-1.c icv-2.c lib-1.c lib-2.c lock-1.c
            lock-2.c lock-3.c loop-1.c loop-10.c loop-11.c loop-12.c loop-2.c
            loop-3.c loop-4.c loop-5.c loop-6.c loop-7.c loop-8.c loop-9.c
            nested-1.c nested-2.c nested-3.c nestedfn-1.c nestedfn-2.c
            nestedfn-3.c nestedfn-4.c nestedfn-5.c nestedfn-6.c nqueens-1.c
            omp-loop01.c omp-loop02.c omp-loop03.c omp-nested-1.c
            omp-parallel-for.c omp-parallel-if.c omp-single-1.c omp-single-2.c
            omp-single-3.c omp_hello.c omp_matvec.c omp_orphan.c
            omp_reduction.c omp_workshare1.c omp_workshare2.c omp_workshare3.c
            omp_workshare4.c ordered-1.c ordered-2.c ordered-3.c parallel-1.c
            pr24455-1.c pr24455.c pr26171.c pr26943-1.c pr26943-2.c pr26943-3.c
            pr26943-4.c pr29947-1.c pr29947-2.c pr30494.c pr32362-1.c
            pr32362-2.c pr32362-3.c pr32468.c pr33880.c pr34513.c pr35130.c
            pr35196.c pr35549.c pr35625.c pr36802-1.c pr36802-2.c pr36802-3.c
            pr38650.c pr39154.c pr39591-1.c pr39591-2.c pr39591-3.c pr42029.c
            pr42942.c pr43893.c private-1.c reduction-1.c reduction-2.c
            reduction-3.c reduction-4.c reduction-5.c sections-1.c shared-1.c
            shared-2.c shared-3.c single-1.c single-2.c sort-1.c task-1.c
            task-2.c task-3.c task-4.c vla-1.c
        src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++ 
[yamt-pagecache]:
            atomic-1.C c++.exp collapse-1.C collapse-2.C copyin-1.C copyin-2.C
            ctor-1.C ctor-10.C ctor-11.C ctor-12.C ctor-2.C ctor-3.C ctor-4.C
            ctor-5.C ctor-6.C ctor-7.C ctor-8.C ctor-9.C for-1.C for-2.C
            for-3.C for-4.C for-5.C for-6.C for-7.C for-8.C loop-1.C loop-10.C
            loop-11.C loop-12.C loop-2.C loop-3.C loop-4.C loop-5.C loop-6.C
            loop-7.C loop-8.C loop-9.C master-1.C nested-1.C parallel-1.C
            pr24455-1.C pr24455.C pr26691.C pr26943.C pr27337.C pr30703.C
            pr34513.C pr35185.C pr38650.C pr39573.C pr43893.C reduction-1.C
            reduction-2.C reduction-3.C sections-1.C shared-1.C shared-2.C
            single-1.C single-2.C single-3.C task-1.C task-2.C task-3.C
            task-4.C task-5.C task-6.C task-7.C
        src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/appendix-a 
[yamt-pagecache]:
            a.15.1.c a.16.1.c a.18.1.c a.19.1.c a.2.1.c a.21.1.c a.26.1.c
            a.29.1.c a.3.1.c a.33.3.c a.36.1.c a.39.1.c a.4.1.c a.40.1.c
            a.5.1.c
        src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran 
[yamt-pagecache]:
            allocatable1.f90 allocatable2.f90 allocatable3.f90 allocatable4.f90
            allocatable5.f90 allocatable6.f90 character1.f90 character2.f90
            collapse1.f90 collapse2.f90 collapse3.f90 collapse4.f90 condinc1.f
            condinc1.inc condinc2.f condinc3.f90 condinc4.f90 crayptr1.f90
            crayptr2.f90 do1.f90 do2.f90 fortran.exp jacobi.f lastprivate1.f90
            lastprivate2.f90 lib1.f90 lib2.f lib3.f lib4.f90 lock-1.f90
            lock-2.f90 nested1.f90 nestedfn1.f90 nestedfn2.f90 nestedfn3.f90
            nestedfn4.f90 omp_atomic1.f90 omp_atomic2.f90 omp_cond1.f
            omp_cond2.f omp_cond3.F90 omp_cond4.F90 omp_hello.f omp_orphan.f
            omp_parse1.f90 omp_parse2.f90 omp_parse3.f90 omp_parse4.f90
            omp_reduction.f omp_workshare1.f omp_workshare2.f pr25162.f
            pr25219.f90 pr27395-1.f90 pr27395-2.f90 pr27416-1.f90 pr27916-1.f90
            pr27916-2.f90 pr28390.f pr29629.f90 pr32359.f90 pr32550.f90
            pr33880.f90 pr34020.f90 pr35130.f90 pr42162.f90 pr46753.f90
            pr48894.f90 recursion1.f90 reduction1.f90 reduction2.f90
            reduction3.f90 reduction4.f90 reduction5.f90 reduction6.f90
            reference1.f90 reference2.f90 retval1.f90 retval2.f90 sharing1.f90
            sharing2.f90 stack.f90 strassen.f90 tabs1.f90 tabs2.f task1.f90
            task2.f90 task3.f90 threadprivate1.f90 threadprivate2.f90
            threadprivate3.f90 vla1.f90 vla2.f90 vla3.f90 vla4.f90 vla5.f90
            vla6.f90 vla7.f90 vla8.f90 workshare1.f90 workshare2.f90
        src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/appendix-a 
[yamt-pagecache]:
            a.15.1.f90 a.16.1.f90 a.18.1.f90 a.19.1.f90 a.2.1.f90 a.21.1.f90
            a.22.7.f90 a.22.8.f90 a.26.1.f90 a.28.1.f90 a.28.2.f90 a.28.3.f90
            a.28.4.f90 a.28.5.f90 a.3.1.f90 a.31.4.f90 a.31.5.f90 a.33.3.f90
            a.38.1.f90 a.39.1.f90 a.4.1.f90 a.40.1.f90 a.5.1.f90 a10.1.f90
        src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.graphite 
[yamt-pagecache]:
            bounds.c force-parallel-1.c force-parallel-2.c force-parallel-3.c
            force-parallel-4.c force-parallel-5.c force-parallel-6.c
            force-parallel-7.c force-parallel-8.c force-parallel-9.c
            graphite.exp pr41118.c

Log Message:
sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs.  ("Protocol error: too many arguments")


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1.2.1 -r1.1.1.1.2.2 \
    src/external/gpl3/gcc/dist/libgomp/ChangeLog \
    src/external/gpl3/gcc/dist/libgomp/fortran.c
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.2.1 \
    src/external/gpl3/gcc/dist/libgomp/Makefile.am \
    src/external/gpl3/gcc/dist/libgomp/Makefile.in \
    src/external/gpl3/gcc/dist/libgomp/acinclude.m4 \
    src/external/gpl3/gcc/dist/libgomp/aclocal.m4 \
    src/external/gpl3/gcc/dist/libgomp/alloc.c \
    src/external/gpl3/gcc/dist/libgomp/barrier.c \
    src/external/gpl3/gcc/dist/libgomp/config.h.in \
    src/external/gpl3/gcc/dist/libgomp/configure \
    src/external/gpl3/gcc/dist/libgomp/configure.ac \
    src/external/gpl3/gcc/dist/libgomp/configure.tgt \
    src/external/gpl3/gcc/dist/libgomp/critical.c \
    src/external/gpl3/gcc/dist/libgomp/env.c \
    src/external/gpl3/gcc/dist/libgomp/error.c \
    src/external/gpl3/gcc/dist/libgomp/iter.c \
    src/external/gpl3/gcc/dist/libgomp/iter_ull.c \
    src/external/gpl3/gcc/dist/libgomp/libgomp.h \
    src/external/gpl3/gcc/dist/libgomp/libgomp.map \
    src/external/gpl3/gcc/dist/libgomp/libgomp.texi \
    src/external/gpl3/gcc/dist/libgomp/libgomp_f.h.in \
    src/external/gpl3/gcc/dist/libgomp/libgomp_g.h \
    src/external/gpl3/gcc/dist/libgomp/loop.c \
    src/external/gpl3/gcc/dist/libgomp/loop_ull.c \
    src/external/gpl3/gcc/dist/libgomp/omp.h.in \
    src/external/gpl3/gcc/dist/libgomp/omp_lib.f90.in \
    src/external/gpl3/gcc/dist/libgomp/omp_lib.h.in \
    src/external/gpl3/gcc/dist/libgomp/ordered.c \
    src/external/gpl3/gcc/dist/libgomp/parallel.c \
    src/external/gpl3/gcc/dist/libgomp/sections.c \
    src/external/gpl3/gcc/dist/libgomp/single.c \
    src/external/gpl3/gcc/dist/libgomp/task.c \
    src/external/gpl3/gcc/dist/libgomp/team.c \
    src/external/gpl3/gcc/dist/libgomp/work.c
cvs rdiff -u -r1.1.1.1.2.1 -r0 \
    src/external/gpl3/gcc/dist/libgomp/libgomp.info
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.2.1 \
    src/external/gpl3/gcc/dist/libgomp/config/bsd/proc.c
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.2.1 \
    src/external/gpl3/gcc/dist/libgomp/config/linux/affinity.c \
    src/external/gpl3/gcc/dist/libgomp/config/linux/bar.c \
    src/external/gpl3/gcc/dist/libgomp/config/linux/bar.h \
    src/external/gpl3/gcc/dist/libgomp/config/linux/lock.c \
    src/external/gpl3/gcc/dist/libgomp/config/linux/mutex.c \
    src/external/gpl3/gcc/dist/libgomp/config/linux/mutex.h \
    src/external/gpl3/gcc/dist/libgomp/config/linux/omp-lock.h \
    src/external/gpl3/gcc/dist/libgomp/config/linux/proc.c \
    src/external/gpl3/gcc/dist/libgomp/config/linux/ptrlock.c \
    src/external/gpl3/gcc/dist/libgomp/config/linux/ptrlock.h \
    src/external/gpl3/gcc/dist/libgomp/config/linux/sem.c \
    src/external/gpl3/gcc/dist/libgomp/config/linux/sem.h \
    src/external/gpl3/gcc/dist/libgomp/config/linux/wait.h
cvs rdiff -u -r0 -r1.1.1.1.4.2 \
    src/external/gpl3/gcc/dist/libgomp/config/linux/futex.h \
    src/external/gpl3/gcc/dist/libgomp/config/linux/proc.h
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.2.1 \
    src/external/gpl3/gcc/dist/libgomp/config/linux/alpha/futex.h
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.2.1 \
    src/external/gpl3/gcc/dist/libgomp/config/linux/ia64/futex.h
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/gpl3/gcc/dist/libgomp/config/linux/ia64/mutex.h
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.2.1 \
    src/external/gpl3/gcc/dist/libgomp/config/linux/mips/futex.h
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/gpl3/gcc/dist/libgomp/config/linux/mips/mutex.h
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.2.1 \
    src/external/gpl3/gcc/dist/libgomp/config/linux/powerpc/futex.h
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/gpl3/gcc/dist/libgomp/config/linux/powerpc/mutex.h
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.2.1 \
    src/external/gpl3/gcc/dist/libgomp/config/linux/s390/futex.h
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.2.1 \
    src/external/gpl3/gcc/dist/libgomp/config/linux/sparc/futex.h
cvs rdiff -u -r0 -r1.1.1.1.4.2 \
    src/external/gpl3/gcc/dist/libgomp/config/linux/tile/futex.h
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.2.1 \
    src/external/gpl3/gcc/dist/libgomp/config/linux/x86/futex.h
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.2.1 \
    src/external/gpl3/gcc/dist/libgomp/config/mingw32/proc.c \
    src/external/gpl3/gcc/dist/libgomp/config/mingw32/time.c
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.2.1 \
    src/external/gpl3/gcc/dist/libgomp/config/posix/affinity.c \
    src/external/gpl3/gcc/dist/libgomp/config/posix/bar.c \
    src/external/gpl3/gcc/dist/libgomp/config/posix/bar.h \
    src/external/gpl3/gcc/dist/libgomp/config/posix/lock.c \
    src/external/gpl3/gcc/dist/libgomp/config/posix/mutex.h \
    src/external/gpl3/gcc/dist/libgomp/config/posix/proc.c \
    src/external/gpl3/gcc/dist/libgomp/config/posix/ptrlock.h \
    src/external/gpl3/gcc/dist/libgomp/config/posix/sem.c \
    src/external/gpl3/gcc/dist/libgomp/config/posix/sem.h \
    src/external/gpl3/gcc/dist/libgomp/config/posix/time.c
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/gpl3/gcc/dist/libgomp/config/posix95/lock.c \
    src/external/gpl3/gcc/dist/libgomp/config/posix95/omp-lock.h
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/Makefile.am \
    src/external/gpl3/gcc/dist/libgomp/testsuite/Makefile.in
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/config/default.exp
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/lib/libgomp-dg.exp \
    src/external/gpl3/gcc/dist/libgomp/testsuite/lib/libgomp.exp
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/atomic-1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/atomic-10.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/atomic-2.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/atomic-3.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/atomic-4.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/atomic-5.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/atomic-6.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/autopar-1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/barrier-1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/c.exp \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/collapse-1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/collapse-2.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/collapse-3.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/copyin-1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/copyin-2.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/copyin-3.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/critical-1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/critical-2.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/debug-1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/icv-1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/icv-2.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/lib-1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/lib-2.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/lock-1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/lock-2.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/lock-3.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/loop-1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/loop-10.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/loop-11.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/loop-12.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/loop-2.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/loop-3.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/loop-4.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/loop-5.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/loop-6.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/loop-7.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/loop-8.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/loop-9.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/nested-1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/nested-2.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/nested-3.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/nestedfn-1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/nestedfn-2.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/nestedfn-3.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/nestedfn-4.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/nestedfn-5.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/nestedfn-6.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/nqueens-1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/omp-loop01.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/omp-loop02.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/omp-loop03.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/omp-nested-1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/omp-parallel-for.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/omp-parallel-if.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/omp-single-1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/omp-single-2.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/omp-single-3.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/omp_hello.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/omp_matvec.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/omp_orphan.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/omp_reduction.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/omp_workshare1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/omp_workshare2.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/omp_workshare3.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/omp_workshare4.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/ordered-1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/ordered-2.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/ordered-3.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/parallel-1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/pr24455-1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/pr24455.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/pr26171.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/pr26943-1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/pr26943-2.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/pr26943-3.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/pr26943-4.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/pr29947-1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/pr29947-2.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/pr30494.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/pr32362-1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/pr32362-2.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/pr32362-3.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/pr32468.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/pr33880.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/pr34513.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/pr35130.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/pr35196.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/pr35549.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/pr35625.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/pr36802-1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/pr36802-2.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/pr36802-3.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/pr38650.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/pr39154.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/pr39591-1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/pr39591-2.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/pr39591-3.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/pr42029.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/pr42942.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/pr43893.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/private-1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/reduction-1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/reduction-2.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/reduction-3.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/reduction-4.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/reduction-5.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/sections-1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/shared-1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/shared-2.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/shared-3.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/single-1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/single-2.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/sort-1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/task-1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/task-2.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/task-3.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/task-4.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/vla-1.c
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/atomic-1.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/c++.exp \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/collapse-1.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/collapse-2.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/copyin-1.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/copyin-2.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/ctor-1.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/ctor-10.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/ctor-11.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/ctor-12.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/ctor-2.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/ctor-3.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/ctor-4.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/ctor-5.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/ctor-6.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/ctor-7.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/ctor-8.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/ctor-9.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/for-1.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/for-2.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/for-3.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/for-4.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/for-5.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/for-6.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/for-7.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/for-8.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/loop-1.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/loop-10.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/loop-11.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/loop-12.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/loop-2.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/loop-3.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/loop-4.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/loop-5.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/loop-6.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/loop-7.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/loop-8.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/loop-9.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/master-1.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/nested-1.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/parallel-1.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/pr24455-1.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/pr24455.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/pr26691.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/pr26943.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/pr27337.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/pr30703.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/pr34513.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/pr35185.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/pr38650.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/pr39573.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/pr43893.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/reduction-1.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/reduction-2.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/reduction-3.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/sections-1.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/shared-1.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/shared-2.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/single-1.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/single-2.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/single-3.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/task-1.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/task-2.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/task-3.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/task-4.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/task-5.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/task-6.C \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/task-7.C
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/appendix-a/a.15.1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/appendix-a/a.16.1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/appendix-a/a.18.1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/appendix-a/a.19.1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/appendix-a/a.2.1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/appendix-a/a.21.1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/appendix-a/a.26.1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/appendix-a/a.29.1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/appendix-a/a.3.1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/appendix-a/a.33.3.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/appendix-a/a.36.1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/appendix-a/a.39.1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/appendix-a/a.4.1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/appendix-a/a.40.1.c \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/appendix-a/a.5.1.c
cvs rdiff -u -r1.1.1.1 -r0 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/allocatable1.f90 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/allocatable2.f90 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/allocatable3.f90 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/allocatable4.f90 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/allocatable5.f90 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/allocatable6.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/character1.f90 
\
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/character2.f90 
\
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/collapse1.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/collapse2.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/collapse3.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/collapse4.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/condinc1.f \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/condinc1.inc \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/condinc2.f \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/condinc3.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/condinc4.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/crayptr1.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/crayptr2.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/do1.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/do2.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/fortran.exp \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/jacobi.f \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/lastprivate1.f90 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/lastprivate2.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/lib1.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/lib2.f \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/lib3.f \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/lib4.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/lock-1.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/lock-2.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/nested1.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/nestedfn1.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/nestedfn2.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/nestedfn3.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/nestedfn4.f90 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/omp_atomic1.f90 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/omp_atomic2.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/omp_cond1.f \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/omp_cond2.f \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/omp_cond3.F90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/omp_cond4.F90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/omp_hello.f \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/omp_orphan.f \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/omp_parse1.f90 
\
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/omp_parse2.f90 
\
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/omp_parse3.f90 
\
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/omp_parse4.f90 
\
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/omp_reduction.f \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/omp_workshare1.f \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/omp_workshare2.f \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/pr25162.f \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/pr25219.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/pr27395-1.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/pr27395-2.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/pr27416-1.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/pr27916-1.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/pr27916-2.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/pr28390.f \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/pr29629.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/pr32359.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/pr32550.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/pr33880.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/pr34020.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/pr35130.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/pr42162.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/pr46753.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/recursion1.f90 
\
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/reduction1.f90 
\
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/reduction2.f90 
\
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/reduction3.f90 
\
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/reduction4.f90 
\
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/reduction5.f90 
\
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/reduction6.f90 
\
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/reference1.f90 
\
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/reference2.f90 
\
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/retval1.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/retval2.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/sharing1.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/sharing2.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/stack.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/strassen.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/tabs1.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/tabs2.f \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/task1.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/task2.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/task3.f90 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/threadprivate1.f90 
\
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/threadprivate2.f90 
\
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/threadprivate3.f90 
\
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/vla1.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/vla2.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/vla3.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/vla4.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/vla5.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/vla6.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/vla7.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/vla8.f90 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/workshare1.f90 
\
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/workshare2.f90
cvs rdiff -u -r1.1.1.1.2.2 -r0 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/pr48894.f90
cvs rdiff -u -r1.1.1.1 -r0 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/appendix-a/a.15.1.f90
 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/appendix-a/a.16.1.f90
 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/appendix-a/a.18.1.f90
 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/appendix-a/a.19.1.f90
 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/appendix-a/a.2.1.f90
 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/appendix-a/a.21.1.f90
 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/appendix-a/a.22.7.f90
 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/appendix-a/a.22.8.f90
 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/appendix-a/a.26.1.f90
 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/appendix-a/a.28.1.f90
 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/appendix-a/a.28.2.f90
 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/appendix-a/a.28.3.f90
 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/appendix-a/a.28.4.f90
 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/appendix-a/a.28.5.f90
 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/appendix-a/a.3.1.f90
 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/appendix-a/a.31.4.f90
 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/appendix-a/a.31.5.f90
 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/appendix-a/a.33.3.f90
 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/appendix-a/a.38.1.f90
 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/appendix-a/a.39.1.f90
 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/appendix-a/a.4.1.f90
 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/appendix-a/a.40.1.f90
 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/appendix-a/a.5.1.f90
 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/appendix-a/a10.1.f90
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.graphite/bounds.c \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.graphite/force-parallel-1.c
 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.graphite/force-parallel-2.c
 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.graphite/force-parallel-3.c
 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.graphite/force-parallel-4.c
 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.graphite/force-parallel-5.c
 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.graphite/force-parallel-6.c
 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.graphite/force-parallel-7.c
 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.graphite/force-parallel-8.c
 \
    
src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.graphite/force-parallel-9.c
 \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.graphite/graphite.exp \
    src/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.graphite/pr41118.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.





Home | Main Index | Thread Index | Old Index