From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20681 invoked by alias); 6 Feb 2006 19:46:44 -0000 Received: (qmail 20662 invoked by uid 48); 6 Feb 2006 19:46:42 -0000 Date: Mon, 06 Feb 2006 19:46:00 -0000 Message-ID: <20060206194642.20661.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/26118] avr-gcc (GCC) 3.4.5 Bug: copying structure through pointer will destroy the pointer In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "lmorrison at nautel dot com" 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-02/txt/msg00547.txt.bz2 List-Id: ------- Comment #2 from lmorrison at nautel dot com 2006-02-06 19:46 ------- Created an attachment (id=10791) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10791&action=view) preprocessed source demonstrating bug produced with commandline: avr-gcc -E -mmcu=atmega32 -I. -gdwarf-2 -DF_CPU=8000000UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=main.lst -std=gnu99 main.c -o main.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26118