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/39154] Miscompilation of VLAs in nested parallel regions



------- Comment #1 from jakub at gcc dot gnu dot org  2009-02-11 21:58 -------
Subject: Bug 39154

Author: jakub
Date: Wed Feb 11 21:57:52 2009
New Revision: 144111

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144111
Log:
        PR middle-end/39154
        * gimplify.c (omp_notice_variable): If adding GOVD_SEEN
        bit to variable length decl's flags, add it also to its
        pointer replacement variable.

        * testsuite/libgomp.c/pr39154.c: New test.

Added:
    trunk/libgomp/testsuite/libgomp.c/pr39154.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gimplify.c
    trunk/libgomp/ChangeLog


-- 


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


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