chummy russsian Schoolgirl in ponno!

2006-09-20 Thread Christina Daly
Young Teenie so risque and pretty! http://xochupogadertas.com

[Bug debug/29146] Gcc generates DWARF3 DW_FORM_ref_addr in DWARF2 info

2006-09-20 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-09-20 06:09 --- Actually, wait GCC outputs the correct thing: case dw_val_class_die_ref: if (AT_ref_external (a)) { char *sym = AT_ref (a)-die_symbol; gcc_assert (sym);

[Bug c++/2413] Under AIX 4.3.0: Global object constructors not executed

2006-09-20 Thread d dot obermann at callassoftware dot com
--- Comment #3 from d dot obermann at callassoftware dot com 2006-09-20 06:38 --- I have this problem on AIX 5.3 with gcc 4.1.1 (also with 4.0.2) In a small program the code below works but when I add this to my application, the code is never executed. (My application is about 440MB

[Bug c++/29143] address-of overloaded function does not work in function call

2006-09-20 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-09-20 06:58 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC|

[Bug target/26778] [4.0/4.1 regression] GCC4 moves the result of a conditional block through inadequate registers

2006-09-20 Thread bonzini at gnu dot org
--- Comment #13 from bonzini at gnu dot org 2006-09-20 07:07 --- reopening... -- bonzini at gnu dot org changed: What|Removed |Added Status|RESOLVED

[Bug target/26778] [4.0/4.1 regression] GCC4 moves the result of a conditional block through inadequate registers

2006-09-20 Thread bonzini at gnu dot org
--- Comment #14 from bonzini at gnu dot org 2006-09-20 07:07 --- ... because the appropriate resolution is WONTFIX -- bonzini at gnu dot org changed: What|Removed |Added

[Bug c++/29138] [4.0/4.1/4.2 Regression] access declarations don't work for classes

2006-09-20 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||rejects-valid Known to fail||3.0.4

[Bug c++/29138] [4.0/4.1/4.2 Regression] access declarations don't work for classes

2006-09-20 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-09-20 07:12 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/27046] [mingw32] mixed C-Fortran I/O doesn't flush

2006-09-20 Thread fxcoudert at gcc dot gnu dot org
--- Comment #8 from fxcoudert at gcc dot gnu dot org 2006-09-20 07:50 --- (In reply to comment #7) If you stll think that this is a libgfortran bug (I don't) you could add setvbuf(stdout, NULL, _IOLBF, 0); to unix.c:output_stream() so that stdout always is line-buffered even

[Bug target/28069] __m128 local variables don't get properly aligned.

2006-09-20 Thread fxcoudert at gcc dot gnu dot org
--- Comment #3 from fxcoudert at gcc dot gnu dot org 2006-09-20 07:54 --- Not specific to mingw32. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/19970] Java Disabled for MinGW

2006-09-20 Thread fxcoudert at gcc dot gnu dot org
--- Comment #6 from fxcoudert at gcc dot gnu dot org 2006-09-20 07:56 --- Any news on enabling libgcj by default? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19970

[Bug target/29124] unoptimal addressing mode.

2006-09-20 Thread pluto at agmk dot net
--- Comment #2 from pluto at agmk dot net 2006-09-20 08:00 --- (In reply to comment #1) I cannot reproduce this with 4.2.0 20060311 or 4.0.3 or 4.1.0 20060208. Are you sure that you don't have a patch that causes problems? http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24669#c3 causes

[Bug target/14666] Crossing from GNU/Linux to MinGW requires SEVERAL hacks

2006-09-20 Thread fxcoudert at gcc dot gnu dot org
--- Comment #17 from fxcoudert at gcc dot gnu dot org 2006-09-20 08:01 --- Cross-building for mingw32 now works for me, and this bug has been inactive long enough that we can close it. If someone has recent data on this, please reopen! -- fxcoudert at gcc dot gnu dot org changed:

[Bug target/9539] [Windows] builtin [long/set]jmp not working properly with signals

