[Bug middle-end/18071] [3.4/4.0 Regression] -Winline does not respect -fno-default-inline

2004-11-30 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2004-12-01 07:15 --- Subject: Re: [3.4/4.0 Regression] -Winline does not respect -fno-default-inline markus at oberhumer dot com <[EMAIL PROTECTED]> wrote: > Just a short note that the testcase has a > typo and should read > >

[Bug c++/18733] [4.0 Regression] friend rejected

2004-11-30 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2004-12-01 07:11 --- Kriang, this looks like a latent bug exposed by my cleanup of template specialization headers. Since it affects friends, you may want to take a look. Otherwise, I'll get to it sooner or later. --

[Bug middle-end/18596] [4.0 regression] ICE in make_decl_rtl

2004-11-30 Thread phython at gcc dot gnu dot org
--- Additional Comments From phython at gcc dot gnu dot org 2004-12-01 07:03 --- Andrew's patch for 17807 stops funcdef-storage.c from ICEing, but it causes an extra error in that testcase because it thinks foo should be a nested function. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?

[Bug target/14981] [3.4/4.0 Regression] ICE in _mm_xor_pd for SSE2 with -O1

2004-11-30 Thread uros at gcc dot gnu dot org
--- Additional Comments From uros at gcc dot gnu dot org 2004-12-01 06:50 --- (In reply to comment #18) > Well, that's not quite true. The following testcase still crashes > on mainline when compiled with "gcc -msse" Ah, thanks. I have checked mainline with -msse2, as the code you quot

[Bug target/12817] [SYSV] Altivec code generation error with many registers used

2004-11-30 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2004-12-01 06:21 --- Fixed on all active branches. -- What|Removed |Added Status|ASSIGNED

[Bug target/12817] [SYSV] Altivec code generation error with many registers used

2004-11-30 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-12-01 06:13 --- Subject: Bug 12817 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_3-branch Changes by: [EMAIL PROTECTED] 2004-12-01 06:13:19 Modified files: gcc: Change

[Bug target/18751] [4.0 Regression] ICE in expr.c:5083, profiledbootstrap

2004-11-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|c |target Keywords||build, ice-on-valid-code Summary|ICE in expr

[Bug c/18751] ICE in expr.c:5083: in reload_cse_simplify_operands, at postreload.c:391

2004-11-30 Thread stuckey at earthlink dot net
--- Additional Comments From stuckey at earthlink dot net 2004-12-01 06:06 --- Created an attachment (id=7648) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7648&action=view) gzipped preprocessed source file. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18751

[Bug c/18751] New: ICE in expr.c:5083: in reload_cse_simplify_operands, at postreload.c:391

2004-11-30 Thread stuckey at earthlink dot net
[EMAIL PROTECTED]:/usr/local/src/build_gcc40_20041128/gcc$ stage1/xgcc -Bstage1/ -B/usr/local/stow/gcc-4.0-20041128/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -fprofile-generate -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macro

[Bug target/12817] [SYSV] Altivec code generation error with many registers used

2004-11-30 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-12-01 05:54 --- Subject: Bug 12817 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2004-12-01 05:54:22 Modified files: gcc: Change

[Bug target/12817] [SYSV] Altivec code generation error with many registers used

2004-11-30 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-12-01 05:48 --- Subject: Bug 12817 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-12-01 05:47:52 Modified files: gcc: ChangeLog gcc/config/rs6000:

[Bug middle-end/18596] [4.0 regression] ICE in make_decl_rtl

2004-11-30 Thread phython at gcc dot gnu dot org
--- Additional Comments From phython at gcc dot gnu dot org 2004-12-01 05:38 --- Sorry, did you mean static.nested3.patch ? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18596

[Bug middle-end/18596] [4.0 regression] ICE in make_decl_rtl

2004-11-30 Thread phython at gcc dot gnu dot org
--- Additional Comments From phython at gcc dot gnu dot org 2004-12-01 05:34 --- Strange that it didn't fail on sparc or sparc64 linux. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18596

