[Bug target/27319] C++ class object destructors are not called for static class objects in a shared library when dlclose is called.

2006-04-25 Thread hbd_bugreports at earthlink dot net
--- Comment #2 from hbd_bugreports at earthlink dot net 2006-04-25 22:07 --- Subject: Re: C++ class object destructors are not called for static class objects in a shared library when dlclose is called. So You are telling me this is not a gcc problem but a limitation in CYGWIN.

[Bug target/27319] C++ class object destructors are not called for static class objects in a shared library when dlclose is called.

2006-04-25 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-04-25 22:14 --- (In reply to comment #2) > Subject: Re: C++ class object destructors are not called > for static class objects in a shared library when dlclose is called. > So You are telling me this is not a gcc problem but a

[Bug libmudflap/26864] multithreaded mudflap not working

2006-04-25 Thread pr2345 at gmail dot com
--- Comment #5 from pr2345 at gmail dot com 2006-04-25 23:29 --- The man page/online manual also needs a small clarification. It only mentions the libmudflap library and not libmudflapth. I assume a multithreaded program should link with -lmudflapth instead of -lmudflap? Should I crea

[Bug target/27319] C++ class object destructors are not called for static class objects in a shared library when dlclose is called.

2006-04-25 Thread hbd_bugreports at earthlink dot net
--- Comment #4 from hbd_bugreports at earthlink dot net 2006-04-25 23:46 --- Subject: Re: C++ class object destructors are not called for static class objects in a shared library when dlclose is called. pinskia at gcc dot gnu dot org wrote: >--- Comment #3 from pinskia at gcc do

[Bug rtl-optimization/26855] [4.2 Regression] ICE in add_deps_for_def with -fmodulo-sched -maltivec

2006-04-25 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2006-04-25 23:49 --- The patch that introduced this failure also causes the same ICE in several SPEC CPU2000 programs on powerpc64-linux for "-O2 -fmodulo-sched" with either -m32 or -m64. I haven't tried the patch that was supposed to fix

[Bug driver/27314] ld can't find libgfortran.so.1 on x86-64

2006-04-25 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2006-04-26 00:56 --- My experiance has been that if you have gfortran installed from a distribution such as Fedora and you build your own later version of gfortran from source and you do not configure the later version to install in i

[Bug c++/26846] hidden visibility of static member in class derived from hash_map changes to default visibility

2006-04-25 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-04-26 02:13 --- Oh, if you had put how you involved gcc in the comments instead of in build script, I would have seen what the problem is. Anyways this is a dup of bug 19664. The problem is the libstdc++'s headers don't have push

[Bug libstdc++/19664] libstdc++ headers should have pop/push of the visibility around the declarations

2006-04-25 Thread pinskia at gcc dot gnu dot org
--- Comment #94 from pinskia at gcc dot gnu dot org 2006-04-26 02:13 --- *** Bug 26846 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug middle-end/27321] New: Compare against constant infinity fails with IBM long double format

2006-04-25 Thread dvdfrdmn at users dot sf dot net
Test code: long double x = __builtin_infl(); int main() { int r = x == __builtin_infl(); return r ? 0 : 1; } Commands to reproduce: gcc -mlong-double-128 tc.c ./a.out && echo ok || echo fail No problem with -mlong-double-64. Cause: GCC first transforms (x ==

[Bug middle-end/27321] Compare against constant infinity fails with IBM long double format

2006-04-25 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-04-26 02:27 --- This works in the mainline. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27321

[Bug debug/21391] [4.0/4.1/4.2 Regression] referencing a type via a cast does not emit it for debug (feliminate-unused-debug-types)

2006-04-25 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-04-26 02:40 --- Did I mention this fails on powerpc-darwin? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21391

[Bug java/27280] gcj cannot import inner classes using a wildcard import

2006-04-25 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-04-26 02:44 --- *** This bug has been marked as a duplicate of 10894 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug java/10894] Wildcard import statements not resolved

2006-04-25 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2006-04-26 02:44 --- *** Bug 27280 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/26961] [4.0/4.1/4.2 Regression] ICE simplify_subreg:3813

2006-04-25 Thread sayle at gcc dot gnu dot org
--- Comment #7 from sayle at gcc dot gnu dot org 2006-04-26 03:21 --- Subject: Bug 26961 Author: sayle Date: Wed Apr 26 03:20:56 2006 New Revision: 113266 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113266 Log: PR target/26961 * fold-const.c (fold): When conv

[Bug fortran/27304] gfortran: Warn/abort when format in write does not fit passed arguments

2006-04-25 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2006-04-26 04:10 --- I am not sure (emphasis on not sure) I agree with this. But I can explain what it is doing. It is correctly printing out the letter 'n' then its looking for the first data item and finds the integer in the list,

Typecast bug

2006-04-25 Thread zoltan
It is gcc 4.1.0, --target=arm-elf compiled on an Intel platform and GNU/Linux. The following construct: void *p; ((char *)p)++; makes the compiler to issue an error message, namely "invalid lvalue in increment" The ((char *)p) construct is perfectly valid object, a char pointer which c

[Bug fortran/27304] gfortran: Warn/abort when format in write does not fit passed arguments

2006-04-25 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #4 from tobias dot burnus at physik dot fu-berlin dot de 2006-04-26 06:22 --- Subject: Re: gfortran: Warn/abort when format in write does not fit passed arguments > I wonder if this is a case of illegal code. Intel errors on "infinite > format". Well, current g95, ifort

[Bug target/27308] Compiler generates incorrect code when calling a function with the result of an inline function as parameter

2006-04-25 Thread Eric dot Doenges at betty-tv dot com
--- Comment #6 from Eric dot Doenges at betty-tv dot com 2006-04-26 06:26 --- Unfortunately, removing the __asm__ ("r0") from __r0 does not circumvent the problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27308

<    1   2