[Bug target/39247] FAIL: gcc.dg/tree-prof/bb-reorg.c compilation, -fprofile-use -D_PROFILE_USE

2009-10-19 Thread joseph at codesourcery dot com
--- Comment #9 from joseph at codesourcery dot com 2009-10-19 16:44 --- Subject: Re: FAIL: gcc.dg/tree-prof/bb-reorg.c compilation, -fprofile-use -D_PROFILE_USE On Mon, 19 Oct 2009, rearnsha at gcc dot gnu dot org wrote: I don't think there should be such notes on ARM due

[Bug target/39247] FAIL: gcc.dg/tree-prof/bb-reorg.c compilation, -fprofile-use -D_PROFILE_USE

2009-10-19 Thread joseph at codesourcery dot com
--- Comment #10 from joseph at codesourcery dot com 2009-10-19 16:46 --- Subject: Re: FAIL: gcc.dg/tree-prof/bb-reorg.c compilation, -fprofile-use -D_PROFILE_USE On Mon, 19 Oct 2009, rearnsha at gcc dot gnu dot org wrote: Created an attachment (id=18826) -- (http://gcc.gnu.org

[Bug libstdc++/41816] libstdc++.so.6.0.14-gdb.py is not an ELF file

2009-10-25 Thread joseph at codesourcery dot com
--- Comment #2 from joseph at codesourcery dot com 2009-10-25 17:43 --- Subject: Re: libstdc++.so.6.0.14-gdb.py is not an ELF file Some people dislike a few warnings from ldconfig. I think having this as a text file alongside the library is much better than alternative suggestions

[Bug c/41867] Translation time Floating Point precision is too small

2009-10-29 Thread joseph at codesourcery dot com
--- Comment #1 from joseph at codesourcery dot com 2009-10-29 15:47 --- Subject: Re: New: Translation time Floating Point precision is too small On Thu, 29 Oct 2009, tydeman at tybor dot com wrote: The following code fails on (at least) Intel x86/x87 systems running Linux: Please

[Bug c/41942] __attribute__ ((visibility)) weird with functions returning pointers

2009-11-04 Thread joseph at codesourcery dot com
--- Comment #2 from joseph at codesourcery dot com 2009-11-04 19:42 --- Subject: Re: New: __attribute__ ((visibility)) weird with functions returning pointers Visibility attributes are in the nature of storage class specifiers and so should be placed at the start of the declaration

[Bug middle-end/41992] ICE on invalid dereferencing of void *

2009-11-09 Thread joseph at codesourcery dot com
--- Comment #2 from joseph at codesourcery dot com 2009-11-09 13:16 --- Subject: Re: ICE on invalid dereferencing of void * On Mon, 9 Nov 2009, rguenth at gcc dot gnu dot org wrote: the C standard doesn't claim dereferencing a void pointer is invalid, so the gimplifier should deal

[Bug c/42012] server not respond

2009-11-11 Thread joseph at codesourcery dot com
--- Comment #2 from joseph at codesourcery dot com 2009-11-11 23:35 --- Subject: Re: server not respond This is probably a duplicate of bug 41343 (it's reported against a trunk version more than a month old). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42012

[Bug driver/42007] Make -mfloat-gprs=double the default when compiling for powerpc-linux-gnuspe target

2009-11-11 Thread joseph at codesourcery dot com
--- Comment #3 from joseph at codesourcery dot com 2009-11-12 03:01 --- Subject: Re: Make -mfloat-gprs=double the default when compiling for powerpc-linux-gnuspe target Note that there are more than just e500 processors with the SPE functionality; for example, at least some e200

[Bug translation/40872] String not extracted for translation

2009-11-12 Thread joseph at codesourcery dot com
--- Comment #19 from joseph at codesourcery dot com 2009-11-12 17:20 --- Subject: Re: String not extracted for translation On Thu, 12 Nov 2009, pearly dot zhao at oracle dot com wrote: Run make gcc.pot in objdir/gcc/ can extract both branches of this conditional expression

[Bug translation/40872] String not extracted for translation

2009-11-13 Thread joseph at codesourcery dot com
--- Comment #21 from joseph at codesourcery dot com 2009-11-13 13:26 --- Subject: Re: String not extracted for translation On Fri, 13 Nov 2009, pearly dot zhao at oracle dot com wrote: (In reply to comment #19) Subject: Re: String not extracted for translation It didn't do

[Bug c/42114] c99-stdint test fails for ptrdiff test

2009-11-19 Thread joseph at codesourcery dot com
--- Comment #1 from joseph at codesourcery dot com 2009-11-20 01:13 --- Subject: Re: New: c99-stdint test fails for ptrdiff test On Fri, 20 Nov 2009, hutchinsonandy at gcc dot gnu dot org wrote: __PTRDIFF_MAX__ is set by gcc at 32767 and so stdint.h gives PTRDIFF_MAX 32767

[Bug c/42114] c99-stdint test fails for ptrdiff test

2009-11-19 Thread joseph at codesourcery dot com
--- Comment #3 from joseph at codesourcery dot com 2009-11-20 02:36 --- Subject: Re: c99-stdint test fails for ptrdiff test On Fri, 20 Nov 2009, hutchinsonandy at gcc dot gnu dot org wrote: So should I skip ptrdiff limit test based on pointers being 32 bits? Perhaps ints 32 bits

[Bug c++/42121] g++ should warn or error on internal 0 size array in struct

2009-11-20 Thread joseph at codesourcery dot com
--- Comment #5 from joseph at codesourcery dot com 2009-11-20 20:57 --- Subject: Re: g++ should warn or error on internal 0 size array in struct On Fri, 20 Nov 2009, david dot resnick at comverse dot com wrote: (In reply to comment #3) (In reply to comment #2) In standard C

