[Bug libgcj/21892] gnu.* and native code security audit

2005-06-02 Thread konqueror at gmx dot de
--- Additional Comments From konqueror at gmx dot de 2005-06-03 06:14 --- What if people wanna access some gnu.* stuff we ship directly, like gnu.regexp? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21892

[Bug java/21722] gcj miscompiles accesses to static final vars with indirect dispatch

2005-06-02 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-06-03 05:34 --- Forgot to mark as fixed earlier. -- What|Removed |Added Status|ASSIGNED

[Bug java/21722] gcj miscompiles accesses to static final vars with indirect dispatch

2005-06-02 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-06-03 04:12 --- I've checked in the fix for this. -- What|Removed |Added Target Milestone|---

[Bug tree-optimization/21849] wrong use of sbitmap in tree-ssa-copy.c

2005-06-02 Thread kazu at cs dot umass dot edu
--- Additional Comments From kazu at cs dot umass dot edu 2005-06-03 04:09 --- Just checked in a patch. -- What|Removed |Added Status|ASSIGNED

[Bug java/21722] gcj miscompiles accesses to static final vars with indirect dispatch

2005-06-02 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-03 04:06 --- Subject: Bug 21722 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-03 04:06:19 Modified files: gcc/java : ChangeLog class.c Log message:

[Bug java/21722] gcj miscompiles accesses to static final vars with indirect dispatch

2005-06-02 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-03 04:06 --- Subject: Bug 21722 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-06-03 04:05:53 Modified files: gcc/java : Change

[Bug tree-optimization/21849] wrong use of sbitmap in tree-ssa-copy.c

2005-06-02 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-03 02:55 --- Subject: Bug 21849 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-03 02:55:21 Modified files: gcc: ChangeLog tree-ssa-copy.c Log messa

[Bug testsuite/21896] Unknown effective target keyword `sync_char_short'

2005-06-02 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-03 00:51 --- Geoff forgot to commit part of his patch. He committed today: http://gcc.gnu.org/ml/gcc-cvs/2005-06/msg00104.html -- What|Removed |Added

[Bug testsuite/21896] Unknown effective target keyword `sync_char_short'

2005-06-02 Thread billingd at gcc dot gnu dot org
--- Additional Comments From billingd at gcc dot gnu dot org 2005-06-03 00:47 --- Seen in last three 4.10 reports to gcc-testresults. -- What|Removed |Added Stat

