Re: Two suggestions for gcc C compiler to extend C language (by WD Smith)

2016-07-30 Thread Richard Earnshaw (lists)
On 29/07/16 20:01, Warren D Smith wrote:
> Similarly, when some twerp complained

Using terminology like this isn't acceptable on these lists.  If that's
the way you want to treat people who disagree with you, please go elsewhere.

R.


Re: GCC 6.2?

2016-07-30 Thread Paul Smith
On Wed, 2016-07-27 at 16:06 +0200, Richard Biener wrote:
> I'm doing 4.9.4 now and 6.2 only afterwards so you can expect 6.2 earliest
> in about three weeks.

OK, thanks for the info.  I'll have to discuss with folks and see if
they can wait that long, and take a look at the issues in 6.1 which are
resolved in 6.2.

Cheers!


Re: Missing git tags for released GCC

2016-07-30 Thread Kai Noda
Hi, could anybody please...?

I think this is the release:
https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=9d0507742960aa9f2b99bc6e9584655ecc611792

Thanks in advance,
Kai

野田  開 


2016-06-29 18:16 GMT+08:00 Martin Liška :
> On 06/29/2016 12:13 PM, Martin Liška wrote:
>> Can I ask you for adding missing tag for 5.4.1 
>> (32c3b88e8ced4b6d022484a73c40f3d663e20fd4) ?
>
> I mean 5.4.0.
>
> Thanks


diag color

2016-07-30 Thread phi gcc
Hi All,

Reposting this here from gcc-help.


I got the impression that I got colors in diag output depsite the fact
that I got no GCC env var setup.

The version I used is
CX08$ cc --version
cc (Ubuntu 5.4.0-6ubuntu1~16.04.1) 5.4.0 20160609

This is a bit of a problem because I don't use an xterm, and the term
I used don't understand vt100 (xterm, etc..) escape sequence.

my TERM env var is properly setup, emacs etc all works with my TERM
and terminfo database that define how to do colors.

Would it be posible that gcc honors the TERM variable setup, if using
termcap/terminfo is too complicated, at least disable coloring if TERM
is not vt100 compatible.

Thanx in advance
Cheers,
Phi


Re: diag color

2016-07-30 Thread Markus Trippelsdorf
On 2016.07.31 at 08:08 +0200, phi gcc wrote:
> Hi All,
> 
> Reposting this here from gcc-help.
> 
> 
> I got the impression that I got colors in diag output depsite the fact
> that I got no GCC env var setup.
> 
> The version I used is
> CX08$ cc --version
> cc (Ubuntu 5.4.0-6ubuntu1~16.04.1) 5.4.0 20160609
> 
> This is a bit of a problem because I don't use an xterm, and the term
> I used don't understand vt100 (xterm, etc..) escape sequence.
> 
> my TERM env var is properly setup, emacs etc all works with my TERM
> and terminfo database that define how to do colors.
> 
> Would it be posible that gcc honors the TERM variable setup, if using
> termcap/terminfo is too complicated, at least disable coloring if TERM
> is not vt100 compatible.

Well, the current setup works for the vast majority of users.
You can either use -fno-diagnostics-color in your CFLAGS or configure
gcc with: --with-diagnostics-color=never.

-- 
Markus