From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7561 invoked by alias); 4 Jan 2009 19:41:07 -0000 Received: (qmail 7530 invoked by uid 48); 4 Jan 2009 19:40:57 -0000 Date: Sun, 04 Jan 2009 19:41:00 -0000 Subject: [Bug libgomp/38724] New: Segfault with allocatable component in private clause X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "kargl at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-01/txt/msg00392.txt.bz2 The attached code compiles but dies with a segmentation fault. If the omp directive is changed from !$omp parallel private(k,cell) to !$omp parallel private(k) the code executes. -- Summary: Segfault with allocatable component in private clause Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgomp AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: kargl at gcc dot gnu dot org GCC host triplet: i386-unknown-freebsd8.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38724