[Bug middle-end/18596] [4.0 regression] ICE in make_decl_rtl

2004-11-30 Thread bje at gcc dot gnu dot org
--- Additional Comments From bje at gcc dot gnu dot org 2004-12-01 05:05 --- This patch still causes a regression: FAIL: gcc.dg/funcdef-storage-1.c (test for excess errors) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18596

[Bug c++/17242] Testsuite fails due to duplicate symbols

2004-11-30 Thread danglin at gcc dot gnu dot org
--- Additional Comments From danglin at gcc dot gnu dot org 2004-12-01 05:03 --- I have the sense that the linkage for guard variables is being set before the final linkage is determined for the decl on which it is based. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17242

[Bug ada/13470] 64bits Ada bootstrap failure:xnmake etc. crash generating nmake.adb etc.

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01 04:03 --- >From PR 17271: http://gcc.gnu.org/ml/gcc-patches/2004-08/msg02620.html breaks parallel make so was reverted. Suggestion from: http://gcc.gnu.org/ml/gcc-patches/2004-09/msg00069.html should have worked bu

[Bug c/18750] i386/amd64 -O1 faulty assembly code

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01 03:25 --- Not a bug (really this is invalid code which we did not reject before 4.0.0): volatile int mutex = 0; int main(void) { pid_t child; extern int mutex; -- What|Removed

[Bug c/18750] i386/amd64 -O1 faulty assembly code

2004-11-30 Thread vlad902 at gmail dot com
--- Additional Comments From vlad902 at gmail dot com 2004-12-01 03:21 --- Created an attachment (id=7647) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7647&action=view) Test case > gcc -v -save-temps mutex.c Using built-in specs. Configured with: FreeBSD/i386 system compiler Thr

[Bug c/18750] New: i386/amd64 -O1 faulty assembly code

2004-11-30 Thread vlad902 at gmail dot com
I've found that when using -O1 on a default install FreeBSD 5.3/i386 system with gcc 3.4.2 (default) that using -O1 causes. I've been able to reproduce on a Red Hat Linux/amd64 system with gcc 3.3.3. Specifically I've found that on i386 a code statement of "while(mutex);" (where mutex is a global v

[Bug java/15650] [BC]: definite assignment checking is broken for static fields

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01 03:14 --- Fixed on the mainline by merge of the BC branch. -- What|Removed |Added Target Milestone|-

[Bug libgcj/9462] clean up class preparation

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01 03:13 --- Fixed on the mainline by merge of the BC branch. -- What|Removed |Added Status|N

[Bug libgcj/13606] need extra runtime verification of compiled code

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01 03:12 --- Fixed on the mainline by merge of the BC branch. -- What|Removed |Added Target Milestone|-

[Bug java/12760] Binary Compatibility: moving a method into a superinterface

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01 03:11 --- Fixed on the mainline by merge of the BC branch. -- What|Removed |Added Target Milestone|-

[Bug libgcj/1478] _Jv_PrepareCompiledClass throws exception

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01 03:11 --- Fixed on the mainline by merge of the BC branch. -- What|Removed |Added Target Milestone|-

[Bug java/12755] Binary Compatibility: Resolving static methods and classes is not thread safe

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01 03:09 --- Fixed on the mainline by merge of the BC branch. -- What|Removed |Added Target Milestone|-

[Bug libgcj/6219] java.util.Properties failures with Mauve

2004-11-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6219

[Bug c++/18747] "template<> int i;" accepted

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01 03:01 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug tree-optimization/18746] [4.0 Regression] segfault with cc1 compiled with checking disabled

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01 03:01 --- Patch here: . Mine. -- What|Removed |Added -

[Bug java/15321] Binary Compatibility: gcj reads dependent classes

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01 02:50 --- Fixed on the mainline now by the merge of the BC branch. -- What|Removed |Added Target Mil

