[Bug c++/28248] [4.1/4.2 regression] Trouble with invalid initializers

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-08-16 06:52 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug rtl-optimization/21676] [4.0/4.1/4.2 Regression] Optimizer regression: SciMark sparse matrix benchmark

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-08-16 06:50 --- Can someone try the mainline again after Paolo B.'s patch? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/28749] Miscompilation of glibc/stdio-common/vfprintf.c, invalid delay slot fill.

2006-08-15 Thread carlos at systemhalted dot org
--- Comment #3 from carlos at systemhalted dot org 2006-08-16 06:48 --- Dumping vfprintf.c compile with -S and -da ; basic block 131 .LBE379: .LBB380: .LBB380: ; vfprintf.c:1448 .loc 2 1448 0 ldw 8(%r3),%r28 ldil L'16384,%r22 ldb 0(%r28),%

[Bug c++/23211] [4.0/4.1/4.2 regression] using dec in nested class doesn't import name

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2006-08-16 06:43 --- Janis, Could you do a regression hunt on this bug? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/28726] -fsched2-use-superblock produces wrong code

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-08-16 06:17 --- This is a latent bug on the mainline, the loop is fully optimized out by the time we get to the scheduler. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/28749] Miscompilation of glibc/stdio-common/vfprintf.c, invalid delay slot fill.

2006-08-15 Thread carlos at systemhalted dot org
--- Comment #2 from carlos at systemhalted dot org 2006-08-16 05:56 --- Building vfprintf.c with -fno-delayed-branch is a workaround. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28749

[Bug libfortran/27964] Wrong line ends on windows (XP)

2006-08-15 Thread gay at sfu dot ca
--- Comment #7 from gay at sfu dot ca 2006-08-16 05:49 --- Subject: Re: Wrong line ends on windows (XP) On Wed, Aug 16, 2006 at 03:04:45AM -, jvdelisle at gcc dot gnu dot org wrote: > > > --- Comment #6 from jvdelisle at gcc dot gnu dot org 2006-08-16 03:04 > --- > OK,

[Bug c++/28711] ICE on invalid initializer for multidimensional array

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-08-16 05:44 --- Confirmed, this only ICEs with checking turned on. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/28710] [4.0/4.1/4.2 regression] ICE redeclaring template as non-template

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-08-16 05:41 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug tree-optimization/28707] [4.0 Regression] Incorrect optimization inside member function

2006-08-15 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfi

[Bug c++/28677] [4.0 regression] Function prototype in function body crashes compilation

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #14 from pinskia at gcc dot gnu dot org 2006-08-16 05:38 --- (In reply to comment #13) > Fixed in 4.0.4. I mean 4.1.2. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28677

[Bug c++/28677] [4.0 regression] Function prototype in function body crashes compilation

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #13 from pinskia at gcc dot gnu dot org 2006-08-16 05:37 --- Fixed in 4.0.4. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Summar

[Bug bootstrap/28695] Problem compiling Gcc 4.1.1 on a 64 bit linux redhat kernel

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-08-16 05:36 --- Can you first configure in a different object directory? Second can you try using "make bootstrap" instead of make? Third can you paste the command that failed? -- pinskia at gcc dot gnu dot org changed:

[Bug c/28679] #pragma pack(push) malformed

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-08-16 05:32 --- Fixed in 4.0.0 and this is not a regression and 3.4.x is no longer being updated. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug middle-end/28749] Miscompilation of glibc/stdio-common/vfprintf.c

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-08-16 05:22 --- Yes a testcase is needed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/28749] New: Miscompilation of glibc/stdio-common/vfprintf.c

2006-08-15 Thread carlos at systemhalted dot org
This is a regression since 4.1 and 4.0 compile vfprintf.c correctly. I am using gcc trunk to build libc / libc-ports head. I have a regression in tst-printfsz which is part of the glibc testsuite. The problem is a miscompilation of glibc/stdio-common/vfprintf.c by GCC. The bug is as follows: Loca

