This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/38159] [avr] ICE: gcc.c-torture/execute/pr38051.c compilation, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions



------- Comment #2 from eric dot weddington at atmel dot com  2008-11-17 00:15 -------
(In reply to comment #1)
> What's sizeof (void *) and sizeof (long) for avr?
> 

char: 8-bit
int/short: 16-bit
pointer: 16-bit
long: 32-bit
long long: 64-bit


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38159


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]