[Bug libfortran/24584] Segfault when reading empty string in namelist file

2005-10-30 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2005-10-30 07:07 --- The patch in the original post is wrong. The patch in comment #2 is correct and is very similar to the patch done for pr16080 for which the test case read_null_string.f90 was made. --

[Bug target/24445] unable to find a register to spill in class 'R0_REGS

2005-10-30 Thread rpjday at mindspring dot com
--- Comment #9 from rpjday at mindspring dot com 2005-10-30 09:56 --- The latest snapshot of gcc-4.1-20051029 still produces the same error at the same location. Was there a workaround posted somewhere, or is this still an unresolved issue? --

[Bug middle-end/24093] [4.1 Regression] cgraph exhausts virtual memory building 197.parser with -profile-use -O3

2005-10-30 Thread hubicka at gcc dot gnu dot org
--- Comment #8 from hubicka at gcc dot gnu dot org 2005-10-30 09:59 --- Subject: Bug 24093 Author: hubicka Date: Sun Oct 30 09:59:16 2005 New Revision: 106014 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=106014 Log: PR middle-end/24093 * ipa-inline.c

[Bug libgcj/24583] [4.0 only] InetAddress.getLocalHost() returns broken InetAddress object when local hostname cannot be resolved

2005-10-30 Thread greenrd at gcc dot gnu dot org
--- Comment #2 from greenrd at gcc dot gnu dot org 2005-10-30 12:00 --- The real problem here was that I had a typo in my /etc/hosts, so the hostname could not be resolved. I've updated the bug summary. GNU classpath 0.18 implements the correct behaviour: $ jamvm TestAddr

[Bug libfortran/20179] cannot mix C and Fortran I/O

2005-10-30 Thread fxcoudert at gcc dot gnu dot org
--- Comment #24 from fxcoudert at gcc dot gnu dot org 2005-10-30 12:48 --- Subject: Bug 20179 Author: fxcoudert Date: Sun Oct 30 12:48:52 2005 New Revision: 106017 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=106017 Log: PR libfortran/20179 * io/unix.c

[Bug fortran/24401] -fbounds-check takes too long

2005-10-30 Thread fxcoudert at gcc dot gnu dot org
--- Comment #4 from fxcoudert at gcc dot gnu dot org 2005-10-30 13:02 --- Confirmed on i686-linux for mainline. The option that triggers this problem is -fbounds-check. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/24555] Sending output to cout stream sporadically causes segfault

2005-10-30 Thread pcarlini at suse dot de
--- Comment #2 from pcarlini at suse dot de 2005-10-30 13:02 --- This is not a libstdc++-v3 problem. What happens on 4_0-branch is that among the global strings declared in language.cc and initialized in define_strings(), when init_game() returns only the first five are ok, the

[Bug libfortran/20179] cannot mix C and Fortran I/O

2005-10-30 Thread fxcoudert at gcc dot gnu dot org
--- Comment #25 from fxcoudert at gcc dot gnu dot org 2005-10-30 13:25 --- Subject: Bug 20179 Author: fxcoudert Date: Sun Oct 30 13:25:25 2005 New Revision: 106018 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=106018 Log: PR libfortran/20179 * io/unix.c

[Bug c++/24555] Sending output to cout stream sporadically causes segfault

2005-10-30 Thread pcarlini at suse dot de
--- Comment #3 from pcarlini at suse dot de 2005-10-30 13:39 --- I'm closing the PR as invalid: there is a nasty bug in the code: the loop in init_game() runs up to 8 instead of the correct 7, thus probably overwriting memory allocated to the strings. -- pcarlini at suse dot de

[Bug libfortran/20179] cannot mix C and Fortran I/O

2005-10-30 Thread fxcoudert at gcc dot gnu dot org
--- Comment #26 from fxcoudert at gcc dot gnu dot org 2005-10-30 13:49 --- Finally fixed by the last two commits (on both 4.0 and 4.1). -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgcj/24583] [4.0 only] InetAddress.getLocalHost() returns broken InetAddress object when local hostname cannot be resolved

