Re: proposal to make SIZE_TYPE more flexible

2013-12-19 Thread DJ Delorie
Where is the right place to set the array of "this __intN mode is enabled" flags? I initially set it in tree.c where __int128 is set up, but that happens *after* c_parse_init() needs the flag to set up the RID_* keywords for them. Alternately, should I be calling targetm.scalar_mode_supported_p(

Re: Remove spam in GCC mailing list

2013-12-19 Thread Jonathan Wakely
On 20 December 2013 01:12, David Malcolm wrote: > On Fri, 2013-12-20 at 00:04 +, Jonathan Wakely wrote: >> On 19 December 2013 23:15, Tae Wong wrote: >> > More spam posts to be removed! >> >> Using an email address with "seo" in it makes you look like a spammer. >> >> Posting links to spam make

Re: Remove spam in GCC mailing list

2013-12-19 Thread David Malcolm
On Fri, 2013-12-20 at 00:04 +, Jonathan Wakely wrote: > On 19 December 2013 23:15, Tae Wong wrote: > > More spam posts to be removed! > > Using an email address with "seo" in it makes you look like a spammer. > > Posting links to spam makes you look like a spammer. > > Posting meaningless cr

Re: Remove spam in GCC mailing list

2013-12-19 Thread Jonathan Wakely
On 19 December 2013 23:15, Tae Wong wrote: > More spam posts to be removed! Using an email address with "seo" in it makes you look like a spammer. Posting links to spam makes you look like a spammer. Posting meaningless crap about mozilla bugzilla permissions and wine-devel makes you look like a

Re: Remove spam in GCC mailing list

2013-12-19 Thread Tae Wong
More spam posts to be removed! http://gcc.gnu.org/ml/gcc/2003-12/msg00883.html http://gcc.gnu.org/ml/gcc/2004-01/msg00649.html http://gcc.gnu.org/ml/gcc/2004-01/msg00650.html http://gcc.gnu.org/ml/gcc/2004-01/msg00651.html http://gcc.gnu.org/ml/gcc/2005-05/msg00686.html http://gcc.gnu.org/ml/gcc/2

gcc-4.8-20131219 is now available

2013-12-19 Thread gccadmin
Snapshot gcc-4.8-20131219 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.8-20131219/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.8 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches

RE: Question about omp-low.c

2013-12-19 Thread Iyer, Balaji V
> -Original Message- > From: Jakub Jelinek [mailto:ja...@redhat.com] > Sent: Thursday, December 19, 2013 2:40 AM > To: Iyer, Balaji V > Cc: Jason Merrill (ja...@redhat.com); 'gcc@gcc.gnu.org' > Subject: Re: Question about omp-low.c > > On Thu, Dec 19, 2013 at 05:14:16AM +, Iyer, Bala