[Bug tree-optimization/23434] [4.1 regression] ICE: Segmentation fault compiling gsl1.5 at -O2

2005-08-21 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-21 10:48 --- Subject: Bug 23434 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-08-21 10:48:23 Modified files: gcc: ChangeLog tree-ssa-loop-niter.c Adde

[Bug tree-optimization/23433] [4.1 Regression] ICE: tree check: expected real_cst, have integer_cst in const_binop, at fold-const.c:1512

2005-08-21 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-21 10:59 --- Subject: Bug 23433 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-08-21 10:59:15 Modified files: gcc: ChangeLog tree-chrec.c Added files:

[Bug awt/16824] GdkPixbufDecoder crashes with image loading programs

2005-08-21 Thread mark at gcc dot gnu dot org
--- Additional Comments From mark at gcc dot gnu dot org 2005-08-21 11:06 --- It showed up as random crashes in some mauve tests. Such as gnu.testlet.java.awt.image.PixelGrabber.SimpleGrabber Fixed by: 2004-08-08 Mark Wielaard <[EMAIL PROTECTED]> * native/jni/gtk-peer/gnu_ja

[Bug swing/21635] GLib-GObject-WARNING with jython

2005-08-21 Thread sbodomerle at gmail dot com
--- Additional Comments From sbodomerle at gmail dot com 2005-08-21 11:30 --- (In reply to comment #1) > I tried to run this under JamVM+Classpath: > > $ jamvm -Dpython.home="/home/fitzsim/jython-2.1" -classpath > "/home/fitzsim/jython-2.1/jython.jar" "org.python.util.jython" > Jyt

[Bug tree-optimization/23433] [4.1 Regression] ICE: tree check: expected real_cst, have integer_cst in const_binop, at fold-const.c:1512

2005-08-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-21 14:53 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug tree-optimization/23434] [4.1 regression] ICE: Segmentation fault compiling gsl1.5 at -O2

2005-08-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-21 14:53 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug swing/21635] GLib-GObject-WARNING with jython

2005-08-21 Thread fitzsim at redhat dot com
--- Additional Comments From fitzsim at redhat dot com 2005-08-21 15:12 --- I can't reproduce this on Classpath CVS HEAD. Resolving as fixed. -- What|Removed |Added

[Bug awt/17254] [java-gui-branch] Hang when resizing AWT window on Alpha

2005-08-21 Thread fitzsim at redhat dot com
--- Additional Comments From fitzsim at redhat dot com 2005-08-21 15:36 --- I've fixed the locking problems, and changed how resizing works so that it doesn't happen in the GTK thread. Although I don't have an Alpha to test on, my guess is that this won't happen anymore. Please re-open

[Bug swing/16524] implementation of JTable

2005-08-21 Thread fitzsim at redhat dot com
--- Additional Comments From fitzsim at redhat dot com 2005-08-21 15:47 --- JTable is implemented now. Closing. -- What|Removed |Added Status|ASSIGNED

[Bug swing/16776] JH will not build to a shared libary without some SWING classes

2005-08-21 Thread fitzsim at redhat dot com
--- Additional Comments From fitzsim at redhat dot com 2005-08-21 16:08 --- This bug boils down to: "we don't have a complete implementation of javax.swing.text.html yet." I'm going to create a new bug for that and close this one as a duplicate. *** This bug has been marked as a dupli

[Bug swing/17360] JScrollPane has incorrect size when JList with specified size is added to it

2005-08-21 Thread fitzsim at redhat dot com
-- What|Removed |Added AssignedTo|graydon at redhat dot com |abalkiss at redhat dot com Status|NEW |ASSIGNED http://gcc.gnu.org/bugzil

[Bug swing/17362] Scrollbars in JScrollPane appear only if the Container containing JScrollPane is revalidated

2005-08-21 Thread fitzsim at redhat dot com
-- What|Removed |Added AssignedTo|graydon at redhat dot com |abalkiss at redhat dot com Status|NEW |ASSIGNED http://gcc.gnu.org/bugzil

[Bug swing/20015] JMenu stays open but should not

