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,

Re: diag color

2016-07-31 Thread phi gcc
Hi, Well, I can't 'easilly' change the makefiles I am using, they are not mine,meaning I would have to 'patch' any build env Makefile each time we do a refresh of the app sources. Then some gcc version don't understand the -fno-diagnostics-color meaning the makefile patch would have to be GCC vers

Re: diag color

2016-07-31 Thread phi gcc
Hi Jon, On Sun, Jul 31, 2016 at 1:16 PM, Jonathan Wakely > The manual says "Setting GCC_COLORS to the empty string disables colors." > > Did you try that? Setting it to an empty string in your env should > disable the coloured output. Yes it works, sounds a less intrusive one :) regarding old ver

Re: diag color

2016-07-31 Thread phi gcc
Forgot to say that before posting I did try export GCC_COLORS=never after reading == -fno-diagnostics-colorUse color in diagnostics. WHEN is ‘never’, ‘always’, or ‘auto’. The default depends on how the compiler has been configured, it can be any of the above WHEN options or also ‘never’ if GC

Re: diag color

2016-07-31 Thread phi gcc
Hi Manuel, On Sun, Jul 31, 2016 at 3:16 PM, Manuel López-Ibáñez wrote: > On 31/07/16 13:16, phi gcc wrote: > > If you think you can code it better, prove it: Why should I ? I am not a gcc designer, just humbelly reporting a usability issue, where a gcc upgrade start to produc

Re: diag color

2016-07-31 Thread phi gcc
On Sun, Jul 31, 2016 at 10:54 PM, phi gcc wrote: > If this is still accepted as a potential problem then lemme know the official > process to submit a bug report. I oppsed here, I red your link and see the very last line about bugzilla will experiment this...

Re: diag color

2016-07-31 Thread phi gcc
bugzilla don't likes me, can't get in Ok let's forget participation then...

C mangling

2016-11-11 Thread phi gcc
Hi Gurus, I got functions named like this in my symbol table [21711] |0x81228250|0x01e5|FUNC |LOCAL|0| .text|ep_scan_ready_list.isra.7 This is a linux kernel. I gues this is a magle name for the function ep_scan_ready_list() that is has only 2 call sites like this ep_scan_ready_list