Announce: MELT plugin (0.7) release candidate 5 for GCC 4.6

2011-04-17 Thread Basile Starynkevitch
Hello All, I am announcing the release candidate #5 of the MELT plugin (v0.7) replacing previous rc (an rc4 was made available on gcc-melt.org yesterday but I didn't announce it and corrected a minor bug since.). You can download it from http://gcc-melt.org/melt-0.7rc5-plugin-for-gcc-4.6.tgz a g

Bug 44149.

2011-04-17 Thread Toon Moene
Lectoribus Salutem, With the current Bugzilla I do not know how to indicate that I think this bug (44149) has been solved. I tried it with GCC trunk, revision 172608, in the following way (see files attached with the bug report): #!/bin/sh /usr/snp/bin/gfortran -c -flto -O2 -fwhole-program

gcc-4.3-20110417 is now available

2011-04-17 Thread gccadmin
Snapshot gcc-4.3-20110417 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.3-20110417/ 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: Bug 44149.

2011-04-17 Thread Toon Moene
On 04/17/2011 05:24 PM, Toon Moene wrote: BTW, does the build process of GCC honor $TMPDIR - I had a melt-down of a build due to the fact that my /tmp partition only had 850 Mb left. Well, it seems to. Unfortunately, I do not have the time (between two runs of HIRLAM) to wait for a --with-bu

[google] Merge google/integration -> google/main

2011-04-17 Thread Diego Novillo
Merge google/integration into google/main at rev 172609. Tested on x86_64. Diego.

Function pointer question

2011-04-17 Thread Aaron Abassi
Hello, I was wondering if someone could answer a question regarding the feasibility (this is not a request for changes to GCC) of constant function pointer inlining. This obviously would require a compiler to do an N-depth analysis of pointer assignments to confirm that the value could not change

[google] google/main -> google/gcc-4_6 merge

2011-04-17 Thread Diego Novillo
Merged google/main into google/gcc-4_6 up to rev 172617. Tested on x86_64. Diego.

Re: Function pointer question

2011-04-17 Thread Ian Lance Taylor
Aaron Abassi writes: > I was wondering if someone could answer a question regarding the > feasibility (this is not a request for changes to GCC) of constant > function pointer inlining. This obviously would require a compiler to > do an N-depth analysis of pointer assignments to confirm that the

Function pointer inlining

2011-04-17 Thread Aaron Abassi
Hello, I was wondering if someone could answer a question regarding the feasibility (this is not a request for changes to GCC) of constant function pointer inlining through a structure. This obviously would require a compiler to do an N-depth analysis of pointer assignments to confirm that the va