2005-08-21 Thread fitzsim at redhat dot com
--- Additional Comments From fitzsim at redhat dot com 2005-08-21 16:19 --- This is partially fixed. However, clicking again anywhere on the JMenuBar itself should also close the menu. Currently clicking on the empty part of the JMenuBar doesn't close the menu. -- What

[Bug swing/19863] Swing JMenus appear at wrong locations

2005-08-21 Thread fitzsim at redhat dot com
--- Additional Comments From fitzsim at redhat dot com 2005-08-21 17:04 --- I tested this with twm and committed a fix. Now, other than heavyweight popup menus having a frame, which is a little strange, but WM-dependent, everything seems fine. Closing. -- What|Removed

[Bug swing/20707] JList not respecting LayoutOrientation

2005-08-21 Thread fitzsim at redhat dot com
--- Additional Comments From fitzsim at redhat dot com 2005-08-21 17:42 --- This has been fixed. Closing. -- What|Removed |Added Status|NEW

[Bug c/23506] New: Bad array access in DEF_GCC_BUILTIN

2005-08-21 Thread falk at debian dot org
We have in c-common.c: #define DEF_BUILTIN(ENUM, NAME, CLASS, TYPE, LIBTYPE, BOTH_P, FALLBACK_P, \ NONANSI_P, ATTRS, IMPLICIT, COND) \ if (NAME && COND) \ def_builtin_1 (ENUM, NAME, CLASS,

[Bug libstdc++/22185] final link failed: Nonrepresentable section on output

2005-08-21 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-08-21 18:02 --- It is a gcc bug and has been fixed in CVS: [EMAIL PROTECTED] .libs]$ readelf --wide -s/usr/lib/libstdc++.so.6 | grep _ZNSs4_Rep20_S_empty_rep_s | c++filt 1536: 000e3ef816 OBJECT WEAK DEFAULT 25 std::bas

[Bug libstdc++/22109] [4.0 Regression] /home/dave/opt/gnu/bin/ld: BFD 2.16.91 20050612 internal error

2005-08-21 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-08-21 18:02 --- *** Bug 22185 has been marked as a duplicate of this bug. *** -- What|Removed |Added CC

[Bug swing/22616] new ImageIcon().getIconHeight() throws NPE

2005-08-21 Thread fitzsim at redhat dot com
--- Additional Comments From fitzsim at redhat dot com 2005-08-21 18:30 --- Patch committed, thanks. -- What|Removed |Added Status|NEW |

[Bug bootstrap/23430] --with-comment configure option isn't documented

2005-08-21 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|minor |enhancement Keywords||documentation http://gcc.gnu.org/bugzilla/show_bu

[Bug bootstrap/23430] --with-comment configure option isn't documented

2005-08-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-21 19:29 --- The main reason why it is documented, it is not a real configure option. But we (autoconf) ignores unknown --with options. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23430

[Bug libstdc++/22185] final link failed: Nonrepresentable section on output

2005-08-21 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-08-21 20:22 --- Wrong duplicated bug. -- What|Removed |Added Status|RESOLVED|UNCONFIRME

[Bug libstdc++/22185] final link failed: Nonrepresentable section on output

2005-08-21 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-08-21 20:25 --- The real isssue is you can't use #pragma GCC visibility push(hidden) on libstdc++ and glibc since they don't support them. We need to fix both glibc and libstdc++ header files. *** This bug has been marked as a dupl

[Bug libstdc++/19664] libstdc++ headers should have pop/push of the visibility around the declarations

2005-08-21 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-08-21 20:25 --- *** Bug 22185 has been marked as a duplicate of this bug. *** -- What|Removed |Added CC

[Bug libgcj/23507] New: gij testsuite failures

2005-08-21 Thread danglin at gcc dot gnu dot org
FAIL: Class_1 execution - gij test FAIL: Class_1 execution - gij test FAIL: InvokeInterface execution - gij test FAIL: InvokeInterface execution - gij test FAIL: PR12350 execution - gij test FAIL: PR12350 execution - gij test FAIL: PR12416 execution - gij test FAIL: PR12416 execution - gij test FAI

[Bug swing/16774] Box Layout shouldn't resize components to fill the entire space of the container

