Re: [U-Boot] [PATCH] GCC4.6: Fix common/usb.c on xscale

2011-11-14 Thread Veli-Pekka Peltola
On 11/06/2011 12:36 AM, Marek Vasut wrote: > The problem was that the code, when the function was compiled with -Os, was > misgenerated. As in the function description, this is likely another > manifestation of the bug in GCC. Acked-by: Veli-Pekka Peltola Tested with GCC 4.6.1 and 4.3.4. This fi

[U-Boot] [PATCH] GCC4.6: Fix common/usb.c on xscale

2011-11-05 Thread Marek Vasut
The problem was that the code, when the function was compiled with -Os, was misgenerated. As in the function description, this is likely another manifestation of the bug in GCC. Signed-off-by: Marek Vasut Cc: Wolfgang Denk Cc: Remy Bohmer --- common/usb.c | 13 + 1 files changed,