[Bug c/17913] [4.0 Regression] ICE jumping into statement expression

2004-10-28 Thread jsm at polyomino dot org dot uk
--- Additional Comments From jsm at polyomino dot org dot uk 2004-10-28 15:05 --- Subject: Re: [4.0 Regression] ICE jumping into statement expression On Thu, 28 Oct 2004, bonzini at gcc dot gnu dot org wrote: I remember using once a void statement expression ((void

[Bug c/17913] [4.0 Regression] ICE jumping into statement expression

2004-10-27 Thread jsm at polyomino dot org dot uk
--- Additional Comments From jsm at polyomino dot org dot uk 2004-10-27 12:55 --- Subject: Re: [4.0 Regression] ICE jumping into statement expression On Wed, 27 Oct 2004, steven at gcc dot gnu dot org wrote: Surely this is not valid? The validity is the subject of bug 772

[Bug c/18180] Disable special handling of functions with --freestanding

2004-10-27 Thread jsm at polyomino dot org dot uk
--- Additional Comments From jsm at polyomino dot org dot uk 2004-10-27 15:39 --- Subject: Re: New: Disable special handling of functions with --freestanding On Wed, 27 Oct 2004, alex dot neyman at auriga dot ru wrote: - different code is generated for function issuing the setjmp

[Bug c/18180] Disable special handling of functions with --freestanding

2004-10-27 Thread jsm at polyomino dot org dot uk
--- Additional Comments From jsm at polyomino dot org dot uk 2004-10-27 17:05 --- Subject: Re: Disable special handling of functions with --freestanding On Wed, 27 Oct 2004, alex dot neyman at auriga dot ru wrote: The bug 14411 was submitted by me as well, though from a different

[Bug java/15575] HAVE_LANGINFO_CODESET never defined

2004-10-20 Thread jsm at polyomino dot org dot uk
--- Additional Comments From jsm at polyomino dot org dot uk 2004-10-20 17:59 --- Subject: Re: HAVE_LANGINFO_CODESET never defined On Wed, 20 Oct 2004, mckinlay at redhat dot com wrote: Do we really want to fix this? The buggy behaviour actually seems better here because it more

[Bug c/18065] usual arithmetic conversion not applying correctly

2004-10-20 Thread jsm at polyomino dot org dot uk
--- Additional Comments From jsm at polyomino dot org dot uk 2004-10-20 21:31 --- Subject: Re: usual arithmetic conversion not applying correctly On Wed, 20 Oct 2004, pinskia at gcc dot gnu dot org wrote: Otherwise, the integer promotions are performed on both operands

[Bug tree-optimization/18065] usual arithmetic conversion not applying correctly

2004-10-20 Thread jsm at polyomino dot org dot uk
--- Additional Comments From jsm at polyomino dot org dot uk 2004-10-20 22:41 --- Subject: Re: usual arithmetic conversion not applying correctly On Wed, 20 Oct 2004, schlie at comcast dot net wrote: It's a pretty major screw-up to presume all target machines are large

[Bug tree-optimization/18065] usual arithmetic conversion not applying correctly

2004-10-20 Thread jsm at polyomino dot org dot uk
--- Additional Comments From jsm at polyomino dot org dot uk 2004-10-20 23:03 --- Subject: Re: C integer promotion semantics / front end problems. I presume you sent your message directly to me by mistake, so am sending the reply back to the bug database so it can benefit more than

[Bug c++/17852] [4.0 Regression] weird quoting with synax error

2004-10-19 Thread jsm at polyomino dot org dot uk
--- Additional Comments From jsm at polyomino dot org dot uk 2004-10-19 17:28 --- Subject: Re: Re: [Bug c/18059] New: bad diagnostic formatting On Tue, 19 Oct 2004, nathan at gcc dot gnu dot org wrote: c-common.c contains void c_parse_error (const char *msgid, enum cpp_ttype

[Bug c/15698] [4.0 Regression] wrong error in presence of builtin fn + KR declaration.

2004-10-15 Thread jsm at polyomino dot org dot uk
--- Additional Comments From jsm at polyomino dot org dot uk 2004-10-15 21:55 --- Subject: Re: [4.0 Regression] wrong error in presence of builtin fn + KR declaration. On Fri, 15 Oct 2004, pinskia at gcc dot gnu dot org wrote: Looking at the above date which is from using Phil's

[Bug c/17023] [3.3/3.4/4.0 Regression] ICE with nested functions in parameter declaration

2004-10-14 Thread jsm at polyomino dot org dot uk
--- Additional Comments From jsm at polyomino dot org dot uk 2004-10-14 18:25 --- Subject: Re: [3.3/3.4/4.0 Regression] ICE with nested functions in parameter declaration On Thu, 14 Oct 2004, rth at gcc dot gnu dot org wrote: Looks to me as if the nested function has nothing to do

[Bug c/17023] [3.3/3.4/4.0 Regression] ICE with nested functions in parameter declaration

2004-10-14 Thread jsm at polyomino dot org dot uk
--- Additional Comments From jsm at polyomino dot org dot uk 2004-10-14 20:05 --- Subject: Re: [3.3/3.4/4.0 Regression] ICE with nested functions in parameter declaration On Thu, 14 Oct 2004, rth at gcc dot gnu dot org wrote: You do? Hm, in which case I may need to persue

[Bug c/17023] [3.3/3.4/4.0 Regression] ICE with nested functions in parameter declaration

2004-10-14 Thread jsm at polyomino dot org dot uk
--- Additional Comments From jsm at polyomino dot org dot uk 2004-10-14 20:12 --- Subject: Re: [3.3/3.4/4.0 Regression] ICE with nested functions in parameter declaration On Thu, 14 Oct 2004, jsm at polyomino dot org dot uk wrote: expressions with longjmp, statement expressions

[Bug c/17968] assigning variable of type size_t to a variable of type int - warning needs to be flagged.

2004-10-13 Thread jsm at polyomino dot org dot uk
--- Additional Comments From jsm at polyomino dot org dot uk 2004-10-13 10:15 --- Subject: Re: New: assigning size_t to int - warning needs to be flagged . On Wed, 13 Oct 2004, kaykaylance at yahoo dot com wrote: When compiling this code fragment, I am essentially assigning

[Bug c/16202] The -Wsequence-point warnng misses many important instances

2004-10-04 Thread jsm at polyomino dot org dot uk
--- Additional Comments From jsm at polyomino dot org dot uk 2004-10-04 12:44 --- Subject: Re: The -Wsequence-point warnng misses many important instances On Mon, 4 Oct 2004, giovannibajo at libero dot it wrote: JSM, can you have a look at this patch? It is said to be fully

[Bug c++/17542] Visibility attribute ignored when it precedes class head

2004-10-01 Thread jsm at polyomino dot org dot uk
--- Additional Comments From jsm at polyomino dot org dot uk 2004-10-01 23:29 --- Subject: Re: Visibility attribute ignored when it precedes class head On Fri, 1 Oct 2004, austern at apple dot com wrote: I hesitate to call this behaves correctly, since this behavior is unexpected