[Bug c++/11750] Incorrect virtual method invoked for class hierarchy w/ virtual bases

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-08-16 04:45 --- *** Bug 28748 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/28748] incorrect semantics of using-declaration in c++

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-08-16 04:45 --- Oh and this is a dup of bug 11750. *** This bug has been marked as a duplicate of 11750 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28748] incorrect semantics of using-declaration in c++

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-08-16 04:44 --- This is most likely because GCC implements some of the pre-standard (ARM) based using semantics. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28748

[Bug c++/28748] New: incorrect semantics of using-declaration in c++

2006-08-15 Thread alexey dot starovoytov at sun dot com
for the following test case: struct A { virtual int x () {return 1;} }; struct B: A { virtual int x () {return 0;} }; struct C: B{ using A::x; }; int main() { C c; return c.x(); } all g++ 4.x will return 1 It seems C++ standard would want to see 0. Using-declaration introduces the vi

[Bug c++/28746] gcc -g and shared objects

2006-08-15 Thread jmbnyc at gmail dot com
--- Comment #6 from jmbnyc at gmail dot com 2006-08-16 03:20 --- Subject: Re: gcc -g and shared objects Ok, I will update the system when I have a chance. I had looked at the .s and I did not see anything unusual. What do you mean by "memory problems"? /JMB On 16 Aug 2006 02:55:58 -

[Bug fortran/25828] [f2003] ACCESS='STREAM' io support

2006-08-15 Thread jvdelisle at gcc dot gnu dot org
--- Comment #9 from jvdelisle at gcc dot gnu dot org 2006-08-16 03:14 --- Fixed on 4.2. Will not go to 4.1 -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added --

[Bug libfortran/28747] New: Empty write STREAM I/O file positioning problem

2006-08-15 Thread jvdelisle at gcc dot gnu dot org
The following does not work with bleeding edge FreeBSD: program streamtest implicit none character(1) :: lf = char(10) character(1) :: tchar integer:: i,j,k real(kind=4), dimension(100,100) :: anarray open(10, file="teststream", access="stream", form="unformatted") anarra

[Bug libfortran/27964] Wrong line ends on windows (XP)

2006-08-15 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2006-08-16 03:04 --- OK, I have an XP box up and running. Now to get a build going here and I may be able to look into this one. Was this with the cygwin or mingw versio that had the problem, or both? -- http://gcc.gnu.org/bugz

