Re: [PATCH] score: More strict RTEMS_DEQUALIFY implementation.

2014-09-08 Thread Sebastian Huber
Hello Pavel, thanks, for the update. I think this dequalify only is all right, but we should keep the RTEMS_DEVOLATILE() and RTEMS_DECONST() nonetheless for documentation purposes. The error output is quite good: In file included from ../../cpukit/../../../realview_pbx_a9_qemu_smp/lib/incl

[PATCH] score: More strict RTEMS_DEQUALIFY implementation.

2014-09-08 Thread Pavel Pisa
From: Pavel Pisa Subject: [PATCH] score: More strict RTEMS_DEQUALIFY implementation. This implementation is able to catch cast to type which differs not only in qualifiers. The error diagnostic message when used in function is self descriptive. Macro is compatible with used in initializers but