2006-09-20 Thread fxcoudert at gcc dot gnu dot org
--- Comment #6 from fxcoudert at gcc dot gnu dot org 2006-09-20 08:05 --- I think this is fixed on 4.2: $ gcc a.c a.c:16:1: warning: setjmp redefined In file included from a.c:7: c:/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../../include/setjmp.h:41:1: warning: this is the location of

[Bug c/9601] -mrtd switch/stdcall attribute raises warnings for __buitltin functions

2006-09-20 Thread fxcoudert at gcc dot gnu dot org
--- Comment #5 from fxcoudert at gcc dot gnu dot org 2006-09-20 08:12 --- double __attribute__((cdecl)) sqrt (double); double __attribute__((stdcall)) log (double); double cos (double); With this code, we still (gcc-4.2) get: $ gcc -c -W -Wall -mrtd b.c b.c:1: warning:

[Bug middle-end/28046] libgomp test pr27337.C fails intermittently

2006-09-20 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2006-09-20 08:22 --- Subject: Bug 28046 Author: jakub Date: Wed Sep 20 08:22:04 2006 New Revision: 117077 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=117077 Log: PR middle-end/28046 * c-omp.c

[Bug fortran/28494] Unclear run time error message

2006-09-20 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #2 from tobias dot burnus at physik dot fu-berlin dot de 2006-09-20 08:27 --- I looked what other are writing: gfortran: Fortran runtime error: Array reference out of bounds for array 'r', upper bound of dimension 1 exceeded (in file 'array2.f90', at line

[Bug middle-end/28046] libgomp test pr27337.C fails intermittently

2006-09-20 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2006-09-20 09:04 --- Fixed on the trunk and redhat/gcc-4_1-branch. -- jakub at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/21130] 38822 lines of Fortran 90 takes more than 10 minutes to compile on a dual 3GHz P4 Linux box with lots of RAM

2006-09-20 Thread paul dot thomas at jet dot uk
--- Comment #16 from paul dot thomas at jet dot uk 2006-09-20 09:22 --- (In reply to comment #15) looks like there is agreement that the problem is fixed. I am afraid to say that I do not agree entirely; the above takes 6 seconds to compile with ifort on my Athlon 1700 a vapeur. The

[Bug libstdc++/29134] Has there been a serious attempt to define the max_size() member functions?

2006-09-20 Thread chris at bubblescope dot net
--- Comment #3 from chris at bubblescope dot net 2006-09-20 09:50 --- Actually, I think deque could do with a better max_size. Some tests: vectorint v; v.resize(v.max_size()); Throws bad_alloc. dequeint v; v.resize(v.max_size()); Bus errors. This is on i686-apple-darwin8, 4.0.1

[Bug fortran/29147] New: Overflow check in DATA statements

2006-09-20 Thread anlauf at gmx dot de
Hi, a recently introduced range check not only kills legacy code that I use, but also gives a misleading error message: % cat gfcbug42.f INTEGER IBALL(4) DATA IBALL / Z'FF', + Z'' , + Z'FF', + Z'' /

[Bug target/9539] [Windows] builtin [long/set]jmp not working properly with signals

2006-09-20 Thread dannysmith at users dot sourceforge dot net
--- Comment #7 from dannysmith at users dot sourceforge dot net 2006-09-20 09:52 --- (In reply to comment #6) I think this is fixed on 4.2: Its still broken on my machine Try after compiling the testcase with optimization turned on. Danny --

[Bug fortran/29147] Overflow check in DATA statements

2006-09-20 Thread anlauf at gmx dot de
--- Comment #1 from anlauf at gmx dot de 2006-09-20 09:53 --- Created an attachment (id=12299) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12299action=view) Legacy code example Compiles fine with every other compiler out there. --

[Bug libstdc++/29134] Has there been a serious attempt to define the max_size() member functions?

2006-09-20 Thread pcarlini at suse dot de
--- Comment #4 from pcarlini at suse dot de 2006-09-20 10:09 --- (In reply to comment #3) Actually, I think deque could do with a better max_size. It's not at all clear to me what we can possibly do in the general case of discontiguous containers. Certainly, we don't want Segmentation