[Bug c++/28746] gcc -g and shared objects

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-08-16 02:55 --- (In reply to comment #4) > Subject: Re: gcc -g and shared objects > > Just because it works for you does not mean it is not a problem. I am > not an idiot (and I am not saying that you implied that I was) and I > b

[Bug c++/28746] gcc -g and shared objects

2006-08-15 Thread jmbnyc at gmail dot com
--- Comment #4 from jmbnyc at gmail dot com 2006-08-16 02:48 --- Subject: Re: gcc -g and shared objects Just because it works for you does not mean it is not a problem. I am not an idiot (and I am not saying that you implied that I was) and I believe there is a problem. I believe the p

[Bug c++/28746] gcc -g and shared objects

2006-08-15 Thread jmbnyc at gmail dot com
--- Comment #3 from jmbnyc at gmail dot com 2006-08-16 02:42 --- Subject: Re: gcc -g and shared objects Very bizarre. I struggled with this all of last night and most of today. It is very bizarre. I am running stock RH FC5 that I installed about 4 weeks ago. I even tried -g -O and it s

[Bug c++/28746] gcc -g and shared objects

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-08-16 02:36 --- This works for me and I really doubt this is a GCC issue anyways since GCC just outputs assembly which then gets into object code by binutils and binutils does the linking also. -- pinskia at gcc dot gnu dot org

[Bug c++/28746] gcc -g and shared objects

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-08-16 02:25 --- This works for me with exactly your version of GCC: [EMAIL PROTECTED] ~]$ vi t.cc [EMAIL PROTECTED] ~]$ gcc -g -fPIC t.cc -c gt.cc: In destructor ‘XYZ::~XYZ()’: t.cc:11: error: expected `}' at end of input [EMAIL PRO

[Bug c++/28746] New: gcc -g and shared objects

2006-08-15 Thread jmbnyc at gmail dot com
$ uname -a Linux localhost.localdomain 2.6.15-1.2054_FC5smp #1 SMP Tue Mar 14 16:05:46 EST 2006 i686 i686 i386 GNU/Linux $ gcc -v Using built-in specs. Target: i386-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-t

[Bug java/28663] [4.2 regression] gcj fails to binary-compile eclipse's javac

2006-08-15 Thread bero at arklinux dot org
--- Comment #2 from bero at arklinux dot org 2006-08-16 00:01 --- Forget about the last comment - there was a typo in my "try old gcc version" script that caused reverting to the old jar to revert to the old gcj for .java->.class compilation too (but not for .jar->.so). On a further loo

[Bug target/28731] Local variables not aligned to 4 byte boundary causes bus error due to unaligned access

2006-08-15 Thread raj dot khem at gmail dot com
--- Comment #2 from raj dot khem at gmail dot com 2006-08-15 23:41 --- (In reply to comment #1) > It was an accident that it was aligned. > Use the attribute aligned to get an aligned variable if the alignment of the > type is lower than what you need. > > Also note you are violating al

[Bug testsuite/28703] FAIL: gcc.c-torture/execute/pr28651.c execution

2006-08-15 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #8 from dave at hiauly1 dot hia dot nrc dot ca 2006-08-15 23:37 --- Subject: Re: FAIL: gcc.c-torture/execute/pr28651.c execution > Fixed. It doesn't appear to have been fixed on the 4.1 branch yet. Dave -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28703

[Bug c/26993] ICE on invalid code with weakref

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-08-15 23:26 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug fortran/25828] [f2003] ACCESS='STREAM' io support

2006-08-15 Thread jvdelisle at gcc dot gnu dot org
--- Comment #8 from jvdelisle at gcc dot gnu dot org 2006-08-15 23:14 --- Subject: Bug 25828 Author: jvdelisle Date: Tue Aug 15 23:14:03 2006 New Revision: 116173 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116173 Log: 2006-08-15 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug fortran/25828] [f2003] ACCESS='STREAM' io support

2006-08-15 Thread jvdelisle at gcc dot gnu dot org
--- Comment #7 from jvdelisle at gcc dot gnu dot org 2006-08-15 23:06 --- Subject: Bug 25828 Author: jvdelisle Date: Tue Aug 15 23:06:44 2006 New Revision: 116172 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116172 Log: 2006-08-15 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug fortran/25828] [f2003] ACCESS='STREAM' io support

2006-08-15 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2006-08-15 23:03 --- Subject: Bug 25828 Author: jvdelisle Date: Tue Aug 15 23:03:28 2006 New Revision: 116171 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116171 Log: 2006-08-15 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug java/28663] [4.2 regression] gcj fails to binary-compile eclipse's javac

2006-08-15 Thread bero at arklinux dot org
--- Comment #1 from bero at arklinux dot org 2006-08-15 23:02 --- Some debugging shows this is related to the new jar -- if I use jar from gcc 4.1.x (or just fastjar 0.93 from www.sourceforge.net/projects/fastjar) to generate the ecj.jar file, I can binary-compile it with gcj 4.2 just fi

[Bug fortran/28735] Crash in resolve.c - related to contents of .mod

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-08-15 23:01 --- Confirmed on 20060621's mainline. Backtrace: #0 0x0808cbfa in resolve_ref (expr=0x872a438) at /home/apinski/src/gcc-fsf/local/trunk/gcc/fortran/resolve.c:2409 #1 0x0808d63c in gfc_resolve_expr (e=0x872a438)

[Bug fortran/28735] Crash in resolve.c - related to contents of .mod

2006-08-15 Thread adsspamtrap01 at yahoo dot com
--- Comment #4 from adsspamtrap01 at yahoo dot com 2006-08-15 22:24 --- (In reply to comment #2) > Can you provide the source that generated the module? > (In reply to comment #2) > Can you provide the source that generated the module? > OK, I've put together some sample .F files tha

[Bug fortran/28735] Crash in resolve.c - related to contents of .mod

2006-08-15 Thread adsspamtrap01 at yahoo dot com
--- Comment #3 from adsspamtrap01 at yahoo dot com 2006-08-15 21:52 --- (In reply to comment #2) > Can you provide the source that generated the module? > Sorry, no. It is from the COAMPS project (http://www.nrlmry.navy.mil/coamps-web/web/home). Source for the project is available

[Bug c/28287] [4.1 regression] ICE with misplaced attribute weak

2006-08-15 Thread dannysmith at users dot sourceforge dot net
--- Comment #8 from dannysmith at users dot sourceforge dot net 2006-08-15 21:49 --- Fixed on trunk -- dannysmith at users dot sourceforge dot net changed: What|Removed |Added ---

[Bug c/28287] [4.1/4.2 regression] ICE with misplaced attribute weak

2006-08-15 Thread dannysmith at users dot sourceforge dot net
--- Comment #7 from dannysmith at users dot sourceforge dot net 2006-08-15 21:48 --- Assigning to self so... -- dannysmith at users dot sourceforge dot net changed: What|Removed |Added --

[Bug c/28287] [4.1/4.2 regression] ICE with misplaced attribute weak

2006-08-15 Thread dannysmith at gcc dot gnu dot org
--- Comment #6 from dannysmith at gcc dot gnu dot org 2006-08-15 21:46 --- Subject: Bug 28287 Author: dannysmith Date: Tue Aug 15 21:46:30 2006 New Revision: 116170 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116170 Log: gcc PR c/28287 * c-common.c (handle_we

[Bug c/28744] externally_visible attribute not effective with prior declaration of symbol.

2006-08-15 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2006-08-15 21:18 --- It is only partly a dup, handle_externally_visible_attribute still needs fixing, as the source below is IMHO valid and shouldn't produce any warnings (and all 5 barN's should be externally visible, not just bet[2-4] as

[Bug c/25795] Proccessing the attribute externally_visible too early

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-08-15 21:08 --- *** Bug 28744 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c/28744] externally_visible attribute not effective with prior declaration of symbol.

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-08-15 21:08 --- And yes this is a dup of bug 25795. *** This bug has been marked as a duplicate of 25795 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c/25795] Proccessing the attribute externally_visible too early

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-08-15 21:08 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug bootstrap/28745] make bootstrap failed on rhel4-x64 with ld internal error at elf64-x86-64.c line 1912

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-08-15 21:05 --- This is a bug in binutils version which you are using. Either report this to Redhat or update the version since the version that redhat uses is about 2 years old and a prerelease. -- pinskia at gcc dot gnu dot o

[Bug c/28744] externally_visible attribute not effective with prior declaration of symbol.

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-08-15 21:04 --- I think this is really a dup of bug 25795 which was fixed for 4.2.0. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28744

[Bug c++/28738] [4.2 regression] ICE specializing invalid template class

2006-08-15 Thread lmillward at gcc dot gnu dot org
--- Comment #1 from lmillward at gcc dot gnu dot org 2006-08-15 20:44 --- Confirmed. I'll take a look at it. -- lmillward at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/28737] [4.2 regression] ICE using invalid template class in specialization

2006-08-15 Thread lmillward at gcc dot gnu dot org
--- Comment #1 from lmillward at gcc dot gnu dot org 2006-08-15 20:44 --- Confirmed. I'll take a look at it. -- lmillward at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/28736] [4.2 regression] ICE with friend of invalid template class

2006-08-15 Thread lmillward at gcc dot gnu dot org
--- Comment #1 from lmillward at gcc dot gnu dot org 2006-08-15 20:44 --- Confirmed. I'll take a look at it. -- lmillward at gcc dot gnu dot org changed: What|Removed |Added -

[Bug bootstrap/28745] make bootstrap failed on rhel4-x64 with ld internal error at elf64-x86-64.c line 1912

2006-08-15 Thread waspswarm at gmail dot com
--- Comment #1 from waspswarm at gmail dot com 2006-08-15 20:22 --- [EMAIL PROTECTED] bld]$ uname -r 2.6.9-34.0.1.ELsmp [EMAIL PROTECTED] bld]$ cat /etc/redhat-release CentOS release 4.3 (Final) [EMAIL PROTECTED] bld]$ rpm -qa |grep binutils binutils-2.15.92.0.2-18 [EMAIL PROTECTED] bl

[Bug bootstrap/28745] New: make bootstrap failed on rhel4-x64 with ld internal error at elf64-x86-64.c line 1912

2006-08-15 Thread waspswarm at gmail dot com
/usr/bin/ld: BFD 2.15.92.0.2 20040927 internal error, aborting at ../../bfd/elf64-x86-64.c line 1912 in elf64_x86_64_relocate_section /usr/bin/ld: Please report this bug. [EMAIL PROTECTED] bld]$ gcc -v Reading specs from /usr/lib/gcc/x86_64-redhat-linux/3.4.5/specs Configured with: ../configure

[Bug c/28744] externally_visible attribute not effective with prior declaration of symbol.

2006-08-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

[Bug c/28744] New: externally_visible attribute not effective with prior declaration of symbol.

2006-08-15 Thread dwmw2 at infradead dot org
$ cat foo.c extern char *bar1 __attribute__((externally_visible)); char *bar1; extern char *bar2 __attribute__((externally_visible)); char *bar2 __attribute__((externally_visible)); extern char *bar3; char *bar3 __attribute__((externally_visible)); char *bar4 __attribute__((externally_visible));

[Bug c++/28743] [4.1/4.2 regression] ICE with invalid specialization

2006-08-15 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28743

[Bug c++/28743] New: [4.1/4.2 regression] ICE with invalid specialization

2006-08-15 Thread reichelt at gcc dot gnu dot org
The following invalid testcase triggers an ICE on mainline and 4.1 branch: template struct A { template void foo(); }; template template void A<0>::foo() {} bug.cc:6: internal co

[Bug c++/28742] [4.2 regression] ICE with virtual destructor in invalid template class

2006-08-15 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28742

[Bug c++/28742] New: [4.2 regression] ICE with virtual destructor in invalid template class

2006-08-15 Thread reichelt at gcc dot gnu dot org
The following invalid testcase triggers an ICE on mainline: = template struct A { A(); virtual ~A(); }; A<0> a; = bug.cc:1: error: 'void' is not a valid type for a template constant parameter bug.cc:3: error: tem

[Bug c++/24791] ICE on invalid instantiation of template's static member

2006-08-15 Thread reichelt at gcc dot gnu dot org
--- Comment #3 from reichelt at gcc dot gnu dot org 2006-08-15 19:07 --- Btw, the ICE for the second testcase in comment #1 happens in instantiate_decl, at cp/pt.c:11875 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24791

[Bug c++/28741] [4.2 regression] ICE with static member in invalid template class

2006-08-15 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28741

[Bug c++/28741] New: [4.2 regression] ICE with static member in invalid template class

2006-08-15 Thread reichelt at gcc dot gnu dot org
The following invalid testcase triggers an ICE on mainline: = template struct A { static int i; }; A<0> a; = bug.cc:1: error: 'void' is not a valid type for a template constant parameter bug.cc: In instantiation of

[Bug c++/28740] [4.0/4.1/4.2 regression] ICE with invalid inheritance

2006-08-15 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.0.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28740

[Bug c++/28740] New: [4.0/4.1/4.2 regression] ICE with invalid inheritance

2006-08-15 Thread reichelt at gcc dot gnu dot org
The following invalid testcase triggers an ICE since GCC 4.0.0: = struct A { virtual ~A(); }; struct B : A A {}; A foo(const B &b) { return b; } = bug.cc:3: error: expected `{' before 'A' bug.cc:3: error: function

[Bug target/25281] [4.0 only] Request fix for Bug #23150 (aka Bug #24675) in gcc 3.4.x and gcc 4.0.x for arm arch.

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-08-15 18:46 --- Fixed in 4.1.0 so lcosing as fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28739] [4.2 regression] ICE specializing template member of invalid template class

