From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2613 invoked by alias); 10 Aug 2010 22:36:20 -0000 Received: (qmail 2552 invoked by uid 48); 10 Aug 2010 22:35:59 -0000 Date: Tue, 10 Aug 2010 22:36:00 -0000 Message-ID: <20100810223559.2551.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/45249] Indirect variable parameters sometimes cause segmentation fault In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rogerio at rilhas dot com" 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: 2010-08/txt/msg00779.txt.bz2 ------- Comment #6 from rogerio at rilhas dot com 2010-08-10 22:35 ------- Let me just add: if you can tell me what options to set to make it always work that would already be helpful. I noticed that disabling optimizations helps, but not everytime (adding a lot of local automatic variables to the direct function seems to have a negative effect sometimes). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45249