[Bug testsuite/21896] New: Unknown effective target keyword `sync_char_short'

2005-06-02 Thread billingd at gcc dot gnu dot org
The new test gcc.dg/sync-2.c fails on a number of platforms, including http://gcc.gnu.org/ml/gcc-testresults/2005-06/msg00151.html http://gcc.gnu.org/ml/gcc-testresults/2005-06/msg00145.html http://gcc.gnu.org/ml/gcc-testresults/2005-06/msg00140.html Looks like a testsuite issue. On Irix

[Bug c++/21895] [wrong-code] template class member function with array typedef arguement behaves erroneously

2005-06-02 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-02 23:37 --- Fixed in 4.0.0 by: 2005-03-09 Mark Mitchell <[EMAIL PROTECTED]> PR c++/20208 * pt.c (tsubst_decl): Apply array-to-pointer and function-to-pointer conversions to function arguments.

[Bug middle-end/21894] [4.0/4.1 Regression] Invalid operand to binary operator with nested function

2005-06-02 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-02 23:33 --- Confirmed, reduced testcase: void CheckFile () { char tagname[10]; char * a = tagname; int validate() { return (a == tagname+4); } if(a == tagname) validate(); }

[Bug c++/21895] New: [wrong-code] template class member function with array typedef arguement behaves erroneously

2005-06-02 Thread leventyilmaz at gmail dot com
Here is a sample code that generates the problem (tried to reduce it as much as possible): #include template class Bar { public: void foo(T a) { std::cout << a << std::endl; } }; int main() { typedef int arr[3]; arr sz={0,1,2}; std::cout << sz << std::endl; // prints address of sz[0]

[Bug tree-optimization/21894] New: gcc crashes with -O1 on a call to nested function

2005-06-02 Thread fjahanian at apple dot com
Following test ICEs with gcc mainline when compiled with -O1. Test was done on apple-ppc-darwin. % gcc -c -O1 bad.c bad.c: In function 'CheckFile': bad.c:2: internal compiler error: Bus error Please submit a full bug report, with preprocessed source if appropriate. See http://developer.apple.com/b

[Bug libgcj/13603] [meta-bug] Java security model tracking PR

2005-06-02 Thread tromey at gcc dot gnu dot org
-- What|Removed |Added BugsThisDependsOn||21893 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13603

[Bug libgcj/21893] New: class loading and verifier audit

2005-06-02 Thread tromey at gcc dot gnu dot org
We must go through the JVM Spec and ensure that all required constraints on class loading, linking, and verification are followed; and that in particular the required exceptions are thrown. This audit should take the form of a VM test suite. We must test loading bytecode, as well as compiling bytec

[Bug target/18823] [3.4 regression] [ia64-linux] ICE in ia64_st_address_bypass_p, at config/ia64/ia64.c:7387

2005-06-02 Thread sje at cup dot hp dot com
--- Additional Comments From sje at cup dot hp dot com 2005-06-02 22:46 --- This has been fixed for 4.1 because the whole sync code has been redone. __sync_bool_compare_and_swap_di is no longer a builtin function, although __sync_bool_compare_and_swap is. But __sync_bool_compare_and_sw

[Bug libgcj/21892] New: gnu.* and native code security audit

2005-06-02 Thread tromey at gcc dot gnu dot org
In order to be confident in our security implementation we must ensure that calls to gnu.* code (which might bypass security checks) are inaccessible to user code running in a secure context. Some sort of automated testing would be ideal, so that we could reliably re-run the audit whenever we like.

[Bug libgcj/13603] [meta-bug] Java security model tracking PR

2005-06-02 Thread tromey at gcc dot gnu dot org
-- What|Removed |Added BugsThisDependsOn||21892 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13603

[Bug libgcj/13603] [meta-bug] Java security model tracking PR

2005-06-02 Thread tromey at gcc dot gnu dot org
-- What|Removed |Added BugsThisDependsOn||21891 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13603

[Bug libgcj/21891] New: must audit libgcj for required SecurityManager calls

2005-06-02 Thread tromey at gcc dot gnu dot org
Currently we implement some of the required calls to SecurityManager, but not all of them. E.g., look for the FIXME comments in natClass.cc (this is not all of the missing ones though). We need: - A comprehensive Mauve test suite; every required call must be checked - A complete audit of all th

[Bug libgcj/13603] [meta-bug] Java security model tracking PR

2005-06-02 Thread tromey at gcc dot gnu dot org
-- What|Removed |Added BugsThisDependsOn||21890 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13603

[Bug libgcj/21890] New: SecurityManager is incomplete

2005-06-02 Thread tromey at gcc dot gnu dot org
Search java/lang/SecurityManager.java for "XXX" and you will see that there are (minor) missing pieces. These are needed for the security model to work. -- Summary: SecurityManager is incomplete Product: gcc Version: 4.1.0 Status: UNCONFIRMED

[Bug debug/21889] Bad assembler output for Solaris TLS debug symbols

2005-06-02 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-06-02 22:11 --- Investigating. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |ebo

[Bug debug/21889] Bad assembler output for Solaris TLS debug symbols

2005-06-02 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-06-02 22:11 --- Confirmed with Sun tools. Workaround is to use -gstabs+ instead of -g. -- What|Removed |Added

[Bug target/21888] bootstrap failure with linker relaxation enabled

2005-06-02 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||build http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21888

[Bug middle-end/20610] Real by complex multiplications perform unnecessary operations

2005-06-02 Thread rth at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |rth at gcc dot gnu dot org |dot org | Status|NEW

[Bug debug/21889] New: Bad assembler output for Solaris TLS debug symbols

2005-06-02 Thread rcbilson at plg dot uwaterloo dot ca
smalltalk=; cat test.c __thread int x; smalltalk=; gcc -c test.c smalltalk=; gcc -g -c test.c /usr/ccs/bin/as: "/var/tmp//cc09foyk.s", line 75: error: statement syntax /usr/ccs/bin/as: "/var/tmp//cc09foyk.s", line 75: error: statement syntax /usr/ccs/bin/as: "/var/tmp//cc09foyk.s", line 75: error:

[Bug target/21888] New: bootstrap failure with linker relaxation enabled

2005-06-02 Thread rth at gcc dot gnu dot org
When bootstrapping for EV4, pp_base_set_prefix is miscompiled. An fnop is emitted between the two insns of the initial ldgp pair. The abi for "standard pv usage", implied by ".prologue 1", requires that this instruction pair be sequential. Which allows the linker to alter "jsr foo" into "bsr foo

[Bug target/17502] [g77] ICE: segmentation fault on (believed) correct code

2005-06-02 Thread sje at cup dot hp dot com
--- Additional Comments From sje at cup dot hp dot com 2005-06-02 21:18 --- I built a 3.4.2 GCC on an IA64 Linux box and tried to reproduce the bug but could not. The included test case compiled with no problem. -- What|Removed |Added ---

[Bug rtl-optimization/21887] missed optimization with globals

2005-06-02 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|minor |enhancement http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21887

[Bug middle-end/21885] [4.1 Regression] compat testsuite failures

2005-06-02 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||wrong-code Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=

[Bug middle-end/21886] [4.1 Regression] bootstrap fails on hppa2.0w-hpux

2005-06-02 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|bootstrap |middle-end Keywords||build, ice-on-valid-code, |

[Bug bootstrap/21886] [4.1 Regression] bootstrap fails on hppa2.0w-hpux

2005-06-02 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-02 20:53 --- This might be related to: http://gcc.gnu.org/ml/gcc-regression/2005-06/msg00012.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21886

[Bug tree-optimization/21258] Teach VRP to pick up a constant from case label.

2005-06-02 Thread dnovillo at gcc dot gnu dot org
--- Additional Comments From dnovillo at gcc dot gnu dot org 2005-06-02 20:24 --- Kazu is not working on this anymore. -- What|Removed |Added AssignedTo|kazu at cs

[Bug tree-optimization/21884] [4.1 regression] ICE with -ftree-vectorize

2005-06-02 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2005-06-02 20:17 --- Created an attachment (id=9018) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9018&action=view) Much shorter testcase I attach another testcase that I managed to get down to approximately 10kloc. It is on

[Bug rtl-optimization/21887] New: missed optimization with globals

2005-06-02 Thread pinskia at gcc dot gnu dot org
In the following code we produce an extra la. int curr_state_graph_pass_num = 0; void pass_states (void) { curr_state_graph_pass_num++; } We currently produce at -O2 -mdynamic-no-pic: _pass_states: lis r9,ha16(_curr_state_graph_pass_num) la r9,lo16(_curr_state_graph_pass_num)(r9

[Bug bootstrap/21886] New: [4.1 Regression] bootstrap fails on hppa2.0w-hpux

2005-06-02 Thread jsm28 at gcc dot gnu dot org
Bootstrap fails on hppa2.0w-hpux on 20050602 on mainline (tree from 07:00 UTC). This is a separate failure from that reported at <http://gcc.gnu.org/ml/gcc/2005-06/msg00046.html>. ./xgcc -B./ -B/scratch/gcc/nightly-2005-06-02-mainline/hppa2.0w-hp-hpux11.11/build_gcc/install/hppa2.0w-hp-hpu

[Bug tree-optimization/21884] [4.1 regression] ICE with -ftree-vectorize

2005-06-02 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2005-06-02 19:36 --- I don't know -- the failure appears in a completely different place. I see this particular ICE on at least half a dozen of my files, but I'll be happy holding off finding a reduced testcase until the other PR

[Bug middle-end/21885] New: [4.1 Regression] compat testsuite failures

2005-06-02 Thread jsm28 at gcc dot gnu dot org
A number of compat testsuite failures have appeared on mainline between 20050601 and 20050602 on hppa64-hpux and ia64-hpux. There don't appear to be sufficiently recent results for ia64-linux on gcc-testresults to show whether they appear there as well. On hppa64-hpux: FAIL: tmpdir-gcc.dg-s

[Bug tree-optimization/21884] [4.1 regression] ICE with -ftree-vectorize

2005-06-02 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-02 19:29 --- This is most likely related to PR 21155 which is another bug with the same ICE. -- What|Removed |Added ---

[Bug tree-optimization/21884] [4.1 regression] ICE with -ftree-vectorize

2005-06-02 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2005-06-02 19:24 --- Created an attachment (id=9017) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9017&action=view) Preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21884

[Bug tree-optimization/21884] New: [4.1 regression] ICE with -ftree-vectorize

2005-06-02 Thread bangerth at dealii dot org
This is with today's sources, so unrelated to the previously fixed PR 21789 even though the error message is the same. With attached code, I get this: spec/src> c++ -O2 -march=pentium4m -msse2 -ftree-vectorize auto_derivative_function.ii auto_derivative_function.ii:6859: warning: ‘__malloc_

[Bug middle-end/21478] Improve initialization of sparse local arrays

2005-06-02 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-02 19:17 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug c/21879] Memory management problem in new C parser

2005-06-02 Thread joseph at codesourcery dot com
--- Additional Comments From joseph at codesourcery dot com 2005-06-02 19:08 --- Subject: Re: Memory management problem in new C parser On Thu, 2 Jun 2005, ebotcazou at gcc dot gnu dot org wrote: > Do you mean that parser_obstack is effectively a per-toplevel-decl object and > that it

[Bug tree-optimization/21883] [4.1 Regression] jump threading causing excessive code duplication

2005-06-02 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-02 19:04 --- Confirmed, a regression from 4.0.0. -- What|Removed |Added OtherBugsDependingO|

[Bug tree-optimization/21849] wrong use of sbitmap in tree-ssa-copy.c

2005-06-02 Thread kazu at cs dot umass dot edu
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |kazu at cs dot umass dot edu |dot org | Status|UNCONFIRMED

[Bug target/21716] [3.4/4.0/4.1 Regression] ICE in reg-stack.c's swap_rtx_condition

2005-06-02 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-02 19:00 --- (In reply to comment #8) > The testcase from comment #3 still crashes on the 3.4 branch: Please open a new bug. -- What|Removed |Added --

[Bug tree-optimization/21734] [4.1 regression] ICE: -ftree-vectorize, segfault

2005-06-02 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-02 18:59 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug tree-optimization/8681] Generates unneeded test

2005-06-02 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8681

[Bug tree-optimization/21883] New: tree-ssa-dom.c causing excessive code duplication

2005-06-02 Thread jakub at gcc dot gnu dot org
extern int foo1 (void), foo2 (int); int bar (int x) { int varvar1, varvar2; int z; if (x > 913) varvar1 = foo1 (); else varvar2 = foo2 (6); #define A foo1 (); foo1 (); foo1 (); foo1 (); foo1 (); #define B A A A A A A A A A A #define C B B B B B B B B B B C C C C C C C C C C C i

[Bug tree-optimization/17100] Missed opportunity for value range optimization

2005-06-02 Thread dnovillo at gcc dot gnu dot org
--- Additional Comments From dnovillo at gcc dot gnu dot org 2005-06-02 18:50 --- Fixed. Likely with http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00127.html, but it may have been fixed earlier. The natural range for i_6 is computed as [0, 9] so this isn't something that was folded usi

[Bug fortran/21875] [meta-bug] NIST test suite failures

2005-06-02 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-02 18:49 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug tree-optimization/21458] VRP does not remove a conditional in a loop

2005-06-02 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21458

[Bug tree-optimization/21090] VRP does not notice nonzero-ness from a PHI node

2005-06-02 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21090

[Bug tree-optimization/21086] VRP does not extract a value from a comparison expression.

2005-06-02 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21086

[Bug tree-optimization/16797] Opportunity to remove unnecessary load instructions

2005-06-02 Thread dnovillo at gcc dot gnu dot org
--- Additional Comments From dnovillo at gcc dot gnu dot org 2005-06-02 18:47 --- This is not related to range propagation. Removing dependency on 18373. -- What|Removed |Added

[Bug tree-optimization/18431] Code for arrays and pointers are not the same

2005-06-02 Thread pthaugen at us dot ibm dot com
--- Additional Comments From pthaugen at us dot ibm dot com 2005-06-02 18:46 --- Does this need to be reopened? I see the following for mainline. -m32: .L4: slwi %r9,%r11,1 #, tmp130, i addi %r11,%r11,1 # i, i, sthx %r0,%r9,%r10#* q.1, tmp132

[Bug tree-optimization/21367] VRP does not fold "if (a == b)" in a certain situation

2005-06-02 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21367

[Bug tree-optimization/21348] tree-vrp.c:has_assert_expr is useless.

2005-06-02 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21348

[Bug tree-optimization/21289] A numeric range is spoiled by a symblic one in VRP

2005-06-02 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21289

[Bug tree-optimization/20701] [tcb] VRP does not eliminate a redundant "if" statement.

2005-06-02 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20701

[Bug tree-optimization/15484] [tree-ssa] bool and short function arguments promoted to int

2005-06-02 Thread dnovillo at gcc dot gnu dot org
--- Additional Comments From dnovillo at gcc dot gnu dot org 2005-06-02 18:44 --- How is this related to VRP at all? Removing dependency on 18373. -- What|Removed |Added

[Bug tree-optimization/14341] Missed comparison optimization (VRP)

2005-06-02 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14341

[Bug tree-optimization/21839] [4.1 Regression] ICE for missing V_DEFS caused by salias with empty structures

2005-06-02 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-02 18:43 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug middle-end/21059] Bogus warning about clobbered variable

2005-06-02 Thread trt at acm dot org
--- Additional Comments From trt at acm dot org 2005-06-02 18:40 --- The current warning algorithm is too simple. This would be better: For each function that contains call(s) to setjmp(), compute: ref_nz The set of variables that might possibly be live (reference

[Bug tree-optimization/8681] Generates unneeded test

2005-06-02 Thread dnovillo at gcc dot gnu dot org
--- Additional Comments From dnovillo at gcc dot gnu dot org 2005-06-02 18:37 --- Fixed. Likely with http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00127.html -- What|Removed |Added -

[Bug tree-optimization/21582] (optimisation) VRP pass could/should use non-null function attribute

2005-06-02 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21582

[Bug tree-optimization/21582] (optimisation) VRP pass could/should use non-null function attribute

2005-06-02 Thread dnovillo at gcc dot gnu dot org
--- Additional Comments From dnovillo at gcc dot gnu dot org 2005-06-02 18:26 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug tree-optimization/21582] (optimisation) VRP pass could/should use non-null function attribute

2005-06-02 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-02 18:26 --- Subject: Bug 21582 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-02 18:26:08 Modified files: gcc: ChangeLog tree-vrp.c gcc/tes

[Bug target/10865] [ia64] gcc -pthread does not add -D_REENTRANT

2005-06-02 Thread sje at cup dot hp dot com
--- Additional Comments From sje at cup dot hp dot com 2005-06-02 18:23 --- I am going to resolve this as invalid since I can't find any documentation to fix. All the existing documentation I checked, even 3.2.2, is generic about what flags pthread sets. None of them mention _REENTRENT.

[Bug target/14300] -pthread doesn't define _REENTRANT in preprocessor on alpha-linux

2005-06-02 Thread sje at cup dot hp dot com
-- Bug 14300 depends on bug 10865, which changed state. Bug 10865 Summary: [ia64] gcc -pthread does not add -D_REENTRANT http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10865 What|Old Value |New Value

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

2005-06-02 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-02 18:15 --- Confirmed on i386-linux. Here is the GDB backtrace: Program received signal SIGSEGV, Segmentation fault. 0x08057e09 in add_init_expr_to_sym (name=0xb430 "etype", initp=0xb42c, var_locus=0xbff

[Bug c++/12536] [DR 214/200] partial ordering bug

2005-06-02 Thread nathan at gcc dot gnu dot org
--- Additional Comments From nathan at gcc dot gnu dot org 2005-06-02 18:10 --- Closing as invalid. Both 4.0 and mainline implement the resolution of DR214, and hence consider the deductions unordered. -- What|Removed |Added -

[Bug c++/21874] this pointer somehow gets NULLed between member function calls

2005-06-02 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-02 18:09 --- Not a gcc bug so closing. -- What|Removed |Added Status|WAITING

[Bug tree-optimization/21765] -free-vrp is undocumented.

2005-06-02 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.1.0 Version|unknown |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21765

[Bug c++/21280] [4.0/4.1 Regression] #pragma interface, templates, and "inline function used but never defined"

2005-06-02 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-02 17:52 --- Subject: Bug 21280 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-02 17:52:29 Modified files: gcc/cp : ChangeLog Make-lang.in decl.c decl2.c

[Bug c++/21280] [4.0/4.1 Regression] #pragma interface, templates, and "inline function used but never defined"

2005-06-02 Thread nathan at gcc dot gnu dot org
--- Additional Comments From nathan at gcc dot gnu dot org 2005-06-02 17:51 --- 2005-06-02 Nathan Sidwell <[EMAIL PROTECTED]> PR c++/21280 * Make-lang.in (method.o): Add diagnostic.h * decl.c (start_preparsed_function): Use decl's location for file info

[Bug c++/21336] [3.4/4.0/4.1 Regression] Internal compiler error when using custom new operators

2005-06-02 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com |dot org | Status|NEW

[Bug c++/21280] [4.0/4.1 Regression] #pragma interface, templates, and "inline function used but never defined"

2005-06-02 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-02 17:49 --- Subject: Bug 21280 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-02 17:48:58 Modified files: libstdc++-v3 : ChangeLog libstdc++-v3/tests

[Bug c/21774] mainline internal compiler error: verify_flow_info failed

2005-06-02 Thread uttamp at us dot ibm dot com
--- Additional Comments From uttamp at us dot ibm dot com 2005-06-02 17:46 --- This bug seems to be fixed with the mainline gcc. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21774

[Bug c++/21874] this pointer somehow gets NULLed between member function calls

2005-06-02 Thread bjs5075 at rit dot edu
--- Additional Comments From bjs5075 at rit dot edu 2005-06-02 17:40 --- Subject: Re: this pointer somehow gets NULLed between member function calls I have found the problem in my code. It was an out-of-order GL command thrashing the stack. I am very sorry for this erroneous bug repo

[Bug c/21879] Memory management problem in new C parser

2005-06-02 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-06-02 17:39 --- > I don't see anything intrinsically to do with the parser in this bug; when > a function finishes, label_context_stack_se and label_context_stack_vm > should end up as NULL so this memory should not be

[Bug c++/21280] [4.0/4.1 Regression] #pragma interface, templates, and "inline function used but never defined"

2005-06-02 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-02 17:33 --- Subject: Bug 21280 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-06-02 17:33:36 Modified files: libstdc++-v3 : Change

[Bug c++/21280] [4.0/4.1 Regression] #pragma interface, templates, and "inline function used but never defined"

2005-06-02 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-02 17:31 --- Subject: Bug 21280 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-06-02 17:31:11 Modified files: gcc/cp : Change

[Bug AWT/21882] Wrong Frame size if a frame has been created previously

2005-06-02 Thread sven at physto dot se
--- Additional Comments From sven at physto dot se 2005-06-02 17:28 --- Created an attachment (id=9016) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9016&action=view) Testcase. Execute with an argument on the command line to trigger the bug. -- http://gcc.gnu.org/bugzilla/show

[Bug AWT/21882] New: Wrong Frame size if a frame has been created previously

2005-06-02 Thread sven at physto dot se
See the demo. If a frame is created and thrown away, a second frame will have the wrong size. -- Summary: Wrong Frame size if a frame has been created previously Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Prior

[Bug tree-optimization/21861] [meta-bug] scalar evolution type conversion

2005-06-02 Thread dnovillo at gcc dot gnu dot org
-- Bug 21861 depends on bug 21029, which changed state. Bug 21029 Summary: [4.1 Regression] vrp miscompiles Ada front-end, drops loop exit test in well-defined wrap-around circumstances http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21029 What|Old Value |New Valu

[Bug tree-optimization/21029] [4.1 Regression] vrp miscompiles Ada front-end, drops loop exit test in well-defined wrap-around circumstances

2005-06-02 Thread dnovillo at gcc dot gnu dot org
--- Additional Comments From dnovillo at gcc dot gnu dot org 2005-06-02 17:15 --- (In reply to comment #17) > Not. http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00128.html Open a new PR. This is a completely different and not related to VRP. Closing. -- What|Removed

[Bug tree-optimization/21765] -free-vrp is undocumented.

2005-06-02 Thread dnovillo at gcc dot gnu dot org
--- Additional Comments From dnovillo at gcc dot gnu dot org 2005-06-02 17:14 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug tree-optimization/21765] -free-vrp is undocumented.

2005-06-02 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-02 17:13 --- Subject: Bug 21765 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-02 17:13:35 Modified files: gcc: ChangeLog gcc/doc: i

[Bug AWT/19838] Repaint-Loop due to setBackground()

2005-06-02 Thread sven at physto dot se
--- Additional Comments From sven at physto dot se 2005-06-02 16:46 --- Just commited a simple fix for this to Classpath CVS. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19838

[Bug libfortran/20278] Performance regression in formatted output vs. g77

2005-06-02 Thread aa056 at chebucto dot ns dot ca
--- Additional Comments From aa056 at chebucto dot ns dot ca 2005-06-02 16:11 --- The test doesn't tell us if the output is correct! The attached script runs the test but saves the output. On Windows XP Msys the gfortran output is missing a block of records: $ ./chk-write-many.sh ca

[Bug rtl-optimization/17428] internal compiler error: in spill_failure, at reload1.c:1880 (-fspeculative-prefetching)

2005-06-02 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-06-02 16:08 --- Any news on this one, Honza? -- What|Removed |Added AssignedTo|rakdver at gcc dot

[Bug target/21716] [3.4/4.0/4.1 Regression] ICE in reg-stack.c's swap_rtx_condition

2005-06-02 Thread jakub at gcc dot gnu dot org
--- Additional Comments From jakub at gcc dot gnu dot org 2005-06-02 16:07 --- Yeah, it is a different bug, one that does not exhibit on the original testcase. Therefore IMHO a separate PR is needed... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21716

[Bug target/21716] [3.4/4.0/4.1 Regression] ICE in reg-stack.c's swap_rtx_condition

2005-06-02 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-06-02 16:05 --- The testcase from comment #3 still crashes on the 3.4 branch: ePR21716.c: In function `foo': ePR21716.c:21: internal compiler error: in subst_stack_regs_pat, at reg-stack.c:1445 Please submit a full bug r