2006-08-15 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28739

[Bug c++/28739] New: [4.2 regression] ICE specializing template member of invalid template class

2006-08-15 Thread reichelt at gcc dot gnu dot org
The following invalid testcase triggers an ICE on mainline: = template struct A { template struct B {}; }; template<> template struct A::B {}; template<> template<> struct A::B<0> {}; = bug.cc:1: error: 'void' is

[Bug c/20303] [4.0 only] Can't push more than 16 nested visibility

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #14 from pinskia at gcc dot gnu dot org 2006-08-15 18:45 --- Fixed in 4.1.0, this was not a regression. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/28735] Crash in resolve.c - related to contents of .mod

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-08-15 18:50 --- Can you provide the source that generated the module? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28735

[Bug c++/28738] [4.2 regression] ICE specializing invalid template class

2006-08-15 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28738

[Bug c++/28738] New: [4.2 regression] ICE specializing invalid template class

2006-08-15 Thread reichelt at gcc dot gnu dot org
The following invalid testcase triggers an ICE on mainline: = template struct A {}; template struct A {}; = bug.cc:1: error: 'void' is not a valid type for a template constant parameter bug.cc:3: error: partial speci

[Bug testsuite/24107] gcc.dg/20050922-1.c relies in stdint.h

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-08-15 18:43 --- *** Bug 25831 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug testsuite/25831] [4.0 only] FAIL: gcc.dg/20050922-1.c (test for excess errors)

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-08-15 18:43 --- *** This bug has been marked as a duplicate of 24107 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/28737] [4.2 regression] ICE using invalid template class in specialization

