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
struct T{
int n;
};
struct T1{
struct T;
} t;
t.n=1;
Please support this grammar.
http://sourceforge.net/projects/coo/
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
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
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
> 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
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
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
> 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
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
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
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
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.
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
> 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
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
16 matches
Mail list logo