Re: g++ off-by-one bug in utf16 conversion

2014-10-27 Thread Joseph S. Myers
This is bug 41698. Please send a patch to gcc-patches, including the addition of a testcase to the testsuite. -- Joseph S. Myers jos...@codesourcery.com

Re: [Bug c++/39813] [feature request] __PRETTY_FUNCTION__ addition

2011-09-29 Thread Joseph S. Myers
didn't intend to remove gcc-bugs, that's noise. -- Joseph S. Myers jos...@codesourcery.com

Re: [Bug c++/39813] [feature request] __PRETTY_FUNCTION__ addition

2011-09-29 Thread Joseph S. Myers
ntal removal of gcc-bugs, all bugs in the gcc product should always have gcc-bugs in their CC lists - but please add it back to the bugs from which you removed it. -- Joseph S. Myers jos...@codesourcery.com

Re: [Bug middle-end/50199] [4.7 Regression] wrong code with -flto -fno-merge-constants

2011-08-27 Thread Joseph S. Myers
e of "foo" == "foo" is unspecified, but given const char *return_foo (void) { return "foo"; } the value of return_foo () == return_foo () must be 1. -- Joseph S. Myers jos...@codesourcery.com

Re: gcc's cpp makes ?: left-associative

2010-12-20 Thread Joseph S. Myers
eantime. This no longer appears and was probably fixed by: 2008-05-06 Tom Tromey PR preprocessor/35313, PR preprocessor/36088: * expr.c (optab) : Set precedence to 4. (reduce) : Special case CPP_COMMA and CPP_COLON. -- Joseph S. Myers jos...@codesourcery.com

Re: [Bug testsuite/39550] compat tests for flexible array members

2009-03-24 Thread Joseph S. Myers
On Wed, 25 Mar 2009, hjl dot tools at gmail dot com wrote: > Flexible array member isn't allowed in union: However, a union may contain a structure that in turn contains a flexible array member. And a union may contain a union containing such a structure, and so on. -- Joseph S. M

Re: [Bug c/39026] New: Gcc accepts invalid code

2009-01-29 Thread Joseph S. Myers
gnu89 mode. If you use -std=c99 without -pedantic-errors you get a duplicate warning: t.c:1: warning: inline function 'foo' declared but never defined t.c:1: warning: inline function 'foo' declared but never defined -- Joseph S. Myers jos...@codesourcery.com

Re: Priorites for PR 35435 and PR 35441

2008-03-28 Thread Joseph S. Myers
3 should delay moving to regression-only mode for 4.4 (which is what the choice of P2 or P4 is about), feel free to set them back to P3 for another RM to look at them. -- Joseph S. Myers [EMAIL PROTECTED]

Re: GCC rejects valid code?

2008-01-24 Thread Joseph S. Myers
of the type and is not just "struct A;", it refers to the previous type of that tag (6.7.2.3#9, paragraph numbering from N1256). Referring to a union type with "struct" in turn violates paragraph 2 (added in C99 TC3 following DR#251). -- Joseph S. Myers [EMAIL PROTECTED]

Re: [Bug target/30370] Build failure in libgcc2 powitf2 with ICE in gen_reg_rtx

2007-01-06 Thread Joseph S. Myers
; target? Seems reasonable. -- Joseph S. Myers [EMAIL PROTECTED]

Re: @dircategory Software development

2006-06-01 Thread Joseph S. Myers
h, but we need to fix trunk first.) http://gcc.gnu.org/contribute.html -- Joseph S. Myers http://www.srcf.ucam.org/~jsm28/gcc/ [EMAIL PROTECTED] (personal mail) [EMAIL PROTECTED] (CodeSourcery mail) [EMAIL PROTECTED] (Bugzilla assignments and CCs)

Re: [Bug c/27153] function result is dereferenced error

2006-04-18 Thread Joseph S. Myers
quot;, the initial "3" requires func(3) to be evaluated between the evaluation of func(1) and its dereference, so func(3) is evaluated after func(1); but likewise the final "1" requires func(1) to be evaluated after func(3). -- Joseph S. Myers [EMAIL PROTECTED]

Re: Someone introduced a libiberty crashing bug in the past week

2005-06-20 Thread Joseph S. Myers
ecl would never have been set to non-null anyway. Restoring fundecl = function; in the if (TREE_CODE (function) == FUNCTION_DECL) part of build_function_call should fix the particular ICE, but the problem with function pointers should still get a PR filed. -- Joseph S. Myer

Re: Double backslashes in fixincl header (__FD_ZERO macro)

2005-05-06 Thread Joseph S. Myers
s to what to suggest. Are you sure you aren't confusing the lines in apzAab_Fd_Zero_Asm_Posix_Types_HPatch (with \\\n\) with those in apzAab_Fd_Zero_Gnu_Types_HPatch (with \n\)? -- Joseph S. Myers http://www.srcf.ucam.org/~jsm28/gcc/ [EMAIL PROTECTED] (personal mail)

Re: test failures due to quote marks

2004-10-22 Thread Joseph S. Myers
ariables are set for the testsuite, though there may be a "right" place in the dejagnu files somewhere. -- Joseph S. Myers http://www.srcf.ucam.org/~jsm28/gcc/ [EMAIL PROTECTED] (personal mail) [EMAIL PROTECTED] (CodeSourcery mail) [EMAIL PROTECTED] (Bugzilla assignments and CCs)