[Bug c/27153] function result is dereferenced error

2006-04-18 Thread joseph at codesourcery dot com
--- Comment #11 from joseph at codesourcery dot com 2006-04-18 11:17 --- Subject: Re: function result is dereferenced error On Tue, 18 Apr 2006, falk at debian dot org wrote: > Uhm, this has nothing to do at all with evaluation order. Evaluation > order of arguments is unspe

[Bug preprocessor/27195] hex and oct constants are converted to wrong type

2006-04-18 Thread joseph at codesourcery dot com
--- Comment #3 from joseph at codesourcery dot com 2006-04-18 11:22 --- Subject: Re: hex and oct constants are converted to wrong type On Tue, 18 Apr 2006, rguenth at gcc dot gnu dot org wrote: > 6.10.1/3 > > The resulting tokens > compose the controlling constant expr

[Bug c/27153] function result is dereferenced error

2006-04-18 Thread joseph at codesourcery dot com
--- Comment #13 from joseph at codesourcery dot com 2006-04-18 12:57 --- Subject: Re: function result is dereferenced error On Tue, 18 Apr 2006, falk at debian dot org wrote: > > However, the evaluation of the > > arguments to printf may overlap and the order is uns

[Bug c/27214] The C frontend introduces undefined pointer overflow

2006-04-19 Thread joseph at codesourcery dot com
--- Comment #7 from joseph at codesourcery dot com 2006-04-19 17:15 --- Subject: Re: The C frontend introduces undefined pointer overflow On Wed, 19 Apr 2006, rakdver at gcc dot gnu dot org wrote: > Andrew, please do not mark PRs as invalid until the people involved in

[Bug c++/16376] Bit-field promotions

2006-04-23 Thread joseph at codesourcery dot com
--- Comment #4 from joseph at codesourcery dot com 2006-04-23 22:22 --- Subject: Re: Bit-field promotions On Sun, 23 Apr 2006, mmitchel at gcc dot gnu dot org wrote: > However, my patch was not intended to fix this bug, and only does so by > accident. In particular, the last

[Bug target/27034] [4.2 Regression] gcc.dg/20021014-1.c (test for excess errors) fails

2006-05-02 Thread joseph at codesourcery dot com
--- Comment #4 from joseph at codesourcery dot com 2006-05-03 00:12 --- Subject: Re: [4.2 Regression] gcc.dg/20021014-1.c (test for excess errors) fails On Tue, 2 May 2006, sje at cup dot hp dot com wrote: > I am not seeing this failure in my recent builds, should I go ahead

[Bug target/27682] float to int conversion doesn't raise invalid exception

2006-05-19 Thread joseph at codesourcery dot com
--- Comment #3 from joseph at codesourcery dot com 2006-05-19 16:35 --- Subject: Re: New: float to int conversion doesn't raise invalid exception On Fri, 19 May 2006, janis at gcc dot gnu dot org wrote: > GCC claims to follow C99 Annex F when converting a floating val

[Bug middle-end/24998] [4.2 Regression] Build failure: undefined symbol __floatunsitf

2006-06-04 Thread joseph at codesourcery dot com
--- Comment #29 from joseph at codesourcery dot com 2006-06-04 17:35 --- Subject: Re: [4.2 Regression] Build failure: undefined symbol __floatunsitf On Sun, 4 Jun 2006, mmitchel at gcc dot gnu dot org wrote: > --- Comment #28 from mmitchel at gcc dot gnu dot org 2006-06-04

[Bug preprocessor/28022] Incorrect pedwarn for , expression in #if in c99 mode

2006-06-14 Thread joseph at codesourcery dot com
--- Comment #1 from joseph at codesourcery dot com 2006-06-14 11:03 --- Subject: Re: New: Incorrect pedwarn for , expression in #if in c99 mode On Wed, 14 Jun 2006, sabre at nondot dot org wrote: > This testcase: > > #if 1 , 0 > #endif > > Should not warn with

[Bug testsuite/28123] gcc.dg/cpp/_Pragma3.c is sensitive to timestamps

2006-06-21 Thread joseph at codesourcery dot com
--- Comment #2 from joseph at codesourcery dot com 2006-06-21 15:14 --- Subject: Re: New: gcc.dg/cpp/_Pragma3.c is sensitive to timestamps On Wed, 21 Jun 2006, amylaar at gcc dot gnu dot org wrote: > It would appear that this tests success requires that either _Pragma3.c