[Bug c/42439] Linux kernel BUILD_BUG_ON() broke

2009-12-19 Thread joseph at codesourcery dot com
--- Comment #2 from joseph at codesourcery dot com 2009-12-20 01:16 --- Subject: Re: New: Linux kernel BUILD_BUG_ON() broke This is a different sort of not-an-integer-constant-expression from the previous cases the kernel was found to use with invalid unevaluated operands (I asked

[Bug translation/42458] 33 typos in gcc-4.5-b20091203.pot file

2009-12-22 Thread joseph at codesourcery dot com
--- Comment #1 from joseph at codesourcery dot com 2009-12-22 12:15 --- Subject: Re: New: 33 typos in gcc-4.5-b20091203.pot file On Tue, 22 Dec 2009, karvonen dot jorma at gmail dot com wrote: I have picked the following lines from file gcc-4.5-b20091203.pot: This is not a useful

[Bug c/448] stdint.h-related issues (C99 issues)

2009-12-27 Thread joseph at codesourcery dot com
--- Comment #28 from joseph at codesourcery dot com 2009-12-27 18:33 --- Subject: Re: stdint.h-related issues (C99 issues) On Sun, 27 Dec 2009, laurent at guerby dot net wrote: Is the following page up to date? http://gcc.gnu.org/c99status.html The table appears to be up

[Bug c/448] stdint.h-related issues (C99 issues)

2009-12-27 Thread joseph at codesourcery dot com
--- Comment #29 from joseph at codesourcery dot com 2009-12-27 18:37 --- Subject: Re: stdint.h-related issues (C99 issues) Actually, the Broken marker for complex numbers support should now be Done, as per what I said in http://gcc.gnu.org/ml/gcc-patches/2009-05/msg00460.html

[Bug target/40414] gcc 4.4.0 error at postreload.c:396

2009-12-29 Thread joseph at codesourcery dot com
--- Comment #21 from joseph at codesourcery dot com 2009-12-29 21:44 --- Subject: Re: gcc 4.4.0 error at postreload.c:396 On Tue, 29 Dec 2009, bonzini at gnu dot org wrote: True, it is P5 but it is not invalid. Andreas, if you want to close this as invalid you should first follow

[Bug c/42544] Bad codegen with signed short cast to unsigned int, then promoted to unsigned long long

2009-12-31 Thread joseph at codesourcery dot com
--- Comment #2 from joseph at codesourcery dot com 2009-12-31 17:03 --- Subject: Re: Bad codegen with signed short cast to unsigned int, then promoted to unsigned long long The first place to look for a problem would be shorten_compare. -- http://gcc.gnu.org/bugzilla

[Bug bootstrap/41529] LTO configuration should detect if the target is ELF

2010-01-02 Thread joseph at codesourcery dot com
--- Comment #17 from joseph at codesourcery dot com 2010-01-02 15:04 --- Subject: Re: LTO configuration should detect if the target is ELF On Sat, 2 Jan 2010, rguenth at gcc dot gnu dot org wrote: Fixed. The way to support LTO on non-ELF targets is to wrap all LTO sections

[Bug c/39959] [4.5 Regression] IMA is broken

2010-01-05 Thread joseph at codesourcery dot com
--- Comment #17 from joseph at codesourcery dot com 2010-01-05 11:25 --- Subject: Re: [4.5 Regression] IMA is broken See what I said in http://gcc.gnu.org/ml/gcc/2009-09/msg00519.html suggesting deprecating the implementation of -combine and keeping the interface. -- http

[Bug target/42324] Gcc doesn't follow x86-64 psABI on _Bool

2010-01-13 Thread joseph at codesourcery dot com
--- Comment #13 from joseph at codesourcery dot com 2010-01-13 13:55 --- Subject: Re: Gcc doesn't follow x86-64 psABI on _Bool On Wed, 13 Jan 2010, matz at gcc dot gnu dot org wrote: The ABI (http://www.x86-64.org/documentation/abi.pdf) now contains this language: Any chance you

[Bug testsuite/37630] gcc.dg/20001012-1.c depends on IEEE FP encoding

2008-09-23 Thread joseph at codesourcery dot com
--- Comment #1 from joseph at codesourcery dot com 2008-09-23 22:24 --- Subject: Re: New: gcc.dg/20001012-1.c depends on IEEE FP encoding As a maintainer of a non-mainstream target you'll need to submit testsuite patches to disable tests inapplicable on your target; it's unlikely

[Bug target/37661] long double is buggy on sparc64

2008-09-27 Thread joseph at codesourcery dot com
--- Comment #3 from joseph at codesourcery dot com 2008-09-27 18:20 --- Subject: Re: long double is buggy on sparc64 On Sat, 27 Sep 2008, bagnara at cs dot unipr dot it wrote: This is good news. However, is there any known workaround for versions before 4.4? If you want

[Bug target/37727] NO_IMPLICIT_EXTERN_C for newlib

2008-10-03 Thread joseph at codesourcery dot com
--- Comment #1 from joseph at codesourcery dot com 2008-10-03 17:00 --- Subject: Re: New: NO_IMPLICIT_EXTERN_C for newlib I've argued before and will argue again that NO_IMPLICIT_EXTERN_C should be the default with a macro IMPLICIT_EXTERN_C defined for only those targets known

[Bug c/37745] Segmentation Fault Exception with -O and signed array index

2008-10-06 Thread joseph at codesourcery dot com
--- Comment #1 from joseph at codesourcery dot com 2008-10-06 11:58 --- Subject: Re: New: Segmentation Fault Exception with -O and signed array index On Mon, 6 Oct 2008, gcc at jme dot de wrote: The following code produces a segmentation fault when compiled with -O. Environment

