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 middle-end/53992] Combining -fopenmp and -fgnu-tm results in segfault or misbehaving binaries


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

--- Comment #2 from pmarlier at gcc dot gnu.org 2012-08-20 16:25:34 UTC ---
Author: pmarlier
Date: Mon Aug 20 16:25:21 2012
New Revision: 190537

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190537
Log:
gcc/
2012-08-20  Patrick Marlier  <patrick.marlier@gmail.com>

    Backported from trunk
    2012-08-20  Patrick Marlier  <patrick.marlier@gmail.com>

    PR middle-end/53992
    * omp-low.c (lower_omp_1): Handle GIMPLE_TRANSACTION.

testsuite/
2012-08-20  Patrick Marlier  <patrick.marlier@gmail.com>

    Backported from trunk
    2012-08-20  Patrick Marlier  <patrick.marlier@gmail.com>

    PR middle-end/53992
    * gcc.dg/gomp/pr53992.c: New test.


Added:
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/gomp/pr53992.c
Modified:
    branches/gcc-4_7-branch/gcc/ChangeLog
    branches/gcc-4_7-branch/gcc/omp-low.c
    branches/gcc-4_7-branch/gcc/testsuite/ChangeLog


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