This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/29749] [4.0/4.1/4.2/4.3 regression] Missing byte swap optimizations
- From: "rask at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Nov 2007 19:11:19 -0000
- Subject: [Bug middle-end/29749] [4.0/4.1/4.2/4.3 regression] Missing byte swap optimizations
- References: <bug-29749-1649@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #14 from rask at gcc dot gnu dot org 2007-11-21 19:11 -------
> it is preferrable to avoid including any headers in
> testcases if possible.
Yes, but IMHO not at the cost of disabling the test on targets where it is
supposed to run and pass. Targets without stdint.h are rare and this sort of
optimization really does need to be tested on the 8-bit and 16-bit targets too.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29749