[Bug libfortran/21333] in_pack / in_unpack alignment issues

2005-06-02 Thread tkoenig at gcc dot gnu dot org
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-06-02 15:49 --- Created an attachment (id=9014) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9014&action=view) Proposed patch -- What|Removed |Added -

[Bug libfortran/21881] New: Array descriptors limit derived type sizes

2005-06-02 Thread tkoenig at gcc dot gnu dot org
Currently, there are 26 bits for encoding the size of an object in the array descriptor for 32-bit targets, because the size is encoded together with the type, which takes up 6 bits, and dtype is an index_type (which has 32 bits on a 32-bit target). It would be nice to have a separate size field.

[Bug tree-optimization/21734] [4.1 regression] ICE: -ftree-vectorize, segfault

2005-06-02 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-02 14:52 --- Subject: Bug 21734 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-02 14:52:18 Modified files: gcc: ChangeLog tree-vectorizer.c

[Bug libfortran/21787] libfortran - better error message needed

2005-06-02 Thread dir at lanl dot gov
--- Additional Comments From dir at lanl dot gov 2005-06-02 14:50 --- I knew that the program would not likely run with out hitting errors. It compiles and runs correctly using several different FORTRANS including Absoft and Lahey , but it needs options like "-fno-automatic -finit-local-z

  1   2   >