From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3909 invoked by alias); 26 Jul 2006 00:31:15 -0000 Received: (qmail 3886 invoked by uid 48); 26 Jul 2006 00:31:08 -0000 Date: Wed, 26 Jul 2006 00:31:00 -0000 Message-ID: <20060726003108.3885.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libgomp/28456] [gomp] Segmentation fault with statically linked binaries In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-07/txt/msg01968.txt.bz2 List-Id: ------- Comment #9 from pinskia at gcc dot gnu dot org 2006-07-26 00:31 ------- (In reply to comment #8) > So could you please point me to one? Something like: __thread int i; int main(void) { return i; } Though it might need also another thread to be started too. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28456