[Bug libstdc++/29134] Has there been a serious attempt to define the max_size() member functions?

2006-09-20 Thread chris at bubblescope dot net
--- Comment #5 from chris at bubblescope dot net 2006-09-20 10:15 --- The reason I bought this up here, is because I thought (and I could be wrong, sorry) that the overflow was being caused by the fact that we allow the container size to get too big, and if we pull max_size() down to a

[Bug libstdc++/29134] Has there been a serious attempt to define the max_size() member functions?

2006-09-20 Thread pcarlini at suse dot de
--- Comment #6 from pcarlini at suse dot de 2006-09-20 10:22 --- (In reply to comment #5) The reason I bought this up here, is because I thought (and I could be wrong, sorry) that the overflow was being caused by the fact that we allow the container size to get too big, and if we

[Bug libstdc++/29134] Has there been a serious attempt to define the max_size() member functions?

2006-09-20 Thread pcarlini at suse dot de
--- Comment #7 from pcarlini at suse dot de 2006-09-20 10:45 --- ... and in fact, even for vector, I think we can only reasonably provide a time-independent upper-bound, because in general we cannot know how much memory each element' constructor is going to allocate... No, I'm more and

[Bug libstdc++/29134] Has there been a serious attempt to define the max_size() member functions?

2006-09-20 Thread chris at bubblescope dot net
--- Comment #8 from chris at bubblescope dot net 2006-09-20 11:10 --- I agree also we can't do any better. On 64 bit systems it will be even harder to give anything sensible. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29134

[Bug c++/29148] New: can't subtract 'volatile char *' from 'const char *'

2006-09-20 Thread andrew dot stubbs at st dot com
#include stdio.h char str[] = abc; const char *a1 = str; struct A { operator const char *() {return str;} } a2; volatile char *b1 = str; struct B { operator volatile char *() {return str;} } b2; int main() { printf (%p\n, a1); printf (%p\n, b1); printf (%p\n, (const char *)a2); printf

[Bug fortran/23375] show location for runtime errors

2006-09-20 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #9 from tobias dot burnus at physik dot fu-berlin dot de 2006-09-20 11:57 --- I think this is fixed. If there are other errors, not covered, one could still reopen this bug or create a new one. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23375

[Bug c++/29148] can't subtract 'volatile char *' from 'const char *'

2006-09-20 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2006-09-20 12:58 --- Confirmed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/29124] unoptimal addressing mode.

2006-09-20 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-09-20 13:21 --- So not a bug with the FSF GCC so closing. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/24669] Loop index variable has offset of 1

2006-09-20 Thread pluto at agmk dot net
--- Comment #5 from pluto at agmk dot net 2006-09-20 13:25 --- (In reply to comment #3) Following patch to ix86_address_cost: this patch causes the PR29124. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24669

[Bug libstdc++/29134] Has there been a serious attempt to define the max_size() member functions?

2006-09-20 Thread pcarlini at suse dot de
--- Comment #9 from pcarlini at suse dot de 2006-09-20 15:00 --- (In reply to comment #8) I agree also we can't do any better. On 64 bit systems it will be even harder to give anything sensible. I'm only wondering whether it would make sense to divide by sizeof(T) also in the other

[Bug libstdc++/29118] [4.2 Regression] Timeouts in libstdc++, libjava and libgomp testsuites

2006-09-20 Thread bkoz at gcc dot gnu dot org
--- Comment #6 from bkoz at gcc dot gnu dot org 2006-09-20 15:18 --- Huh. Dave, is revision 116942M the same as revision 116942? Of these, 19_diagnostics/23591_thread-1.c is probably the easiest to debug. Since this is the linux target, and not the hpux target, the code paths for the

[Bug libstdc++/29134] Has there been a serious attempt to define the max_size() member functions?

2006-09-20 Thread pcarlini at suse dot de
--- Comment #10 from pcarlini at suse dot de 2006-09-20 15:57 --- (In reply to comment #9) I'm only wondering whether it would make sense to divide by sizeof(T) also in the other containers beside vector: the upper bound would be somewhat tighter and still correct, AFAICS. What do

