[Bug c++/20103] [4.0/4.1 regression] ICE in create_tmp_var with C99 style struct initializer

2005-03-05 Thread aoliva at redhat dot com
--- Additional Comments From aoliva at gcc dot gnu dot org 2005-03-06 07:29 --- Subject: Re: [PR c++/20103] failure to gimplify constructors for addressable types On Mar 5, 2005, Mark Mitchell <[EMAIL PROTECTED]> wrote: > Alexandre Oliva wrote: >> Testing now. I was a bit surprised

[Bug middle-end/19721] [meta-bug] optimizations that CSE still catches

2005-03-05 Thread law at redhat dot com
--- Additional Comments From law at redhat dot com 2005-03-06 05:59 --- Subject: Re: [meta-bug] optimizations that CSE still catches On Sat, 2005-03-05 at 10:39 +, stevenb at suse dot de wrote: > --- Additional Comments From stevenb at suse dot de 2005-03-05 10:39 > --

[Bug fortran/18537] no warning about tabs with std=f95 option

2005-03-05 Thread kargl at gcc dot gnu dot org
--- Additional Comments From kargl at gcc dot gnu dot org 2005-03-06 05:25 --- See patch at http://gcc.gnu.org/ml/gcc-patches/2005-03/msg00504.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18537

[Bug ada/19900] [4.0/4.1 Regression] ACATS c391002 c432002 ICE categorize_ctor_elements_1

2005-03-05 Thread kenner at vlsi1 dot ultra dot nyu dot edu
--- Additional Comments From kenner at vlsi1 dot ultra dot nyu dot edu 2005-03-06 04:06 --- Subject: Re: [4.0/4.1 Regression] ACATS c391002 c432002 ICE categorize_ctor_elements_1 Note that there is a fix for this "in the pipe" waiting for Arno's next tree synchronization. -- htt

[Bug libmudflap/20339] mudflap abort

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

[Bug libmudflap/20339] mudflap abort

2005-03-05 Thread eyal at eyal dot emu dot id dot au
--- Additional Comments From eyal at eyal dot emu dot id dot au 2005-03-06 02:16 --- Created an attachment (id=8340) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8340&action=view) Sample program to demonstrate the problem Adjust the compiler setup at the top ($cc is needed). set

[Bug libmudflap/20339] New: mudflap abort

2005-03-05 Thread eyal at eyal dot emu dot id dot au
gcc cvs head on Linux 2.6.11 on P4. I am chasing a problem with mudflap. Running off uptodate cvs head. To this end I created a simple test program (attached) which does many memory malloc/free in a heavily multithreaded environment. The sample program aborts regularly, while the problem I am aft

[Bug middle-end/19721] [meta-bug] optimizations that CSE still catches

2005-03-05 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-03-06 00:32 --- The first case of comment #14 turns out to be PR20130. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19721

[Bug c++/19199] [3.3/3.4/4.0/4.1 Regression] Wrong warning about returning a reference to a temporary

2005-03-05 Thread mark at codesourcery dot com
--- Additional Comments From mark at codesourcery dot com 2005-03-06 00:14 --- Subject: Re: [PR c++/19199] don't turn cond_expr lvalue into min_expr rvalue (continued from PR c++/20280) Alexandre Oliva wrote: > Here's a patch that fixes PR c++/19199, by avoiding the transformat

[Bug fortran/19936] confused error message about implied do loop

2005-03-05 Thread kargl at gcc dot gnu dot org
--- Additional Comments From kargl at gcc dot gnu dot org 2005-03-05 23:46 --- Fixed. A saner error message is generated for mangled implied-do loops. -- What|Removed |Added

[Bug fortran/19936] confused error message about implied do loop

2005-03-05 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-05 23:39 --- Subject: Bug 19936 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-05 23:39:52 Modified files: gcc/fortran: Change

[Bug rtl-optimization/19097] [3.4/4.0/4.1 regression] Quadratic behavior with many sets for the same register in gcse CPROP

