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/54822] OpenMP - Firstprivate optional dummy arguments crash if not present


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-10-05 09:47:49 UTC ---
Sure, but why do you think it is a compiler error?

The OpenMP standard says that the firstprivate private copy of the var is
initialized (for non-pointers) using intrinsic assignment, if you do
intrinsic assignment of X into some other var (Y = X), then you'll get exactly
the same segfault.


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