[Bug java/29150] New: [win32] java.library.path broken

2006-09-20 Thread mtrudel at gmx dot ch
While passing -Djava.library.path=foobar to GCJ leads to the expected behaviour on linux, it seems to be ignored on windows. Actually System.getProperty(java.library.path) returns the correct value on both plattforms, but System.loadLibrary() only uses it on linux. -- Summary:

[Bug java/29151] New: [win32] Runtime.exec(String[] cmdarray, String[] envp) - envp doesn't work

2006-09-20 Thread mtrudel at gmx dot ch
Runtime.exec(String[] cmdarray, String[] envp) doesn't set the environment on windows but it works on linux. This can be reproduced with the attached files (both compiled to executables and CreateEnv calling PrintEnv). -- Summary: [win32] Runtime.exec(String[] cmdarray, String[]

[Bug java/29151] [win32] Runtime.exec(String[] cmdarray, String[] envp) - envp doesn't work

2006-09-20 Thread mtrudel at gmx dot ch
--- Comment #1 from mtrudel at gmx dot ch 2006-09-20 16:32 --- Created an attachment (id=12300) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12300action=view) Program that uses Runtime.exec(...) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29151

[Bug java/29151] [win32] Runtime.exec(String[] cmdarray, String[] envp) - envp doesn't work

2006-09-20 Thread mtrudel at gmx dot ch
--- Comment #2 from mtrudel at gmx dot ch 2006-09-20 16:33 --- Created an attachment (id=12301) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12301action=view) Program that gets called by Runtime.exec(...) and doesn't have the environment set --

[Bug target/28675] [4.1/4.2 regression] ICE in extract_insn, at recog.c:2084 (unrecognizable insn) [arm]

2006-09-20 Thread bugreports at nn7 dot de
--- Comment #6 from bugreports at nn7 dot de 2006-09-20 16:38 --- I am getting exactly the same here on ppc (so it is not just arm specific): $ c++ -v Using built-in specs. Target: powerpc-linux-gnu Configured with: ../src/configure -v

[Bug target/28574] [4.2 regression] switch statement points to unreferenced label at -O2

2006-09-20 Thread sje at gcc dot gnu dot org
--- Comment #10 from sje at gcc dot gnu dot org 2006-09-20 16:41 --- Subject: Bug 28574 Author: sje Date: Wed Sep 20 16:41:12 2006 New Revision: 117084 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=117084 Log: PR target/28574 * ifcvt.c (dead_or_predicable): Don't

[Bug libffi/29152] New: 64-bit darwin ppc port needed for libffi

2006-09-20 Thread howarth at nitro dot med dot uc dot edu
Currently, due to the absence of a 64-bit port for Darwin PPC, the libffi suffers massive failures on that architecture at -m64... === libffi Summary for unix/-m32 === # of expected passes1068 # of expected failures 8 # of unsupported tests 8

[Bug java/29150] [win32] java.library.path broken

2006-09-20 Thread mtrudel at gmx dot ch
--- Comment #1 from mtrudel at gmx dot ch 2006-09-20 16:49 --- Tom commented this on the mailing list. Might be useful: Offhand I would expect this to work ok. You might verify that USE_LTDL is set on Windows; see the two definitions of _Jv_SetDLLSearchPath in natSystemProperties.cc.

[Bug target/28574] [4.2 regression] switch statement points to unreferenced label at -O2

2006-09-20 Thread sje at cup dot hp dot com
--- Comment #11 from sje at cup dot hp dot com 2006-09-20 16:49 --- Fix is now checked in. -- sje at cup dot hp dot com changed: What|Removed |Added

[Bug java/23184] I18n bug in gjavah.c

2006-09-20 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2006-09-20 16:53 --- This will be fixed by the ecj merge; we're deleting this version of gcjh. -- tromey at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgcj/29153] New: [ecj] clean up pthread assumptions

2006-09-20 Thread tromey at gcc dot gnu dot org
The new Unsafe code assumes pthreads in a number of places. This blocks a merge. -- Summary: [ecj] clean up pthread assumptions Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug libgcj/29153] [ecj] clean up pthread assumptions

