This is the mail archive of the gcc-patches@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]

Re: [ARM] ARM NEON support part 4/7: Improve bounds checking on immediates


On Saturday 02 June 2007, Julian Brown wrote:
> Various NEON intrinsics take constant-integer arguments, which
> correspond to immediate operands in assembler output. This patch
> improves bounds-checking on several of those immediates, so that errors
> are reported by the compiler and not left to the assembler.

Unfortunately this error occurs so late that the reported source location is 
fairly bogus.  Better than nothing though I suppose.

Ok if we can't come up with anything better and the addition of a comment 
saying we know this sucks.

Paul


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