[Bug fortran/18734] New: gfortran ICE -ftree-vector

2004-11-29 Thread htanabe at edu dot gunma-u dot ac dot jp
gfortran -O2 -ftree-vectorize -maltivec fails with ICE, on compiling following code. INTEGER I DIMENSION A(100), B(100), C(100) READ*, X, Y DO I=1,1000 A = LOG(X) B = LOG(Y) C = A + B END DO PRINT*, C(50) END exam

[Bug c/14411] Request for setjmp/longjmp attributes

2004-11-29 Thread zack at gcc dot gnu dot org
--- Additional Comments From zack at gcc dot gnu dot org 2004-11-30 07:47 --- +kw, milestone; assigning to myself for commitment once 4.1 opens. -- What|Removed |Added

[Bug target/9571] [PPC] problems with 'const', -msdata=eabi and sections.

2004-11-29 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2004-11-30 06:44 --- My patch didn't completely fix this problem, only the wrong .sdata2 attributes. Incidentally, the followup patch to fix the libgfortran breakage is: CVSROOT:/cvs/gcc Module name:gcc Changes by

[Bug middle-end/192] String literals don't obey -fdata-sections

2004-11-29 Thread amodra at bigpond dot net dot au
.long 1374389535 .section".text" .align 2 .p2align 4,,15 .globl f .type f, @function f: lis 9,[EMAIL PROTECTED] lfd 1,[EMAIL PROTECTED](9) blr .size f,.-f .ident "GCC: (GNU) 4.0.0 200411

[Bug target/18118] bad code gen for -mcpu=G5 and unsigned long long to double

2004-11-29 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2004-11-30 05:21 --- No, sorry if I gave the impression my patch would fix the darwin problem. It was aimed at fixing the powerpc-linux compiler ICE, whereas I presume the darwin problem is a runtime one. On powerpc-linux, w

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

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-30 04:51 --- Comeau C/C++'s online tester accepts this. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18733

[Bug middle-end/18718] [4.0 Regression] ICE: Segmentation fault in in schedule_region (rgn=0) at sched-rgn.c:2325

2004-11-29 Thread amodra at bigpond dot net dot au
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |amodra at bigpond dot net |dot org |dot au Status|NEW

[Bug middle-end/18718] [4.0 Regression] ICE: Segmentation fault in in schedule_region (rgn=0) at sched-rgn.c:2325

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-30 04:47 --- Patch here: . -- What|Removed |Added

[Bug rtl-optimization/9771] [3.3 Regression] [x86] wrong ebp optimisation

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-30 04:42 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

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

2004-11-29 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||giovannibajo at gcc dot gnu ||dot org, pinskia at gcc dot

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

2004-11-29 Thread pinskia at gcc dot gnu dot org
I don't know if this is valid code or not, to me this looks like valid code but I could be wrong. : Search converges between 2004-07-20-trunk (#491) and 2004-07-21-trunk (#492). This is reduced from PR 15855: typedef int GVID; class VG; template struct VDifferential { typedef T Summary; Su

[Bug rtl-optimization/9771] [3.3 Regression] [x86] wrong ebp optimisation

2004-11-29 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-30 04:34 --- Subject: Bug 9771 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_3-branch Changes by: [EMAIL PROTECTED] 2004-11-30 04:34:22 Modified files: gcc: ChangeL

[Bug middle-end/18718] [4.0 Regression] ICE: Segmentation fault in in schedule_region (rgn=0) at sched-rgn.c:2325

2004-11-29 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2004-11-30 03:57 --- Hmm, no, that's not quite right. It's nothing to do with the loop begin/end note needing to be recognized in the same analysis pass, but rather that older code emitted two REG_SAVE_NOTEs on each occurence

[Bug middle-end/17564] [4.0 Regression] New treatment of function pointers when used with equality operators, when casts are involved