2005-08-21 Thread fitzsim at redhat dot com
--- Additional Comments From fitzsim at redhat dot com 2005-08-21 20:27 --- Fixed. Closing. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug other/23469] Behaviour of built-in __signbitf(x) differs with optimization

2005-08-21 Thread ddneilson at gmail dot com
--- Additional Comments From ddneilson at gmail dot com 2005-08-21 20:28 --- One of the really odd things, that makes me still think this is a bug in some way is that the definition of "mysignbit()" that I gave in signbit.cpp is identical to the definition of __signbitf(x) as given in bi

[Bug swing/17275] Filechooser implementation

2005-08-21 Thread fitzsim at redhat dot com
--- Additional Comments From fitzsim at redhat dot com 2005-08-21 20:28 --- Done. Closing. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug libgcj/23508] New: FAIL: PR218

2005-08-21 Thread danglin at gcc dot gnu dot org
FAIL: PR218 execution - source compiled test FAIL: PR218 execution - bytecode->native test FAIL: PR218 -O3 execution - source compiled test FAIL: PR218 -O3 execution - bytecode->native test Executing on host: /home/dave/gnu/gcc-4.0/objdir/hppa-linux/libjava/testsuite/.. /libtool --silent --tag=GCJ

[Bug other/23469] Behaviour of built-in __signbitf(x) differs with optimization

2005-08-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-21 20:31 --- Again this is not a bug as signbitf says about nonzero value and nothing about the exact value. In fact it changes based on optimizations is because well some times it is for size reasons, look at -Os an

[Bug libgcj/23508] FAIL: PR218

2005-08-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-21 20:34 --- pa32_fallback_frame_state should have taken care of this. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23508

[Bug libstdc++/22185] final link failed: Nonrepresentable section on output

2005-08-21 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-08-21 20:40 --- One solution is to put #pragma GCC visibility push(default) ... #pragma GCC visibility pop around all libc and libstdc++ header files, like #pragma GCC visibility push(default) #include #pragma GCC visibility pop

[Bug classpath/21741] Need configure option to set java.library.path

2005-08-21 Thread fitzsim at redhat dot com
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |fitzsim at redhat dot com |dot org | Status|NEW

[Bug libgcj/23508] FAIL: PR218

2005-08-21 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2005-08-21 20:52 --- Subject: Re: FAIL: PR218 > pa32_fallback_frame_state should have taken care of this. Possibly, there is a bug there. However, the enclosed change appears to fix libgcj/23507 and partially fixes

[Bug tree-optimization/23509] New: [4.0 regression] ICE with ivopts

