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

--- Comment #2 from Roger Ferrer Ibanez <roger.ferrer at bsc dot es> 2012-10-05 09:53:36 UTC ---
> The OpenMP standard says that the firstprivate private copy of the var is
> initialized (for non-pointers) using intrinsic assignment, 

Oops. I tried also with Intel Fortran and it worked and I wrongly assumed this
was OK. 

The wording of the standard clearly states that this is a problem in the code.

Sorry for the fuss.


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