2006-09-20 Thread tromey at gcc dot gnu dot org
-- tromey at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last

[Bug rtl-optimization/28096] fdlibm/strtod.c miscompiled at -O2

2006-09-20 Thread tromey at gcc dot gnu dot org
--- Comment #16 from tromey at gcc dot gnu dot org 2006-09-20 16:57 --- Yes, this is a regression. It works fine with -O2 with my system compiler (FC5 gcc, based on gcc 4.1). It also works fine with -O2 using my gcc 4.1 build. It fails with svn head. --

[Bug java/28938] [ecj] update build instructions to account for changes

2006-09-20 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2006-09-20 17:04 --- Yes, I plan on making an ecj jar download available. In the near term I will put one on gcc.gnu.org (or elsewhere). In the longer term I plan to get my ecj changes upstream, and then we will be able to point people

Re: [Bug target/28675] [4.1/4.2 regression] ICE in extract_insn, at recog.c:2084 (unrecognizable insn) [arm]

2006-09-20 Thread Andrew Pinski
On Wed, 2006-09-20 at 16:38 +, bugreports at nn7 dot de wrote: --- Comment #6 from bugreports at nn7 dot de 2006-09-20 16:38 --- I am getting exactly the same here on ppc (so it is not just arm specific): Yes it is. The bug you are getting with PPC is a different bug and should

[Bug target/28675] [4.1/4.2 regression] ICE in extract_insn, at recog.c:2084 (unrecognizable insn) [arm]

2006-09-20 Thread pinskia at physics dot uc dot edu
--- Comment #7 from pinskia at physics dot uc dot edu 2006-09-20 17:16 --- Subject: Re: [4.1/4.2 regression] ICE in extract_insn, at recog.c:2084 (unrecognizable insn) [arm] On Wed, 2006-09-20 at 16:38 +, bugreports at nn7 dot de wrote: --- Comment #6 from

[Bug libffi/29152] 64-bit darwin ppc port needed for libffi

2006-09-20 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |enhancement http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29152

[Bug rtl-optimization/28096] [4.2 regression] fdlibm/strtod.c miscompiled at -O2

2006-09-20 Thread ebotcazou at gcc dot gnu dot org
--- Comment #17 from ebotcazou at gcc dot gnu dot org 2006-09-20 17:38 --- Yes, this is a regression. It works fine with -O2 with my system compiler (FC5 gcc, based on gcc 4.1). It also works fine with -O2 using my gcc 4.1 build. It fails with svn head. Thanks for the info. --

[Bug rtl-optimization/28096] [4.2 regression] fdlibm/strtod.c miscompiled at -O2

2006-09-20 Thread ebotcazou at gcc dot gnu dot org
--- Comment #18 from ebotcazou at gcc dot gnu dot org 2006-09-20 17:39 --- Investigating. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug boehm-gc/29068] [4.2 Regression] Bootstrap fails building libjava on SPARC/Solaris

2006-09-20 Thread ebotcazou at gcc dot gnu dot org
--- Comment #8 from ebotcazou at gcc dot gnu dot org 2006-09-20 17:42 --- Thanks for the fix. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug libstdc++/29134] Has there been a serious attempt to define the max_size() member functions?

2006-09-20 Thread pcarlini at suse dot de
-- pcarlini at suse dot de changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |pcarlini at suse dot de |dot org |

[Bug c/29154] New: *(* ppointer++)++ = *pointer++ generates bad code

2006-09-20 Thread ansak at bigfoot dot com
Overview: The following C generates bad assembler on both PowerPC and Intel, even with no optimization: *( *pDest++ )++ = *pSource++; Ripping this apart into two lines succeeds, thus: **pDest = *pSource++; *( *pDest++ )++; System Description: System: Apple OS X 10.4 (gcc 4.0.1) and

[Bug boehm-gc/28760] GC_PTHREAD_CREATE_NAME segfaults in statically linked binaries

