[Bug awt/16793] image not redrawn on expose events

2005-09-01 Thread fitzsim at redhat dot com
--- Additional Comments From fitzsim at redhat dot com 2005-09-02 06:50 --- This is fixed now. Closing. -- What|Removed |Added Status|ASSIGNED

[Bug middle-end/21460] Internal compiler error in calc_dfs_tree on valid code

2005-09-01 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-09-02 05:10 --- Huh, the problem is that sjlj exception code is tacked on to the end of basic block 0, instead of the end of the prologue. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21460

[Bug awt/20014] BufferedImage.getGraphics() aborts

2005-09-01 Thread cvs-commit at developer dot classpath dot org
--- Additional Comments From cvs-commit at developer dot classpath dot org 2005-09-02 04:32 --- Subject: Bug 20014 CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Thomas Fitzsimmons <[EMAIL PROTECTED]> 05/09/02 04:15:52 Modified files:

[Bug awt/20014] BufferedImage.getGraphics() aborts

2005-09-01 Thread fitzsim at redhat dot com
--- Additional Comments From fitzsim at redhat dot com 2005-09-02 04:21 --- This worked on GNU Classpath CVS with -Dgnu.java.awt.peer.gtk.Graphics=Graphics2D. I also committed a small fix to make it work without -Dgnu.java.awt.peer.gtk.Graphics=Graphics2D. Closing. -- Wha

[Bug rtl-optimization/23393] [4.1 Regression] catchall-1.m and local-variables-1.m fails at -Os

2005-09-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-02 01:54 --- Since both of these tests passed yesterday, this is a regression now. The only change between those two testuiste which was related to this failure is: +2005-09-01 Jakub Jelinek <[EMAIL PROTECTED]> + +

[Bug rtl-optimization/23393] catchall-1.m fails at -Os

2005-09-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-02 01:50 --- The interesting thing is that catchall-1.m fails now (along with local-variables-1.m): http://gcc.gnu.org/ml/gcc-testresults/2005-09/msg00051.html But did less than a day ago: http://gcc.gnu.org/ml/gcc-tes

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

2005-09-01 Thread fitzsim at redhat dot com
--- Additional Comments From fitzsim at redhat dot com 2005-09-02 01:02 --- This is actually a libgcj bug. I'm changing the Product. -- What|Removed |Added Compone

[Bug target/23668] [4.1 Regression] gcc.dg/i386-sse-11.c and gcc.target/i386/pr13366.c fail

2005-09-01 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-09-02 00:28 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug target/23668] [4.1 Regression] gcc.dg/i386-sse-11.c and gcc.target/i386/pr13366.c fail

2005-09-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-02 00:28 --- Subject: Bug 23668 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-02 00:28:00 Modified files: gcc: ChangeLog gcc/config/i386: i

[Bug c++/17470] Visibility attribute ignored for explicit template instantiation

2005-09-01 Thread jmegq at radiance dot com
--- Additional Comments From jmegq at radiance dot com 2005-09-02 00:16 --- Regarding macros -- I just found out about the _Pragma directive from C99, so at least you can do something like this (paraphrasing some ACE code): #define EXPORT_SINGLETON_DECLARE (SINGLETON_TYPE, CLASS, LOCK)

[Bug c++/23689] New: Malformed typedef silently ignored

2005-09-01 Thread simon_baldwin at yahoo dot com
Given the program typedef enum { ZERO }; // error, malformed typedef, missing identifier typedef struct dummy {}; // ditto gcc will silently step over and apparently ignore the typedef, treating the statement as a simple "enum { ZERO };" rather than a "typedef enum { ZERO } type_name;" wher

[Bug middle-end/23676] [4.1 Regression] ICE: "missing REG_EH_REGION note in the end of bb"

2005-09-01 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-09-01 23:38 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug middle-end/23676] [4.1 Regression] ICE: "missing REG_EH_REGION note in the end of bb"

2005-09-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-01 23:35 --- Subject: Bug 23676 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-01 23:35:20 Modified files: gcc: ChangeLog reload1.c rtlanal.c Log m

[Bug preprocessor/23688] Compiler does not warn on selected unknown character escapes