2006-08-15 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28737

[Bug c++/28737] New: [4.2 regression] ICE using invalid template class in specialization

2006-08-15 Thread reichelt at gcc dot gnu dot org
The following invalid testcase triggers an ICE on mainline: = template struct A; template struct B; template struct B > {}; = bug.cc:1: error: 'void' is not a valid type for a template constant parameter bug.cc:5: e

[Bug tree-optimization/15678] [4.0/4.1/4.2 Regression] CSiBE i686 compilation time increased by 8% at -O2

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #23 from pinskia at gcc dot gnu dot org 2006-08-15 18:39 --- Can someone do timings on this one for the mainline, I think the mainline is beating 4.0.x now. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15678

[Bug target/25440] [4.0 only] failure in gcc.dg/tls/pr24428.c with -fpic/-fPIC on x86_64

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-08-15 18:38 --- Fixed in 4.1.0 (as this is not a regression) so closing as fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/28736] [4.2 regression] ICE with friend of invalid template class

2006-08-15 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28736

[Bug c++/28736] New: [4.2 regression] ICE with friend of invalid template class

2006-08-15 Thread reichelt at gcc dot gnu dot org
The following invalid testcase triggers an ICE on mainline: = template struct A { template friend struct B; }; template struct B {}; B b; = bug.cc:1: error: 'void' is not a valid type for a template constant par

