https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86040
--- Comment #1 from Luke Morrison ---
Created attachment 44231
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44231&action=edit
Compiled output from avr-gcc 8.1.0 of the test case.
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: lmorrison at nautel dot com
Target Milestone: ---
Created attachment 44230
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44230&action=edit
Test case demonstrating the fai
--- Comment #4 from lmorrison at nautel dot com 2006-02-06 19:54 ---
(From update of attachment 10792)
assembly output from previous preprocessed source
Generated with commandline:
avr-gcc -c -mmcu=atmega32 -I. -gdwarf-2 -DF_CPU=800UL -Os -funsigned-char
-funsigned-bitfields
--- 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=atme
--- 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