2005-09-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-01 23:16 --- Hmm, the comment in the preprocessor is all of those: case '(': case '{': case '[': case '%': /* '\(', etc, can be used at the beginning of a line in a long string split onto multiple line

[Bug preprocessor/23688] Compiler does not warn on selected unknown character escapes

2005-09-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-01 23:11 --- Hmm, interesting if I add -pedantic, I get the warnings. And this is not a regression. A preprocessor person has to comment on why this is. -- What|Removed |Added

[Bug c++/23688] New: Compiler does not warn on selected unknown character escapes

2005-09-01 Thread simon_baldwin at yahoo dot com
Given the following short test program: const char *s1 = "\%\(\[\{"; // all these are invalid escape sequences const char *s2 = "\)\]\}"; // so are these the compiler warns about the unknown escape sequences in s2 (and everything else you can come up with), but ignores the particular sequen

[Bug target/23668] [4.1 Regression] gcc.dg/i386-sse-11.c and gcc.target/i386/pr13366.c fail

2005-09-01 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-09-01 22:41 --- No, Geoff, look closer at the failure message. The biggest problem is that you deleted the line that converted a PARALLEL to a CONST_VECTOR node. Testing a fix now. -- What|Removed

[Bug target/23687] Crosscompiler looks for files it never built

2005-09-01 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|c |target Keywords||build http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2368

[Bug c/23687] New: Crosscompiler looks for files it never built

2005-09-01 Thread imipak at yahoo dot com
own-linux-gnu Configured with: ../gcc/configure --target=mipsisa64sb1-unknown-linux-gnu --prefix=/usr/mips --without-headers --with-newlib --with-gnu-as --with-gnu-ld --with-local-prefix=/usr/mips/mipsisa64sb1-unknown-linux-gnu --disable-shared --enable-languages=c Thread model: posix gcc

[Bug java/23620] [4.0/4.1 Regression] Segfault compiling inner interfaces

2005-09-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-01 21:37 --- Then this was caused by: * class.c (make_class): Do not create binfo here. (set_super_info): Create it here. * java-tree.h (CLASS_HAS_SUPER): Cope with lack of a binfo. Nathan? --

[Bug libgcj/23686] path embbeded using -rpath is ignored when handling System.loadLibrary()

2005-09-01 Thread fitzsim at redhat dot com
--- Additional Comments From fitzsim at redhat dot com 2005-09-01 21:25 --- In this case we have shared libraries under /opt with the same names as libraries under /usr/lib, and we want our program to always use the /opt libraries without users having to set LD_LIBRARY_PATH. -- http

[Bug tree-optimization/20605] [4.1 Regression] gcc.dg/tree-ssa/loop-4.c scan-tree-dump-times iter 0 fails

2005-09-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-01 21:15 --- Fixed. -- What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/23548] [4.1 Regression] libstdc++ tests fail: could not split insn

2005-09-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-01 21:14 --- Fixed by one of the following patches: 2005-08-31 Richard Henderson <[EMAIL PROTECTED]> * emit-rtl.c (set_mem_attributes_minus_bitpos): Look through component-like references for setting M

[Bug libgcj/23686] path embbeded using -rpath is ignored when handling System.loadLibrary()

2005-09-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-01 21:06 --- I want to say this is not really a bug as -rpath should almost never be used as it cannot be overwritten along other things. There are pages about why you should not be using -rpath. -- http://gcc.gnu

[Bug libstdc++/22309] mt allocator doesn't pthread_key_delete it's keys

2005-09-01 Thread bkoz at gcc dot gnu dot org
--- Additional Comments From bkoz at gcc dot gnu dot org 2005-09-01 21:02 --- Jakub, any idea how to add a test case for this thing? Ugh. I cannot figure it out. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22309

[Bug libgcj/23686] path embbeded using -rpath is ignored when handling System.loadLibrary()

2005-09-01 Thread fitzsim at redhat dot com
--- Additional Comments From fitzsim at redhat dot com 2005-09-01 20:53 --- Confirmed. Run the tests like this: LD_LIBRARY_PATH=`pwd` ./linked LD_LIBRARY_PATH=`pwd` ./linkedjava -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23686

[Bug rtl-optimization/23478] [3.4 regression] Miscompilation due to reloading of a var that is also used in EH pad

2005-09-01 Thread jakub at gcc dot gnu dot org
--- Additional Comments From jakub at gcc dot gnu dot org 2005-09-01 20:52 --- Should be fixed on 3.4/4.0/HEAD. -- What|Removed |Added Status|NEW

[Bug rtl-optimization/23478] [3.4 regression] Miscompilation due to reloading of a var that is also used in EH pad

2005-09-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-01 20:51 --- Subject: Bug 23478 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2005-09-01 20:51:09 Modified files: gcc: Change

[Bug libgcj/23686] path embbeded using -rpath is ignored when handling System.loadLibrary()

2005-09-01 Thread swagiaal at redhat dot com
--- Additional Comments From swagiaal at redhat dot com 2005-09-01 20:40 --- Created an attachment (id=9642) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9642&action=view) testcase that produces the bug -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23686

[Bug libgcj/23686] New: path embbeded using -rpath is ignored when handling System.loadLibrary()

2005-09-01 Thread swagiaal at redhat dot com
path embbeded using -rpath is ignored when handling System.loadLibrary() the attached test case showes a java program trying to load a dummy library and failing even though the path to that library was set using -rpath -- Summary: path embbeded using -rpath is ignored when handling

[Bug target/23548] [4.1 Regression] libstdc++ tests fail: could not split insn

2005-09-01 Thread jsm28 at gcc dot gnu dot org
--- Additional Comments From jsm28 at gcc dot gnu dot org 2005-09-01 20:26 --- Appears fixed on ia64-hpux 20050901. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23548

[Bug tree-optimization/20605] [4.1 Regression] gcc.dg/tree-ssa/loop-4.c scan-tree-dump-times iter 0 fails

2005-09-01 Thread jsm28 at gcc dot gnu dot org
--- Additional Comments From jsm28 at gcc dot gnu dot org 2005-09-01 20:27 --- Appears fixed on ia64-hpux and hppa64-hpux 20050901. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20605

[Bug java/5487] arm-linux-gcj cross-compiler generates bad assembler-code

2005-09-01 Thread ngmlinux at gmail dot com
--- Additional Comments From ngmlinux at gmail dot com 2005-09-01 19:52 --- Subject: Re: arm-linux-gcj cross-compiler generates bad assembler-code > > (gdb) bt > > #0 GC_push_all_eager (bottom=0x0, top=0x390a8 "") at > > ../../../gcc-3.4.3/boehm-gc/mark.c:1468 > > Which shows that yo

[Bug boehm-gc/23662] Binaries generated by arm-linux-gcj segfault on execution on arm target

2005-09-01 Thread ngmlinux at gmail dot com
--- Additional Comments From ngmlinux at gmail dot com 2005-09-01 19:46 --- (In reply to comment #9) > I think it is the same problem with Boehm-GC on ARM/Linux that > has been solved in upstream sources. Has this fix been officially submited to gcc for inclusion in 4.0.X? Are any fixe

[Bug target/23668] [4.1 Regression] gcc.dg/i386-sse-11.c and gcc.target/i386/pr13366.c fail

2005-09-01 Thread geoffk at gcc dot gnu dot org
--- Additional Comments From geoffk at gcc dot gnu dot org 2005-09-01 18:58 --- ... but why didn't it happen before? The problem seems to be that ix86_expand_vector_init_one_var is creating an all-zero vector that isn't the same as CONST0_RTX, which is wrong, but the previous code di

[Bug java/23620] [4.0/4.1 Regression] Segfault compiling inner interfaces

2005-09-01 Thread wmahan at gmail dot com
--- Additional Comments From wmahan at gmail dot com 2005-09-01 19:18 --- I think I found the root of the problem. In 3.4.x, make_class() in java/class.c looks like this: type = make_node (RECORD_TYPE); TYPE_BINFO (type) = make_tree_vec (BINFO_ELTS); MAYBE_CREATE_TYPE_TYPE_LANG_SP

[Bug libgcj/23682] gnu.java.nio.SelectorImpl.select(long) throws ArrayIndexOutOfBoundsException

2005-09-01 Thread gcc-bugzilla at future dot shiny dot co dot il
--- Additional Comments From gcc-bugzilla at future dot shiny dot co dot il 2005-09-01 19:11 --- Here's what Azureus (a free Java Bittorrent client) reported me: [9:07:22] DEBUG::Thu Sep 01 09:07:22 GMT+03:00 2005::com.aelitis.azureus.core.networkmanager.VirtualChannelSelector::select(lo

[Bug libgcj/23682] gnu.java.nio.SelectorImpl.select(long) throws ArrayIndexOutOfBoundsException

2005-09-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-01 18:53 --- ArrayIndexOutOfBoundsException is thrown for no reason as far as I can see from the source? Do you have an example where it is thrown? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23682

[Bug target/23668] [4.1 Regression] gcc.dg/i386-sse-11.c and gcc.target/i386/pr13366.c fail

2005-09-01 Thread geoffk at gcc dot gnu dot org
--- Additional Comments From geoffk at gcc dot gnu dot org 2005-09-01 18:48 --- Yup, this one's mine. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |

[Bug c++/23685] Problem with undefined references for templates

2005-09-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-01 18:39 --- yes, You are missing this is how templates work. the template needs to be instainated. Either explicitly instainate them in the other TU or put the template functions in a header. -- What

[Bug c++/23685] New: Problem with undefined references for templates

2005-09-01 Thread gregory dot a dot bakken at pfizer dot com
I have some simple code for a template class. If I define the class and implement it in one file, everything compiles fine. If I put the class definition in a .h and the implementation in a .cpp file, I get errors. For example, with the files test1a.h: #ifndef _TEST1A_ #define _TEST1A_ #inclu

[Bug swing/22151] JInternalFrame causes OutOfMemory error when maximized.

2005-09-01 Thread abalkiss at redhat dot com
--- Additional Comments From abalkiss at redhat dot com 2005-09-01 18:27 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug rtl-optimization/23684] Combine stores for non strict alignment targets

2005-09-01 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added GCC target triplet||powerpc-*-* http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23684

[Bug rtl-optimization/23684] New: Combine stores for non strict alignment targets

2005-09-01 Thread pinskia at gcc dot gnu dot org
Take the following code: #define OSSwapHostToBigInt32 void foo(char *input) { input[0] = 'H'; input[1] = 'e'; input[2] = 'l'; input[3] = 'l'; input[4] = 'o'; input[5] = ' '; input[6] = 'w'; input[7] = 'o'; input[8] = 'r'; input[9] = 'l'; input[10] = 'd'; input[11] = '\0'; }

[Bug target/23683] New: review all uses of gen_rtx_MEM in sh port

2005-09-01 Thread amylaar at gcc dot gnu dot org
See http://gcc.gnu.org/ml/gcc-patches/2005-09/msg00053.html . There are some places where using an adjust_address call seems appropriate. In other places we are generating genuinely new MEMs, but we it might be appropriate to set some of the new bits. -- Summary: review all uses of gen

[Bug libgcj/23682] New: gnu.java.nio.SelectorImpl.select(long) throws ArrayIndexOutOfBoundsException

2005-09-01 Thread gcc-bugzilla at future dot shiny dot co dot il
gnu.java.nio.SelectorImpl.select(long) throws ArrayIndexOutOfBoundsException. According to the Sun docs, it shouldn't throw it: http://java.sun.com/j2se/1.4.2/docs/api/java/nio/channels/Selector.html#select(long) -- Summary: gnu.java.nio.SelectorImpl.select(long) throws

[Bug libobjc/23681] CLS_HAS_CXX_STRUCTORS is not supported with the GNU runtime

2005-09-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-01 17:41 --- Mine. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |pinskia at gcc

[Bug libobjc/23681] New: CLS_HAS_CXX_STRUCTORS is not supported with the GNU runtime

2005-09-01 Thread pinskia at gcc dot gnu dot org
This causes a couple obj-C++ failures. This is also a bug to remind me to implement this for 4.2. -- Summary: CLS_HAS_CXX_STRUCTORS is not supported with the GNU runtime Product: gcc Version: 4.1.0 Status: UNCONFIRMED Sev

[Bug libobjc/23680] @synchronized support is not in GNU runtime

2005-09-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-01 17:39 --- Mine. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |pinskia at gcc

[Bug libobjc/23680] New: @synchronized support is not in GNU runtime

2005-09-01 Thread pinskia at gcc dot gnu dot org
Just a bug report to remind me to add support for @synchronized for 4.2. -- Summary: @synchronized support is not in GNU runtime Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: enhancement Priority: P2 Component:

[Bug middle-end/23671] [4.1 Regression] ICE in fixup_eh_region_note, at reload1.c:3808

2005-09-01 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-09-01 17:07 --- Proposed patch: http://gcc.gnu.org/ml/gcc-patches/2005-09/msg00053.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23671

[Bug target/17331] [3.4 Regression] "Illegal instruction" error in FTensor when compiled with G++ 3.4.2 prerelease 2 (20040902)

2005-09-01 Thread sje at cup dot hp dot com
--- Additional Comments From sje at cup dot hp dot com 2005-09-01 16:53 --- I have been unable to reproduce this bug here at HP using a number of different GCC versions and HP linker/OS versions. Nathanial, can you still reproduce the bug at CodeSourcery? If so can you do a 'what /usr/

[Bug c/23506] [4.0 Regression] Bad array access in DEF_GCC_BUILTIN

2005-09-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-01 16:48 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c/23506] [4.0 Regression] Bad array access in DEF_GCC_BUILTIN

2005-09-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-01 16:46 --- Subject: Bug 23506 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-09-01 16:46:52 Modified files: gcc: Change

[Bug target/23556] FAIL: gfortran.dg/pr18122.f90

2005-09-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-01 16:43 --- Subject: Bug 23556 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-09-01 16:43:24 Modified files: libgfortran: Change

[Bug middle-end/23410] [4.1 Regression] FAIL: gcc.c-torture/execute/950612-1.c execution, at -Os and -O3

2005-09-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-01 16:41 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug debug/7241] DWARF encoding for "char" incorrect in gcc

2005-09-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-01 16:40 --- Fixed in 4.0.2. -- What|Removed |Added Status|NEW |RESOL

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

2005-09-01 Thread benoit dot hudson at gmail dot com
--- Additional Comments From benoit dot hudson at gmail dot com 2005-09-01 16:14 --- With this number of duplicates, perhaps it's time to change the title to contain "used uninitialized" so searchers are more likely to find it? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14329

[Bug tree-optimization/22348] [4.0 Regression] Execution continues past end of for loop end condition with optimisation enabled

2005-09-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-01 16:09 --- Subject: Bug 22348 CVSROOT:/cvs/gcc Module name:gcc Branch: apple-local-200502-branch Changes by: [EMAIL PROTECTED] 2005-09-01 16:09:12 Modified files: gcc

[Bug middle-end/23676] [4.1 Regression] ICE: "missing REG_EH_REGION note in the end of bb"

2005-09-01 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-09-01 16:08 --- Also reprodicible on ppc-linux. -- What|Removed |Added AssignedTo|unassigned at gcc dot

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

2005-09-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-01 15:59 --- *** Bug 23679 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/23679] c++ "is used uninitialized" warning on arrays hard to read

2005-09-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-01 15:59 --- This is a dup of bug 14329. *** This bug has been marked as a duplicate of 14329 *** -- What|Removed |Added -

[Bug middle-end/23671] [4.1 Regression] ICE in fixup_eh_region_note, at reload1.c:3808

2005-09-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-01 15:57 --- Compile the following at -O0 -fnon-call-exceptions: float run (int t) { int stack[4]; int *sp = stack+1; try { return ( *(--sp)); } catch (int *ex) { } return 0.0; } -- Wh

[Bug c++/23679] New: c++ "is used uninitialized" warning on arrays hard to read

2005-09-01 Thread benoit dot hudson at gmail dot com
cat > foo.c << EOF int main() { int f[2]; f[0] = 4; return f[1]; } EOF ln -s foo.c foo.cpp gcc foo.c -Wall -O2 g++ foo.cpp -Wall -O2 In C, the warning is "foo.c:2: warning: 'f[1]' is used uninitialized in this function" In C++, the warning is "foo.cpp:2: warning: 'f$1' is used uninitialized

[Bug c/23506] [4.0 Regression] Bad array access in DEF_GCC_BUILTIN

2005-09-01 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-09-01 15:49 --- Yes, I'm fine with that. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23506

[Bug middle-end/23676] [4.1 Regression] ICE: "missing REG_EH_REGION note in the end of bb"

2005-09-01 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||EH http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23676

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

2005-09-01 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-09-01 15:24 --- Fixed also on the 3.4 branch. -- What|Removed |Added Status|ASSIGNED

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

2005-09-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-01 15:23 --- Subject: Bug 18512 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2005-09-01 15:23:21 Modified files: gcc/cp : Change

[Bug middle-end/23676] [4.1 Regression] ICE: "missing REG_EH_REGION note in the end of bb"

2005-09-01 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||ice-checking, wrong-code http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23676

[Bug middle-end/22177] [3.4 only] error: in assign_stack_temp_for_type, at function.c:655

2005-09-01 Thread rearnsha at gcc dot gnu dot org
--- Additional Comments From rearnsha at gcc dot gnu dot org 2005-09-01 15:21 --- Not a regression since iwwmxt support was new in 3.4 Note that you cannot use __attribute__((aligned (4))) to reduce the alignement of an object, so this code is invalid (code compiled for iwmmxt processor

[Bug tree-optimization/23326] [4.0 Regression] Wrong code from forwprop

2005-09-01 Thread rguenth at gcc dot gnu dot org
--- Additional Comments From rguenth at gcc dot gnu dot org 2005-09-01 15:18 --- It's in the tracker and I pinged it once already. One could commit it as obvious, though ;) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23326

[Bug tree-optimization/23326] [4.0 Regression] Wrong code from forwprop

2005-09-01 Thread matz at suse dot de
--- Additional Comments From matz at suse dot de 2005-09-01 15:11 --- This still isn't in the 4.0 branch. Perhaps ping it? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23326

[Bug middle-end/23410] [4.1 Regression] FAIL: gcc.c-torture/execute/950612-1.c execution, at -Os and -O3

2005-09-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-01 15:10 --- Subject: Bug 23410 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-01 15:09:42 Modified files: gcc: ChangeLog tree-ssa-loop-niter.c Log

[Bug c++/18545] [3.4 regression] ICE when returning undefined type

2005-09-01 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-09-01 15:07 --- Fixed also on the 3.4 branch. -- What|Removed |Added Status|ASSIGNED

[Bug c++/18545] [3.4 regression] ICE when returning undefined type

2005-09-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-01 15:06 --- Subject: Bug 18545 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2005-09-01 15:06:17 Modified files: gcc/cp : Change

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

2005-09-01 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-09-01 14:58 --- Taking care of the backport to the 3.4 branch. -- What|Removed |Added AssignedTo|m

[Bug c++/18545] [3.4 regression] ICE when returning undefined type

2005-09-01 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-09-01 14:57 --- Taking care of the backport to the 3.4 branch. -- What|Removed |Added AssignedTo|m

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

2005-09-01 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-09-01 14:56 --- Taking care of the backport to the 3.4 branch. -- What|Removed |Added AssignedTo|m

[Bug rtl-optimization/17810] [3.4 Regression] internal compiler error: in verify_local_live_at_start for arm-rtems, arm-linux

2005-09-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-01 14:54 --- Subject: Bug 17810 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2005-09-01 14:54:24 Modified files: gcc: Change

[Bug c/23506] [4.0 Regression] Bad array access in DEF_GCC_BUILTIN

2005-09-01 Thread jakub at gcc dot gnu dot org
--- Additional Comments From jakub at gcc dot gnu dot org 2005-09-01 14:42 --- Richard, are you ok with putting this into 4.0? Bootstrapped/regtested on 7 linux arches. -- What|Removed |Added ---

[Bug fortran/23661] 'print fmt' is unclassifiable statement in gfortran

2005-09-01 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-09-01 14:40 --- For the record: I accidentallz attached an old version of the third testcase which doesn't yet have the correct dg-annotations: the first dg-error should be removed, the second turned into a dg-warning. --

[Bug rtl-optimization/19705] Cannot turn off doloop optimization via -fno-branch-count-reg if -fno-ivopts is also supplied

2005-09-01 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-09-01 14:05 --- Or make the doloop insn patterns conditional on flag_branch_on_count_reg? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19705

[Bug debug/7241] DWARF encoding for "char" incorrect in gcc

2005-09-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-01 14:05 --- Subject: Bug 7241 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-09-01 14:04:55 Modified files: gcc: ChangeL

[Bug debug/7241] DWARF encoding for "char" incorrect in gcc

2005-09-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-01 13:53 --- Subject: Bug 7241 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-01 13:53:45 Modified files: gcc: ChangeLog dwarf2out.c gcc/tes

[Bug ada/23646] [4.1 Regression] Ada testsuite hangs -- many new failures

2005-09-01 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2005-09-01 13:16 --- Subject: Re: [4.1 Regression] Ada testsuite hangs -- many new failures > I've identified the missing bit, leading to an inconsistency between > the Ada code and the C code of the Ada front-end. >

[Bug rtl-optimization/15342] [arm-linux] internal compiler error: in verify_local_live_at_start

2005-09-01 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Known to fail||3.4.4 Known to work||3.4.5 4.0.0 4.1.0 Target Milestone|4.0.0

[Bug rtl-optimization/15342] [arm-linux] internal compiler error: in verify_local_live_at_start

2005-09-01 Thread rearnsha at gcc dot gnu dot org
--- Additional Comments From rearnsha at gcc dot gnu dot org 2005-09-01 13:14 --- *** Bug 17810 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug rtl-optimization/17810] [3.4 Regression] internal compiler error: in verify_local_live_at_start for arm-rtems, arm-linux

2005-09-01 Thread rearnsha at gcc dot gnu dot org
--- Additional Comments From rearnsha at gcc dot gnu dot org 2005-09-01 13:13 --- Really a dup of 15342. Fixed for 3.4.5 *** This bug has been marked as a duplicate of 15342 *** -- What|Removed |Added

[Bug ada/23646] [4.1 Regression] Ada testsuite hangs -- many new failures

2005-09-01 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-09-01 13:11 --- I've identified the missing bit, leading to an inconsistency between the Ada code and the C code of the Ada front-end. Working on a fix/resolution... Arno -- What|Removed

[Bug rtl-optimization/17810] [3.4 Regression] internal compiler error: in verify_local_live_at_start for arm-rtems, arm-linux

2005-09-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-01 13:09 --- Subject: Bug 17810 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2005-09-01 13:09:08 Modified files: gcc: Change

[Bug rtl-optimization/15342] [arm-linux] internal compiler error: in verify_local_live_at_start

2005-09-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-01 13:09 --- Subject: Bug 15342 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2005-09-01 13:09:08 Modified files: gcc: Change

[Bug fortran/23677] -fno-automatic does not accept legal save statements

2005-09-01 Thread federico dot carminati at cern dot ch
-- What|Removed |Added CC||alfredo dot ferrari at cern ||dot ch http://gcc.gnu.org/bugzill

[Bug fortran/23677] New: -fno-automatic does not accept legal save statements

2005-09-01 Thread federico dot carminati at cern dot ch
The following code fails [/Users/fca] more test.f subroutine test(bbb) implicit double precision (A-H,O-Z) double precision blob(100),bbb(100) data blob /100*-1/ save blob do j=1,100 blob(j)=bbb(j) enddo end [/Users/fca] /opt/gcc-4_0/bin/gfor

[Bug middle-end/23671] [4.1 Regression] ICE in fixup_eh_region_note, at reload1.c:3808

2005-09-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-01 13:04 --- Reducing. I was able to reproduce this with the preprocessed source from ppc-darwin. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23671

[Bug target/23366] [4.1 Regression] gcc.c-torture/compile/20020926-1.c fails

2005-09-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-01 12:55 --- Fixed most likely by: 2005-08-31 Richard Henderson <[EMAIL PROTECTED]> * config/i386/i386.c (ix86_function_ok_for_sibcall): Fix test for fp return matching. -- What|Remove

[Bug rtl-optimization/22568] Should use cmov in some stituations

2005-09-01 Thread rguenth at gcc dot gnu dot org
--- Additional Comments From rguenth at gcc dot gnu dot org 2005-09-01 12:38 --- I have a patch that for int a,b; void foo(void) { int x; if (ahttp://gcc.gnu.org/bugzilla/show_bug.cgi?id=22568

[Bug fortran/23661] 'print fmt' is unclassifiable statement in gfortran

2005-09-01 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-09-01 12:16 --- Oops. Would that be Paul T's patch to have "PRINT namelist" work? Thanks Tobi for the fix! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23661

[Bug fortran/23661] 'print fmt' is unclassifiable statement in gfortran

2005-09-01 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-09-01 12:10 --- Turns out FX approved the culprit patch :-) Anyway, I'm testing a fix. -- What|Removed |Added

[Bug middle-end/23676] [4.1 Regression] ICE: "missing REG_EH_REGION note in the end of bb"

2005-09-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-01 12:01 --- A little more reduced: struct JvSynchronize { ~JvSynchronize (); }; char* * resolve_pool_entry (void); void * _Jv_ResolvePoolEntry (void) { JvSynchronize sync; return *(resolve_pool_entry ()); } --

[Bug middle-end/23666] Fold does not reduce C - ~a into a + (C+1)

2005-09-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-01 11:59 --- (In reply to comment #1) > Works for me on alphaev68-unknown-linux-gnu > tiw with 4.1.0 20050819. And does not with 4.1.0 20050901 on i686-pc-linux-gnu or on powerpc-darwin. -- http://gcc.g

  1   2   >