2005-03-05 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-03-05 23:37 --- I don't think this will be fixed for 4.1, unless we kick out implicit sets from gcse, or all of gcse. The former may be possible if our const/copy prop at the tree level is good enough, but I wouldn't coun

[Bug fortran/19936] confused error message about implied do loop

2005-03-05 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-05 23:35 --- Subject: Bug 19936 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-05 23:35:46 Modified files: gcc/fortran: ChangeLog primary.c Log message:

[Bug c++/19531] NRV is performed on volatile temporary

2005-03-05 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|minor |normal http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19531

[Bug java/20338] Program compiled with gcj crashes when accessing private static method from nested class

2005-03-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-05 23:20 --- Confirmed, note with -fdump-tree-all, we ICE also which seems wrong. -- What|Removed |Added

[Bug java/20338] New: Program compiled with gcj crashes when accessing private static method from nested class

2005-03-05 Thread zbigniew at chyla dot homeip dot net
Here's very simple example of class that compiles fine but crashes during execution. It has something to do with "private" modifier in method of nested class - after removing "private" the problem disappears. $ cat Outer.java public class Outer { public static void main(String[] args) {

[Bug fortran/19754] Shape conformance not checked

2005-03-05 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19754

[Bug fortran/19754] Shape conformance not checked

2005-03-05 Thread kargl at gcc dot gnu dot org
--- Additional Comments From kargl at gcc dot gnu dot org 2005-03-05 22:31 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug fortran/19754] Shape conformance not checked

2005-03-05 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-05 22:18 --- Subject: Bug 19754 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-05 22:18:28 Modified files: gcc/fortran: Change

[Bug fortran/19754] Shape conformance not checked

2005-03-05 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-05 22:13 --- Subject: Bug 19754 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-05 22:13:22 Modified files: gcc/fortran: ChangeLog resolve.c Log message:

[Bug c++/20103] [4.0/4.1 regression] ICE in create_tmp_var with C99 style struct initializer

2005-03-05 Thread mark at codesourcery dot com
--- Additional Comments From mark at codesourcery dot com 2005-03-05 21:47 --- Subject: Re: [PR c++/20103] failure to gimplify constructors for addressable types Alexandre Oliva wrote: > Testing now. I was a bit surprised that the casts to (const B&) > weren't reported as faulty, but

[Bug java/18362] [4.0/4.1 Regression] internal compiler error: in size_binop, at fold-const.c:1598

2005-03-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-05 21:04 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug java/18362] [4.0 Regression] internal compiler error: in size_binop, at fold-const.c:1598

2005-03-05 Thread bonniot at users dot sf dot net
--- Additional Comments From bonniot at users dot sf dot net 2005-03-05 21:02 --- Verified. The patch works for me. (I can't really set to verified since I'm not the original submitter) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18362

[Bug pending/20337] New: Unable to run dynamicly linked binaries on ARCH sh3 (hitachi)

2005-03-05 Thread kristoffer at jlime dot com
Greetings, Building dynamicly linked binaries works without any warnings/error messages. But when you run them they always say "illegal instruction" and thus fail. This is always the case. From what i've gathered the linking worked fine in 2.xx gcc series but has never worked in 3.xx. Running stat

[Bug target/20331] [3.4/4.0/4.1 Regression] Wrong code generation for the argument of the pure function in PIC

2005-03-05 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=20331

[Bug ada/20226] [4.0/4.1 Regression] Error in __gnat_install_SEH_handler breaks bootstrap

2005-03-05 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=20226

[Bug regression/20139] [4.0/4.1 regression] cris-elf testsuite: gcc.c-torture/execute/20020720-1.c

2005-03-05 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=20139

[Bug target/20093] [4.0/4.1 Regression] 23_containers/deque/cons/2.cc execution test fails on ia64-hpux, -milp32

2005-03-05 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=20093

[Bug ada/20089] [4.0/4.1 Regression] gnatmake broken when building ada tools

2005-03-05 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=20089

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

2005-03-05 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=20042

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