[Bug target/28137] "make check" gets 10 FAIL reports with gcc.dg/c99-typespec-1.c

2006-06-22 Thread joseph at codesourcery dot com
--- Comment #2 from joseph at codesourcery dot com 2006-06-22 14:27 --- Subject: Re: "make check" gets 10 FAIL reports with gcc.dg/c99-typespec-1.c On Thu, 22 Jun 2006, pinskia at gcc dot gnu dot org wrote: > FAIL: gcc.dg/c99-typespec-1.c (test for excess errors) >

[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. B

[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 rea

[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.UT

[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

[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 wit

[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

[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

[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, in t

[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

[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 ABI

[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, to

[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 stand

[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 > on

[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 for i

[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

[Bug target/38703] testsuite __gnu_mcount_nc link error when profiling on arm

2009-01-02 Thread joseph at codesourcery dot com
--- Comment #3 from joseph at codesourcery dot com 2009-01-02 17:35 --- Subject: Re: testsuite __gnu_mcount_nc link error when profiling on arm On Fri, 2 Jan 2009, laurent at guerby dot net wrote: > I could not find a GLIBC 2.8 release in http://ftp.gnu.org/gnu/glibc/ > nor

[Bug c++/38725] [4.4 regression] ICE with goto

2009-01-04 Thread joseph at codesourcery dot com
--- Comment #3 from joseph at codesourcery dot com 2009-01-05 05:05 --- Subject: Re: [4.4 regression] ICE with goto This being accepted for C is bug 32122. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38725

[Bug c++/35711] bad text in -Wcast-qual warning (forgets volatile)

2009-01-07 Thread joseph at codesourcery dot com
--- Comment #10 from joseph at codesourcery dot com 2009-01-07 15:34 --- Subject: Re: bad text in -Wcast-qual warning (forgets volatile) On Wed, 7 Jan 2009, ian at airs dot com wrote: > How is it unsafe? All the const qualifier on a pointer means is that the > memory will

[Bug middle-end/21374] [4.2/4.3/4.4 regression] ICE with nested function

2009-01-13 Thread joseph at codesourcery dot com
--- Comment #5 from joseph at codesourcery dot com 2009-01-13 12:52 --- Subject: Re: [4.2/4.3/4.4 regression] ICE with nested function Does standard Ada allow something like this? If so, there's not much point making it invalid GNU C. -- http://gcc.gnu.org/bug

[Bug c/27628] Incorrect memory access type used used in accessing bitfields

2009-01-13 Thread joseph at codesourcery dot com
--- Comment #7 from joseph at codesourcery dot com 2009-01-13 16:39 --- Subject: Re: Incorrect memory access type used used in accessing bitfields On Tue, 13 Jan 2009, frikkie at zitera dot co dot za wrote: > I've submitted patches to bug report 23623 > (http://gcc.gnu.o

[Bug middle-end/21374] [4.2/4.3/4.4 regression] ICE with nested function

2009-01-14 Thread joseph at codesourcery dot com
--- Comment #7 from joseph at codesourcery dot com 2009-01-14 13:49 --- Subject: Re: [4.2/4.3/4.4 regression] ICE with nested function If there is language-independent code that's supposed to handle this extension that doesn't handle anything in any other language, I'

[Bug middle-end/21374] [4.2/4.3/4.4 regression] ICE with nested function

2009-01-14 Thread joseph at codesourcery dot com
--- Comment #9 from joseph at codesourcery dot com 2009-01-14 15:06 --- Subject: Re: [4.2/4.3/4.4 regression] ICE with nested function If all such calls ICE since 3.4.5 then I think we can just remove the feature (giving an error if a nested function is declared to return a

[Bug c/38929] Optimisation with inline function causes invalid behaviour

2009-01-21 Thread joseph at codesourcery dot com
--- Comment #5 from joseph at codesourcery dot com 2009-01-21 23:27 --- Subject: Re: Optimisation with inline function causes invalid behaviour On Wed, 21 Jan 2009, rguenth at gcc dot gnu dot org wrote: > You overflow x and y in main() which invokes undefined behavior. Actually

[Bug middle-end/38934] [4.3/4.4 Regression] ICE in set_value_range, at tree-vrp.c:398

2009-01-27 Thread joseph at codesourcery dot com
--- Comment #15 from joseph at codesourcery dot com 2009-01-27 13:33 --- Subject: Re: [4.3/4.4 Regression] ICE in set_value_range, at tree-vrp.c:398 On Tue, 27 Jan 2009, jakub at gcc dot gnu dot org wrote: > I wonder if the libcpp warning is correct in this case for > -s

[Bug middle-end/38934] [4.3/4.4 Regression] ICE in set_value_range, at tree-vrp.c:398

2009-01-27 Thread joseph at codesourcery dot com
--- Comment #17 from joseph at codesourcery dot com 2009-01-27 14:55 --- Subject: Re: [4.3/4.4 Regression] ICE in set_value_range, at tree-vrp.c:398 On Tue, 27 Jan 2009, bonzini at gnu dot org wrote: > > It's very clear to me by now that HOST_WIDE_INT should only de

[Bug c/39026] Gcc accepts invalid code

2009-01-29 Thread joseph at codesourcery dot com
--- Comment #2 from joseph at codesourcery dot com 2009-01-29 20:02 --- Subject: Re: New: Gcc accepts invalid code On Thu, 29 Jan 2009, hjl dot tools at gmail dot com wrote: > inline void foo (); > > int > main () > { > foo (); > return 0; > } > [..

[Bug c/39036] Decimal floating-point exception flags done wrong

2009-01-30 Thread joseph at codesourcery dot com
--- Comment #6 from joseph at codesourcery dot com 2009-01-30 23:14 --- Subject: Re: Decimal floating-point exception flags done wrong On Fri, 30 Jan 2009, tydeman at tybor dot com wrote: > I consider emulation of decimal FP to be part of the compiler's job. Part of > tha

[Bug c/40026] [4.5 Regression] ICE during gimplify_init_constructor

2009-05-06 Thread joseph at codesourcery dot com
--- Comment #2 from joseph at codesourcery dot com 2009-05-06 11:09 --- Subject: Re: [4.5 Regression] ICE during gimplify_init_constructor On Tue, 5 May 2009, rguenth at gcc dot gnu dot org wrote: > Reduced testcase, maybe due to the C const expression changes(?) I see nothing

[Bug testsuite/40050] plugin tests don't work with multilib

2009-05-06 Thread joseph at codesourcery dot com
--- Comment #1 from joseph at codesourcery dot com 2009-05-06 20:16 --- Subject: Re: New: plugin tests don't work with multilib On Wed, 6 May 2009, hjl dot tools at gmail dot com wrote: > On Linux/Intel64, I got > > Executing on host: /export/build/gnu/gcc/build-x8

[Bug c/40065] spurious format string warnings

2009-05-08 Thread joseph at codesourcery dot com
--- Comment #3 from joseph at codesourcery dot com 2009-05-08 10:19 --- Subject: Re: spurious format string warnings On Fri, 8 May 2009, pinskia at gcc dot gnu dot org wrote: > is happening here, it is assuming %qE does not take an argument). I don't see > an issue really

[Bug target/40130] rint from gcc.c-torture/execute miscompiled with -march=i486

2009-05-13 Thread joseph at codesourcery dot com
--- Comment #3 from joseph at codesourcery dot com 2009-05-13 16:50 --- Subject: Re: rint from gcc.c-torture/execute miscompiled with -march=i486 On Wed, 13 May 2009, ubizjak at gmail dot com wrote: > Adding -ffloat-store also fixes these failures. ieee.exp already uses -ffl

[Bug c/40065] spurious format string warnings

2009-05-14 Thread joseph at codesourcery dot com
--- Comment #5 from joseph at codesourcery dot com 2009-05-14 12:01 --- Subject: Re: spurious format string warnings On Thu, 14 May 2009, bje at gcc dot gnu dot org wrote: > Andrew wrote: > > "GCC can assume %qE means anything from just printing E in quotes" &

[Bug bootstrap/40198] No rule to make target `proto', needed by `native'. Stop.

2009-05-19 Thread joseph at codesourcery dot com
--- Comment #2 from joseph at codesourcery dot com 2009-05-19 16:15 --- Subject: Re: No rule to make target `proto', needed by `native'. Stop. protoize and unprotoize were removed in 4.5 having been deprecated in 4.4 - either some reference did not get removed, or an

[Bug libstdc++/40133] exception propagation support not enabled in libstdc++ 4.4 on {armeabi,hppa}-linux

2009-05-22 Thread joseph at codesourcery dot com
--- Comment #6 from joseph at codesourcery dot com 2009-05-22 10:22 --- Subject: Re: exception propagation support not enabled in libstdc++ 4.4 on {armeabi,hppa}-linux On Fri, 22 May 2009, mikpe at it dot uu dot se wrote: > Created an attachment (id=17900) --> (http://gcc.g

[Bug target/40236] i386: request a single option to turn off all instructions which can cause #TS

2009-05-29 Thread joseph at codesourcery dot com
--- Comment #5 from joseph at codesourcery dot com 2009-05-29 09:42 --- Subject: Re: New: Request a single option to turn off all instructions which can cause #TS This sounds very much like the long-requested -fno-implicit-fp / -mno-implicit-fp option. We have an implementation of

[Bug driver/40251] Using the -V option makes the compiler to exit with 0 exit code on error

2009-05-29 Thread joseph at codesourcery dot com
--- Comment #2 from joseph at codesourcery dot com 2009-05-29 10:06 --- Subject: Re: New: Using the -V option makes the compiler to exit with 0 exit code on error The pexecute interface returns a status value from waitpid from the driver executed with -V, and gcc.c then passes this

[Bug middle-end/32950] [4.5 regression] ICE with __complex__ double

2009-06-06 Thread joseph at codesourcery dot com
--- Comment #10 from joseph at codesourcery dot com 2009-06-06 22:22 --- Subject: Re: [4.5 regression] ICE with __complex__ double On Sat, 6 Jun 2009, hjl dot tools at gmail dot com wrote: > That is why we shouldn't close a bug report without checking > in a testcase.

[Bug preprocessor/40376] GCC defines UNICODE instead of _UNICODE for -municode

2009-06-08 Thread joseph at codesourcery dot com
--- Comment #4 from joseph at codesourcery dot com 2009-06-08 09:40 --- Subject: Re: GCC defines UNICODE instead of _UNICODE for -municode On Mon, 8 Jun 2009, ktietz at gcc dot gnu dot org wrote: > to define UNICODE is absolutely correct. The define _UNICODE is fiction (bu

[Bug bootstrap/40103] CLooG header files are not -Wc++-compat ready

2009-06-09 Thread joseph at codesourcery dot com
--- Comment #7 from joseph at codesourcery dot com 2009-06-09 17:42 --- Subject: Re: CLooG header files are not -Wc++-compat ready On Tue, 9 Jun 2009, spop at gcc dot gnu dot org wrote: > 2009-06-09 Sebastian Pop > > PR bootstrap/40103 > * graphi

[Bug c/40390] possible integer wrong code bug

2009-06-09 Thread joseph at codesourcery dot com
--- Comment #1 from joseph at codesourcery dot com 2009-06-09 18:34 --- Subject: Re: New: possible integer wrong code bug On Tue, 9 Jun 2009, regehr at cs dot utah dot edu wrote: > reg...@john-home:~$ cat foo.c > #include > > int foo(int y) > { > return (

[Bug middle-end/40393] cos gets replaced by sincos somehow, which doesn't exist on system

2009-06-09 Thread joseph at codesourcery dot com
--- Comment #2 from joseph at codesourcery dot com 2009-06-10 00:58 --- Subject: Re: New: cos gets replaced by sincos somehow, which doesn't exist on system On Tue, 9 Jun 2009, thekevinday at gmail dot com wrote: > When I compiling lcms or ncurses I get: undefined refe

[Bug c/40442] Option -I and POSIX conformance (c99 utility)

2009-06-14 Thread joseph at codesourcery dot com
--- Comment #1 from joseph at codesourcery dot com 2009-06-15 01:01 --- Subject: Re: New: Option -I and POSIX conformance (c99 utility) On Mon, 15 Jun 2009, vincent at vinc17 dot org wrote: > As you can see, there is a difference for standard system include directories, > for

[Bug c/40442] Option -I and POSIX conformance (c99 utility)

2009-06-15 Thread joseph at codesourcery dot com
--- Comment #3 from joseph at codesourcery dot com 2009-06-15 10:57 --- Subject: Re: Option -I and POSIX conformance (c99 utility) On Mon, 15 Jun 2009, vincent at vinc17 dot org wrote: > This may be true for standard headers, but system directories don't contain > on

[Bug c/40442] Option -I and POSIX conformance (c99 utility)

2009-06-15 Thread joseph at codesourcery dot com
--- Comment #5 from joseph at codesourcery dot com 2009-06-15 13:06 --- Subject: Re: Option -I and POSIX conformance (c99 utility) On Mon, 15 Jun 2009, vincent at vinc17 dot org wrote: > --- Comment #4 from vincent at vinc17 dot org 2009-06-15 11:59 --- > (In re

[Bug target/28763] sizeof() and __attribute__ broken with bit-fields on ppc-eabi

2009-06-16 Thread joseph at codesourcery dot com
--- Comment #13 from joseph at codesourcery dot com 2009-06-16 17:26 --- Subject: Re: wrong size of struct with some bit-fields on ppc-eabi On Tue, 16 Jun 2009, mcvick_e at iname dot com wrote: > Furthermore, as stated numerous comments back with a link to the actual PPC &g

[Bug target/28763] sizeof() and __attribute__ broken with bit-fields on ppc-eabi

2009-06-16 Thread joseph at codesourcery dot com
--- Comment #15 from joseph at codesourcery dot com 2009-06-16 20:03 --- Subject: Re: sizeof() and __attribute__ broken with bit-fields on ppc-eabi On Tue, 16 Jun 2009, mcvick_e at iname dot com wrote: > Thanks for the update. I finally feel as though this is getting some te

[Bug target/40463] linux-eabi.h:79:36: error: identifier "not" is a special operator name in C++

2009-06-17 Thread joseph at codesourcery dot com
--- Comment #2 from joseph at codesourcery dot com 2009-06-17 10:13 --- Subject: Re: linux-eabi.h:79:36: error: identifier "not" is a special operator name in C++ On Wed, 17 Jun 2009, ramana at gcc dot gnu dot org wrote: > Could you specify which version of the source

[Bug c/40474] gcc 4.3 no longer warns about missing newlines at end of files (regression from 4.2)

2009-06-17 Thread joseph at codesourcery dot com
--- Comment #2 from joseph at codesourcery dot com 2009-06-17 13:35 --- Subject: Re: New: gcc 4.3 no longer warns about missing newlines at end of files (regression from 4.2) On Wed, 17 Jun 2009, rlerallut at free dot fr wrote: > When compiling a C or C++ program with gcc 4.3 (

[Bug c/40474] gcc 4.3 no longer warns about missing newlines at end of files (regression from 4.2)

2009-06-17 Thread joseph at codesourcery dot com
--- Comment #4 from joseph at codesourcery dot com 2009-06-17 13:59 --- Subject: Re: gcc 4.3 no longer warns about missing newlines at end of files (regression from 4.2) On Wed, 17 Jun 2009, rlerallut at free dot fr wrote: > (In reply to comment #2) > > This is deliberate

[Bug c/40474] gcc 4.3 no longer warns about missing newlines at end of files (regression from 4.2)

2009-06-17 Thread joseph at codesourcery dot com
--- Comment #6 from joseph at codesourcery dot com 2009-06-17 14:28 --- Subject: Re: gcc 4.3 no longer warns about missing newlines at end of files (regression from 4.2) On Wed, 17 Jun 2009, rlerallut at free dot fr wrote: > And what happened to configuration flags ? Configurat

[Bug target/40411] -std=c99 does not enable c99 mode in Solaris C library

2009-06-17 Thread joseph at codesourcery dot com
--- Comment #3 from joseph at codesourcery dot com 2009-06-17 15:34 --- Subject: Re: -std=c99 does not enable c99 mode in Solaris C library On Wed, 17 Jun 2009, rguenth at gcc dot gnu dot org wrote: > GCC 3.4.x is no longer maintained, please check GCC 4.3.x or newer. It i

[Bug c/40485] definitions of __builtin_abs() and abs() function in one module not diagnosed

2009-06-18 Thread joseph at codesourcery dot com
--- Comment #5 from joseph at codesourcery dot com 2009-06-18 21:08 --- Subject: Re: definitions of __builtin_abs() and abs() function in one module not diagnosed What happened to the patch for PR 32455 to disallow __builtin_* declarations? That PR indicates it was approved for 4.5

[Bug target/40411] -std=c99 does not enable c99 mode in Solaris C library

2009-06-18 Thread joseph at codesourcery dot com
--- Comment #6 from joseph at codesourcery dot com 2009-06-18 21:49 --- Subject: Re: -std=c99 does not enable c99 mode in Solaris C library On Thu, 18 Jun 2009, heydowns at borg dot com wrote: > Was looking at modifying the spec to produce the desired results and > cont

[Bug c/40564] Invalid -Wc++-compat warning about stringized C++ operator name

2009-06-26 Thread joseph at codesourcery dot com
--- Comment #1 from joseph at codesourcery dot com 2009-06-26 22:44 --- Subject: Re: New: Invalid -Wc++-compat warning about stringized C++ operator name A closely related case is: #define foo not used There is no important difference in the meaning of this between C and C++ if

[Bug target/40411] -std=c99 does not enable c99 mode in Solaris C library

2009-07-04 Thread joseph at codesourcery dot com
--- Comment #9 from joseph at codesourcery dot com 2009-07-04 11:49 --- Subject: Re: -std=c99 does not enable c99 mode in Solaris C library On Sat, 4 Jul 2009, ebotcazou at gcc dot gnu dot org wrote: > > I wasn't sure exactly how to handle the various -std=gnu* modes

[Bug target/40647] 32-bit pointers on 64-bit operating systems

2009-07-04 Thread joseph at codesourcery dot com
--- Comment #5 from joseph at codesourcery dot com 2009-07-04 11:54 --- Subject: Re: 32-bit pointers on 64-bit operating systems The natural analogy would be with MIPS n32 (an ILP32 ABI for 64-bit MIPS hardware), which also indicates the directory names (/lib32) to use. There would

[Bug c++/40752] -Wconversion: do not warn for operands not larger than target type

2009-07-15 Thread joseph at codesourcery dot com
--- Comment #10 from joseph at codesourcery dot com 2009-07-15 14:15 --- Subject: Re: -Wconversion: do not warn for operands not larger than target type On Wed, 15 Jul 2009, ian at airs dot com wrote: > Sure, it can wrap, but -Wconversion is not for wrapping warnings. It&#x

[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 is

[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 arr

[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/onli

[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 c

[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, with

[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 cl

[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*-de

[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] -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: -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 St

[Bug c/448] -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: -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 > is included, not wh

[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 on

[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 do

[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)

[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 prese

[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 detecti

[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 t

[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: > > "p

[Bug target/24475] gcc.dg/tls/pr24428.c execution test and gcc.dg/tls/pr24428-2.c execution test fail on IA32

2005-11-09 Thread joseph at codesourcery dot com
--- Comment #2 from joseph at codesourcery dot com 2005-11-09 18:09 --- Subject: Re: gcc.dg/tls/pr24428.c execution test and gcc.dg/tls/pr24428-2.c execution test fail on IA32 On Wed, 9 Nov 2005, jakub at gcc dot gnu dot org wrote: > Works just fine here. What glibc are you us

[Bug target/24475] gcc.dg/tls/pr24428.c execution test and gcc.dg/tls/pr24428-2.c execution test fail on IA32

2005-11-12 Thread joseph at codesourcery dot com
--- Comment #4 from joseph at codesourcery dot com 2005-11-12 14:24 --- Subject: Re: gcc.dg/tls/pr24428.c execution test and gcc.dg/tls/pr24428-2.c execution test fail on IA32 On Thu, 10 Nov 2005, jakub at gcc dot gnu dot org wrote: > Does even a trivial __thread using program br

[Bug target/24475] gcc.dg/tls/pr24428.c execution test and gcc.dg/tls/pr24428-2.c execution test fail on IA32

2005-11-15 Thread joseph at codesourcery dot com
--- Comment #7 from joseph at codesourcery dot com 2005-11-15 09:23 --- Subject: Re: gcc.dg/tls/pr24428.c execution test and gcc.dg/tls/pr24428-2.c execution test fail on IA32 On Tue, 15 Nov 2005, uros at kss-loka dot si wrote: > The job of compiler is IMO to compile sour

[Bug preprocessor/24976] simple hexadecimal number parsed as C99 hex float

2005-11-21 Thread joseph at codesourcery dot com
--- Comment #2 from joseph at codesourcery dot com 2005-11-21 18:21 --- Subject: Re: New: simple hexadecimal number parsed as C99 hex float On Mon, 21 Nov 2005, bernie at develer dot com wrote: > This testcase: > > int a = 0xe+100; 0xe+100 is a single preprocessing nu

[Bug middle-end/24998] [4.2 Regression] Build failure on sparc-sun-solaris2.9/arm: undefined symbol __floatunsitf

2005-11-23 Thread joseph at codesourcery dot com
--- Comment #3 from joseph at codesourcery dot com 2005-11-23 14:07 --- Subject: Re: New: Build failure on sparc-sun-solaris2.9: undefined symbol __floatunsitf On Wed, 23 Nov 2005, fxcoudert at gcc dot gnu dot org wrote: > Undefined first referenced >

[Bug middle-end/24998] [4.2 Regression] Build failure on sparc-sun-solaris2.9/arm: undefined symbol __floatunsitf

2005-11-23 Thread joseph at codesourcery dot com
--- Comment #4 from joseph at codesourcery dot com 2005-11-23 14:09 --- Subject: Re: Build failure on sparc-sun-solaris2.9/arm: undefined symbol __floatunsitf On Wed, 23 Nov 2005, rearnsha at gcc dot gnu dot org wrote: > /work/rearnsha/gnusrc/gcc/trunk/gcc/timevar.c:203: undefi

[Bug middle-end/24998] [4.2 Regression] Build failure on sparc-sun-solaris2.9/arm: undefined symbol __floatunsitf

2005-11-23 Thread joseph at codesourcery dot com
--- Comment #6 from joseph at codesourcery dot com 2005-11-23 14:28 --- Subject: Re: [4.2 Regression] Build failure on sparc-sun-solaris2.9/arm: undefined symbol __floatunsitf On Wed, 23 Nov 2005, rearnsha at gcc dot gnu dot org wrote: > > ARM should be getting __floatunsid

[Bug middle-end/24998] [4.2 Regression] Build failure on sparc-sun-solaris2.9/arm: undefined symbol __floatunsitf

2005-11-23 Thread joseph at codesourcery dot com
--- Comment #8 from joseph at codesourcery dot com 2005-11-23 14:54 --- Subject: Re: [4.2 Regression] Build failure on sparc-sun-solaris2.9/arm: undefined symbol __floatunsitf On Wed, 23 Nov 2005, rearnsha at gcc dot gnu dot org wrote: > Not that simple, because the implementat

[Bug middle-end/24998] [4.2 Regression] Build failure on sparc-sun-solaris2.9/arm: undefined symbol __floatunsitf

2005-11-24 Thread joseph at codesourcery dot com
--- Comment #9 from joseph at codesourcery dot com 2005-11-25 02:51 --- Subject: Patch for sparc-solaris build failure This patch fixes some of the problems associated with the use of libcalls for unsigned-to-floating conversions (bug 24998). The underlying problem was that my patch

[Bug middle-end/24998] [4.2 Regression] Build failure on sparc-sun-solaris2.9/arm: undefined symbol __floatunsitf

2005-11-25 Thread joseph at codesourcery dot com
--- Comment #15 from joseph at codesourcery dot com 2005-11-26 03:55 --- Subject: Patch for ia64-hpux problems This patch fixes the ia64-hpux problems with my __floatun* patch. It adds a full set of C implementations of __floatunsi* which should also be usable to solve the arm

[Bug middle-end/25120] builtin *printf handlers are confused by -fexec-charset

2005-11-27 Thread joseph at codesourcery dot com
--- Comment #5 from joseph at codesourcery dot com 2005-11-28 00:45 --- Subject: Re: New: [3.4/4.0/4.1/4.2] builtin printf/fprintf is confused by -fexec-charset On Sun, 27 Nov 2005, ghazi at gcc dot gnu dot org wrote: > With a program compiled with e.g. -O2 -fexec-charset=IBM1

[Bug middle-end/24998] [4.2 Regression] Build failure on sparc-sun-solaris2.9/arm: undefined symbol __floatunsitf

2005-11-28 Thread joseph at codesourcery dot com
--- Comment #17 from joseph at codesourcery dot com 2005-11-28 23:43 --- Subject: Re: [4.2 Regression] Build failure on sparc-sun-solaris2.9/arm: undefined symbol __floatunsitf Current status: PA needs fixing, probably similarly to ia64-hpux. So does MIPS16. FRV may need fixing

[Bug testsuite/25167] FAIL: gcc.dg/weak/weak-14.c

2005-11-29 Thread joseph at codesourcery dot com
--- Comment #1 from joseph at codesourcery dot com 2005-11-30 00:34 --- Subject: Re: New: FAIL: gcc.dg/weak/weak-14.c Isn't this just bug 24478? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25167

  1   2   3   4   5   6   7   8   9   10   >