Flexible I/O Tester development
 help / color / mirror / Atom feed
* FreeBSD build broken following _Static_assert commit
@ 2015-06-29 22:34 Bruce Cran
  2015-06-30  2:48 ` Jens Axboe
  0 siblings, 1 reply; 6+ messages in thread
From: Bruce Cran @ 2015-06-29 22:34 UTC (permalink / raw)
  To: fio@vger.kernel.org

On FreeBSD 10.1 with clang 3.4.1, a standard "gmake" build now fails with:

libfio.c:309:21: error: static_assert expression is not an integral 
constant expression
         compiletime_assert((offsetof(struct thread_stat, 
percentile_list) % 8) == 0, "stat percentile_list");
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./compiler/compiler.h:39:59: note: expanded from macro 'compiletime_assert'
#define compiletime_assert(condition, msg) _Static_assert(condition, msg)
                                                           ^
libfio.c:309:22: note: cast that performs the conversions of a 
reinterpret_cast is not allowed in a constant expression
         compiletime_assert((offsetof(struct thread_stat, 
percentile_list) % 8) == 0, "stat percentile_list");
                             ^
./flist.h:10:33: note: expanded from macro 'offsetof'
#define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
                                 ^
./compiler/compiler.h:39:59: note: expanded from macro 'compiletime_assert'
#define compiletime_assert(condition, msg) _Static_assert(condition, msg)
                                                           ^
libfio.c:310:21: error: static_assert expression is not an integral 
constant expression
         compiletime_assert((offsetof(struct thread_stat, 
total_run_time) % 8) == 0, "total_run_time");
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./compiler/compiler.h:39:59: note: expanded from macro 'compiletime_assert'
#define compiletime_assert(condition, msg) _Static_assert(condition, msg)
                                                           ^
libfio.c:310:22: note: cast that performs the conversions of a 
reinterpret_cast is not allowed in a constant expression
         compiletime_assert((offsetof(struct thread_stat, 
total_run_time) % 8) == 0, "total_run_time");
                             ^
./flist.h:10:33: note: expanded from macro 'offsetof'
#define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
                                 ^
./compiler/compiler.h:39:59: note: expanded from macro 'compiletime_assert'
#define compiletime_assert(condition, msg) _Static_assert(condition, msg)
                                                           ^
libfio.c:311:21: error: static_assert expression is not an integral 
constant expression
         compiletime_assert((offsetof(struct thread_stat, 
total_err_count) % 8) == 0, "total_err_count");
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./compiler/compiler.h:39:59: note: expanded from macro 'compiletime_assert'
#define compiletime_assert(condition, msg) _Static_assert(condition, msg)
                                                           ^
libfio.c:311:22: note: cast that performs the conversions of a 
reinterpret_cast is not allowed in a constant expression
         compiletime_assert((offsetof(struct thread_stat, 
total_err_count) % 8) == 0, "total_err_count");
                             ^
./flist.h:10:33: note: expanded from macro 'offsetof'
#define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
                                 ^
./compiler/compiler.h:39:59: note: expanded from macro 'compiletime_assert'
#define compiletime_assert(condition, msg) _Static_assert(condition, msg)
                                                           ^
libfio.c:312:21: error: static_assert expression is not an integral 
constant expression
         compiletime_assert((offsetof(struct thread_stat, 
latency_percentile) % 8) == 0, "stat latency_percentile");
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./compiler/compiler.h:39:59: note: expanded from macro 'compiletime_assert'
#define compiletime_assert(condition, msg) _Static_assert(condition, msg)
                                                           ^
libfio.c:312:22: note: cast that performs the conversions of a 
reinterpret_cast is not allowed in a constant expression
         compiletime_assert((offsetof(struct thread_stat, 
latency_percentile) % 8) == 0, "stat latency_percentile");
                             ^
./flist.h:10:33: note: expanded from macro 'offsetof'
#define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
                                 ^
./compiler/compiler.h:39:59: note: expanded from macro 'compiletime_assert'
#define compiletime_assert(condition, msg) _Static_assert(condition, msg)
                                                           ^
libfio.c:313:21: error: static_assert expression is not an integral 
constant expression
         compiletime_assert((offsetof(struct thread_options_pack, 
zipf_theta) % 8) == 0, "zipf_theta");
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./compiler/compiler.h:39:59: note: expanded from macro 'compiletime_assert'
#define compiletime_assert(condition, msg) _Static_assert(condition, msg)
                                                           ^
libfio.c:313:22: note: cast that performs the conversions of a 
reinterpret_cast is not allowed in a constant expression
         compiletime_assert((offsetof(struct thread_options_pack, 
zipf_theta) % 8) == 0, "zipf_theta");
                             ^
./flist.h:10:33: note: expanded from macro 'offsetof'
#define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
                                 ^
./compiler/compiler.h:39:59: note: expanded from macro 'compiletime_assert'
#define compiletime_assert(condition, msg) _Static_assert(condition, msg)
                                                           ^
libfio.c:314:21: error: static_assert expression is not an integral 
constant expression
         compiletime_assert((offsetof(struct thread_options_pack, 
pareto_h) % 8) == 0, "pareto_h");
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./compiler/compiler.h:39:59: note: expanded from macro 'compiletime_assert'
#define compiletime_assert(condition, msg) _Static_assert(condition, msg)
                                                           ^
libfio.c:314:22: note: cast that performs the conversions of a 
reinterpret_cast is not allowed in a constant expression
         compiletime_assert((offsetof(struct thread_options_pack, 
pareto_h) % 8) == 0, "pareto_h");
                             ^
./flist.h:10:33: note: expanded from macro 'offsetof'
#define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
                                 ^
./compiler/compiler.h:39:59: note: expanded from macro 'compiletime_assert'
#define compiletime_assert(condition, msg) _Static_assert(condition, msg)
                                                           ^
libfio.c:315:21: error: static_assert expression is not an integral 
constant expression
         compiletime_assert((offsetof(struct thread_options_pack, 
percentile_list) % 8) == 0, "percentile_list");
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./compiler/compiler.h:39:59: note: expanded from macro 'compiletime_assert'
#define compiletime_assert(condition, msg) _Static_assert(condition, msg)
                                                           ^
libfio.c:315:22: note: cast that performs the conversions of a 
reinterpret_cast is not allowed in a constant expression
         compiletime_assert((offsetof(struct thread_options_pack, 
percentile_list) % 8) == 0, "percentile_list");
                             ^
./flist.h:10:33: note: expanded from macro 'offsetof'
#define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
                                 ^
./compiler/compiler.h:39:59: note: expanded from macro 'compiletime_assert'
#define compiletime_assert(condition, msg) _Static_assert(condition, msg)
                                                           ^
libfio.c:316:21: error: static_assert expression is not an integral 
constant expression
         compiletime_assert((offsetof(struct thread_options_pack, 
latency_percentile) % 8) == 0, "latency_percentile");
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./compiler/compiler.h:39:59: note: expanded from macro 'compiletime_assert'
#define compiletime_assert(condition, msg) _Static_assert(condition, msg)
                                                           ^
libfio.c:316:22: note: cast that performs the conversions of a 
reinterpret_cast is not allowed in a constant expression
         compiletime_assert((offsetof(struct thread_options_pack, 
latency_percentile) % 8) == 0, "latency_percentile");
                             ^
./flist.h:10:33: note: expanded from macro 'offsetof'
#define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
                                 ^
./compiler/compiler.h:39:59: note: expanded from macro 'compiletime_assert'
#define compiletime_assert(condition, msg) _Static_assert(condition, msg)
                                                           ^
8 errors generated.

-- 
Bruce

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-06-30 13:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-29 22:34 FreeBSD build broken following _Static_assert commit Bruce Cran
2015-06-30  2:48 ` Jens Axboe
2015-06-30  3:41   ` Bruce Cran
2015-06-30  3:46     ` Jens Axboe
2015-06-30 13:22       ` Bruce Cran
2015-06-30 13:51         ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox