Error message source line display

2013-10-12 Thread Fredrik Tolf
Dear list, I just recently got GCC 4.8 since Debian updated their Testing repository with it, and noted the error message source line display which was added. I then also noted it in the release notes, and while it seems to have been a commonly requested feature, I thought I'd offer some criti

Re: Regex support

2013-10-12 Thread Paolo Carlini
Hi Gurvinder Singh ha scritto: >Does gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1) has the support >for regex library ? Nope, it doesn't. The implementation status page should be pretty clear about that. 4.9.0 will, however, you are welcome to build snapshots/svn check outs and give it a

Regex support

2013-10-12 Thread Gurvinder Singh
Does gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1) has the support for regex library ? Because I am getting the core dumped error every time I try to run an example program for it. If somehow i remove the error , the output is not as required. -- Gurvinder Singh www.puresingh.wordpress.com

lto-plugin: mismatch between ld's architecture and GCC's configure --host

2013-10-12 Thread Thomas Schwinge
Hi! This is a bit of a weird scenario -- but it is supposed to work fine in my opinion (but doesn't). I have a GNU toolchain as 32-bit x86 GNU/Linux executables, configured to to generate code for 32-bit x86 by default, and using -m64 for x86_64. This toolchain I'm using on a x86_64 system (whic