When was decimal floating point added to gcc?

2007-06-02 Thread H. J. Lu
When was decimal floating point added to gcc? I couldn't find it in any gcc changes.html. Shouldn't it be mentioned somewhere? H.J.

Redefinition of symbol ???

2007-06-02 Thread Bruce Korb
I must be missing something. I'm trying to forward declare some static data arrays, but I'm getting this: > static type_info_t const type_info_table[257] = { > evlib-tables.c 169 Error 31: Redefinition of symbol 'type_info_table' > compare > with line 21, file evlib-tables.h the "evlib-ta

Re: Redefinition of symbol ???

2007-06-02 Thread Bruce Korb
Never mind. Thank you anyway. This is not a GCC message as I had thought. Under the covers somewhere, a lint program got fired up. The lint program is not good enough. Thanks anyway. - Bruce Bruce Korb wrote: > I must be missing something. I'm trying to forward declare some > static data arra

Re: When was decimal floating point added to gcc?

2007-06-02 Thread Peter Bergner
On Sat, 2007-06-02 at 07:35 -0700, H. J. Lu wrote: > When was decimal floating point added to gcc? I couldn't find it > in any gcc changes.html. Shouldn't it be mentioned somewhere? I think these were the merges from the dfp-branch: http://gcc.gnu.org/ml/gcc-patches/2005-11/msg01919.html http

Re: When was decimal floating point added to gcc?

2007-06-02 Thread H. J. Lu
On Sat, Jun 02, 2007 at 08:17:40PM -0500, Peter Bergner wrote: > On Sat, 2007-06-02 at 07:35 -0700, H. J. Lu wrote: > > When was decimal floating point added to gcc? I couldn't find it > > in any gcc changes.html. Shouldn't it be mentioned somewhere? > > I think these were the merges from the dfp-

Re: gcc-current: badly worded warning?

2007-06-02 Thread Eyal Lebedinsky
Already done http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32061 I should make it clear that I am also interested in a warning for the purpose of indicating that something 'has no effect', which is the case in expr && non-zero-const expr || zero-const and not just the case wh