Hai la P.iva? Solo per Te in Omaggio un Iphone4

2012-03-06 Thread Stv0212
Hai la P.iva? Solo per Te in Omaggio un Iphone4

Hai la P.iva? Solo per Te in Omaggio un Iphone4

2012-03-06 Thread Stv0212
Hai la P.iva? Solo per Te in Omaggio un Iphone4

unexpected warning "comparison of promoted ~unsigned with unsigned warning"

2012-03-06 Thread Pedro Pedruzzi
Hello, Consider the following test C function: int f(void) { volatile struct { unsigned char a; unsigned char b; } s; s.a = 0xbc; s.b = s.a ^ 0xff; return s.a != (s.b ^ 0xff); } When compiled by gcc 4.6.1 with: gcc -c wpr

GCC 4.4.7 Release Candidate available from gcc.gnu.org

2012-03-06 Thread Jakub Jelinek
The first release candidate for GCC 4.4.7 is available from ftp://gcc.gnu.org/pub/gcc/snapshots/4.4.7-RC-20120306 and shortly its mirrors. It has been generated from SVN revision 184977. I have so far bootstrapped and tested the release candidate on x86_64-linux and i686-linux. Please test

Google Summer of Code 2012

2012-03-06 Thread Diego Novillo
FYI. I have sent the application form for this year's summer of code program (http://www.google-melange.com/gsoc/homepage/google/gsoc2012). We will know whether we are selected by 16/Mar. If we are selected to participate, Ian and I will act as program administrators again. Diego.

Ņammīgas zemenes sieviešu dienā? Ar putukrējumu? Nu jā!

2012-03-06 Thread Jevpaka Tamara
Khmm, khmm.. To var svinēt, to var ignorēt.. un taču vienalga tā nāk.. Astotais marts.. Ir puiši kam patīk palutināt savas dzīvesbiedres, ir tādi, kam patīk palutināt savu.. nu jā, savu EGOnu.. Vienalga kāda ir Tava attieksme pret astoto martu, tu vari par nieka 20 LVL saņemt izcilu RELAX

gcc-4.4-20120306 is now available

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

Fwd: Differences in GCC and ICC compiled objects, GCC relocations broken?

2012-03-06 Thread J K
 Yes,   I replicated this on an Ubuntu 11 distro with GCC 4.6.x On Thu, Feb 23, 2012 at 5:34 PM, Iyer, Balaji V wrote: > Hello J. K., >        Have you tried with a newer version of GCC? GCC 4.1 is pretty old > > Thanks, > > Balaji V. Iyer. > > -Original Message- > From: J K [mailto:

User directed Function Multiversioning (MV) via Function Overloading

2012-03-06 Thread Sriraman Tallam
Hi, User directed Function Multiversioning (MV) via Function Overloading === I have created a set of patches to add support for user directed function MV via function overloading. This was discussed in this thread previously: http://gcc.gnu.org/ml/g

Re: GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-06 Thread Kyle Markley
On 03/02/12 05:44, Richard Guenther wrote: GCC 4.7.0 Release Candidate available from gcc.gnu.org The first release candidate for GCC 4.7.0 is available from ftp://gcc.gnu.org/pub/gcc/snapshots/4.7.0-RC-20120302 and shortly its mirrors. It has been generated from SVN revision 184777. I ha

auto/decltype question about implementation

2012-03-06 Thread niXman
Hi, Can you please tell, auto is implemented based on the decltype implementation with some semantics, or they are two completely different implementations? And one more question: in which files/functions I can view the implementation of auto and decltype? Thanks. -- Regards,   niXman