[Bug target/18749] New: GCC fails to mark stack-popping instruction in unwind-info

2004-11-30 Thread davidm at hpl dot hp dot com
The unwind info is wrong for any instruction-pointer (IP) in the epilog after the point at which the stack-pointer has been popped. For example: 00400758 : 400758: 48 89 5c 24 d8 mov%rbx,0xffd8(%rsp) 40075d: 48 89 6c 24 e0 mov%rbp,0xff

[Bug target/18748] first instruction in each procedure isn't unwindable

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01 02:48 --- I would at least try against a 3.4.x based compiler. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18748

[Bug tree-optimization/18746] [4.0 Regression] segfault with cc1 compiled with checking disabled

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01 02:46 --- The problem is really in fab. Question is how should modify_stmt work because that is what is causing the problem. This patch fix the problem: Index: tree-ssa-ccp.c

[Bug target/18748] New: first instruction in each procedure isn't unwindable

2004-11-30 Thread davidm at hpl dot hp dot com
I'm reporting this against x86_64-suse-linux since that's where I noticed the problem first, but I believe the issue affects all platforms which use DWARF unwind-info. The problem is that when looking up unwind info when the instruction-pointer (IP) points to X, we're actually looking up (X-1) in

[Bug tree-optimization/18746] [4.0 Regression] segfault with cc1 compiled with checking disabled

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01 02:33 --- having verify_ssa run even without checking turned on, makes this run. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18746

[Bug tree-optimization/18746] [4.0 Regression] segfault with cc1 compiled with checking disabled

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01 02:31 --- defining ENABLE_CHECKING in tree-optimize.c makes this work. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18746

[Bug tree-optimization/18746] [4.0 Regression] segfault with cc1 compiled with checking disabled

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01 02:22 --- Adding a #define ENABLE_CHECKING on the top of tree-flow.h, makes this works so we know for sure that it is a ENABLE_CHECKING problem. -- What|Removed |Added --

[Bug tree-optimization/18746] [4.0 Regression] segfault with cc1 compiled with checking disabled

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01 02:13 --- This does not make sense. This looks like a latent bug. With checking enabled we have the following for the statement: # bufD.1116_5 = V_MAY_DEF ; __builtin_memcpy (&bufD.1116, pD.1117_1, 6); but with c

[Bug tree-optimization/18746] [4.0 Regression] segfault with cc1 compiled with checking disabled

2004-11-30 Thread kazu at cs dot umass dot edu
--- Additional Comments From kazu at cs dot umass dot edu 2004-12-01 02:12 --- With --enable-checking=release, I get pr18746.c:5: internal compiler error: in var_ann, at tree-flow-inline.h:34. -- What|Removed |Added -

[Bug c++/18747] New: "template<> int i;" accepted

2004-11-30 Thread reichelt at gcc dot gnu dot org
The following invalid line of code is accepted since at least gcc 2.95.x: === template<> int i; === -- Summary: "template<> int i;" accepted Product: gcc Version: 4.0.0 Status: UNCONFIRMED Keyw

[Bug c++/17421] g++ accepts invalid qualified declarator-id

2004-11-30 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-12-01 02:04 --- This is more or less a duplicate of PR 18466. The problem was fixed on mainline by Mark. He also added the testcase g++.dg/parse/qualified3.C which contains the example above. So let's track the problem in

[Bug c++/18466] [3.3/3.4 regression] int ::i; accepted

2004-11-30 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-12-01 02:04 --- *** Bug 17421 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c/18740] Execution-time sizeof drops side effects

2004-11-30 Thread jsm28 at gcc dot gnu dot org
-- What|Removed |Added CC||jsm28 at gcc dot gnu dot org OtherBugsDependingO||16989 nThis|

[Bug tree-optimization/18746] [4.0 Regression] segfault with cc1 compiled with checking disabled

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01 01:33 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug tree-optimization/18746] [4.0 Regression] segfault with cc1 compiled with checking disabled