[Bug libmudflap/23170] [4.0 only] libmudflap should not use functions marked obsolescent by POSIX/SUS

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-08-15 18:36 --- Fixed in 4.1.0 so closing as such. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/28735] Crash in resolve.c - related to contents of .mod

2006-08-15 Thread adsspamtrap01 at yahoo dot com
--- Comment #1 from adsspamtrap01 at yahoo dot com 2006-08-15 18:35 --- Err, nix the "use bdy_comm" line. Sample fortran code should read: subroutine sub( myint ) use domdec return end -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28735

[Bug c++/28641] [4.2 regression] ICE calling template function with invalid template parameter

2006-08-15 Thread reichelt at gcc dot gnu dot org
--- Comment #5 from reichelt at gcc dot gnu dot org 2006-08-15 18:35 --- Confirmed as reproduced by Lee. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28639] [4.2 regression] ICE trying to print error on invalid template parameter

2006-08-15 Thread reichelt at gcc dot gnu dot org
--- Comment #5 from reichelt at gcc dot gnu dot org 2006-08-15 18:34 --- Confirmed as reproduced by Lee. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/28735] New: Crash in resolve.c - related to contents of .mod

2006-08-15 Thread adsspamtrap01 at yahoo dot com
Encountering segfault when compiling a very simple .F and "use" -ing a certain .mod file. Encountered crash on gfortran 4.1.0 and 4.1.1. Patch below is against 4.1.1. I've pared down the .mod file from it's original size; I've removed as much as I can such that the crash occurs. Note that

[Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2006-08-15 18:31 --- Any news on this one? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14329

[Bug c++/28705] [4.0/4.1/4.2 Regression] ICE: in type_dependent_expression_p, at cp/pt.c:12837

2006-08-15 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.3 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28705

[Bug c++/25723] Segmentation Fault

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-08-15 18:29 --- Fixed I said -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug other/11651] gcov aborts if empty .da files (patch attached)

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-08-15 18:29 --- And this was fixed again for 4.2.0. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28718] Call to -lgcc added prior to user libraries

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-08-15 18:24 --- Also libm is not supposed to be overriding stuff in libgcc really, it is only supposed to be including the C math functions. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28718

[Bug middle-end/28734] EastLinux Corporate Desktop 1.0 (Pre)

2006-08-15 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28734

[Bug libfortran/26889] selected_int_kind.inc broken, causing failure

2006-08-15 Thread quanah at stanford dot edu
--- Comment #44 from quanah at stanford dot edu 2006-08-15 18:23 --- This entire problem stems from having: --enable-thread-safe when building MPFR on Solaris. I finally got gcc 4.0.3 to build gfortran for me last week after fixing that configure line to MPFR. -- http://gcc.gnu.o

[Bug libstdc++/27615] memory leak with libstdc++ set

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-08-15 18:22 --- No feedback in 3 months. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/27521] internal compiler error: in rs6000_split_multireg_move, at config/rs6000/rs6000.c:10613

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-08-15 18:22 --- Include './d-GsD/d-S/d-Mcr/GsDCstGeneMcr.inc' Include "./d-GsD/d-S/d-Mcr/GsDNoyau.inc" We cannot compile this code without those include files. Also g77 has now been removed and gfortran has replaced it

[Bug rtl-optimization/15023] -frename-registers is buggy and slow

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2006-08-15 18:19 --- (In reply to comment #11) > Still an issue here?? I think the slowness still exist. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug middle-end/28734] EastLinux Corporate Desktop 1.0 (Pre)

2006-08-15 Thread Vladislav dot Mikhailikov at paradox-neo dot uz
--- Comment #5 from Vladislav dot Mikhailikov at paradox-neo dot uz 2006-08-15 18:17 --- It's 23:16 and I have to go home. I will try to reproduce the bug tomorrow morning and post the preprocessed fragment of the code here or will send it to you directly by mail (in case it will be too

[Bug libfortran/26889] selected_int_kind.inc broken, causing failure

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #43 from pinskia at gcc dot gnu dot org 2006-08-15 18:16 --- No feedback in 3 months and gfortran is known to build just fine on sparc-solaris (using working GMP). -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/27629] SIGSEGV in printstack()

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2006-08-15 18:15 --- No feedback in 3 months so closing as invalid. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/26715] bootstrap comparison failure

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-08-15 18:13 --- No feedback in over 3 months. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

  1   2   >