2006-09-20 Thread sgilbertson at gcc dot gnu dot org
--- Comment #7 from sgilbertson at gcc dot gnu dot org 2006-09-20 18:45 --- I checked out revision 117082 (trunk) and successfully built a few static binaries with it. So unless Thomas saw a different problem than I did, I'd say it's fixed. Configured with: ../gcc/configure

[Bug c/29154] *(* ppointer++)++ = *pointer++ generates bad code

2006-09-20 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-09-20 18:47 --- **pDest = *pSource++; *( *pDest++ )++; [t1.c : 1055] D.1948 = *pWriteBuf; [t1.c : 1055] D.1949 = *pReadBuf; [t1.c : 1055] *D.1948 = D.1949; [t1.c : 1055] pReadBuf = pReadBuf + 1B; [t1.c : 1056] D.1950

[Bug middle-end/25505] [4.0/4.1/4.2 Regression] gcc uses way too much stack space for this code

2006-09-20 Thread jconner at gcc dot gnu dot org
--- Comment #22 from jconner at gcc dot gnu dot org 2006-09-20 18:57 --- Subject: Bug 25505 Author: jconner Date: Wed Sep 20 18:57:46 2006 New Revision: 117091 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=117091 Log: 2006-09-20 Josh Conner [EMAIL PROTECTED] PR

[Bug boehm-gc/28760] GC_PTHREAD_CREATE_NAME segfaults in statically linked binaries

2006-09-20 Thread tromey at gcc dot gnu dot org
--- Comment #8 from tromey at gcc dot gnu dot org 2006-09-20 19:15 --- ok, I'm closing. Please reopen if it is still a problem. -- tromey at gcc dot gnu dot org changed: What|Removed |Added

[Bug other/28230] -O2 -fwrapv miscompiles gcc, binutils, gzip.

2006-09-20 Thread pluto at agmk dot net
--- Comment #8 from pluto at agmk dot net 2006-09-20 20:44 --- (In reply to comment #7) and one more misscompiled program - gzip-1.3.5. this time 4.1.2 with -O2 -fwrapv produces wrong code. $ dd if=/dev/zero of=foo count=10 $ gzip foo $ gzip -d foo.gz $ gzip: foo.gz: invalid

[Bug other/28230] -O2 -fwrapv miscompiles gcc, binutils, gzip.

2006-09-20 Thread pluto at agmk dot net
--- Comment #9 from pluto at agmk dot net 2006-09-20 20:44 --- Created an attachment (id=12302) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12302action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28230

[Bug ada/28716] Ada: Bind_Socket doesn't bind to specified address

2006-09-20 Thread guerby at gcc dot gnu dot org
--- Comment #5 from guerby at gcc dot gnu dot org 2006-09-20 20:46 --- Subject: Bug 28716 Author: guerby Date: Wed Sep 20 20:46:28 2006 New Revision: 117092 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=117092 Log: 2006-08-20 Laurent GUERBY [EMAIL PROTECTED] PR

[Bug target/28604] [4.1/4.2 Regression] gcc.c-torture/execute/20050604-1.c fails on IA64 at -O3

2006-09-20 Thread sje at cup dot hp dot com
--- Comment #7 from sje at cup dot hp dot com 2006-09-20 21:23 --- This bug is weird. If I remove the code in cse_insn where the dest_addr_elt field is used, I still get the bug. So the problem occurs when creating the dest_addr_elt data, not when using it. This makes no sense to me,

[Bug ada/28716] Ada: Bind_Socket doesn't bind to specified address

2006-09-20 Thread laurent at guerby dot net
--- Comment #6 from laurent at guerby dot net 2006-09-20 21:51 --- Fixed on 4.2 -- laurent at guerby dot net changed: What|Removed |Added Status|NEW

[Bug c/29155] New: GCC Internals - NEED HELP

2006-09-20 Thread mousavi at ce dot sharif dot edu
Dear Readers, Although this is not a bug report I tought I better to ask my problem in here and ask you if you can help me. I have to add some user defined procedures or types to C and to alter GCC to detect these changes, actually I want to alter the C language definition which is given to GCC.

[Bug c++/26698] [4.0/4.1/4.2 Regression] g++ accepts const-incorrect code due to conversion function

