From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21573 invoked by alias); 6 Feb 2006 19:49:30 -0000 Received: (qmail 21545 invoked by uid 48); 6 Feb 2006 19:49:28 -0000 Date: Mon, 06 Feb 2006 19:49:00 -0000 Message-ID: <20060206194928.21544.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/msg00548.txt.bz2 List-Id: ------- Comment #3 from lmorrison at nautel dot com 2006-02-06 19:49 ------- Created an attachment (id=10792) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10792&action=view) assembly output from previous preprocessed source Generated with commandline: avr-gcc -c -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 -MD -MP -MF .dep/main.o.d main.c -o main.o Using gcc 3.4.5 on Win32 host, avr target. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26118