This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/52474] Regression: AVR-GCC: arithmetics produce completely wrong result
- From: "wwieser at gmx dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 04 Mar 2012 02:00:07 +0000
- Subject: [Bug c/52474] Regression: AVR-GCC: arithmetics produce completely wrong result
- Auto-submitted: auto-generated
- References: <bug-52474-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52474
--- Comment #1 from wwieser at gmx dot de 2012-03-04 02:00:07 UTC ---
Maybe I should add, the arguments to GCC were:
avr-gcc -W -Wall -O2/-O0 -s -mmcu=atxmega192a3 ...
The target device in question is an ATXmega192A3.