2006-09-20 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26698

[Bug target/28405] 4.x code generation regression relative to 3.4.6

2006-09-20 Thread lopezibanez at gmail dot com
--- Comment #2 from lopezibanez at gmail dot com 2006-09-20 22:04 --- I can confirm this in a recent build of GCC: (GNU) 4.2.0 20060913 (experimental) on i686-pc-linux-gnu. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28405

[Bug c/29155] GCC Internals - NEED HELP

2006-09-20 Thread steven at gcc dot gnu dot org
--- Comment #1 from steven at gcc dot gnu dot org 2006-09-20 22:05 --- The bug database is no place for this kind of question. First you should look for answers in the source code. This will be trial and error, but this is your exercise so don't ask us to make it for you. If you get

[Bug libmudflap/28077] [4.1/4.2 regression] pass39-frag.c produces mudflap violation on alpha

2006-09-20 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28077

[Bug rtl-optimization/28096] [4.2 regression] fdlibm/strtod.c miscompiled at -O2

2006-09-20 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28096

[Bug target/28405] 4.x code generation regression relative to 3.4.6

2006-09-20 Thread steven at gcc dot gnu dot org
--- Comment #3 from steven at gcc dot gnu dot org 2006-09-20 22:19 --- *** This bug has been marked as a duplicate of 24929 *** -- steven at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/24929] long long shift/mask operations should be better optimized

2006-09-20 Thread steven at gcc dot gnu dot org
--- Comment #6 from steven at gcc dot gnu dot org 2006-09-20 22:19 --- *** Bug 28405 has been marked as a duplicate of this bug. *** -- steven at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/29156] New: Misscompilation due to alias analysis

2006-09-20 Thread rakdver at gcc dot gnu dot org
The testcase below gets misscompiled at -O2. The alias info looks this way: Dereferenced pointers xa, UID 1527, struct test1 *, symbol memory tag: SMT.4, default def: xa_4 xb, UID 1528, struct test2 *, symbol memory tag: SMT.5, default def: xb_3 Symbol memory tags SMT.4, UID 1547, struct

[Bug target/28183] [4.0/4.1/4.2 regression] assembler error FATAL: can't close x.o on m68k with new binutils

2006-09-20 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28183

[Bug c++/28211] [4.0/4.1/4.2 Regression] wrong linkage of template argument, diagnostic could be improved

2006-09-20 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28211

[Bug tree-optimization/29156] [4.2 Regression] Misscompilation due to struct alias

2006-09-20 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||alias Known to fail||4.2.0

[Bug target/28307] [4.1/4.2 Regression] pthread functions in libgcc not weak any more on Tru64 UNIX

2006-09-20 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2006-09-20 22:26 --- Marked as P5 because this is marked as applying to Alpha/OSF. If this problem applies to other platforms, please set back to P3 with explanatory comment. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28307

[Bug tree-optimization/29156] [4.2 Regression] Misscompilation due to struct alias

2006-09-20 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-09-20 22:26 --- Confirmed, a regression. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/28604] [4.1/4.2 Regression] gcc.c-torture/execute/20050604-1.c fails on IA64 at -O3

2006-09-20 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28604

[Bug bootstrap/28864] bootstrapping fails when building from non-/bin/sh-compatible shell

2006-09-20 Thread abs at absd dot org
--- Comment #4 from abs at absd dot org 2006-09-20 22:27 --- Seeing the same issue with gcc 3.4.6 on NetBSD/i386 4.0_BETA using gmake 3.81 and SHELL=/bin/tcsh -- abs at absd dot org changed: What|Removed |Added

[Bug middle-end/28964] [4.0/4.1/4.2 Regression] partition_stack_vars uses unstable sort

2006-09-20 Thread mmitchel at gcc dot gnu dot org
--- Comment #2 from mmitchel at gcc dot gnu dot org 2006-09-20 22:32 --- A meta-bug would be helpful. I've marked this P2, since this bug doesn't actually result in a user-observable problem on a single host -- but it is extremely desirable from the point of view of us, as GCC

