GCC 4.3.6 Status Report (2011-06-27)

2011-06-27 Thread Richard Guenther
I am in the process of ending official maintainance for the GCC 4.3 branch. The GCC 4.3 branch is now considered closed and a final release will be done from its head now. Please do not apply any changes to the 4.3 branch from now on.

GCC 4.6.2 Status Report (2011-06-27)

2011-06-27 Thread Jakub Jelinek
Status == GCC 4.6.1 release has been uploaded to ftp.gnu.org and gcc.gnu.org, the branch is now open again under the normal rules, accepting regression bugfixes and documentation fixes. The release will be announced after mirrors get some time to grab the new release. Tentatively, GCC 4.6.2 i

RFC: DWARF debug tags for gfortran's OOP implementation

2011-06-27 Thread Tobias Burnus
Dear all, during the GCC Gathering I realized during the LTO debugging symbol discussion that gfortran does not generate debug information for the OOP features (cf. PR 49475). The first issue to solve is which DWARF information one should generate. I have only very limited knowledge of DWARF

GCC perf regression scripts on repo.or.cz

2011-06-27 Thread Sebastian Pop
Hi, I put the scripts that we are using to test performance regressions of GCC on git://repo.or.cz/gcc-perf-regression-tester.git and I've wrote a small intro page http://gcc.gnu.org/wiki/PerfRegressionTester in the hope that these scripts will be useful to other people. I've been thinking to ins

Re: RFD: CUMULATIVE_ARGS allocation

2011-06-27 Thread Ian Lance Taylor
Joern Rennecke writes: > - make INIT_CUMULATIVE_ARGS allocate using garbage-collected memory. > That would require that each target provides appropriately > typedefed / GTY-ed > definitions. Multi-target operation would also require an index inside > cumulative_args_t to decide during GC w

Richard Sandiford appointed RTL maintainer

2011-06-27 Thread Gerald Pfeifer
It's my pleasure to announce that, also based on the recommendation of Eric Botcazou as the current maintainer in that area¹, the steering committee is appointing Richard Sandiford as an additional RTL optimizers maintainer. Please adjust the MAINTAINERS file accordingly, and Happy Hacking, Ri

Re: RFD: CUMULATIVE_ARGS allocation

2011-06-27 Thread Joern Rennecke
Quoting Ian Lance Taylor : Joern Rennecke writes: - make INIT_CUMULATIVE_ARGS allocate using garbage-collected memory. That would require that each target provides appropriately typedefed / GTY-ed definitions. Multi-target operation would also require an index inside cumulative_args_t