Re: MonetDB: Apr2011 - (hopefully) fixing compilation with gcc < 4.3

2011-07-12 Thread Stefan Manegold
hm, guess this and your comment about -Wcast-align do make sense. Thanks! Hence, we probaly should indeed disable/remove both with the respective comments (maybe even keep them commented out with such comment in configure.ag to prevent later re-adds ...) I'll do that tomorrow. Stefan On Tue,

Re: MonetDB: Apr2011 - (hopefully) fixing compilation with gcc < 4.3

2011-07-12 Thread Fabian Groffen
On 12-07-2011 21:17:17 +0200, Stefan Manegold wrote: > (hopefully) fixing compilation with gcc < 4.3 > + *clang*-*|*-4.[[3-9]].*|*-[[5-9]].*) > + dnl this triggers a warning (-> error) with gcc < 4.3 > + X_CFLAGS="$X_CFLAGS -Wstack-protector" > + ;; > +

MonetDB: Apr2011 - (hopefully) fixing compilation with gcc < 4.3

2011-07-12 Thread Stefan Manegold
Changeset: 0762a86c5de9 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0762a86c5de9 Modified Files: configure.ag Branch: Apr2011 Log Message: (hopefully) fixing compilation with gcc < 4.3 diffs (19 lines): diff --git a/configure.ag b/configure.ag --- a/configure.a