2004-11-30 Thread kazu at cs dot umass dot edu
--- Additional Comments From kazu at cs dot umass dot edu 2004-12-01 01:04 --- Reduced a little more: extern char *strcpy (char *__restrict __dest, __const char *__restrict __src); void foo (int a) { static char buf[30]; const char *p; if (a) p = "hello"; else p = "wor

[Bug tree-optimization/18746] [4.0 Regression] segfault with cc1 compiled with checking disabled

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01 01:00 --- Yes and I hear that it might be caused by my addition of a may_alias pass. I will look into it unless Diego beats me fully. -- What|Removed |Added ---

[Bug tree-optimization/18746] segfault with cc1 compiled with checking disabled

2004-11-30 Thread dnovillo at redhat dot com
--- Additional Comments From dnovillo at redhat dot com 2004-12-01 00:55 --- Subject: Re: New: segfault with cc1 compiled with checking disabled On Wed, 2004-12-01 at 00:51 +, kazu at cs dot umass dot edu wrote: > I get "internal compiler error: Segmentation fault". > > T

Re: [Bug tree-optimization/18746] New: segfault with cc1 compiled with checking disabled

2004-11-30 Thread Diego Novillo
On Wed, 2004-12-01 at 00:51 +, kazu at cs dot umass dot edu wrote: > I get "internal compiler error: Segmentation fault". > > The testcase was reduced from i386.c. > Hmm, does this happen after fold-all-builtins? Diego.

[Bug tree-optimization/18746] New: segfault with cc1 compiled with checking disabled

2004-11-30 Thread kazu at cs dot umass dot edu
Build cc1 with checking disabled. Then compile the following with ./cc1 -quiet -O2. extern void abort (void) __attribute__ ((noreturn)); extern char *strcpy (char *__restrict __dest, __const char *__restrict __src); int foo (int aaa, int bbb) { static char buf[30]; const char *p; switch (a

[Bug tree-optimization/18507] block_defs_stack varrray should not be GC'ed

2004-11-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18507

[Bug tree-optimization/18307] merge_pointed_to_info called incorrectly

2004-11-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18307

[Bug target/14010] large stack frame long double ice

2004-11-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |3.4.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14010

[Bug target/18230] SPARC VIS instructions are not generated by GCC

2004-11-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18230

[Bug libstdc++/18642] Docs for auto_ptr not showing docs for get() and others

2004-11-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18642

[Bug ada/18657] ACATS c61008a fold-const.c:1980 ICE on x86_64, works on x86

2004-11-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18657

[Bug target/18622] [4.0 Regression] sparc64-linux bootstrap failure

2004-11-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||build, ice-on-valid-code Summary|sparc64-linux bootstrap |[4.0 Regression] sparc64-

[Bug target/18490] mmix-knuth-mmixware testsuite failure: g++.old-deja/g++.law/bit-fields2.C

2004-11-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18490

[Bug target/14981] [3.4/4.0 Regression] ICE in _mm_xor_pd for SSE2 with -O1

2004-11-30 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-12-01 00:42 --- > gcc version 4.0.0 20041130 (experimental) does not ICE in any testcase, > so this is not a 4.0 regression. Well, that's not quite true. The following testcase still crashes on mainline wh

[Bug target/18488] mmix-knuth-mmixware testsuite failure: g++.dg/opt/vt1.C

2004-11-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18488

[Bug target/18336] mmix-knuth-mmixware testsuite failure: gcc.dg/20040813-1.c

2004-11-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18336

[Bug fortran/18711] Internal Compiler Error while using derived data type's

2004-11-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18711

[Bug target/18489] mmix-knuth-mmixware testsuite failure: g++.dg/rtti/tinfo1.C

2004-11-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18489

[Bug target/18484] mmix-knuth-mmixware testsuite failure: g++.dg/abi/empty6.C

2004-11-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18484

[Bug target/18348] mmix-knuth-mmixware testsuite failure: gcc.dg/uninit-H.c

2004-11-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18348

[Bug target/18345] mmix-knuth-mmixware testsuite failure: gcc.dg/intmax_t-1.c

2004-11-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18345

[Bug target/18337] mmix-knuth-mmixware testsuite failure: gcc.dg/array-quals-1.c

2004-11-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18337

[Bug target/18334] mmix-knuth-mmixware testsuite failure: gcc.dg/cpp/assert4.c

2004-11-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18334

[Bug target/18636] [4.0 regression] mmix-knuth-mmixware broken, building newlib/libm/common/s_fmax.c

2004-11-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18636

[Bug bootstrap/18142] "Unknown pseudo-op: .machine" compiling darwin-crt2.c

2004-11-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18142

[Bug target/18531] Rationalize Altivec logical ops

2004-11-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||missed-optimization Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bu

[Bug regression/18643] [3.4/4.0 Regression] fixincludes breaks RTEMS

2004-11-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Summary|[3.4 Regression] fixincludes|[3.4/4.0 Regression] |breaks RTEMS|fixincludes breaks RTEMS Target Milesto

[Bug tree-optimization/18618] The stacks in tree-ssa-dom.c and tree-intossa (and other tree-*) should be VEC(tree_on_heap)

2004-11-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18618

[Bug tree-optimization/18529] When the lower bound of a loop is non-constant we cannot find the number of iterations

2004-11-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18529

[Bug rtl-optimization/18599] Quadratic behavior in copyprop_hardreg_forward

2004-11-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18599

[Bug AWT/16121] gtk based awt peers: cast from pointer to integer of different size

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01 00:37 --- All of these are all fixed in 4.0.0 by the merge of the gui branch. -- What|Removed |Added

[Bug AWT/16040] InputEvent.getModifersEx() returns wrong values

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01 00:37 --- All of these are all fixed in 4.0.0 by the merge of the gui branch. -- What|Removed |Added

[Bug AWT/18312] Component.createImage() doesn't clear bitmap

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01 00:37 --- All of these are all fixed in 4.0.0 by the merge of the gui branch. -- What|Removed |Added

[Bug AWT/16769] graphics and images are not always drawn in the right order

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01 00:37 --- All of these are all fixed in 4.0.0 by the merge of the gui branch. -- What|Removed |Added

[Bug AWT/17059] MenuBar.setHelpMenu() broken

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01 00:37 --- All of these are all fixed in 4.0.0 by the merge of the gui branch. -- What|Removed |Added

[Bug AWT/17156] AWT menu items dont get greyed when disabled.

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01 00:37 --- All of these are all fixed in 4.0.0 by the merge of the gui branch. -- What|Removed |Added

[Bug SWING/16985] SpinnerNumberModel does not respect minimum.

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01 00:37 --- All of these are all fixed in 4.0.0 by the merge of the gui branch. -- What|Removed |Added

[Bug SWING/17276] JColorChooser hsb gradient image is really slow

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01 00:36 --- All of these are all fixed in 4.0.0 by the merge of the gui branch. -- What|Removed |Added

[Bug AWT/16823] java.awt.geom.RoundRectangle2D.intersects partially wrong

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01 00:37 --- All of these are all fixed in 4.0.0 by the merge of the gui branch. -- What|Removed |Added

[Bug AWT/16740] Unwanted expose events upon mouse enter/exit

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01 00:36 --- All of these are all fixed in 4.0.0 by the merge of the gui branch. -- What|Removed |Added

[Bug SWING/16727] MouseEvents not being consumed.

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01 00:36 --- All of these are all fixed in 4.0.0 by the merge of the gui branch. -- What|Removed |Added

[Bug AWT/17351] java.awt.color.ICC_Profile unimplemented

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01 00:36 --- All of these are all fixed in 4.0.0 by the merge of the gui branch. -- What|Removed |Added

[Bug AWT/16440] Exceptions thrown when button removes itself

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01 00:36 --- All of these are all fixed in 4.0.0 by the merge of the gui branch. -- What|Removed |Added

[Bug SWING/16866] JColorChooser implementation

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01 00:36 --- All of these are all fixed in 4.0.0 by the merge of the gui branch. -- What|Removed |Added

[Bug SWING/16983] ButtonGroups don't work

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01 00:36 --- All of these are all fixed in 4.0.0 by the merge of the gui branch. -- What|Removed |Added

[Bug SWING/16984] Up arrow button looks smaller than down arrow button

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01 00:36 --- All of these are all fixed in 4.0.0 by the merge of the gui branch. -- What|Removed |Added

[Bug java/18741] [4.0 Regression] ICE tree check: expected class 'expression', have 'declaration' (var_decl)

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-30 23:53 --- I also fails on 20041124. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18741

[Bug target/18383] [4.0 Regression] Cannot use assert in a dynamic library

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-30 23:38 --- Fixed by: 2004-11-30 Zack Weinberg <[EMAIL PROTECTED]> * gthr-gnat.c, gthr-gnat.h, gthr.h, libgcc2.h, unwind-dw2-fde.h * unwind.h: Surround all visibility pragmas with #ifndef HIDE_EXPORTS

[Bug c/18740] Execution-time sizeof drops side effects

2004-11-30 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2004-11-30 22:48 --- Actually, this requires more thought. I quoted from the C++ standard, but the bug is for C, and the problem lies here: the code is - size_t fsize3 (int n) { int i = 0; char b[1][n+3];

[Bug c/18740] Execution-time sizeof drops side effects

2004-11-30 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2004-11-30 22:24 --- That's not a bug. The standard says this: 5.3.3 Sizeof[expr.sizeof] 1 The sizeof operator yields the number of bytes in the object representation

[Bug driver/15690] [4.0 Regression] compilation stops after the first file with errors

2004-11-30 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2004-11-30 22:12 --- Subject: Re: [4.0 Regression] compilation stops after the first file with errors I am testing patch to fix this. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15690

[Bug bootstrap/18745] compile fix for gcc/include/md5.h

2004-11-30 Thread markus at oberhumer dot com
--- Additional Comments From markus at oberhumer dot com 2004-11-30 21:18 --- Point taken. Still please note that gcc-3.4 MIPS -mint64 does work, so IMHO this is not an unsupported target. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18745

[Bug target/18743] _init/_fini lacking unwind-info

2004-11-30 Thread schwab at suse dot de
-- What|Removed |Added Summary|_init/_ lacking unwind-info |_init/_fini lacking unwind- ||info Version|unknown

[Bug bootstrap/18745] compile fix for gcc/include/md5.h

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-30 21:08 --- Especially ones which are not for targets in GCC yet. -- What|Removed |Added Sta

[Bug bootstrap/18745] compile fix for gcc/include/md5.h

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-30 21:07 --- Patches should be sent to [EMAIL PROTECTED] -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18745

[Bug bootstrap/18745] compile fix for gcc/include/md5.h

2004-11-30 Thread markus at oberhumer dot com
--- Additional Comments From markus at oberhumer dot com 2004-11-30 21:04 --- Created an attachment (id=7644) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7644&action=view) md5.h patch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18745

[Bug bootstrap/18745] New: compile fix for gcc/include/md5.h

2004-11-30 Thread markus at oberhumer dot com
gcc/include/md5.h currently does not compile under ILP64. This tiny patch will fix this: --- md5.h 14 Mar 2001 19:44:38 - 1.3 +++ md5.h 30 Nov 2004 20:59:32 - @@ -58,9 +58,13 @@ # if LONG_MAX == INT_MAX_32_BITS typedef unsigned long md5_uint32; # else - /*

  1   2   >