Bug#778148: trafficserver: ftbfs with GCC-5

2015-07-19 Thread gregor herrmann
Control: severity -1 important On Thu, 19 Mar 2015 10:37:52 +, James Cowgill wrote: > Here's a patch which fixes the build on GCC5 by correcting the version > check in ink_atomic.h. This bug seems to have "fixed" (or "workarounded") itself since March, probably due to different gcc / __GNUC_

Bug#778148: trafficserver: ftbfs with GCC-5

2015-03-19 Thread James Cowgill
Control: tags -1 patch Hi, Here's a patch which fixes the build on GCC5 by correcting the version check in ink_atomic.h. Thanks, James --- a/lib/ts/ink_atomic.h +++ b/lib/ts/ink_atomic.h @@ -63,7 +63,7 @@ typedef vlong *pvlong; typedef vvoidp *pvvoidp; /* GCC compiler >= 4.1 */ -#if defined