2005-10-30 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-30 15:14 --- So this is fixed in 4.1.0? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24583

[Bug target/24585] New: spurious section conflict error while building linux kernel

2005-10-30 Thread ak at muc dot de
Seems to happen with 3.3,3.4, Short test case courtesy of A.Pinski: static void __attribute__ ((__section__ (.init.text))) pci_fixup_i450nx(void) { } static int __attribute__ ((__section__ (.init.text))) toshiba_ohci1394_dmi_table[] = { }; causes with gcc (without -O2); t.c:4: error:

[Bug target/24585] spurious section conflict error while building linux kernel

2005-10-30 Thread ak at muc dot de
--- Comment #1 from ak at muc dot de 2005-10-30 15:56 --- Created an attachment (id=10081) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10081action=view) Long test case directly from Linux kernel, shows the error in more circumstances --

[Bug target/24585] spurious section conflict error while building linux kernel

2005-10-30 Thread pluto at agmk dot net
--- Comment #2 from pluto at agmk dot net 2005-10-30 16:12 --- (In reply to comment #0) Seems to happen with 3.3,3.4, Short test case courtesy of A.Pinski: static void __attribute__ ((__section__ (.init.text))) pci_fixup_i450nx(void) { } static int __attribute__

[Bug middle-end/24585] [3.4/4.0/4.1 Regression] spurious section conflict error while building linux kernel

2005-10-30 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-30 16:13 --- Confirmed for the short testcase at -O0. Finding one for the -O2 issue. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/24585] [3.4/4.0/4.1 Regression] spurious section conflict error while building linux kernel

2005-10-30 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-10-30 16:18 --- I wonder if this is really a regression at all here is the testcase for -O2: struct pci_fixup { void (*hook)(void); }; static void __attribute__ ((__section__ (.init.text))) pci_fixup_ide_bases(void) {} static const

[Bug target/21684] MCore testsuite file gcc.c-torture/execute/lshrdi3-1.c compiles to incorrect assembly

2005-10-30 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-30 16:32 --- Fixed for 4.1.0 so closing. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/18482] mmix-knuth-mmixware testsuite failure: tmpdir-gcc.dg-struct-layout-1

2005-10-30 Thread hp at gcc dot gnu dot org
--- Comment #6 from hp at gcc dot gnu dot org 2005-10-30 16:46 --- Subject: Bug 18482 Author: hp Date: Sun Oct 30 16:46:41 2005 New Revision: 106026 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=106026 Log: PR target/18482 *

[Bug target/18482] mmix-knuth-mmixware testsuite failure: tmpdir-gcc.dg-struct-layout-1

2005-10-30 Thread hp at gcc dot gnu dot org
--- Comment #7 from hp at gcc dot gnu dot org 2005-10-30 17:00 --- Fixed by passing -mno-base-addresses. -- hp at gcc dot gnu dot org changed: What|Removed |Added

[Bug libstdc++/20213] cassert header documentation wrong

2005-10-30 Thread pcarlini at suse dot de
-- pcarlini at suse dot de changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |pcarlini at suse dot de |dot org |

[Bug bootstrap/21561] bootstrap build fails on biarch targets while not on the native mode

2005-10-30 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2005-10-30 17:10 --- Supending until the other bugs like this is fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/21739] ../../.././libstdc++-v3/libmath/stubs.c:268: error: parse error before '(' token

2005-10-30 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-30 17:13 --- This works for other people on AIX without any trouble. Can you try again with a newer gcc and see if you can reproduce it? Also can you make sure that libraries and headers match in version? -- pinskia at gcc

[Bug bootstrap/21936] Ada bootstrap failure on Solaris 10/x86 with native as

2005-10-30 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-30 17:14 --- Does this work now? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/23101] Make Bootstrap fails on AIX 5.2 ML6

2005-10-30 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2005-10-30 17:17 --- Why do you want a compiler which is built in 64bit mode, it will not default to 64bit mode? It will be slower and hug more memory. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23101

[Bug testsuite/19013] gcc.c-torture/execute/ieee/mzero6.c should not rely on C99 math functions

