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 middle-end/37882] [4.3/4.4 Regression] Bitfield miscompilation



------- Comment #6 from eric dot weddington at atmel dot com  2008-10-23 23:21 -------
New test case fails for AVR target, as test case assumes that an integer is
32-bits. An integer on the AVR is 16 bits and the test case fails for -O[0123s]
with:
/gcc/testsuite/gcc.c-torture/execute/pr37882.c:5: error: width of 'a' exceeds
its type


-- 

eric dot weddington at atmel dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |


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


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