[Bug c++/29020] [4.0/4.1/4.2 regression] ICE using AN::A instead of AN in friend declaration

2006-09-20 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29020

[Bug c++/29021] [4.0/4.1/4.2 regression] ICE on invalid use of * in template

2006-09-20 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29021

[Bug c++/29022] [4.0/4.1/4.2 regression] ICE using operator int in invalid class hierarchy

2006-09-20 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29022

[Bug c++/29024] [4.0/4.1/4.2 Regression] storage class specifier accepted for typedef (clause 7.1.1 ; 1)

2006-09-20 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29024

[Bug c++/29039] [4.0/4.1/4.2 Regression] implicitly defined constructor for class with reference member

2006-09-20 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29039

[Bug c++/29048] [4.0/4.1/4.2 Regression] `x' is private error duplicated when scope specified

2006-09-20 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29048

[Bug c++/29080] [4.0/4.1/4.2 Regression] Multiple-inheritance with template method function code triggers internal compiler error: in build_base_path, at cp/class.c:273

2006-09-20 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29080

[Bug c/29091] [4.0/4.1/4.2 Regression] vector constant not fully outputed

2006-09-20 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29091

[Bug c/29092] [4.0/4.1/4.2 Regression] vector int a = (vector int) { 1,1,2,2} is rejected as non constant

2006-09-20 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29092

[Bug libstdc++/29095] [4.0/4.1/4.2 Regression] cxxabi.h __cxa_cdtor_type not declared when included from C

2006-09-20 Thread mmitchel at gcc dot gnu dot org
--- Comment #5 from mmitchel at gcc dot gnu dot org 2006-09-20 22:49 --- The language linkage of the type is supposed to matter in some cases -- but G++ doesn't implement that, so I don't think the difference is observable in GNU C++. In any case, we should try to make the file

[Bug c++/29105] [4.2 Regression] segfault in add_candidates with a non template base class and a template member function

2006-09-20 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29105

[Bug target/28604] [4.1/4.2 Regression] gcc.c-torture/execute/20050604-1.c fails on IA64 at -O3

2006-09-20 Thread pbrook at gcc dot gnu dot org
--- Comment #8 from pbrook at gcc dot gnu dot org 2006-09-20 22:55 --- IIRC my change can cause entries to be present into the hash table that wouldn't have been there before. However this should be harmless. I don't have any helpful suggestons why this is broken. --

[Bug target/27650] internal compiler error while compiling Gecode

2006-09-20 Thread dannysmith at gcc dot gnu dot org
--- Comment #9 from dannysmith at gcc dot gnu dot org 2006-09-20 23:27 --- Subject: Bug 27650 Author: dannysmith Date: Wed Sep 20 23:27:05 2006 New Revision: 117096 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=117096 Log: PR target/27650 * class.c

[Bug other/28230] -O2 -fwrapv miscompiles gcc, binutils, gzip.

2006-09-20 Thread pluto at agmk dot net
--- Comment #10 from pluto at agmk dot net 2006-09-20 23:31 --- i have a reduced testcase: $ cat tmp.c void foo( unsigned long bb, unsigned short tn, unsigned e, unsigned* w ) { unsigned n = tn + bb; do { e = (e n) ? e : *w; n -= (e n)

[Bug target/27650] internal compiler error while compiling Gecode

2006-09-20 Thread dannysmith at gcc dot gnu dot org
--- Comment #10 from dannysmith at gcc dot gnu dot org 2006-09-20 23:32 --- Subject: Bug 27650 Author: dannysmith Date: Wed Sep 20 23:32:07 2006 New Revision: 117097 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=117097 Log: PR target/27650 *

[Bug libstdc++/29118] [4.2 Regression] Timeouts in libstdc++, libjava and libgomp testsuites

2006-09-20 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #7 from dave at hiauly1 dot hia dot nrc dot ca 2006-09-20 23:33 --- Subject: Re: [4.2 Regression] Timeouts in libstdc++, libjava and libgomp testsuites Huh. Dave, is revision 116942M the same as revision 116942? I applied r116954 to 116942. Of these,

  1   2   >