[Bug c++/28539] New: granted access to private nested class

2006-07-29 Thread dushistov at mail dot ru
g++ compile such code without any warrnings: class C { private: class N { public: N(int val) { this->value = val; } int getValue() { return value; } private: int value; }; N nO; public: C() : nO(17) {}

[Bug rtl-optimization/28071] [4.1/4.2 regression] A file that can not be compiled in reasonable time/space

2006-07-29 Thread patchapp at dberlin dot org
--- Comment #34 from patchapp at dberlin dot org 2006-07-30 05:45 --- Subject: Bug number PR rtl-optimization/28071 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-07/msg01221.html -- http://gcc.

[Bug rtl-optimization/28489] [4.2 regression] ICE in move_insn, at haifa-sched.c:1968

2006-07-29 Thread tbm at cyrius dot com
--- Comment #7 from tbm at cyrius dot com 2006-07-29 23:59 --- Created an attachment (id=11968) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11968&action=view) test case Testcase from application "rlwarp". This one is especially for Steven. :) FWIW, it's smaller than any other

[Bug libgcj/26910] re-merging java.util.zip

2006-07-29 Thread mark at gcc dot gnu dot org
--- Comment #3 from mark at gcc dot gnu dot org 2006-07-29 22:55 --- I don't think this is fixed yet. It seems libgcj and classpath still have different nflaterInputStream implementations. See also the following thread were they were supposed to be merged, but a regression was found and

[Bug rtl-optimization/28221] [4.1 regression] ICE in add_insn_before, at emit-rtl.c:3479

2006-07-29 Thread debian-gcc at lists dot debian dot org
--- Comment #9 from debian-gcc at lists dot debian dot org 2006-07-29 22:28 --- Created an attachment (id=11967) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11967&action=view) patch combined and bootstrapped with the two patches mentioned in #8 with no regressions on i486-linux

[Bug middle-end/27770] [4.2 Regression] wrong code in spec tests for -ftree-vectorize -maltivec

2006-07-29 Thread patchapp at dberlin dot org
--- Comment #20 from patchapp at dberlin dot org 2006-07-29 20:30 --- Subject: Bug number PR27770 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-07/msg01215.html -- http://gcc.gnu.org/bugzilla/s

[Bug libmudflap/28536] New: Reading or assigning global h_errno variable causes a memory violation report

2006-07-29 Thread vesselinpeev at hotmail dot com
I've submitted this bug more than 1 year ago at https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=163306. Now I can supply new information: I just confirmed that the bug still exists in latest official release version 4.1.1 as well as in a gcc trunk build from today "gcc (GCC) 4.2.

[Bug middle-end/28473] [4.0/4.1 Regression] with -O, casting result of round(x) to uint64_t produces wrong values for x > INT_MAX

2006-07-29 Thread sayle at gcc dot gnu dot org
--- Comment #10 from sayle at gcc dot gnu dot org 2006-07-29 19:07 --- Subject: Bug 28473 Author: sayle Date: Sat Jul 29 19:07:40 2006 New Revision: 115812 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115812 Log: PR middle-end/28473 Backport from mainline.

[Bug java/28533] [ecj] Default warnings

2006-07-29 Thread bkoz at gcc dot gnu dot org
--- Comment #1 from bkoz at gcc dot gnu dot org 2006-07-29 15:41 --- Is there a way to map ecj's warnings options onto gcc's existing warning flags? -w -W -Wextra ? deprecation == -Wno-deprecated-declarations serial == ?? typeHiding == -Wshadow unchecked == ? unused == -Wunused (but f

[Bug java/28533] New: [ecj] Default warnings

2006-07-29 Thread mark at gcc dot gnu dot org
ecj has a lot of default warnings on that are a bit obnoxious. It would be nice to have a set of default warnings that people would actually use (currently it seems people just disable them all). GNU Classpath for example disables all the following to get more sane warning results: -warn:-deprecat

[Bug java/28531] [win32] serialisation is broken on mingw (works on linux)

2006-07-29 Thread mtrudel at gmx dot ch
--- Comment #1 from mtrudel at gmx dot ch 2006-07-29 13:38 --- Created an attachment (id=11965) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11965&action=view) Simple serialisation test A simple serialisation program to reproduce the bug. -- http://gcc.gnu.org/bugzilla/show_

[Bug java/28531] New: [win32] serialisation is broken on mingw (works on linux)

2006-07-29 Thread mtrudel at gmx dot ch
gcj (GCC) 4.2.0 20060726 (experimental) Deserialize an object fails on Class.forName(). I assumed this would work because class.forName() doesn't use the stack unwinder any longer. Exception: Exception in thread "main" java.lang.ClassNotFoundException: Serialisation at java.lang.Class.forName(/

[Bug rtl-optimization/28071] [4.1/4.2 regression] A file that can not be compiled in reasonable time/space

2006-07-29 Thread hubicka at gcc dot gnu dot org
--- Comment #33 from hubicka at gcc dot gnu dot org 2006-07-29 13:14 --- Subject: Bug 28071 Author: hubicka Date: Sat Jul 29 13:14:22 2006 New Revision: 115810 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115810 Log: PR rtl-optimization/28071 * cfgrtl.c (rtl_

[Bug tree-optimization/28411] "Illegal instruction" error with -ftrapv

2006-07-29 Thread rakdver at gcc dot gnu dot org
--- Comment #8 from rakdver at gcc dot gnu dot org 2006-07-29 11:47 --- Patch: http://gcc.gnu.org/ml/gcc-patches/2006-07/msg01213.html -- rakdver at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/28495] [4.2 regression] ICE in final_scan_insn, at final.c:2448

2006-07-29 Thread schwab at suse dot de
--- Comment #9 from schwab at suse dot de 2006-07-29 11:05 --- At least we know that the bug is also present in 4.0. -- schwab at suse dot de changed: What|Removed |Added

[Bug rtl-optimization/28489] [4.2 regression] ICE in move_insn, at haifa-sched.c:1968

2006-07-29 Thread steven at gcc dot gnu dot org
--- Comment #6 from steven at gcc dot gnu dot org 2006-07-29 10:57 --- Please stop adding test cases!!! :-) -- steven at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/28489] [4.2 regression] ICE in move_insn, at haifa-sched.c:1968

2006-07-29 Thread tbm at cyrius dot com
--- Comment #5 from tbm at cyrius dot com 2006-07-29 10:45 --- Created an attachment (id=11964) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11964&action=view) test case Testcase from application "kvirc". -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28489

[Bug target/28495] [4.2 regression] ICE in final_scan_insn, at final.c:2448

2006-07-29 Thread steven at gcc dot gnu dot org
--- Comment #8 from steven at gcc dot gnu dot org 2006-07-29 10:32 --- Zdenek's patch also can't be responsible for this. He probably also just uncovered latent bugs. Instead of pointing at random patches, it would be much more helpful to analyze what is going wrong. For this kind of p

[Bug libstdc++/27530] Possible memory leak in std::vector::reserve() or std::vector::clear()

2006-07-29 Thread chris at bubblescope dot net
--- Comment #6 from chris at bubblescope dot net 2006-07-29 10:08 --- My natural suspision would be that your clone() function is incorrectly implemented. Can you show us the source to the CMessage object, and theMessageFactory.createInstance( …)? -- http://gcc.gnu.org/bugzilla/show

[Bug target/28495] [4.2 regression] ICE in final_scan_insn, at final.c:2448

2006-07-29 Thread schwab at suse dot de
--- Comment #7 from schwab at suse dot de 2006-07-29 09:34 --- Broken by r90624. Reproduced with -O -floop-optimize2 -fmove-loop-invariants. 2004-11-14 Zdenek Dvorak <[EMAIL PROTECTED]> PR tree-optimization/18431 * tree-flow.h (stmt_references_memory_p): Declare.

GNU Emacs crashes when computing a square root

2006-07-29 Thread Peter Dyballa
Hello! I don't want to register as bugzilla for this case so I am using this interface. Recently I compiled GNU Emacs 22.0.50 with Apple's gcc 4.0.1 on Mac OS X 10.4.7 for a PowerPC 7447A processor with particularly these options: -faltivec -mcpu=7450 -mpowerpc -mpowerpc-gpopt -

[Bug target/28281] gcc uses the wrong segment register for TLS access for -fstack-protector in kernel mode

2006-07-29 Thread belyshev at depni dot sinp dot msu dot ru
-- belyshev at depni dot sinp dot msu dot ru changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28281

[Bug target/28281] gcc uses the wrong segment register for TLS access for -fstack-protector in kernel mode

2006-07-29 Thread arjan at linux dot intel dot com
--- Comment #4 from arjan at linux dot intel dot com 2006-07-29 07:46 --- fixed in current SVN -- arjan at linux dot intel dot com changed: What|Removed |Added