re PR target/55974 ([avr] Wrong suffix for built-in defines __INT24_MAX__ and __UINT2...
commitaeb8b4e96cbe526eb810794568909659d73b16dd
authorGeorg-Johann Lay <avr@gjlay.de>
Mon, 14 Jan 2013 18:28:24 +0000 (14 18:28 +0000)
committerGeorg-Johann Lay <gjl@gcc.gnu.org>
Mon, 14 Jan 2013 18:28:24 +0000 (14 18:28 +0000)
tree3e167657e4f5e4af8f9933fd646b3834fa23f2ff
parente3c063ceda2aad832267b81c14e2e5e18023371c
re PR target/55974 ([avr] Wrong suffix for built-in defines __INT24_MAX__ and __UINT24_MAX__ with -mint8)

PR target/55974
* config/avr/avr-c.c (avr_cpu_cpp_builtins): Define __FLASH
etc. to 1 and not to __flash.
Use LL suffix for __INT24_MAX__ with -mint8.
Use ULL suffix for __UINT24_MAX__ with -mint8.

From-SVN: r195169
gcc/ChangeLog
gcc/config/avr/avr-c.c