2005-10-30 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-30 17:27 --- Fixed in 4.0.0 and above by inlining __builtin_copysign all the time. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/24586] New: [4.0 regression] ICE in g++.dg/opt/mmx2.C

2005-10-30 Thread reichelt at gcc dot gnu dot org
Jakub, the testcase g++.dg/opt/mmx2.C you added, causes a segfault on the 4.0 branch: g++ -O2 -mmmx -c mmx2.C mmx2.C: In function 'int main()': mmx2.C:23: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See

[Bug c++/24582] [4.1 regression] ICE in decl_jump_unsafe

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||error-recovery Target Milestone|--- |4.1.0

[Bug c++/24582] [4.1 regression] ICE in decl_jump_unsafe

2005-10-30 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-30 17:37 --- Reduced testcase: JigdoFileCmd::Command ::JigdoFileCmd::cmdOptions(int argc, char* argv[]) { switch (c) { case LONGOPT_BZIP2: optBzip2 = true; --- This is not mine after all. -- pinskia at gcc

[Bug c++/24582] [4.0/4.1 regression] ICE in decl_jump_unsafe

2005-10-30 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-10-30 17:42 --- (In reply to comment #3) This is not mine after all. As this was introduced before my patch which I had thought might had caused it. This was caused by: 2005-10-13 Mark Mitchell [EMAIL PROTECTED] PR

[Bug bootstrap/24562] makebootstrap failed: make[3]: *** No rule to make target `../zlib/libz.a'

2005-10-30 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2005-10-30 17:55 --- So did it work after using GNU tar? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24562

[Bug fortran/24554] internal compiler error

2005-10-30 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2005-10-30 17:55 --- Can you attach the source? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/24563] getting internal error

2005-10-30 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-30 17:57 --- Also how did you configure gcc and how did you invoke make? If this is building for a native compiler, can you try make bootstrap? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24563

[Bug target/20928] [4.0/4.1 regression] ICE: unrecognizable insns with -fPIC -O1

2005-10-30 Thread hubicka at gcc dot gnu dot org
--- Comment #16 from hubicka at gcc dot gnu dot org 2005-10-30 18:00 --- testing fix that should make legitimize_pic_address correctly decompose the address. Similar to Steven's but I think it actually works ;) Index: config/i386/i386.c

[Bug libgcj/24587] New: libgcj should set gnu.classpath.version system property

2005-10-30 Thread mark at gcc dot gnu dot org
When a new version of GNU Classpath is imported gnu.classpath.version should be set by libgcj to indicate which version of GNU Classpath it is using. This is used in a couple of places (for example the http.agent property). -- Summary: libgcj should set gnu.classpath.version system

[Bug tree-optimization/24172] [4.1 Regression] error: incorrect sharing of tree nodes

2005-10-30 Thread hubicka at gcc dot gnu dot org
--- Comment #14 from hubicka at gcc dot gnu dot org 2005-10-30 18:18 --- Subject: Bug 24172 Author: hubicka Date: Sun Oct 30 18:14:15 2005 New Revision: 106247 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=106247 Log: PR tree-optimization/24172 * tree-inline.c

[Bug libgcj/24587] libgcj should set gnu.classpath.version system property

2005-10-30 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-30 18:35 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgcj/17021] libgcj verifier resolves classes too eagerly

2005-10-30 Thread thebohemian at gmx dot net
--- Comment #15 from thebohemian at gmx dot net 2005-10-30 19:14 --- Created an attachment (id=10082) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10082action=view) proposed fix This patch includes all the lazyfications and a fix for to_array() involving primitive array names

[Bug fortran/24430] internal compiler error: in convert_move, at expr.c:362

2005-10-30 Thread fxcoudert at gcc dot gnu dot org
--- Comment #2 from fxcoudert at gcc dot gnu dot org 2005-10-30 19:27 --- I hadn't seen that bug before now. I'll give it a try when i next reboot my computer (i don't see the ICE on a cross-compiler). -- fxcoudert at gcc dot gnu dot org changed: What|Removed

[Bug c++/24588] New: Fails to identify template using local classes

2005-10-30 Thread igodard at pacbell dot net
#include iostream templatetypename E class A { public: class iterator { E dummy; }; iterator iter; }; template typename E void sort( typename AE::iterator first, typename AE::iterator last ) { std::cout sort std::endl; } int main( int argc, char *argv[] ) {

[Bug c++/24588] Fails to identify template using local classes

2005-10-30 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-30 20:59 --- I don't think this is a bug. What is happening is that compiler cannot figure out that you want sortint as there are no agruments to sort which is based on the template agrument (except for ones which are dependent

[Bug c++/24588] Fails to identify template using local classes

2005-10-30 Thread igodard at pacbell dot net
--- Comment #2 from igodard at pacbell dot net 2005-10-30 21:29 --- I don't get it. The argument is Aint::iterator, which surely depends on AE::iterator (with E taken as int). The problem also arises in the simpler case: #include iostream templatetypename E class A { public: class

[Bug target/18482] mmix-knuth-mmixware testsuite failure: tmpdir-gcc.dg-struct-layout-1

2005-10-30 Thread hp at gcc dot gnu dot org
-- hp at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18482

[Bug preprocessor/8270] [3.4/4.0/4.1 Regression] back-slash white space newline with comments, no warning

2005-10-30 Thread mmitchel at gcc dot gnu dot org
--- Comment #34 from mmitchel at gcc dot gnu dot org 2005-10-30 21:43 --- This is a usability issue (and, maybe, a pedantic standards-conformance issue?), but is not release-critical. -- mmitchel at gcc dot gnu dot org changed: What|Removed

[Bug tree-optimization/8361] [4.1 regression] C++ compile-time performance regression

2005-10-30 Thread mmitchel at gcc dot gnu dot org
--- Comment #60 from mmitchel at gcc dot gnu dot org 2005-10-30 21:45 --- I'd like to fix this for 4.1, but not at the expense of destabilizing things, or losing performance. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/24172] [4.1 Regression] error: incorrect sharing of tree nodes

2005-10-30 Thread hubicka at gcc dot gnu dot org
--- Comment #15 from hubicka at gcc dot gnu dot org 2005-10-30 21:59 --- Fixed by my patch -- hubicka at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgcj/10353] [3.4/4.0/4.1 regression] Java testsuite failures

2005-10-30 Thread mmitchel at gcc dot gnu dot org
--- Comment #24 from mmitchel at gcc dot gnu dot org 2005-10-30 22:03 --- There's no evidence that this affects any of the primary languages, so set to P5. (At one point the target milestone on this PR was removed, but at some point it came back.) -- mmitchel at gcc dot gnu dot

[Bug c++/11987] [3.4/4.0/4.1 regression] Accepts-invalid with inherited nested type

2005-10-30 Thread mmitchel at gcc dot gnu dot org
--- Comment #9 from mmitchel at gcc dot gnu dot org 2005-10-30 22:07 --- I've talked about this with EDG. The reason they reject the test case is that Ydim::I might or might not be Xdim::I, depending on whether or not there are specializations of Y in play. I agree with this logic,

[Bug java/20495] [4.0/4.1 Regression] building gcj hangs on gcj-dbtool

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20495

[Bug middle-end/21309] [4.0/4.1 regression] internal compiler error: in expand_mult_const, at expmed.c:2884

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21309

[Bug target/21283] [4.0/4.1 regression] ICE with doubles

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21283

[Bug middle-end/22127] [3.4/4.0/4.1 Regression] register window not preserved after getcontext call

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22127

[Bug bootstrap/21512] [4.0/4.1 Regression] build failure on ppc-apple-darwin5.5 in libcpp

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.2.0 |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21512

[Bug ada/23492] [4.1 Regression] ACATS c48009e SEGV in set_bb_for_stmt tree-cfg.c:2673 on x86_64

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23492

[Bug target/14798] [3.4/4.0/4.1 Regression] In case of SH target with -O2 option #pragma interrupt doesn't get resetted.

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14798

[Bug target/15065] [3.4/4.0/4.1 Regression] bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15065

[Bug bootstrap/15212] [3.4/4.0/4.1 Regression] bootstrap fails on interix3

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15212

[Bug c++/17729] [3.4/4.0/4.1 Regression] Duplicate __attribute__((deprecated)) warning

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17729

[Bug java/18190] [4.0/4.1 regression] primitive array optimization is gone

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P5 Target Milestone|--- |4.1.0

[Bug objc/18456] [4.0/4.1 Regression] ICE compiling Objective C code with protocol-qualified objects

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18456

[Bug ada/18659] [4.1 Regression] 6 ACATS ICEs in tree-sra.c:1507

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Priority|P2 |P5 Target Milestone|--- |4.1.0

[Bug target/19421] [4.0/4.1 regression] ICE with soft-float on m68k

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Priority|P2 |P5 Target Milestone|--- |4.1.0

[Bug ada/19959] [4.0/4.1 Regression] Can't compile gnattools for the cross targets

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Priority|P2 |P5 Target Milestone|--- |4.1.0

[Bug c++/14179] [3.4/4.0/4.1 Regression] out of memory while parsing array with many initializers

2005-10-30 Thread mmitchel at gcc dot gnu dot org
--- Comment #44 from mmitchel at gcc dot gnu dot org 2005-10-30 22:13 --- We don't have clear evidence that this is worse, let alone substantially worse, than previous releases. Until and unless we do, I've downgraded this to P4. However, if this is fixed, let's just mark it so, and

[Bug target/20583] [4.0/4.1 regression] ICE in output_operand: invalid expression as operand

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Priority|P2 |P5 Target Milestone|--- |4.1.0

[Bug c++/14777] [3.4/4.0/4.1 Regression] typedef doesn't fully expose base class type

2005-10-30 Thread mmitchel at gcc dot gnu dot org
--- Comment #8 from mmitchel at gcc dot gnu dot org 2005-10-30 22:16 --- We need new infrastructure to fix accepts-invalid access-control issues in templates. I removed the target milestone on this PR once before, but Andrew Pinksi put it back. Now, I've downgraded this to P5. --

[Bug java/21428] [3.4/4.0/4.1 Regression] bogus warning: unused parameter 'this'

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Priority|P2 |P5 Target Milestone|--- |4.1.0

[Bug java/21662] [3.4/4.0/4.1 Regression] Fields in interfaces not optimized when read from *.class, but optimized when read from *.java

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Priority|P2 |P5 Target Milestone|--- |4.1.0

[Bug libstdc++/20213] cassert header documentation wrong

2005-10-30 Thread pcarlini at suse dot de
--- Comment #2 from pcarlini at suse dot de 2005-10-30 22:25 --- Fixed. -- pcarlini at suse dot de changed: What|Removed |Added Status|ASSIGNED

[Bug target/15184] [3.4/4.0/4.1 Regression] Direct access to byte inside word not working with -march=pentiumpro

2005-10-30 Thread mmitchel at gcc dot gnu dot org
--- Comment #10 from mmitchel at gcc dot gnu dot org 2005-10-30 22:26 --- Downgraded to P5. I don't think this missed-optimization on the Pentium Pro (now a relatively old CPU) is release-critical, especially since we think that the change that caused the problem was generally

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

2005-10-30 Thread mmitchel at gcc dot gnu dot org
--- Comment #22 from mmitchel at gcc dot gnu dot org 2005-10-30 22:31 --- According to the data in Comment #19, we're now better on some cases, and worse on others. I'd suggest we just close this PR. However, in the meanwhile, I've downgraded this to P4. A small compile-time

[Bug other/15082] [3.4/4.0/4.1 regression] Minor compilation problem for cross to Solaris 8

2005-10-30 Thread mark at codesourcery dot com
--- Comment #15 from mark at codesourcery dot com 2005-10-30 22:33 --- Subject: Re: [3.4/4.0/4.1 regression] Minor compilation problem for cross to Solaris 8 What's this 4.1blocker- stuff about? This certainly isn't a 4.1 blocker, and that information is already computable from the

[Bug other/15082] [3.4/4.0/4.1 regression] Minor compilation problem for cross to Solaris 8

2005-10-30 Thread pinskia at gcc dot gnu dot org
--- Comment #16 from pinskia at gcc dot gnu dot org 2005-10-30 22:36 --- (In reply to comment #15) Subject: Re: [3.4/4.0/4.1 regression] Minor compilation problem for cross to Solaris 8 What's this 4.1blocker- stuff about? This certainly isn't a 4.1 blocker, and that information

[Bug inline-asm/16194] [3.4/4.0/4.1 Regression] global register with inline-asm and clobered

2005-10-30 Thread mmitchel at gcc dot gnu dot org
--- Comment #13 from mmitchel at gcc dot gnu dot org 2005-10-30 22:38 --- Set to P2; I'd like to fix this, if possible, since it's hard enough to write extended asm code without getting ICEs. -- mmitchel at gcc dot gnu dot org changed: What|Removed

[Bug other/15082] [3.4/4.0/4.1 regression] Minor compilation problem for cross to Solaris 8

2005-10-30 Thread mark at codesourcery dot com
--- Comment #17 from mark at codesourcery dot com 2005-10-30 22:38 --- Subject: Re: [3.4/4.0/4.1 regression] Minor compilation problem for cross to Solaris 8 pinskia at gcc dot gnu dot org wrote: --- Comment #16 from pinskia at gcc dot gnu dot org 2005-10-30 22:36 ---

[Bug tree-optimization/16306] [4.0/4.1 Regression] restrict and copying pointers problem

2005-10-30 Thread mmitchel at gcc dot gnu dot org
--- Comment #5 from mmitchel at gcc dot gnu dot org 2005-10-30 22:41 --- To better support restrict, we should copy around the set of based on pointers when copying other pointer attributes. However, I don't think this is a sufficiently serious missed optimization to warrant holding

[Bug fortran/18883] ICE in gfc_finish_var_decl

2005-10-30 Thread eedelman at gcc dot gnu dot org
--- Comment #8 from eedelman at gcc dot gnu dot org 2005-10-30 22:43 --- Subject: Bug 18883 Author: eedelman Date: Sun Oct 30 22:43:45 2005 New Revision: 106254 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=106254 Log: fortran/ 2005-10-30 Erik Edelmann [EMAIL PROTECTED]

[Bug tree-optimization/16876] [3.4/4.0/4.1 Regression] ICE on testcase with -O3 in gen_lowpart

2005-10-30 Thread mmitchel at gcc dot gnu dot org
--- Comment #9 from mmitchel at gcc dot gnu dot org 2005-10-30 22:44 --- P2 is the right setting for this bug; it's popping up often enough to make it worth fixing. Disabling the inlining in the case that the argument type doesn't match (closely enough) the parameter type seems

[Bug tree-optimization/16913] [4.0/4.1 Regression] restrict does not make a difference

2005-10-30 Thread mmitchel at gcc dot gnu dot org
--- Comment #8 from mmitchel at gcc dot gnu dot org 2005-10-30 22:47 --- Marked as P5; I don't think missed-optimizations depending on restrict are release-critical. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/17053] [4.0/4.1 Regression] Repo functionality partially broken on AIX (collect2.c)

2005-10-30 Thread mmitchel at gcc dot gnu dot org
--- Comment #15 from mmitchel at gcc dot gnu dot org 2005-10-30 22:50 --- Reduced to P5; until David decides this is sufficiently important, there's no reason to hold up a release for this PR. -- mmitchel at gcc dot gnu dot org changed: What|Removed

[Bug c++/17256] [3.4/4.0/4.1 Regression] undefined but used static or inline functions should be diagnosed

2005-10-30 Thread mmitchel at gcc dot gnu dot org
--- Comment #12 from mmitchel at gcc dot gnu dot org 2005-10-30 22:51 --- Leaving as P2; we should try to fix this, but it's not a showstopper. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17256

[Bug tree-optimization/17506] [4.0/4.1 regression] warning about uninitialized variable points to wrong location

2005-10-30 Thread mmitchel at gcc dot gnu dot org
--- Comment #21 from mmitchel at gcc dot gnu dot org 2005-10-30 22:53 --- Leaving as P2; as stated in the audit trail, this problem has the potential to seriously confuse people. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17506

[Bug c++/17519] [3.4/4.0/4.1 Regression] Warning for array of packed non-POD in packed struct

2005-10-30 Thread mmitchel at gcc dot gnu dot org
--- Comment #8 from mmitchel at gcc dot gnu dot org 2005-10-30 22:55 --- Leaving as P2; we should at least try to figure out whether we really want to give a warning here. (I suspect we may end up closing this PR as INVALID, because the non-PODness does affect things -- like whether

[Bug middle-end/22127] [3.4/4.0/4.1 Regression] register window not preserved after getcontext call

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Priority|P2 |P3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22127

[Bug ada/13408] [4.1 Regression] acats numeric tests cxg* fail on pa/hpux

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Priority|P2 |P5 Target Milestone|--- |4.1.0

[Bug target/16589] [4.0/4.1 regression] [m68k] segmentation fault on identical array accesses in the ?: operators' body

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P5 Target Milestone|--- |4.1.0

[Bug target/18346] [4.0/4.1 regression] mmix-knuth-mmixware testsuite failure: gcc.dg/trampoline-1.c

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P5 Target Milestone|--- |4.1.0

[Bug ada/18434] [4.0/4.1 Regression] Ada: cannot build gnattools on Tru64 UNIX V5.1B

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Priority|P2 |P5 Target Milestone|--- |4.1.0

[Bug target/18335] [3.4/4.0/4.1 regression] mmix-knuth-mmixware testsuite failure: gcc.dg/debug/debug-1.c and debug-2 xyzzy

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P5 Target Milestone|--- |4.1.0

[Bug rtl-optimization/18485] [4.0/4.1 regression] mmix-knuth-mmixware testsuite failure: g++.dg/lookup/forscope1.C g++.old-deja/g++.niklas/t132.C g++.old-deja/g++.other/singleton.C

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P5 Target Milestone|--- |4.1.0

[Bug java/20031] [4.0/4.1 regression] ICE on missing files

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Priority|P2 |P5 Target Milestone|--- |4.1.0

[Bug java/18796] [4.0/4.1 Regression] gcj imports wrong superclass

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Priority|P2 |P5 Target Milestone|--- |4.1.0

[Bug ada/18859] [4.0/4.1 Regression] ACATS ICE c37305a at -O0: in tree_low_cst, at tree.c:3839

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Priority|P2 |P5 Target Milestone|--- |4.1.0

[Bug ada/20042] [4.0/4.1 regression] ACATS cxaca01 assembler Bad Absolute Expression error on

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Priority|P2 |P5 Target Milestone|--- |4.1.0

[Bug middle-end/21107] [4.0/4.1 regression] internal compiler error: in expand_one_stack_var_at, at cfgexpand.c:476

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Priority|P2 |P5 Target Milestone|--- |4.1.0

[Bug c++/21008] [3.4/4.0/4.1 Regression] [DR515] Access failure in accessing data member of base class from derived template class

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Priority|P2 |P5 Target Milestone|--- |4.1.0

[Bug c++/21210] [4.0/4.1 Regression] Trouble with __complex__ types default construction

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Priority|P2 |P5 Target Milestone|--- |4.1.0

[Bug c++/21123] [4.0/4.1 regression] ICE in cp_expr_size, at cp/cp-objcp-common.c:101

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Priority|P2 |P5 Target Milestone|--- |4.1.0

[Bug libstdc++/21321] [4.1 regression] mmix-knuth-mmixware 27_io/basic_filebuf/seekpos/12790-3.cc execution test

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Priority|P2 |P5 Target Milestone|--- |4.1.0

[Bug ada/21717] [4.1 regression] Endless stream of exceptions ( c95085a, c95085b and c95086a)

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Priority|P2 |P5 Target Milestone|--- |4.1.0

[Bug java/22128] [3.4/4.0/4.1 Regression] Cyclic inheritance hangs jc1

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Priority|P2 |P5 Target Milestone|--- |4.1.0

  1   2   3   4   >