2005-03-05 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=20031

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

2005-03-05 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=19959

[Bug middle-end/19956] [4.0/4.1 Regression] ICE copy_tree_r, at tree-inline.c:2320 on simple Ada code

2005-03-05 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=19956

[Bug ada/19900] [4.0/4.1 Regression] ACATS c391002 c432002 ICE categorize_ctor_elements_1

2005-03-05 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=19900

[Bug debug/19885] [4.0/4.1 Regression] avr dwarf-2 support is broken for head 4.0/4.1

2005-03-05 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=19885

[Bug tree-optimization/19835] [4.0/4.1 Regression] [AVR] Loop variable gets widened to LONG instead of int

2005-03-05 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=19835

[Bug tree-optimization/19686] [4.0/4.1 Regression] loop performance decrease, not comparing against 0

2005-03-05 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=19686

[Bug tree-optimization/19505] [4.0/4.1 Regression] Java bytecode ICE in except.c remove_unreachable_regions

2005-03-05 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=19505

[Bug ada/19456] [4.0/4.1 regression] ada bootstrap failure on alpha-linux

2005-03-05 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=19456

[Bug middle-end/19454] [4.0/4.1 Regression] bad code generated with gcc.c-torture/execute/bf64-1.c at -O1

2005-03-05 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=19454

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

2005-03-05 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=19421

[Bug ada/19408] [4.0/4.1 Regression] ACATS c391002 failure on powerpc-darwin, wrong .space

2005-03-05 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=19408

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

2005-03-05 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=19324

[Bug c++/19185] [3.3/3.4/4.0/4.1 Regression] ICE: cp_expr_size, at cp/cp-lang.c:308

2005-03-05 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=19185

[Bug rtl-optimization/19097] [3.4/4.0/4.1 regression] Quadratic behavior with many sets for the same register in gcse CPROP

2005-03-05 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=19097

[Bug middle-end/18887] [4.0/4.1 Regression] libgcc2.h Improperly determines required built-in function size requirements.

2005-03-05 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|critical|normal Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1888

[Bug target/18863] [4.0/4.1 Regression] ICE in find_reloads

2005-03-05 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=18863

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

2005-03-05 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=18859

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

2005-03-05 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=18796

[Bug tree-optimization/18727] [4.0/4.1 Regression] ACATS c43214c fails at runtime (aliasing pb)

2005-03-05 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=18727

[Bug ada/18659] [4.0/4.1 Regression] ACATS ICE in bug in tree-sra.c:1507 on x86 and ppc-darwin (6 FAIL)

2005-03-05 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=18659

