This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/30538] New: gcc reach gcc_unreachable()
- From: "kuba at et dot pl" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Jan 2007 00:35:54 -0000
- Subject: [Bug middle-end/30538] New: gcc reach gcc_unreachable()
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
GCC gets gcc_unreachable() when trying to lower firstprivate, lastprivate or
reduction clauses in #pragma omp for clause. This is because, GCC doesn't check
if it is in parallel context.
--
Summary: gcc reach gcc_unreachable()
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: kuba at et dot pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30538