Re: GCC 4.9.0 Released

2014-04-23 Thread Sebastian Huber
The Git mirror seems to have no gcc-4_9_0-release tag. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedded-brains.de PGP : Public key available on request.

Re: GCC 4.9.0 Released

2014-04-23 Thread David Brown
On 22/04/14 15:10, Jakub Jelinek wrote: > One year and one month passed from the time when the last major version > of the GNU Compiler Collection has been announced, so it is the time again > to announce a new major GCC release, 4.9.0. > > GCC 4.9.0 is a major release containing substantial new >

Re: C PreProcessor GCC-specific features ideas.

2014-04-23 Thread gwenael chailleu
Solal, Ian is right, m4 corresponds better to what you've got in mind Your idea (strengthening the preprocessing phase) of C is already (mostly) implemented : it is called Cawen. Please have a look at : http://www.melvenn.com/en/cawen/why-cawen/ In short : C99 + m4 = Cawen And your idea is

Re: C PreProcessor GCC-specific features ideas.

2014-04-23 Thread David Brown
On 22/04/14 18:38, Solal wrote: > I've got ideas for improve the preprocessor with specific features. > > The basic idea is to make the preprocessing language a complete > programming language. > That can be useful for includes things like Autotools and advanced > Makefiles directly in the source

Re: reviewers for wide int.

2014-04-23 Thread Richard Biener
On Tue, 22 Apr 2014, Mike Stump wrote: > On Apr 22, 2014, at 12:48 PM, Kenneth Zadeck wrote: > > > >>> While of course one hopes that there will be no issues with wide-int, a > >>> change of this size will have some pain no matter how well we have > >>> tested it. Having three reviewers will as

gcc-4.9.0 manual

2014-04-23 Thread Rainer Emrich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Not Found The requested URL /onlinedocs/gcc-4.9.0/libstdc++-api.pdf.gz was not found on this server. Apache Server at gcc.gnu.org Port 80 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.22 (MingW32) Comment: Using GnuPG with Thunderbird - http://ww

Re: gcc-4.9.0 manual

2014-04-23 Thread Jonathan Wakely
On 23 April 2014 10:33, Rainer Emrich wrote: > > The requested URL /onlinedocs/gcc-4.9.0/libstdc++-api.pdf.gz was not found on > this server. Yes, onlinedocs/gcc-4.9.0/libstdc++-api-gfdl.xml.gz is also missing, I didn't figure out how to generate them yet!

Re: gcc-4.9.0 manual

2014-04-23 Thread Richard Biener
On Wed, Apr 23, 2014 at 11:45 AM, Jonathan Wakely wrote: > On 23 April 2014 10:33, Rainer Emrich wrote: >> >> The requested URL /onlinedocs/gcc-4.9.0/libstdc++-api.pdf.gz was not found on >> this server. > > Yes, onlinedocs/gcc-4.9.0/libstdc++-api-gfdl.xml.gz is also missing, I > didn't figure out

Re: [GSoC] Generating patterns from meta-description

2014-04-23 Thread Richard Biener
On Tue, Apr 22, 2014 at 6:39 PM, Prathamesh Kulkarni wrote: > Hi, > Thank-you for selecting me for GSoC 2014, I am looking forward to > working with GCC community. I am grateful to Richard Biener and Diego Novillo > for choosing to mentor me for this project. Unfortunately, I couldn't > reply

Re: reviewers for wide int.

2014-04-23 Thread Kenneth Zadeck
On 04/23/2014 04:04 AM, Richard Biener wrote: On Tue, 22 Apr 2014, Mike Stump wrote: On Apr 22, 2014, at 12:48 PM, Kenneth Zadeck wrote: While of course one hopes that there will be no issues with wide-int, a change of this size will have some pain no matter how well we have tested it. Havin

Re: C PreProcessor GCC-specific features ideas.

2014-04-23 Thread Renato Golin
On 23 April 2014 09:03, David Brown wrote: > Again, this is stepping /way/ outside the appropriate bounds of a > built-in pre-processor. > > I don't disagree with the idea of improving upon autotools. But I don't > think adding features to the pre-processor is the way to go. I completely agree.

gcc-4.9-20140423 is now available

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

Need some help with a possible bug

2014-04-23 Thread George R Goffe
Hi, I'm trying to build the latest gcc and am getting a message from the process "collect2: error: ld returned 1 exit status" for this library /usr/lsd/Linux/lib/libgmp.so. Here's the full msg: "/usr/lsd/Linux/lib/libgmp.so: could not read symbols: File in wrong format" When I use the file c

Re: Need some help with a possible bug

2014-04-23 Thread Marc Glisse
(should have been gcc-h...@gcc.gnu.org, please send any follow-ups there) On Wed, 23 Apr 2014, George R Goffe wrote: I'm trying to build the latest gcc Do you really need gcj? If not, please disable java. and am getting a message from the process "collect2: error: ld returned 1 exit status"