[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-03-05 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=18485

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

2005-03-05 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=18434

[Bug java/18399] [4.0/4.1 Regression] Class initialization optimization does not work with the inliner

2005-03-05 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=18399

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

2005-03-05 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=18346

[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-03-05 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=18335

[Bug c++/18279] [4.0/4.1 regression] missing function bodies from -fdump-translation-unit

2005-03-05 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=18279

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

2005-03-05 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=18190

[Bug target/18170] [4.0/4.1 Regression] m32r-elf-as, m32r-linux-as debug relocation error for c++

2005-03-05 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=18170

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

2005-03-05 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=17729

[Bug target/17688] [4.1] x87 fops can handle HImodes

2005-03-05 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|NEW |ASSIGNED Keywords||patch Target Milestone|---

[Bug tree-optimization/17687] [4.1] sincos can be folded at the tree level

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

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

2005-03-05 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=17356

[Bug treelang/20326] treelang does install the backend as a driver

2005-03-05 Thread phython at gcc dot gnu dot org
--- Additional Comments From phython at gcc dot gnu dot org 2005-03-05 19:48 --- Treelang doesn't have a driver outside of gcc. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20326

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

2005-03-05 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=16589

[Bug ada/15616] [4.0/4.1 Regression] Linking error on legal program using generic package

2005-03-05 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=15616

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

2005-03-05 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=15212

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

2005-03-05 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=15065

[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-03-05 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=14798

[Bug target/13754] [3.4/4.0/4.1 regression] ip2k-elf ICE on multiple gotos

2005-03-05 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=13754

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

2005-03-05 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=10353

[Bug ada/20270] [4.1 Regression] Link error: unsatisfied symbols

2005-03-05 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=20270

[Bug treelang/20326] treelang does install the backend as a driver

2005-03-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-05 19:43 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug fortran/15754] Accepts assignment of the form P = NULL()

2005-03-05 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-03-05 19:42 --- Patch was posted here: http://gcc.gnu.org/ml/fortran/2004-07/msg00130.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15754

[Bug c++/20333] [3.4/4.0/4.1 Regression] ICE on invalid code, typename outside of a template

2005-03-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-05 19:40 --- I take that back, this is invalid code still, the typename keyword is not valid outside of a template. Reduced testcase: template struct f {}; f f2[2] = {typename f()}; This is a regression from 3.3.3. We

[Bug c++/20333] ICE

2005-03-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-05 19:31 --- Hmm, but I can reduce it to look like valid code. -- What|Removed |Added Keywords|

[Bug c++/20333] ICE on invalid code

2005-03-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-05 19:26 --- The code is invalid as you don't have a closing ")" for a function in the array declaration of exuApis. -- What|Removed |Added --

[Bug fortran/20334] Dimensioned parameters get their dimensions lost.

2005-03-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-05 19:17 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug tree-optimization/17863] [4.0/4.1 Regression] threefold performance loss, not inlining as much

2005-03-05 Thread rguenth at tat dot physik dot uni-tuebingen dot de
--- Additional Comments From rguenth at tat dot physik dot uni-tuebingen dot de 2005-03-05 19:03 --- Subject: Re: [4.0/4.1 Regression] threefold performance loss, not inlining as much steven at gcc dot gnu dot org wrote: > --- Additional Comments From steven at gcc dot gnu dot org

[Bug fortran/20335] ICE with attached Fortran source

2005-03-05 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|critical|normal http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20335

[Bug fortran/20335] ICE with attached Fortran source

2005-03-05 Thread kargl at gcc dot gnu dot org
--- Additional Comments From kargl at gcc dot gnu dot org 2005-03-05 18:57 --- Here's a rduced version. This caused by UBOUND call on the allocated array. module types type lineListType type(vertexType), dimension(:), pointer :: vertex end type end module types module flow

[Bug tree-optimization/17863] [4.0/4.1 Regression] threefold performance loss, not inlining as much

2005-03-05 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-03-05 18:49 --- Even with Richard Guenther's patches, the only thing that really helps is setting --param large-function-growth=200, or more. The default is 100. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17863

[Bug web/20336] gaps in list archives

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

[Bug java/17574] [meta-bug] gcj and libgcj 4.0 tracking PR

2005-03-05 Thread pinskia at gcc dot gnu dot org
-- Bug 17574 depends on bug 20155, which changed state. Bug 20155 Summary: [4.0 Regression] libgcj build fails with "execvp: /bin/sh: Argument list too long" http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20155 What|Old Value |New Value --

[Bug libgcj/20155] [4.0 Regression] libgcj build fails with "execvp: /bin/sh: Argument list too long"

2005-03-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-05 18:04 --- Fixed also on the 4.0 branch. Thanks Roger for picking this one. -- What|Removed |Added

[Bug web/20336] New: gaps in list archives

2005-03-05 Thread jsm28 at gcc dot gnu dot org
The online list archives for February, both web and ftp, have gaps around the time of the system failure (i.e., from last backup to when the system went down) which need filling in from the qmail archives or any other archives if there are problems with those. Note that the ftp mbox archives inclu

[Bug libgcj/20155] [4.0 Regression] libgcj build fails with "execvp: /bin/sh: Argument list too long"

2005-03-05 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-05 17:33 --- Subject: Bug 20155 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-05 17:33:00 Modified files: libjava: Change

[Bug tree-optimization/18546] tree vectorizer does not understand RETURN_DECL

2005-03-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-05 17:03 --- Hmm, I am using a slightly older compiler, so maybe this is fixed already. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18546

[Bug c++/20333] ICE

2005-03-05 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Attachment #8335|application/octet-stream|text/plain mime type|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20333

[Bug libgcj/20155] [4.0 Regression] libgcj build fails with "execvp: /bin/sh: Argument list too long"

2005-03-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-05 16:44 --- Fixed on the mainline at least. -- What|Removed |Added Summary|[4.0/4.1 Regressio

[Bug libgcj/20155] [4.0/4.1 Regression] libgcj build fails with "execvp: /bin/sh: Argument list too long"

2005-03-05 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-05 16:33 --- Subject: Bug 20155 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-05 16:33:15 Modified files: libjava: ChangeLog Makefile.am Makefile.in L

[Bug c++/20332] poor diagnostic when bind non lvalue to a reference for default arguments

2005-03-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-05 16:33 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug tree-optimization/18546] tree vectorizer does not understand RETURN_DECL

2005-03-05 Thread cjb at mrao dot cam dot ac dot uk
--- Additional Comments From cjb at mrao dot cam dot ac dot uk 2005-03-05 15:53 --- > No you are no missing reading. This is vectorized on x86 but not on PPC. Thanks, Andrew. I'm also having trouble reproducing it on PPC (under OS X 10.3.4), though. Same GCC source tree and test sour

[Bug c++/19311] [3.4/4.0 Regression] ICE in resolve_overloaded_unification

2005-03-05 Thread lerdsuwa at gcc dot gnu dot org
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2005-03-05 15:46 --- Fixed in the mainline. Other branches are being tested and will be fixed once I finish retesting the patch. -- What|Removed |Added -

[Bug c++/19311] [3.4/4.0/4.1 Regression] ICE in resolve_overloaded_unification

2005-03-05 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-05 15:44 --- Subject: Bug 19311 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-05 15:44:26 Modified files: gcc/cp : init.c pt.c typeck.c ChangeLog

[Bug fortran/20178] COMPLEX function returns incompatible with g77

2005-03-05 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-03-05 15:33 --- Patch here: http://gcc.gnu.org/ml/fortran/2005-03/msg00060.html -- What|Removed |Added

[Bug fortran/20335] ICE with attached Fortran source

2005-03-05 Thread phillip dot m dot jordan at gmail dot com
--- Additional Comments From phillip dot m dot jordan at gmail dot com 2005-03-05 15:32 --- Correction: It probably shouldn't ICE even if it's *not* valid, though. ~phil -- What|Removed |Added -

[Bug fortran/20335] ICE with attached Fortran source

2005-03-05 Thread phillip dot m dot jordan at gmail dot com
--- Additional Comments From phillip dot m dot jordan at gmail dot com 2005-03-05 15:29 --- Created an attachment (id=8337) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8337&action=view) the source code causing the Internal Compiler Error After extraction, compile with gfortran -

[Bug fortran/20335] New: ICE with attached Fortran source

2005-03-05 Thread phillip dot m dot jordan at gmail dot com
I'm running gfortran from the 4.0-LATEST development snapshot: GNU Fortran 95 (GCC 4.0.0 20050226 (prerelease)) on a SUSE 9.2 GNU/Linux system. (dual AthlonMP) I know I'm supposed to attach preprocessed files only, but I can't figure out how to do that with Fortran *modules*, and there doesn't se

[Bug c++/20103] [4.0/4.1 regression] ICE in create_tmp_var with C99 style struct initializer

2005-03-05 Thread aoliva at redhat dot com
--- Additional Comments From aoliva at gcc dot gnu dot org 2005-03-05 14:03 --- Subject: Re: [PR c++/20103] failure to gimplify constructors for addressable types On Mar 5, 2005, Alexandre Oliva <[EMAIL PROTECTED]> wrote: > On Mar 4, 2005, Mark Mitchell <[EMAIL PROTECTED]> wrote: >>

  1   2   >