This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/81841] [5/6/7/8 Regression] THREADPRIVATE (OpenMP) wrongly rejected in BLOCK DATA
- From: "janus at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 30 Aug 2017 10:27:52 +0000
- Subject: [Bug fortran/81841] [5/6/7/8 Regression] THREADPRIVATE (OpenMP) wrongly rejected in BLOCK DATA
- Auto-submitted: auto-generated
- References: <bug-81841-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81841
--- Comment #12 from janus at gcc dot gnu.org ---
(In reply to dbroemmel from comment #11)
> I'm not sure this is the test you had in mind.
Pretty much.
In principle it would be nice to have a runtime check as well, but for a
rejects-valid problem a compile-time check should also be sufficient (assuming
the runtime part has worked earlier and was not broken).
If you add a short ChangeLog entry and submit all of that to
fortran@gcc.gnu.org (and gcc-patches@gcc.gnu.org) for formal approval, you're
pretty close to your first GCC contribution I would say ;)
Note that in principle one needs a copyright assignment to contribute (see
https://gcc.gnu.org/contribute.html), but for small changes that can be
omitted, so you should be fine.
I assume you don't have an svn account for the GCC servers, but I'll be happy
to commit the patch for you (once approved).
Thanks for your efforts!