2004-11-29 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2004-11-30 03:42 --- Subject: Re: [4.0 Regression] New treatment of function > Do you think we could canonicalize only when > we compare a function pointer to a function pointer > (rather than when comparing a function

[Bug middle-end/18718] [4.0 Regression] ICE: Segmentation fault in in schedule_region (rgn=0) at sched-rgn.c:2325

2004-11-29 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2004-11-30 03:25 --- Obviously, the loop expects REG_SAVE_NOTEs in pairs, which it isn't getting, hence the segfault. This is because the function that adds these notes, sched_analyze, is being called on basic blocks, and the

[Bug pch/14940] PCH largefile test fails on various platforms

2004-11-29 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-30 03:11 --- Subject: Bug 14940 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-30 03:11:29 Modified files: gcc: ChangeLog config.host Added files:

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

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-30 02:07 --- This was caused by the combination of the following patches: 2004-04-07 Caroline Tice <[EMAIL PROTECTED]> * gcc.c (main): Move 'break' in main loops (on an error) to wait until error proce

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

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-30 02:05 --- *** Bug 18732 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug driver/18732] Compiler will not compile two source files if first has error or is unreadable

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-30 02:05 --- This is a dup of bug 15690. *** This bug has been marked as a duplicate of 15690 *** -- What|Removed |Added -

[Bug driver/18732] New: Compiler will not compile two source files if first has error or is unreadable

2004-11-29 Thread dpatel at apple dot com
$echo 'int foo([EMAIL PROTECTED])' > bad.c $echo 'int foo(void) { return 0; }' > good.c $ $gcc-4.0 -c bad.c good.c Earlier compiler will generate good.o -- Summary: Compiler will not compile two source files if first has error or is unreadable Product: g

[Bug rtl-optimization/18616] Strange optimization issue

2004-11-29 Thread manus at eiffel dot com
--- Additional Comments From manus at eiffel dot com 2004-11-30 01:38 --- It turns out that I had somewhere else a stack corruption that was causing this behavior. It was strange that adding a printf statement made it work, or that it was working without optimization. You can close th

[Bug c/17170] -Wdefault-bitfield-sign

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

[Bug debug/16588] sdb/coff is broken

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-30 00:47 --- Fixed on the mainline by: 2004-10-30 Danny Smith <[EMAIL PROTECTED]> * sdbout.c (sdbout_symbol): Do not output type .def statements for builtin types. -- What|Removed

[Bug c++/16184] dynamic_cast seg faults when linking certain libraries

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-30 00:46 --- No feedback in 3 months. -- What|Removed |Added Status|WAITING

[Bug c++/16219] Exception not caught

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-30 00:46 --- No feedback in 3 months. -- What|Removed |Added Status|WAITING

[Bug c++/14136] [4.0 Regression] double error message for typename used as destructor declarator

2004-11-29 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-11-30 00:42 --- Btw, the patch passed bootstrap and regtesting. But I have yet to find out how to make a proper testcase that checks for a duplicate error message. I'd then modify g++.dg/parse/dtor2.C accordingly. --

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

2004-11-29 Thread phython at gcc dot gnu dot org
--- Additional Comments From phython at gcc dot gnu dot org 2004-11-30 00:40 --- Fixed the the previous commit. -- What|Removed |Added Status|NEW

[Bug libgcj/18699] [4.0 Regression] SIGSEGV in GC_local_gcj_malloc

2004-11-29 Thread mckinlay at redhat dot com
--- Additional Comments From mckinlay at redhat dot com 2004-11-30 00:39 --- Something strange is going on here. I have reverted the boehm-gc config patches for now. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18699

