Google Summer of Code (GSoC) 2013: GCC accepted as Org - call for mentors

2013-04-08 Thread Tobias Burnus
In a nutshell: * GCC has been accepted for GSoC * Potential mentors: Please register * April 22 to May 3: Students application period * May 27: Announcement of the accepted projects * June 17 to September: GSoC coding period We are gland to announce that GCC has been accepted as organization for

Re: If you had a month to improve gcc build parallelization, where would you begin?

2013-04-08 Thread Benjamin De Kosnik
> > - Mechanical. Configure scripts cause bottlenecks in the build > > process. Even if compilation is offloaded onto something like > > distcc, configures run locally and randomly throughout the complete > > build, rather than (say) all at once upfront. Source code > > compilation blocks until

Re: Problems building current GCC snapshot on Cygwin

2013-04-08 Thread Kai Tietz
2013/4/8 Angelo Graziosi : > Usually I do weekly builds of GCC snapshots on Cygwin, but current > snapshot (http://gcc.gnu.org/ml/gcc/2013-04/msg00091.html) fails with: > > ... > g++ -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC > -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wal

Problems building current GCC snapshot on Cygwin

2013-04-08 Thread Angelo Graziosi
Usually I do weekly builds of GCC snapshots on Cygwin, but current snapshot (http://gcc.gnu.org/ml/gcc/2013-04/msg00091.html) fails with: ... g++ -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wwrite-strings -Wcast-qual-DHA