2005-08-21 Thread falk at debian dot org
Test case: void block_diffs_C(int *ss, int *new, int ns, int *newp) { int x, y, s = 0; for (x = 0; x < 8; x++) { newp = new++; for (y = 0; y < 4; y++) s += *newp++; *ss = s; } } With GNU C version 4.1.0 20050810 (experimental) (alphaev68-unknown-lin

[Bug tree-optimization/23509] [4.1 regression] ICE with ivopts

2005-08-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-21 21:19 --- Confirmed. There are different ICE on different targets: on x86-linux-gnu: t.c:1: internal compiler error: in finalize_ssa_uses, at tree-ssa-operands.c:580 on ppc-darwin: t.c:1: internal compiler error: Bu

[Bug c++/23510] New: Confusing output for improperly terminated template structures

2005-08-21 Thread tron dot thomas at verizon dot net
Attempt to compile the following code using the comamnd 'g++ -g -Wall -ansi -pedantic -c ': #include template struct Factorial { enum { nValue = nFactor * Factorial::nValue }; } template<> struct Factorial<0> { enum { nValue = 1 }; } static const unsigned int FACTOR = 5; int m

[Bug c++/23510] Confusing output for improperly terminated template structures

2005-08-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-21 22:23 --- I think this is a dup of bug 9335. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23510

[Bug libgcj/23507] gij testsuite failures

2005-08-21 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-08-21 22:25 --- That stack trace looks a bit peculiar. But maybe it is just that it hasn't been "cleaned up" to remove the frames related to constructing the exception. I think the only thing to do here is go in and find ou

[Bug libgcj/23508] FAIL: PR218

2005-08-21 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-08-21 22:27 --- The patch in comment #2 is ok, please check it in. Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23508

MySpace memebers are flocking to competition website SpRnch.com

2005-08-21 Thread Love-Sessions
Nervous members of the wildly popular online social networking spot are blasting its purchase by Rupert Murdoch's News Corp., expressing dark fears about the powerful billionaire's alleged motives and the possibility of privacy breaches, monitoring, censorship -- and access fees. A lot of member

[Bug libgcj/23507] gij testsuite failures

2005-08-21 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-21 23:35 --- Subject: Bug 23507 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-08-21 23:35:46 Modified files: libjava: ChangeLog stacktrace.cc Log message

MySpace memebers are flocking to competition website SpRnch.com

2005-08-21 Thread Love-Sessions
Nervous members of the wildly popular online social networking spot are blasting its purchase by Rupert Murdoch's News Corp., expressing dark fears about the powerful billionaire's alleged motives and the possibility of privacy breaches, monitoring, censorship -- and access fees. A lot of member

[Bug target/21571] ICE in rs6000.c with -msdata=default.

2005-08-21 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-08-22 00:39 --- confirmed on current mainline and 4.0 branch. A powerpc-linux targetted compiler hits the ICE when given -ffast-math -mcall-eabi -msdata=default. -- What|Removed |Adde

[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-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 01:27 --- SH is not a primary or secondary target; removing target milestone. -- What|Removed |Added

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

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 01:28 --- Alpha is not a primary or secondary target; removing target milestone. -- What|Removed |Added ---

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

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 01:35 --- Interix is not a primary or secondary platform; removing target milestone. -- What|Removed |Added ---

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

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 01:40 --- m68k is not a primary or secondary platform; removing target milestone. -- What|Removed |Added --

[Bug rtl-optimization/17356] [4.0/4.1 Regression] [Ada] [ia64] ACATS c41325a & other ICE, also while building libada

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 01:42 --- Ada bugs are not release critical; removing target milestone. -- What|Removed |Added Targ

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

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 01:44 --- Removing target milestone, per previous comment. -- What|Removed |Added Target Milestone|

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

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 01:47 --- Removing target milestone per last comment. -- What|Removed |Added 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-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 02:18 --- Removing target milestone per previous comment. -- What|Removed |Added Target Milestone|4

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

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 02:18 --- Removing target milestone per previous comment. -- What|Removed |Added Target Milestone|4

[Bug target/18434] [4.0/4.1 Regression] Cannot build gnattools on Tru64 UNIX V5.1B

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 02:19 --- Ada is not a primary language and alpha is not a primary or secondary platform; removing target milestone. -- What|Removed |Added ---

[Bug middle-end/22043] [4.1 Regression] Fields not initialized for automatic structs with flexible array members

2005-08-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-22 02:20 --- http://gcc.gnu.org/ml/gcc-patches/2005-06/msg01203.html contains the lastest patch. -- What|Removed |Added ---

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

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 02:20 --- Objective-C is not release-critical; removing target milestone. -- What|Removed |Added Ta

[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-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 02:21 --- Removing target milestone per Comment #4. -- What|Removed |Added Target Milestone|4.1.0

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

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 02:23 --- Ada is not release-critical. -- What|Removed |Added Target Milestone|4.1.0

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

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 02:25 --- Java bugs are not release-critical. -- What|Removed |Added Target Milestone|4.1.0

[Bug ada/18819] [4.1 Regression] ACATS cdd2a02 fails at runtime

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 02:25 --- Ada is not release-critical. -- What|Removed |Added 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-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 02:26 --- Ada is not release-critical. -- What|Removed |Added Target Milestone|4.1.0

[Bug objc/19324] [3.4/4.0/4.1 Regression] weird message for interface way in implementation

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 02:36 --- Objective-C is not release-critical. -- What|Removed |Added Target Milestone|4.1.0

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

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 02:38 --- m68k is not a primary or secondary platform; removing target milestone. -- What|Removed |Added --

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

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 02:40 --- Ada is not release-critical. -- What|Removed |Added Target Milestone|4.1.0

[Bug objc/20574] [4.1 Regression] weird error message after a parse error

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 02:52 --- Objective-C is not release critical. -- What|Removed |Added Target Milestone|4.1.0

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

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 02:52 --- m68k is not a primary or secondary platform; removing target milestone. -- What|Removed |Added --

[Bug target/23485] [ia64]: Integer dvide by zero doesn't raise a signal

2005-08-21 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-22 03:07 --- Subject: Bug 23485 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-08-22 03:07:44 Modified files: gcc: ChangeLog gcc/config/ia64: i

[Bug target/21571] ICE in rs6000.c with -msdata=default.

2005-08-21 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-08-22 03:08 --- Regression introduced 2004-06-22 Dale Johannesen, http://gcc.gnu.org/ml/gcc-patches/2004-06/msg01583.html. Testing a fix that uses legitimate_small_data_p instead of Sergei's more liberal change. --

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

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 03:24 --- MMIX is not release-critical; removing target milestone. -- What|Removed |Added Target Mi

[Bug other/21350] [4.0/4.1 Regression] release now requires bision

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 03:27 --- There's nothing that suggests that we can reproduce this bug, so I've closed it. -- What|Removed |Added -

[Bug bootstrap/22396] bootstrap of f95 enabled gcc fails because gfortran.1 is missing

2005-08-21 Thread mmitchel at gcc dot gnu dot org
-- Bug 22396 depends on bug 21350, which changed state. Bug 21350 Summary: [4.0/4.1 Regression] release now requires bision http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21350 What|Old Value |New Value -

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

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 03:30 --- Java bugs are not release-critical; removing target milestone. -- What|Removed |Added Tar

[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-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 03:34 --- Java bugs are not release-critical; removing target milestone. -- What|Removed |Added Tar

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

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 03:36 --- Ada bugs are not release-critical; removing target milestone. -- What|Removed |Added Targ

[Bug fortran/21825] [4.0/4.1 Regression] 2D array initialization with reshape

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 03:37 --- Fortran is not release-critical; removing target milestone. -- What|Removed |Added Target

[Bug middle-end/21953] [4.1 Regression] Many tmpdir-gcc.dg-struct-layout-1 tests fail on Tru64 UNIX V5.1B

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 03:39 --- alpha is not a primary or secondary platform; removing target milestone. -- What|Removed |Added -

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

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 03:40 --- Java bugs are not release-critical; removing target milestone. -- What|Removed |Added Tar

[Bug target/23485] [ia64]: Integer dvide by zero doesn't raise a signal

2005-08-21 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-08-22 03:44 --- Fixed. -- What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolut

[Bug ada/22387] [4.0/4.1 Regression] GCC Ada compiler crash.

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 03:45 --- Ada is not release-critical; removing target milestone. -- What|Removed |Added Target Mil

[Bug tree-optimization/22444] [4.1 regression] testsuite failure:23_containers/set/explicit_instantiation/2.cc ICE

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 03:46 --- MMIX is not a primary of secondary platform; removing target milestone. -- What|Removed |Added --

[Bug tree-optimization/22444] [4.1 regression] testsuite failure:23_containers/set/explicit_instantiation/{2,3}.cc ICE

2005-08-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-22 03:50 --- This shows up on more than mmix, I should have marked this as such. -- What|Removed |Added

[Bug fortran/22502] [4.0.1/4.1 Regression] ICE constructing arrays with "(/ /)"

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 03:52 --- Fortran is not release-critical; removing target milestone. -- What|Removed |Added Target

[Bug rtl-optimization/22509] [4.1 regression] elemental.f90 testsuite failure (-fweb)

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 04:43 --- Fortran is not release-critical; removing target milestone. -- What|Removed |Added Target

[Bug target/22553] [4.1 regression] ICE building libstdc++

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 04:44 --- SH is not a primary or secondary target; removing target milestone. -- What|Removed |Added

[Bug ada/22561] [4.1 Regression] ACATS ca11c01 wrong code

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 04:45 --- Ada bugs are not release-critical; removing target milestone. -- What|Removed |Added Targ

[Bug ada/23142] [4.1 regression] ACATS FAIL cxaa017 character processing wrong code

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 04:49 --- Ada bugs are not release-critical; removing target milestone. -- What|Removed |Added Targ

[Bug testsuite/23304] [4.1 Regression] testsuite failures: g++.dg/ext/packed3.C, packed4.C, packed8.c and g++.dg/other/crash-4.C

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 04:55 --- CRIS is not a primary or secondary platform; removing target milestone. -- What|Removed |Added --

[Bug objc/23306] [4.1 Regression] [unit-at-a-time] objc exceptions (GNU runtime) don't work with unit-at-a-time

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 04:56 --- Objective-C is not release-critical; removing target milestone. -- What|Removed |Added Ta

[Bug ada/23319] [4.1 Regression] Compiler crash with interface as generic formal parameter

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 04:57 --- Ada is not release-critical; removing target milestone. -- What|Removed |Added Target Mil

[Bug middle-end/23511] New: Segfault in fold_binary

2005-08-21 Thread aj at gcc dot gnu dot org
=gnu99 -version -o strptime_l.s GNU C version 4.1.0 20050821 (experimental) (x86_64-suse-linux-gnu) compiled by GNU C version 4.1.0 20050821 (experimental). GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096 Compiler executable checksum: 5a830930ea2c878ce9ab608e6b40e0e8

[Bug middle-end/23511] Segfault in fold_binary

2005-08-21 Thread aj at gcc dot gnu dot org
--- Additional Comments From aj at gcc dot gnu dot org 2005-08-22 05:01 --- Created an attachment (id=9550) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9550&action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23511

[Bug c++/23426] [4.0/4.1 Regression] partial fix too large array problem

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 05:03 --- I think the knock-on error message is a latent bug in the C++ front end, so your patch is fine. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23426

[Bug target/23435] [4.1 Regression] Unrecognizable insn (in extract_insn, at recog.c)

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 05:03 --- m68k is not a primary or secondary platform; removing target milestone. -- What|Removed |Added --

[Bug libgcj/23499] [4.1 regression] libgcj/classpath create empty directory $PREFIX/share/classpath/api/

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 05:08 --- Although this does effect the installation process, it's still not release-critical; removing target milestone. -- What|Removed |Added --

[Bug c++/23171] [4.1 Regression] ICE on pointer initialization

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 05:15 --- How does the C front end represent this expression? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23171

[Bug rtl-optimization/22509] [4.1 regression] elemental.f90 testsuite failure (-fweb)

2005-08-21 Thread tkoenig at gcc dot gnu dot org
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-08-22 05:57 --- My understanding is that this is not Fortran-specific, but that Fortran happens to have a test case that exposes this bug. Has anybody constructed a C test case? -- http://gcc.gnu.org/bugzilla/show_bug.

[Bug libstdc++/23358] _Destroy doesn't optimize for scalar types

2005-08-21 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-08-22 06:33 --- Yes, Tommy mailed the patch, see http://gcc.gnu.org/ml/gcc-patches/2005-08/msg01195.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23358

[Bug libstdc++/23358] _Destroy doesn't optimize for scalar types

2005-08-21 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-08-22 06:34 --- I think the patch applies cleanly to gcc-4.0.x; it's so small, seems like the target for this bug ought to be gcc-4.0.2. -- What|Removed |Added

[Bug c++/23512] New: wrong code with boolean refs, -O2

2005-08-21 Thread mec at google dot com
gcc generates wrong code command line: gcc -O2 works on: 3.4.4, 4.1.0-20050819 wrong code on: 4.0.1, 4.0.2-20050818 I am just guessing at the priority + severity levels. Test program attached. It can be compiled and run standalone -- it succeeds normally, and aborts if wrong-code is generated.

[Bug c++/23512] wrong code with boolean refs, -O2

2005-08-21 Thread mec at google dot com
--- Additional Comments From mec at google dot com 2005-08-22 06:59 --- Created an attachment (id=9551) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9551&action=view) source file to demonstrate wrong code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23512

  1   2   >