[Bug c++/18731] [3.3/3.4/4.0 regression] ICE on invalid template declaration

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-30 00:39 --- : Search converges between 2002-12-14-trunk (#159) and 2002-12-29-trunk (#160). Confirmed. -- What|Removed |Added ---

[Bug libgcj/18699] [4.0 Regression] SIGSEGV in GC_local_gcj_malloc

2004-11-29 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-30 00:39 --- Subject: Bug 18699 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-30 00:38:57 Modified files: boehm-gc : ChangeLog configure.ac configure

[Bug c++/18731] New: [3.3/3.4/4.0 regression] ICE on invalid template declaration

2004-11-29 Thread reichelt at gcc dot gnu dot org
The following invalid code snippet causes an ICE since gcc 3.3 (it also crashes gcc 2.95.x, 3.0.x, but doesn't crash gcc 3.1.x, 3.2.x): === template struct T::A {}; === Mainline issues the following error message: bug.cc:5:

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

2004-11-29 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-30 00:32 --- Subject: Bug 18596 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-30 00:32:34 Modified files: gcc: c-decl.c ChangeLog gcc/tests

[Bug middle-end/18730] [3.3/3.4/4.0 Regression] cppexp.c:1076: error: unrecognizable insn

2004-11-29 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |ASSIGNED Ever Confirmed||1 Last reconfirmed|-00-00 00:00:00 |200

[Bug middle-end/18730] [3.3/3.4/4.0 Regression] cppexp.c:1076: error: unrecognizable insn

2004-11-29 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||build, ice-on-valid-code Target Milestone|--- |3.4.4 http://gcc.gnu.org/bugzilla/sh

[Bug middle-end/18730] New: [3.3/3.4/4.0 Regression] cppexp.c:1076: error: unrecognizable insn

2004-11-29 Thread danglin at gcc dot gnu dot org
stage1/xgcc -Bstage1/ -B/opt/gnu/gcc/gcc-3.4.4/hppa1.1-hp-hpux11.11/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototype s -pedantic -Wno-long-long -Wold-style-definition -DHAVE_CONFIG_H-I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/../in

[Bug libstdc++/18678] Garbage output to std::wcout under some circumstances

2004-11-29 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2004-11-30 00:09 --- Ah yes, if you are curious about the asymmetry, it's basically due to the fact that xsputn can use, for performance sake, fwrite, but there isn't an analog possibility for wchar_t. -- http://gcc.gnu.org/bugzill

[Bug libstdc++/18678] Garbage output to std::wcout under some circumstances

2004-11-29 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2004-11-29 23:58 --- As I said, please have a look to include/ext/stdio_sync_filebuf.h: for C++ we have *additional* requirements besides those related to intermixing and only putc/putwc can be used: the behavior is a straightforward c

[Bug libstdc++/18678] Garbage output to std::wcout under some circumstances

2004-11-29 Thread rleigh at debian dot org
--- Additional Comments From rleigh at debian dot org 2004-11-29 23:50 --- Sorry about the renaming. Even though you aren't supposed to intermix std::cout and std::wcout, surely it would be nicer if the undefined behaviour was the same whichever you used first? Currently: std::cout, st

[Bug c++/18729] [4.0 regression] ICE on invalid typedef

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 23:48 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug c++/18721] [4.0 Regression] template conversion function regression

2004-11-29 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com |dot org | Status|NEW

[Bug c++/18721] [4.0 Regression] template conversion function regression

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 23:44 --- I almost think it was caused by: but I could be wrong. -- What|Removed |Added

[Bug c++/18729] [4.0 regression] ICE on invalid typedef

2004-11-29 Thread reichelt at gcc dot gnu dot org
-- What|Removed |Added CC||mmitchel at gcc dot gnu dot ||org http://gcc.gnu.org/bugzilla/s

[Bug c++/18729] New: [4.0 regression] ICE on invalid typedef

2004-11-29 Thread reichelt at gcc dot gnu dot org
The following invalid code snippet causes an ICE on mainline. = template struct A { typedef typename T::X Y; }; A::Y y; = bug.cc: In instantiation of 'A': bug.cc:6: instantiated from here bug.cc:3: error: 'int' is not a class,

[Bug libfortran/18710] img part of complex number not written to direct access file

2004-11-29 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2004-11-29 23:38 --- This patch fixes it and passes the testsuite, but I'd like someone to test that it doesn't break anything else (I don't think it will, but then I don't know the standard's semantics for unformatted transfers)

[Bug libstdc++/18678] Garbage output to std::wcout under some circumstances

2004-11-29 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2004-11-29 23:21 --- Please, don't reopen a PR changing completely the topis: is completely confusing. Anyway, as you say, this is well outside the c++ spec: according to 27.3, c++ cannot mix operations **and**, by default (missing a

[Bug target/17224] [3.4/4.0 Regression]: relocation truncated to fit: GPREL22

2004-11-29 Thread schwab at suse dot de
--- Additional Comments From schwab at suse dot de 2004-11-29 23:17 --- Note that the following generates the same code, but IMHO is fully defined (apart of the implementation-defined behaviour of the intptr_t cast). #include intptr_t foo () { static int n; return (intptr_t) &n - 89

[Bug c/18479] [4.0 Regression] __attribute__ ((visibility("default"))) in C causes internal compiler error

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 23:11 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c/18479] [4.0 Regression] __attribute__ ((visibility("default"))) in C causes internal compiler error

2004-11-29 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-29 23:11 --- Subject: Bug 18479 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-29 23:11:30 Modified files: gcc: ChangeLog c-common.c gcc/tes

[Bug libstdc++/18684] static member function not defined in std::locale::facet class

2004-11-29 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2004-11-29 23:04 --- By the way, about your latest snippet, it doesn't include, as it should (you are using messages) and messages (at variance with char and wchar_t) is not a required instantiation (see Table 51 and 52). -- http:

[Bug tree-optimization/18298] [4.0 Regression] bad code from lim ssa pass with strcmp

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 23:03 --- Mine, as my patch fixes it. -- What|Removed |Added AssignedTo|dnovillo at redhat dot

[Bug tree-optimization/18298] [4.0 Regression] bad code from lim ssa pass with strcmp

2004-11-29 Thread dnovillo at gcc dot gnu dot org
--- Additional Comments From dnovillo at gcc dot gnu dot org 2004-11-29 23:01 --- (In reply to comment #4) > Adding a may_alias pass after fold all builtins makes this testcase works > (I don't know if this is correct fix or not): > Unfortunately, it is. It's a bit heavy handed for my t

[Bug libstdc++/18684] static member function not defined in std::locale::facet class

2004-11-29 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2004-11-29 22:57 --- Please don't reopen bugs at your ease. This is definitely not a bug: you are not supposed to access or use implementation details beginning with _ -- What|Removed |Added ---

[Bug libstdc++/18684] static member function not defined in std::locale::facet class

2004-11-29 Thread yanliu at ca dot ibm dot com
--- Additional Comments From yanliu at ca dot ibm dot com 2004-11-29 22:47 --- The point that I am trying to make here is the definition of _S_get_c_name() is not in the STL header file, neither in the libstdc++ libarary. For example, I can still use the following example to get the sa

[Bug bootstrap/18627] Bootstrap failure due to needing a new cctools

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 22:39 --- I should mention that you should use the binary version of cctools, the source version is hard to compile unless you have all of the sources, there is a version which can be compiled from source which is

[Bug libstdc++/18678] Garbage output to std::wcout under some circumstances

2004-11-29 Thread rleigh at debian dot org
--- Additional Comments From rleigh at debian dot org 2004-11-29 22:38 --- I've done a little more investigation, and I've found out some more. It's no longer related to date formatting, so I changed the bug title. Here's a C program to test wide character output: #include #include

[Bug bootstrap/17203] "fill out the table" error bootstrapping 3.4.1 on Origin300 using gcc 3.0.4

2004-11-29 Thread rwcrocombe at raytheon dot com
--- Additional Comments From rwcrocombe at raytheon dot com 2004-11-29 22:26 --- Subject: Re: "fill out the table" error bootstrapping 3.4.1 on Origin300 using gcc 3.0.4 pinskia at gcc dot gnu dot org wrote: > --- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29

[Bug rtl-optimization/15289] [3.4/4.0 Regression] reload error with non-lowpart subregs

2004-11-29 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2004-11-29 21:24 --- Sigh. Mine. I hate gen_imagpart. -- What|Removed |Added AssignedTo|unassigned at gcc d

[Bug middle-end/17746] [4.0 Regression] ICE when building the Ada RTS

2004-11-29 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2004-11-29 21:09 --- Also, adding gcc_asserts that invoke handled_component_p from within get_inner_reference looks like a way to make sure they do not diverge too much without us noticing. -- http://gcc.gnu.org/bugzilla/sh

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

2004-11-29 Thread hp at gcc dot gnu dot org
--- Additional Comments From hp at gcc dot gnu dot org 2004-11-29 21:05 --- http://gcc.gnu.org/ml/gcc-patches/2004-11/msg02601.html> -- What|Removed |Added Statu

[Bug tree-optimization/13776] [4.0 Regression] [tree-ssa] Many C++ compile-time regression in 4.0-tree-ssa 040120

2004-11-29 Thread kgardas at objectsecurity dot com
--- Additional Comments From kgardas at objectsecurity dot com 2004-11-29 21:04 --- Subject: Re: [4.0 Regression] [tree-ssa] Many C++ compile-time regression in 4.0-tree-ssa 040120 On Mon, 29 Nov 2004, law at redhat dot com wrote: > > I've updated comparison table for 4.0.0 20041126

[Bug target/6221] mips-irix6 gcc-3.1 testsuite failure in gcc.c-torture/execute/20020227-1.c

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

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

2004-11-29 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-29 21:00 --- Subject: Bug 18490 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-29 21:00:34 Modified files: gcc/testsuite : ChangeLog Log message: PR t

[Bug target/6221] mips-irix6 gcc-3.1 testsuite failure in gcc.c-torture/execute/20020227-1.c

2004-11-29 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2004-11-29 21:00 --- Fixed. -- What|Removed |Added Status|WAITING |RESOLVED

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

2004-11-29 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-29 20:58 --- Subject: Bug 18490 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-29 20:58:42 Modified files: gcc/testsuite/g++.old-deja/g++.law: bit-fields2.C

[Bug c++/18514] [3.4/4.0 Regression] Alternate "asm" name ignored for redeclared builtin function imported into namespace std

2004-11-29 Thread austern at apple dot com
--- Additional Comments From austern at apple dot com 2004-11-29 20:56 --- Yep, I see what the problem is now. When we create a builtin in C++, we create the declaration in both the global namespace and namespace std. Later, when we see the declaration of snprintf in the global name

[Bug java/18728] GCJ generates inner class code that fails to verify.

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 20:54 --- This is almost a dup of bug 9884 but not quiet. Confirmed. -- What|Removed |Added BugsThis

[Bug middle-end/17746] [4.0 Regression] ICE when building the Ada RTS

2004-11-29 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2004-11-29 20:53 --- I would really prefer a patch that brought handled_component_p into better agreement with get_inner_reference. For extra points, share code between the two routines. -- http://gcc.gnu.org/bugzilla/show_bug.

[Bug ada/18727] ACATS c43214c fails at runtime

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 20:50 --- Confirmed, read: . -- What|Removed |Added

[Bug java/18728] New: GCJ generates inner class code that fails to verify.

2004-11-29 Thread gcc-java at esclat dot net
Compiling the following code with gcj (at least with version 3.4.2 as shipped with Fedora Core 3) reports no errors or warnings: class A { class B { int value; } } class VerifyBug { A.B b; VerifyBug() { b = new A.B(); } static void main(String args[]) {

[Bug ada/18727] New: ACATS c43214c fails at runtime

2004-11-29 Thread laurent at guerby dot net
On x86, x86_64 and powerpc-darwin c43214c fails at runtime. Here is a slightly reduced test case that fails at -O2 but works at -O0/-O1 and often works when slightly changed. $ gnatmake -O2 p3 $ ./p3 (print garbage, expected WORK) $ cat p3.adb -- from ACATS c43214c with Ada.Text_IO; procedure P3

[Bug middle-end/18725] [4.0 Regression] another ICE on trivial invalid asm

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 20:36 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug middle-end/18725] [4.0 Regression] another ICE on trivial invalid asm

2004-11-29 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-29 20:36 --- Subject: Bug 18725 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-29 20:36:37 Modified files: gcc: ChangeLog tree-cfg.c gcc/tes

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

2004-11-29 Thread hp at gcc dot gnu dot org
--- Additional Comments From hp at gcc dot gnu dot org 2004-11-29 20:32 --- http://gcc.gnu.org/ml/gcc-patches/2004-11/msg02599.html> -- What|Removed |Added Statu

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

2004-11-29 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-29 20:30 --- Subject: Bug 18488 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-29 20:30:09 Modified files: gcc/testsuite : ChangeLog gcc/testsuite/g++.

[Bug c++/18512] [3.4 Regression] ICE on invalid usage of template base class

2004-11-29 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-29 20:25 --- Fixed in 4.0. -- What|Removed |Added Summary|[3.4/4.0 Regression] ICE on |[3.4 R

[Bug c++/18368] [3.4 Regression] C++ error message regression

2004-11-29 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-29 20:23 --- Fixed in 4.0. -- What|Removed |Added Summary|[3.4/4.0 Regression] C++|[3.4 R

[Bug c++/18674] [3.4 Regression] G++ accepts bad elaborated type specifiers

2004-11-29 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-29 20:22 --- Fixed in 4.0. Will not be fixed in 3.4.x, due to invasive nature of patch. -- What|Removed |Added

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

2004-11-29 Thread hp at gcc dot gnu dot org
--- Additional Comments From hp at gcc dot gnu dot org 2004-11-29 20:21 --- http://gcc.gnu.org/ml/gcc-patches/2004-11/msg02595.html> -- What|Removed |Added Statu

[Bug libgcj/18699] [4.0 Regression] SIGSEGV in GC_local_gcj_malloc

2004-11-29 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2004-11-29 20:17 --- If the GC headers that we include rely on the defines in the GC's config.h, then that would explain the problem. We don't actually need PACKAGE_NAME and friends, I think. One fix would be to simply undef the

[Bug tree-optimization/18712] [4.0 Regression] ICE: vector VEC(basic_block) push domain error, in insert_phi_nodes_for at tree-into-ssa.c:1049

2004-11-29 Thread dnovillo at gcc dot gnu dot org
--- Additional Comments From dnovillo at gcc dot gnu dot org 2004-11-29 20:15 --- Fix: http://gcc.gnu.org/ml/gcc-patches/2004-11/msg02593.html -- What|Removed |Added

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

2004-11-29 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-29 20:14 --- Subject: Bug 18336 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-29 20:14:19 Modified files: gcc/testsuite : ChangeLog gcc/testsuite/gcc.

[Bug c++/18512] [3.4/4.0 Regression] ICE on invalid usage of template base class

2004-11-29 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-29 20:10 --- Subject: Bug 18512 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-29 20:10:18 Modified files: gcc/testsuite : ChangeLog gcc/cp : C

[Bug c++/18674] [3.4/4.0 Regression] G++ accepts bad elaborated type specifiers

2004-11-29 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-29 20:10 --- Subject: Bug 18674 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-29 20:10:18 Modified files: gcc/testsuite : ChangeLog gcc/cp : C

[Bug c++/18368] [3.4/4.0 Regression] C++ error message regression

2004-11-29 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-29 20:10 --- Subject: Bug 18368 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-29 20:10:18 Modified files: gcc/testsuite : ChangeLog gcc/cp : C

[Bug tree-optimization/13776] [4.0 Regression] [tree-ssa] Many C++ compile-time regression in 4.0-tree-ssa 040120

2004-11-29 Thread law at redhat dot com
--- Additional Comments From law at redhat dot com 2004-11-29 20:05 --- Subject: Re: [4.0 Regression] [tree-ssa] Many C++ compile-time regression in 4.0-tree-ssa 040120 On Mon, 2004-11-29 at 19:56 +, kgardas at objectsecurity dot com wrote: > --- Additional Comments From

[Bug tree-optimization/13776] [4.0 Regression] [tree-ssa] Many C++ compile-time regression in 4.0-tree-ssa 040120

2004-11-29 Thread kgardas at objectsecurity dot com
--- Additional Comments From kgardas at objectsecurity dot com 2004-11-29 19:56 --- Subject: Re: [4.0 Regression] [tree-ssa] Many C++ compile-time regression in 4.0-tree-ssa 040120 I've updated comparison table for 4.0.0 20041126 compiler version. You can find it here: http://gcc.gnu

[Bug c++/18726] ICE when calling templated function from templated sister class

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 19:42 --- Fixed in 3.4.4. -- What|Removed |Added Status|UNCONFIRMED |RESOL

[Bug target/18723] [C] gcc 3.4.4 zeroes inline function argument with "-O2 -march=pentium4"

2004-11-29 Thread thrall at vss dot fsi dot com
--- Additional Comments From thrall at vss dot fsi dot com 2004-11-29 19:38 --- -fno-strict-aliasing does make the segfault go away, but changing the line like you suggested does not (the assembly for handleButtonEvent is exactly the same up to the place it zeroes event, and it still s

[Bug c++/18726] ICE when calling templated function from templated sister class

2004-11-29 Thread rls at tamu dot edu
--- Additional Comments From rls at tamu dot edu 2004-11-29 19:36 --- Created an attachment (id=7638) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7638&action=view) testcase to reproduce error -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18726

[Bug c++/18726] New: ICE when calling templated function from templated sister class

2004-11-29 Thread rls at tamu dot edu
Compiler ICE's when calling a template function belonging to a template base class using an explicit parameter list. That was a bit obtuse...an example will help: class E inherits from class A and class B. ICE occurs when class B downcasts itself to E: Derived * e = static_cast(this);

[Bug tree-optimization/18707] [4.0 Regression] Performance regression at -O2 with gzip

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 19:25 --- Patch here: . -- What|Removed |Added

[Bug c/7544] [3.3/3.4/4.0 regression] #pragma weak problem

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 19:22 --- Fixed. -- What|Removed |Added Status|REOPENED|RESOLVED

[Bug tree-optimization/18712] [4.0 Regression] ICE: vector VEC(basic_block) push domain error, in insert_phi_nodes_for at tree-into-ssa.c:1049

2004-11-29 Thread dnovillo at gcc dot gnu dot org
--- Additional Comments From dnovillo at gcc dot gnu dot org 2004-11-29 19:20 --- (In reply to comment #5) > But that is not sufficient. We are overflowing work_stack, when we really > shouldn't. I'm looking into this now. > I was wrong. It is indeed possible for WORK_STACK to have

[Bug target/17224] [3.4/4.0 Regression]: relocation truncated to fit: GPREL22

2004-11-29 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2004-11-29 19:19 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug target/17224] [3.4/4.0 Regression]: relocation truncated to fit: GPREL22

2004-11-29 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-29 19:19 --- Subject: Bug 17224 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2004-11-29 19:19:21 Modified files: gcc: Change

[Bug middle-end/18725] [4.0 Regression] another ICE on trivial invalid asm

2004-11-29 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|normal |minor Keywords||ice-checking http://gcc.gnu.org/bugzilla/show_bug.cgi?i

[Bug tree-optimization/18650] [4.0 Regression] Failure in tree-ssa/loop-2.c with powerpc64 with biarch

2004-11-29 Thread jgrimm2 at us dot ibm dot com
--- Additional Comments From jgrimm2 at us dot ibm dot com 2004-11-29 19:02 --- adding cc for awareness. -- What|Removed |Added CC|

[Bug middle-end/18725] [4.0 Regression] another ICE on trivial invalid asm

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 19:00 --- Patch here: . I am wondering now why anybody would think error_mark_node would not be sharedable. -- What|Removed

[Bug c/7544] [3.3/3.4/4.0 regression] #pragma weak problem

2004-11-29 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-29 18:54 --- Subject: Bug 7544 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-29 18:54:06 Modified files: gcc: ChangeLog Makefile.in c-lang.c c-pragm

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

2004-11-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-29 18:47 --- No I said it worked on ppc, which is why I said this is most likely 64bit related. Closing as fixed as it works on ppc. -- What|Removed |Added --

  1   2   3   >