[Bug c/37755] Mistaken Segmentation fault

2008-10-06 Thread joseph at codesourcery dot com
--- Comment #3 from joseph at codesourcery dot com 2008-10-06 21:39 --- Subject: Re: New: Mistaken Segmentation fault On Mon, 6 Oct 2008, charpour at gnet dot gr wrote: printf(%s\n, make_person().name); make_person().name is a non-lvalue array, so it only decays to a pointer

[Bug c/37768] bogus warnings on x86_64-mingw32 due to attribute((format(printf))) breakage

2008-10-08 Thread joseph at codesourcery dot com
--- Comment #1 from joseph at codesourcery dot com 2008-10-08 16:15 --- Subject: Re: New: bogus warnings on x86_64-mingw32 due to attribute((format(printf))) breakage On Wed, 8 Oct 2008, mikpe at it dot uu dot se wrote: When gcc is configured to generate code for x86_64-pc-mingw32

[Bug target/37845] gcc ignores FP_CONTRACT pragma set to OFF

2008-10-16 Thread joseph at codesourcery dot com
--- Comment #5 from joseph at codesourcery dot com 2008-10-16 16:31 --- Subject: Re: gcc ignores FP_CONTRACT pragma set to OFF On Thu, 16 Oct 2008, rguenth at gcc dot gnu dot org wrote: Confirmed. The FP_CONTRACT macro is not implemented, but the default behavior of GCC

