Re: GCC-4.5.0 comparison with previous releases and LLVM-2.7 on SPEC2000 for x86/x86_64

2010-05-02 Thread Xinliang David Li
On Sun, May 2, 2010 at 6:45 AM, Jan Hubicka wrote: >> On Sat, May 1, 2010 at 2:36 AM, Jan Hubicka wrote: >> >> >> >> Vortex needs -fno-strict-aliasing.  It casts between two record types >> >> with one record being a 'prefix' of another. >> > >> > So today runs are complette.  Thanks to Richi who

anonymous struct

2010-05-02 Thread wuyin
struct T{ int n; }; struct T1{ struct T; } t; t.n=1; Please support this grammar. http://sourceforge.net/projects/coo/

gcc-4.3-20100502 is now available

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

Re: LTO and libelf (and FreeBSD)

2010-05-02 Thread Dave Korn
On 02/05/2010 22:38, Gerald Pfeifer wrote: > #0 diagnostic_action_after_output () at /usr/test/gcc/gcc/diagnostic.c:193 > #1 0x08136d6e in diagnostic_report_diagnostic (context=0x8926400, > diagnostic=0xbfbfe5f4) at /usr/test/gcc/gcc/diagnostic.c:472 > #2 0x0813754a in internal_err

LTO and libelf (and FreeBSD)

2010-05-02 Thread Gerald Pfeifer
As http://gcc.gnu.org/ml/gcc-testresults/2010-05/msg00120.html shows, *-unknown-freebsd* exhibits tons of failures around LTO. I dug a bit deeper, and even the most trivial test program int main() { } fails with lto1: internal compiler error: compressed stream: data error Please submit a ful

Re: GCC 4.4.4 Released

2010-05-02 Thread Dennis Clarke
> On Sun, May 02, 2010 at 01:41:10PM -0400, Dennis Clarke wrote: >> >> > The GNU Compiler Collection version 4.4.4 has been released. >> >> Please provide MD5/SHA1/SHA256 hash sums for the release files in your >> release announcement. Those would be the reference standard for people >> to >> chec

Re: GCC 4.4.4 Released

2010-05-02 Thread Jakub Jelinek
On Sun, May 02, 2010 at 01:41:10PM -0400, Dennis Clarke wrote: > > > The GNU Compiler Collection version 4.4.4 has been released. > > Please provide MD5/SHA1/SHA256 hash sums for the release files in your > release announcement. Those would be the reference standard for people to > check as oppos

Re: cpplib utf8, status?

2010-05-02 Thread Joseph S. Myers
On Sun, 2 May 2010, Gerald Pfeifer wrote: > On Mon, 26 Apr 2010, Joseph S. Myers wrote: > >> It is according to http://gcc.gnu.org/projects/cpplib.html that such > >> support is planned. > > That page generally appears very out of date; it's not been updated since > > 2002. > > > > I have a 15-p

Re: GCC 4.4.4 Released

2010-05-02 Thread Dennis Clarke
> The GNU Compiler Collection version 4.4.4 has been released. Please provide MD5/SHA1/SHA256 hash sums for the release files in your release announcement. Those would be the reference standard for people to check as opposed to mirror sites which may be all over the world and sysadmins from who k

Re: cpplib utf8, status?

2010-05-02 Thread Gerald Pfeifer
On Mon, 26 Apr 2010, Joseph S. Myers wrote: >> It is according to http://gcc.gnu.org/projects/cpplib.html that such >> support is planned. > That page generally appears very out of date; it's not been updated since > 2002. > > I have a 15-point todo list for extended identifiers, the very last po

GCC 4.4.4 Released

2010-05-02 Thread Jakub Jelinek
The GNU Compiler Collection version 4.4.4 has been released. GCC 4.4.4 is a bug-fix release containing fixes for regressions and serious bugs in GCC 4.4.3. This release is available from the FTP servers listed at: http://www.gnu.org/order/ftp.html Please do not contact me directly regarding q

Re: Function definition within function

2010-05-02 Thread Nicholas Sherlock
On 3/05/2010 2:34 a.m., renato.astor...@hotmail.com wrote: Well, I utilize the gcc compiler from the 80s till the present day in various OS environments and never quite had problems with the definition and use of functions within functions, so I'm sending in an annex (infpos.c), a function th

Re: Function definition within function

2010-05-02 Thread Robert Dewar
GNU C allows nested functions as is well documented. Language questions of this kind better belong on the gcc help list rather than this list which is for gcc developers.

Function definition within function

2010-05-02 Thread renato . astorino
Dear, Without wishing to be precious and not to cause controversy, I wonder if the following statements is incorrect or if I am wrong in my interpretation, or is a hidden feature of the compiler gcc. In the book 'The C Programming Language' second edition of the authors Brian W. Kernighan an

Re: GCC-4.5.0 comparison with previous releases and LLVM-2.7 on SPEC2000 for x86/x86_64

2010-05-02 Thread Jan Hubicka
> On Sat, May 1, 2010 at 2:36 AM, Jan Hubicka wrote: > >> > >> Vortex needs -fno-strict-aliasing.  It casts between two record types > >> with one record being a 'prefix' of another. > > > > So today runs are complette.  Thanks to Richi who fixed ICE in symtab > > merging > > that affected perl a

Re: GCC-4.5.0 comparison with previous releases and LLVM-2.7 on SPEC2000 for x86/x86_64

2010-05-02 Thread Xinliang David Li
On Sat, May 1, 2010 at 2:36 AM, Jan Hubicka wrote: >> >> Vortex needs -fno-strict-aliasing.  It casts between two record types >> with one record being a 'prefix' of another. > > So today runs are complette.  Thanks to Richi who fixed ICE in symtab merging > that affected perl and GCC.  With vorte