[Bug middle-end/34678] Optimization generates incorrect code with -frounding-math option (#pragma STDC FENV_ACCESS not implemented)

2008-10-16 Thread joseph at codesourcery dot com
--- Comment #15 from joseph at codesourcery dot com 2008-10-16 16:39 --- Subject: Re: Optimization generates incorrect code with -frounding-math option (#pragma STDC FENV_ACCESS not implemented) On Thu, 16 Oct 2008, vincent at vinc17 dot org wrote: The compiler should generate

[Bug c/35579] [4.1/4.2/4.3/4.4 Regression] casts to void do not silence -Wunused warnings for the case of __attribute__(( warn_unused_result ))

2008-10-17 Thread joseph at codesourcery dot com
--- Comment #8 from joseph at codesourcery dot com 2008-10-17 11:22 --- Subject: Re: [4.1/4.2/4.3/4.4 Regression] casts to void do not silence -Wunused warnings for the case of __attribute__(( warn_unused_result )) On Fri, 17 Oct 2008, bonzini at gnu dot org wrote: It seems bad

[Bug c/25509] can't disable __attribute__((warn_unused_result))

2008-10-17 Thread joseph at codesourcery dot com
--- Comment #17 from joseph at codesourcery dot com 2008-10-17 15:31 --- Subject: Re: can't disable __attribute__((warn_unused_result)) On Fri, 17 Oct 2008, bonzini at gnu dot org wrote: It does not matter if it is a security issue; if void-ifying is not an acceptable workaround

[Bug c/25509] can't disable __attribute__((warn_unused_result))

2008-10-17 Thread joseph at codesourcery dot com
--- Comment #19 from joseph at codesourcery dot com 2008-10-17 16:55 --- Subject: Re: can't disable __attribute__((warn_unused_result)) On Fri, 17 Oct 2008, bonzini at gnu dot org wrote: In the case of fwrite, for example, the only obvious case where checking would be useless

[Bug middle-end/37850] infinite recursive call to __mulsc3 when multiplying not-constant complexs

2008-10-18 Thread joseph at codesourcery dot com
--- Comment #8 from joseph at codesourcery dot com 2008-10-18 18:06 --- Subject: Re: infinite recursive call to __mulsc3 when multiplying not-constant complexs On Sat, 18 Oct 2008, rguenth at gcc dot gnu dot org wrote: The question is whether the standard requires actual complex

[Bug c/37874] gcc sometimes accepts attribute in identifier list

2008-10-19 Thread joseph at codesourcery dot com
--- Comment #2 from joseph at codesourcery dot com 2008-10-20 01:51 --- Subject: Re: gcc sometimes accepts attribute in identifier list On Mon, 20 Oct 2008, sabre at nondot dot org wrote: It also accepts this: void f4(__attribute__(())); This is documented in Attribute Syntax

[Bug c/37874] gcc sometimes accepts attribute in identifier list

2008-10-20 Thread joseph at codesourcery dot com
--- Comment #4 from joseph at codesourcery dot com 2008-10-20 12:48 --- Subject: Re: gcc sometimes accepts attribute in identifier list On Mon, 20 Oct 2008, sabre at nondot dot org wrote: as it turns out, f3 could also be considered valid in c89... because it makes x and y

[Bug c/32643] [4.2/4.3/4.4 Regression] Wrong error message with unsigned char a = uchar512

2008-11-03 Thread joseph at codesourcery dot com
--- Comment #10 from joseph at codesourcery dot com 2008-11-03 12:58 --- Subject: Re: [4.2/4.3/4.4 Regression] Wrong error message with unsigned char a = uchar512 On Mon, 3 Nov 2008, manu at gcc dot gnu dot org wrote: Joseph, Will this be fixed by your new code for 4.5? As I

[Bug c/38019] Cannot use nested designated initializer with unnamed inner aggregate

2008-11-05 Thread joseph at codesourcery dot com
--- Comment #2 from joseph at codesourcery dot com 2008-11-05 13:47 --- Subject: Re: Cannot use nested designated initializer with unnamed inner aggregate On Wed, 5 Nov 2008, rguenth at gcc dot gnu dot org wrote: I get t.c: In function 'vec_add': t.c:10: error: unknown field 'x

[Bug c/38046] 'warning: comparison between signed and unsigned' shouldn't be given for equality comparisons

2008-11-07 Thread joseph at codesourcery dot com
--- Comment #2 from joseph at codesourcery dot com 2008-11-07 12:46 --- Subject: Re: New: 'warning: comparison between signed and unsigned' shouldn't be given for equality comparisons On Fri, 7 Nov 2008, edwintorok at gmail dot com wrote: Consider this code: int foo(int

[Bug c/38308] -Wformat does not work for wide strings

2008-11-28 Thread joseph at codesourcery dot com
--- Comment #2 from joseph at codesourcery dot com 2008-11-28 17:26 --- Subject: Re: -Wformat does not work for wide strings In view of the removal of c4x support I don't now think any patch for this needs to address the format of STRING_CSTs for non-8-bit target bytes

[Bug c++/38297] O2 causes invalid code

2008-11-30 Thread joseph at codesourcery dot com
--- Comment #14 from joseph at codesourcery dot com 2008-11-30 15:37 --- Subject: Re: O2 causes invalid code On Sun, 30 Nov 2008, rguenth at gcc dot gnu dot org wrote: Note that the C standard forbids type-punning through a union. Basically it says that you may only read from

[Bug other/38363] Use of Unicode quotes depends on LC_CTYPE rather than LC_MESSAGES

2008-12-01 Thread joseph at codesourcery dot com
--- Comment #1 from joseph at codesourcery dot com 2008-12-02 01:36 --- Subject: Re: New: Use of Unicode quotes depends on LC_CTYPE rather than LC_MESSAGES On Tue, 2 Dec 2008, debian-gcc at lists dot debian dot org wrote: gcc uses Unicode quote marks with LC_CTYPE=en_US.UTF-8

[Bug c++/38377] __builtin_constant_p(t) ? t : 1 is not considered a constant integer expression

2008-12-06 Thread joseph at codesourcery dot com
--- Comment #2 from joseph at codesourcery dot com 2008-12-06 19:09 --- Subject: Re: __builtin_constant_p(t) ? t : 1 is not considered a constant integer expression On Sat, 6 Dec 2008, sabre at nondot dot org wrote: This is a bug in the C front-end. They need to use

[Bug c++/38377] __builtin_constant_p(t) ? t : 1 is not considered a constant integer expression

2008-12-06 Thread joseph at codesourcery dot com
--- Comment #4 from joseph at codesourcery dot com 2008-12-06 22:53 --- Subject: Re: __builtin_constant_p(t) ? t : 1 is not considered a constant integer expression On Sat, 6 Dec 2008, sabre at nondot dot org wrote: Ok, so this is a special case when __builtin_constant_p

[Bug c++/38433] Incorrect handling of line termination character with trailing spaces

2008-12-06 Thread joseph at codesourcery dot com
--- Comment #2 from joseph at codesourcery dot com 2008-12-07 00:28 --- Subject: Re: New: Incorrect handling of line termination character with trailing spaces On Sat, 6 Dec 2008, eric dot niebler at gmail dot com wrote: In the attached file, there is a comment terminated

[Bug web/12821] dead link on onlinedocs/gccint/Top-Level.html

2008-12-08 Thread joseph at codesourcery dot com
--- Comment #8 from joseph at codesourcery dot com 2008-12-08 21:00 --- Subject: Re: dead link on onlinedocs/gccint/Top-Level.html On Mon, 8 Dec 2008, steven at gcc dot gnu dot org wrote: Well, I can't even find this paragraph you want to reference. The reference is to a whole

[Bug web/12821] dead link on onlinedocs/gccint/Top-Level.html

2008-12-09 Thread joseph at codesourcery dot com
--- Comment #10 from joseph at codesourcery dot com 2008-12-09 13:40 --- Subject: Re: dead link on onlinedocs/gccint/Top-Level.html On Tue, 9 Dec 2008, steven at gcc dot gnu dot org wrote: [EMAIL PROTECTED] ??? This manual is apparently not available online. Keep the cross

[Bug target/38496] Gcc misaligns arrays when stack is forced follow the x8632 ABI

2008-12-11 Thread joseph at codesourcery dot com
--- Comment #7 from joseph at codesourcery dot com 2008-12-12 00:01 --- Subject: Re: New: Gcc misaligns arrays when stack is forced follow the x8632 ABI On Thu, 11 Dec 2008, whaley at cs dot utsa dot edu wrote: I notice that gcc does not follow the 32-bit ABI for the x86

[Bug target/38496] Gcc misaligns arrays when stack is forced follow the x8632 ABI

2008-12-11 Thread joseph at codesourcery dot com
--- Comment #10 from joseph at codesourcery dot com 2008-12-12 01:25 --- Subject: Re: Gcc misaligns arrays when stack is forced follow the x8632 ABI On Fri, 12 Dec 2008, whaley at cs dot utsa dot edu wrote: I suppose that by 32-bit ABI for the x86 you mean a document with 1990

[Bug target/38496] Gcc misaligns arrays when stack is forced follow the x8632 ABI

2008-12-14 Thread joseph at codesourcery dot com
--- Comment #12 from joseph at codesourcery dot com 2008-12-15 00:21 --- Subject: Re: Gcc misaligns arrays when stack is forced follow the x8632 ABI On Fri, 12 Dec 2008, whaley at cs dot utsa dot edu wrote: LSB may be a starting point for plausible hypotheses about the ABIs

[Bug c++/38377] __builtin_constant_p(t) ? t : 1 is not considered a constant integer expression

2008-12-14 Thread joseph at codesourcery dot com
--- Comment #8 from joseph at codesourcery dot com 2008-12-15 00:31 --- Subject: Re: __builtin_constant_p(t) ? t : 1 is not considered a constant integer expression I also added more __builtin_constant_p tests (gcc.dg/bconstp-[34].c) to c-4_5-branch, following this discussion

[Bug target/38496] Gcc misaligns arrays when stack is forced follow the x8632 ABI

2008-12-15 Thread joseph at codesourcery dot com
--- Comment #14 from joseph at codesourcery dot com 2008-12-15 18:17 --- Subject: Re: Gcc misaligns arrays when stack is forced follow the x8632 ABI On Mon, 15 Dec 2008, whaley at cs dot utsa dot edu wrote: And also one without application here. I am aware of no other standard

[Bug target/38496] Gcc misaligns arrays when stack is forced follow the x8632 ABI

2008-12-15 Thread joseph at codesourcery dot com
--- Comment #20 from joseph at codesourcery dot com 2008-12-16 00:09 --- Subject: Re: Gcc misaligns arrays when stack is forced follow the x8632 ABI On Mon, 15 Dec 2008, whaley at cs dot utsa dot edu wrote: If you thought the standard adopted by LSB was the wrong one, you should

[Bug c++/38617] ICE passing fixed point to function

2008-12-24 Thread joseph at codesourcery dot com
--- Comment #5 from joseph at codesourcery dot com 2008-12-24 17:28 --- Subject: Re: ICE passing fixed point to function On Wed, 24 Dec 2008, pinskia at gcc dot gnu dot org wrote: x86_64 does not support fixed point modes at all. Someone needs to come up with an ABI

[Bug target/38617] ICE passing fixed point to function

2008-12-24 Thread joseph at codesourcery dot com
--- Comment #9 from joseph at codesourcery dot com 2008-12-24 18:01 --- Subject: Re: ICE passing fixed point to function On Wed, 24 Dec 2008, hjl dot tools at gmail dot com wrote: I verified that there is auto-host.h:#define ENABLE_FIXED_POINT 0 But I still got ICE

[Bug preprocessor/35301] Function macro nesting depth appears to be uncomfortably limited.

2008-02-23 Thread joseph at codesourcery dot com
--- Comment #3 from joseph at codesourcery dot com 2008-02-23 13:47 --- Subject: Re: Function macro nesting depth appears to be uncomfortably limited. I think GCC aims to implement the version of the rescanning rules described in X3J11/86-196, as posted in Dave Prosser's message

[Bug target/35373] [4.4 Regression] bootstraping on powerpc-apple-darwin9 fails with revision 132578

2008-03-02 Thread joseph at codesourcery dot com
--- Comment #5 from joseph at codesourcery dot com 2008-03-02 19:01 --- Subject: Re: [4.4 Regression] bootstraping on powerpc-apple-darwin9 fails with revision 132578 On Sun, 2 Mar 2008, fxcoudert at gcc dot gnu dot org wrote: (gdb) p mode $4 = TFmode (gdb) p debug_rtx(x

[Bug target/35373] [4.4 Regression] bootstraping on powerpc-apple-darwin9 fails with revision 132578

2008-03-02 Thread joseph at codesourcery dot com
--- Comment #7 from joseph at codesourcery dot com 2008-03-02 19:52 --- Subject: Re: [4.4 Regression] bootstraping on powerpc-apple-darwin9 fails with revision 132578 On Sun, 2 Mar 2008, fxcoudert at gcc dot gnu dot org wrote: So maybe a likely culprit would be: 2008-02-22

[Bug c/35547] -Wparentheses not useful in its current form

2008-03-12 Thread joseph at codesourcery dot com
--- Comment #2 from joseph at codesourcery dot com 2008-03-12 18:38 --- Subject: Re: -Wparentheses not useful in its current form On Wed, 12 Mar 2008, manu at gcc dot gnu dot org wrote: My opinion is that since -Wparentheses appears in released versions, we should keep its

[Bug bootstrap/35704] Bootstrap failure on i686-apple-darwin9 at revision 133519 (take 2).

2008-03-26 Thread joseph at codesourcery dot com
--- Comment #1 from joseph at codesourcery dot com 2008-03-26 15:08 --- Subject: Re: New: Bootstrap failure on i686-apple-darwin9 at revision 133519 (take 2). On Wed, 26 Mar 2008, dominiq at lps dot ens dot fr wrote: This is the second time in less than a week that thefile gcc

[Bug fortran/35731] libfortran should use gettext to for localized error messages

2008-03-28 Thread joseph at codesourcery dot com
--- Comment #1 from joseph at codesourcery dot com 2008-03-28 12:48 --- Subject: Re: New: libfortran should use gettext to for localized error messages On Fri, 28 Mar 2008, burnus at gcc dot gnu dot org wrote: Currently, only libcpp and the compilers (gcc) use gettext

[Bug bootstrap/35804] Bootstrap of combined gcc + binutils, with --enable-shared, with sysroot fails

2008-04-02 Thread joseph at codesourcery dot com
--- Comment #3 from joseph at codesourcery dot com 2008-04-02 17:52 --- Subject: Re: Bootstrap of combined gcc + binutils, with --enable-shared, with sysroot fails On Wed, 2 Apr 2008, pinskia at gcc dot gnu dot org wrote: Sounds like you should be using --build-sysroot= and not set

[Bug target/35866] Vector load/store from a packed struct does not work (without -mstrict-align)

2008-04-09 Thread joseph at codesourcery dot com
--- Comment #3 from joseph at codesourcery dot com 2008-04-10 00:15 --- Subject: Re: Vector load/store from a packed struct does not work (without -mstrict-align) On Tue, 8 Apr 2008, pinskia at gcc dot gnu dot org wrote: With -mstrict-align, we get the correct (but suboptimal

[Bug c/35908] Dubious charset conversions

2008-04-11 Thread joseph at codesourcery dot com
--- Comment #1 from joseph at codesourcery dot com 2008-04-11 16:58 --- Subject: Re: New: Dubious charset conversions On Fri, 11 Apr 2008, neil at gcc dot gnu dot org wrote: GCC accepts the following with -ansi -pedantic -Wall without diagnostics #include stdlib.h wchar_t z

[Bug c++/36159] C++ compiler should issue a warning with missing new operator

2008-05-07 Thread joseph at codesourcery dot com
--- Comment #6 from joseph at codesourcery dot com 2008-05-07 11:25 --- Subject: Re: C++ compiler should issue a warning with missing new operator On Wed, 7 May 2008, pinskia at gcc dot gnu dot org wrote: aligned memory. PPC LV2 returns 16byte aligned memory. PPC Linux should

[Bug bootstrap/25502] I64d format Werror problem in build

2008-05-11 Thread joseph at codesourcery dot com
--- Comment #15 from joseph at codesourcery dot com 2008-05-11 12:15 --- Subject: Re: Werror problem in build On Sun, 11 May 2008, aaronavay62 at aaronwl dot com wrote: --- Comment #13 from aaronavay62 at aaronwl dot com 2008-05-11 03:04 --- What would be an acceptable

[Bug bootstrap/25502] I64d format Werror problem in build

2008-05-11 Thread joseph at codesourcery dot com
--- Comment #16 from joseph at codesourcery dot com 2008-05-11 12:17 --- Subject: Re: I64d format Werror problem in build On Sun, 11 May 2008, aaronavay62 at aaronwl dot com wrote: Another question: why does lld not cause warnings on linux here? I don't see what the difference

[Bug testsuite/20771] Duplicate PCH test names

2008-05-13 Thread joseph at codesourcery dot com
--- Comment #3 from joseph at codesourcery dot com 2008-05-14 00:28 --- Subject: Re: Duplicate PCH test names On Tue, 13 May 2008, janis at gcc dot gnu dot org wrote: The PASS or FAIL messages come from a few levels deeper within the testsuite infrastructure, so dg-pch.exp can't

[Bug c/36402] -0x80000000 (INT_MIN) erroneously treated as unsigned

2008-06-01 Thread joseph at codesourcery dot com
--- Comment #4 from joseph at codesourcery dot com 2008-06-01 12:22 --- Subject: Re: -0x8000 (INT_MIN) erroneously treated as unsigned On Sun, 1 Jun 2008, gcczilla at achurch dot org wrote: Fair enough, but GCC's documentation explicitly says (gcc.info section 4.5): It also

[Bug target/36425] Option -mno-isel not working

2008-06-02 Thread joseph at codesourcery dot com
--- Comment #2 from joseph at codesourcery dot com 2008-06-02 19:35 --- Subject: Re: Option -mno-isel not working On Mon, 2 Jun 2008, edmar at freescale dot com wrote: The lines deleted in the patch are executed after the command line is parsed. The variable rs6000_isel is already

[Bug target/36425] Option -mno-isel not working

2008-06-02 Thread joseph at codesourcery dot com
--- Comment #4 from joseph at codesourcery dot com 2008-06-02 21:34 --- Subject: Re: Option -mno-isel not working On Mon, 2 Jun 2008, edmar at freescale dot com wrote: Wouldn't it better then, to remove the duplicate code from linuspe.h and eabispe.h ? It would be best for powerpc

[Bug middle-end/30789] complex folding inexact

2009-07-26 Thread joseph at codesourcery dot com
--- Comment #2 from joseph at codesourcery dot com 2009-07-26 17:32 --- Subject: Re: complex folding inexact The example in this bug deals with excess overflow for division. For infinities computing as NaN + iNaN, an example is (NaN + iInf) * (NaN +iInf) (where NaN +iInf

[Bug objc/40864] Designated initializers for multi-dimensional arrays fail in Objective-C

2009-07-26 Thread joseph at codesourcery dot com
--- Comment #1 from joseph at codesourcery dot com 2009-07-26 21:43 --- Subject: Re: New: Designated initializers for multi-dimensional arrays fail in Objective-C On Sun, 26 Jul 2009, sergei dot yakovlev at gmail dot com wrote: Designated initializers for multi-dimensional arrays

[Bug c/40880] stdarg.h does not define va_copy when building for C89+POSIX

2009-07-27 Thread joseph at codesourcery dot com
--- Comment #4 from joseph at codesourcery dot com 2009-07-27 21:02 --- Subject: Re: New: stdarg.h does not define va_copy when building for C89+POSIX On Mon, 27 Jul 2009, bmerry at gmail dot com wrote: POSIX 2001 specifies that va_copy (http://www.opengroup.org/onlinepubs

[Bug translation/40872] String not extracted for translation

2009-07-28 Thread joseph at codesourcery dot com
--- Comment #17 from joseph at codesourcery dot com 2009-07-28 11:55 --- Subject: Re: String not extracted for translation On Mon, 27 Jul 2009, manu at gcc dot gnu dot org wrote: --- Comment #3 from manu at gcc dot gnu dot org 2009-07-27 16:55 --- (In reply to comment #2

[Bug middle-end/40867] [4.5 Regression] FAIL: StackTrace2 output - source compiled test

2009-07-30 Thread joseph at codesourcery dot com
--- Comment #4 from joseph at codesourcery dot com 2009-07-30 11:24 --- Subject: Re: [4.5 Regression] FAIL: StackTrace2 output - source compiled test On Thu, 30 Jul 2009, aph at gcc dot gnu dot org wrote: This regression in debuginfo seems to have been downgraded to P4

[Bug libstdc++/40912] 4.5 weekly snapshot: failed to pre-compile bits/stdc++.h.gch/O2ggnu++0x.gch

2009-07-30 Thread joseph at codesourcery dot com
--- Comment #8 from joseph at codesourcery dot com 2009-07-30 16:30 --- Subject: Re: 4.5 weekly snapshot: failed to pre-compile bits/stdc++.h.gch/O2ggnu++0x.gch On Thu, 30 Jul 2009, paolo dot carlini at oracle dot com wrote: As a side note, I want to mention that we are very close

[Bug libstdc++/40912] 4.5 weekly snapshot: failed to pre-compile bits/stdc++.h.gch/O2ggnu++0x.gch

2009-07-30 Thread joseph at codesourcery dot com
--- Comment #10 from joseph at codesourcery dot com 2009-07-30 19:28 --- Subject: Re: 4.5 weekly snapshot: failed to pre-compile bits/stdc++.h.gch/O2ggnu++0x.gch On Thu, 30 Jul 2009, htl10 at users dot sourceforge dot net wrote: I can't say about the others alpha*-dec-osf[45

[Bug tree-optimization/40921] missed optimization: x + (-y * z * z) = x - y * z * z

2009-07-30 Thread joseph at codesourcery dot com
--- Comment #1 from joseph at codesourcery dot com 2009-07-30 23:45 --- Subject: Re: New: missed optimization: x + (-y * z * z) = x - y * z * z Note that -frounding-math should disable the proposed optimization. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40921

[Bug c/448] stdint.h-related issues (C99 issues)

2009-07-31 Thread joseph at codesourcery dot com
--- Comment #21 from joseph at codesourcery dot com 2009-07-31 12:54 --- Subject: Re: stdint.h-related issues (C99 issues) On Fri, 31 Jul 2009, paolo dot carlini at oracle dot com wrote: I'm wondering if there is something we can/should do here about C++1x: in the new Standard

[Bug c/448] stdint.h-related issues (C99 issues)

2009-07-31 Thread joseph at codesourcery dot com
--- Comment #23 from joseph at codesourcery dot com 2009-07-31 13:09 --- Subject: Re: stdint.h-related issues (C99 issues) On Fri, 31 Jul 2009, paolo dot carlini at oracle dot com wrote: Note, in C++1x, those macros should be effectively predefined *only* when cstdint is included

[Bug c/40951] Type-checking when returning from function missing

2009-08-03 Thread joseph at codesourcery dot com
--- Comment #1 from joseph at codesourcery dot com 2009-08-03 19:16 --- Subject: Re: New: Type-checking when returning from function missing On Mon, 3 Aug 2009, pratik dot j dot ashar at intel dot com wrote: Function foo() returns a char to the caller. Running objdump

[Bug c/40960] POSIX requires that option -D have a lower precedence than -U

2009-08-04 Thread joseph at codesourcery dot com
--- Comment #4 from joseph at codesourcery dot com 2009-08-04 14:54 --- Subject: Re: POSIX requires that option -D have a lower precedence than -U On Tue, 4 Aug 2009, vincent at vinc17 dot org wrote: There would the possibility to have a POSIX mode implied by c99, but I don't

[Bug middle-end/41001] alloca broken for -fno-builtin

2009-08-07 Thread joseph at codesourcery dot com
--- Comment #2 from joseph at codesourcery dot com 2009-08-07 17:24 --- Subject: Re: New: alloca broken for -fno-builtin On Fri, 7 Aug 2009, ktietz at gcc dot gnu dot org wrote: The function alloca (for cygwin/mingw target _alloca) is broken or not available (for linux64), when

[Bug middle-end/41001] alloca broken for -fno-builtin

2009-08-07 Thread joseph at codesourcery dot com
--- Comment #4 from joseph at codesourcery dot com 2009-08-07 22:36 --- Subject: Re: alloca broken for -fno-builtin On Fri, 7 Aug 2009, ktietz at gcc dot gnu dot org wrote: Well, if so. It makes no sense that -fno-builtins tries to call a function which isn't present. But for other

[Bug middle-end/41001] alloca broken for -fno-builtin

2009-08-08 Thread joseph at codesourcery dot com
--- Comment #7 from joseph at codesourcery dot com 2009-08-08 10:37 --- Subject: Re: alloca broken for -fno-builtin On Sat, 8 Aug 2009, ktietz at gcc dot gnu dot org wrote: Well, IMHO it is the same for alloca, as for setjmp, or longjmp. Even some code for detecting alloca

[Bug other/19165] (Natural) language independent error / warning classification

2009-08-08 Thread joseph at codesourcery dot com
--- Comment #11 from joseph at codesourcery dot com 2009-08-08 16:33 --- Subject: Re: (Natural) language independent error / warning classification On Sat, 8 Aug 2009, manu at gcc dot gnu dot org wrote: I am not planning to work on this further. This patch shows that it can

[Bug middle-end/30789] complex folding inexact

2009-08-12 Thread joseph at codesourcery dot com
--- Comment #4 from joseph at codesourcery dot com 2009-08-13 01:25 --- Subject: Re: complex folding inexact On Wed, 12 Aug 2009, ghazi at gcc dot gnu dot org wrote: --- Comment #3 from ghazi at gcc dot gnu dot org 2009-08-12 22:28 --- (In reply to comment #2

[Bug c++/19291] Warning cannot pass objects of non-POD type should be an error

2009-08-13 Thread joseph at codesourcery dot com
--- Comment #5 from joseph at codesourcery dot com 2009-08-13 12:23 --- Subject: Re: Warning cannot pass objects of non-POD type should be an error On Thu, 13 Aug 2009, redi at gcc dot gnu dot org wrote: I don't know about C, but C++ says: permissible undefined behavior ranges

[Bug fortran/41102] openMP include file causes errors when compiling with standards checking

2009-08-18 Thread joseph at codesourcery dot com
--- Comment #3 from joseph at codesourcery dot com 2009-08-18 15:58 --- Subject: Re: New: openMP include file causes errors when compiling with standards checking On Tue, 18 Aug 2009, ian dot bush at nag dot co dot uk wrote: Due to non-standard code in the supplied openMP header

[Bug fortran/41102] openMP include file causes errors when compiling with standards checking

2009-08-18 Thread joseph at codesourcery dot com
--- Comment #6 from joseph at codesourcery dot com 2009-08-18 16:52 --- Subject: Re: openMP include file causes errors when compiling with standards checking On Tue, 18 Aug 2009, ian dot bush at nag dot co dot uk wrote: Also Fortran doesn't have the concept of system headers, so

[Bug bootstrap/41124] 'configure' checks for Ada compiler but does not build one

2009-08-19 Thread joseph at codesourcery dot com
--- Comment #7 from joseph at codesourcery dot com 2009-08-19 23:58 --- Subject: Re: 'configure' checks for Ada compiler but does not build one On Wed, 19 Aug 2009, jakub at gcc dot gnu dot org wrote: obj-c++ isn't built by default either. And in both cases it is intentional

[Bug c++/40855] undefined reference to `typeinfo for __int128'

2009-08-25 Thread joseph at codesourcery dot com
--- Comment #2 from joseph at codesourcery dot com 2009-08-25 14:48 --- Subject: Re: undefined reference to `typeinfo for __int128' On Tue, 25 Aug 2009, bangerth at gmail dot com wrote: With current mainline, I just get these errors: g/x /home/bangerth/bin/x86/gcc-mainline/bin/c

[Bug testsuite/41166] [4.5 Regression] Syntax error: Unterminated quoted string

2009-08-25 Thread joseph at codesourcery dot com
--- Comment #2 from joseph at codesourcery dot com 2009-08-25 16:23 --- Subject: Re: [4.5 Regression] Syntax error: Unterminated quoted string On Tue, 25 Aug 2009, rwild at gcc dot gnu dot org wrote: AFACIS, the bug is in the test_summary script, it tries to parse the internals

[Bug testsuite/41166] [4.5 Regression] Syntax error: Unterminated quoted string

2009-08-25 Thread joseph at codesourcery dot com
--- Comment #4 from joseph at codesourcery dot com 2009-08-25 16:58 --- Subject: Re: [4.5 Regression] Syntax error: Unterminated quoted string On Tue, 25 Aug 2009, rwild at gcc dot gnu dot org wrote: --- Comment #3 from rwild at gcc dot gnu dot org 2009-08-25 16:32

[Bug debug/41226] [4.5 regression] Revision 151313 caused many regressions on trunk

2009-09-02 Thread joseph at codesourcery dot com
--- Comment #2 from joseph at codesourcery dot com 2009-09-02 14:39 --- Subject: Re: [4.5 regression] Revision 151313 caused many regressions on trunk On Wed, 2 Sep 2009, jakub at gcc dot gnu dot org wrote: Only pr40753.c is a regression, the rest are new tests. And guality tests

[Bug bootstrap/41180] can not build gcc 4.4.1 on Snow Leopard Mac OS X 10.6

2009-09-03 Thread joseph at codesourcery dot com
--- Comment #28 from joseph at codesourcery dot com 2009-09-03 11:04 --- Subject: Re: can not build gcc 4.4.1 on Snow Leopard Mac OS X 10.6 On Thu, 3 Sep 2009, howarth at nitro dot med dot uc dot edu wrote: Mike, Regarding passing -m32 within the x86_64 host case, I

[Bug tree-optimization/41271] [4.5 Regression] FAIL: gcc.dg/matrix/matrix-2.c scan-ipa-dump-times matrix-reorg Flattened 2 dimensions 1

2009-09-05 Thread joseph at codesourcery dot com
--- Comment #7 from joseph at codesourcery dot com 2009-09-05 11:35 --- Subject: Re: [4.5 Regression] FAIL: gcc.dg/matrix/matrix-2.c scan-ipa-dump-times matrix-reorg Flattened 2 dimensions 1 On Sat, 5 Sep 2009, rguenth at gcc dot gnu dot org wrote: It's glibc prototyping printf

[Bug target/38182] stddef.h assumes machinee/ansi.h defines _ANSI_H_

2009-09-07 Thread joseph at codesourcery dot com
--- Comment #16 from joseph at codesourcery dot com 2009-09-07 17:24 --- Subject: Re: stddef.h assumes machinee/ansi.h defines _ANSI_H_ On Mon, 7 Sep 2009, prlw1 at cam dot ac dot uk wrote: I just got stuck with this again: wondered why a NetBSD-5.99.15/i386 box with gcc-HEAD

[Bug bootstrap/41322] [4.5 Regression] Failed to bootstrap

2009-09-09 Thread joseph at codesourcery dot com
--- Comment #3 from joseph at codesourcery dot com 2009-09-09 20:52 --- Subject: Re: New: [4.5 Regression] Failed to bootstrap On Wed, 9 Sep 2009, hjl dot tools at gmail dot com wrote: We aren't consistent where to report gcc bugs: [...@gnu-31 src-trunk]$ grep ttp://gcc.gnu.org

<    2   3   4   5   6   7   8   9   10   11   >