[Bug libstdc++/24345] libstdc++ build failure with IRIX ld(1)

2005-10-13 Thread bugzilla-gcc at thewrittenword dot com
--- Comment #3 from bugzilla-gcc at thewrittenword dot com 2005-10-14 05:38 --- This might be a GNU as bug. I'm going to ping the binutils folks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24345

[Bug libstdc++/24345] libstdc++ build failure with IRIX ld(1)

2005-10-13 Thread bugzilla-gcc at thewrittenword dot com
--- Comment #2 from bugzilla-gcc at thewrittenword dot com 2005-10-14 05:23 --- Looking at the section headers for one of the object files: $ elfdump -h .libs/allocator-inst.o .libs/allocator-inst.o: SECTION HEADER TABLE [No] Type Addr O

[Bug fortran/18082] Infinite loop with automatic length character objects

2005-10-13 Thread cvs-commit at gcc dot gnu dot org
--- Comment #11 from cvs-commit at gcc dot gnu dot org 2005-10-14 04:53 --- Subject: Bug 18082 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-10-14 04:53:30 Modified files: gcc/fortran: symbol.c tran

[Bug fortran/20847] common block object may not have save attribute

2005-10-13 Thread cvs-commit at gcc dot gnu dot org
--- Comment #3 from cvs-commit at gcc dot gnu dot org 2005-10-14 04:53 --- Subject: Bug 20847 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-10-14 04:53:30 Modified files: gcc/fortran: symbol.c trans

[Bug fortran/20856] function result may not be saved

2005-10-13 Thread cvs-commit at gcc dot gnu dot org
--- Comment #5 from cvs-commit at gcc dot gnu dot org 2005-10-14 04:53 --- Subject: Bug 20856 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-10-14 04:53:30 Modified files: gcc/fortran: symbol.c trans

[Bug fortran/24092] ICE in trans-types.c for nested derived types

2005-10-13 Thread cvs-commit at gcc dot gnu dot org
--- Comment #2 from cvs-commit at gcc dot gnu dot org 2005-10-14 04:53 --- Subject: Bug 24092 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-10-14 04:53:30 Modified files: gcc/fortran: symbol.c trans

[Bug objc/24358] inconsistent objective-c objective-c++ language list

2005-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-14 03:03 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC|

[Bug tree-optimization/21304] [4.0 regression] very long compile times with large cpp file from kdebindings

2005-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #17 from pinskia at gcc dot gnu dot org 2005-10-14 03:02 --- Fixed on the mainline, if someone wants to back port the patch, that is fine with me but I don't have time to do it. -- pinskia at gcc dot gnu dot org changed: What|Removed |

[Bug tree-optimization/21304] [4.0/4.1 regression] very long compile times with large cpp file from kdebindings

2005-10-13 Thread cvs-commit at gcc dot gnu dot org
--- Comment #16 from cvs-commit at gcc dot gnu dot org 2005-10-14 03:01 --- Subject: Bug 21304 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-14 03:01:42 Modified files: gcc: ChangeLog tree-dfa.c Log message: 20

[Bug objc/24358] New: inconsistent objective-c objective-c++ language list

2005-10-13 Thread wilson at gcc dot gnu dot org
The objc/lang-specs.h file lists objc-cpp-output as an input language. However, the -x documentation lists objective-c-cpp-output as an input language. The objcp/lang-specs.h file lists both objective-c++-cpp-output and objc++-cpp-output as input languages. However, the -x documentation lists on

[Bug fortran/24357] whither ratfor?

2005-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-14 02:53 --- There looks like ratfor90 also. See http://sepwww.stanford.edu/software/ratfor90.html Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug fortran/24357] New: whither ratfor?

2005-10-13 Thread wilson at gcc dot gnu dot org
The ratfor support broke when we dropped the old f77 front end. aretha$ touch tmp.r aretha$ ./xgcc -B./ tmp.r xgcc: tmp.r: Ratfor compiler not installed on this system aretha$ This is the default message we get when a language hasn't been configured in, but I did configure in the fortran compiler

[Bug c++/23730] [4.0/4.1 Regression] ICE instead of reporting a call to a non-existent member function

2005-10-13 Thread cvs-commit at gcc dot gnu dot org
--- Comment #8 from cvs-commit at gcc dot gnu dot org 2005-10-14 02:33 --- Subject: Bug 23730 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-14 02:33:11 Modified files: gcc/testsuite : ChangeLog Added files: gcc/testsuite/g++.d

[Bug tree-optimization/24231] [4.1 Regression] SSA corruption with C++ code and exceptions and loads

2005-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #13 from pinskia at gcc dot gnu dot org 2005-10-14 02:16 --- Here is another testcase which is a related bug but is fixed easier by a check for SSA_NAME_OCCURS_IN_ABNORMAL_PHI in try_look_through_load: struct f { int i; }; struct h{h();}; int g(void); int g1(void) throw();

[Bug tree-optimization/24231] [4.1 Regression] SSA corruption with C++ code and exceptions and loads

2005-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2005-10-14 01:42 --- Thanks to Daniel, this is caused by try_look_through_load in tree-ssa-pre. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24231

[Bug tree-optimization/24231] [4.1 Regression] SSA corruption with C++ code and exceptions and loads

2005-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2005-10-14 01:30 --- Here is a testcase for FRE which can reproduced without -ftree-vrp -ftree-pre at -O1: struct f { int i; }; struct h{h();}; int g(void); int g1(void) throw(); int h(f*); void ghh(int); int main(void) { int

[Bug target/12133] Reload abort in simd-3.c

2005-10-13 Thread flash at pobox dot com
--- Comment #6 from flash at pobox dot com 2005-10-14 01:23 --- PalmSource bug 110648 -- flash at pobox dot com changed: What|Removed |Added CC|

[Bug c++/19565] [3.4/4.0/4.1 Regression] g++ does not warn about overflow in conversion but gcc does

2005-10-13 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com |dot org

[Bug c++/24037] [3.4/4.0/4.1 regression] C++ front-end does not print #include stack for parsering errors

2005-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-10-14 00:22 --- (In reply to comment #3) > Isn't this the same as PR 24009? And, I bet this isn't the new parser, but > rather the Austern/Weinberg patch to read all tokens up front. Yes I am sure as we get in 3.4.0 and in 3.4.5 2

[Bug c++/24037] [3.4/4.0/4.1 regression] C++ front-end does not print #include stack for parsering errors

2005-10-13 Thread mmitchel at gcc dot gnu dot org
--- Comment #3 from mmitchel at gcc dot gnu dot org 2005-10-14 00:13 --- Isn't this the same as PR 24009? And, I bet this isn't the new parser, but rather the Austern/Weinberg patch to read all tokens up front. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24037

[Bug c++/20721] [3.4 Regression] crossing of a initialization left undetected on goto

2005-10-13 Thread mmitchel at gcc dot gnu dot org
--- Comment #9 from mmitchel at gcc dot gnu dot org 2005-10-14 00:03 --- Fixed in 4.0.3. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Stat

[Bug c++/20721] [3.4/4.0/4.1 Regression] crossing of a initialization left undetected on goto

2005-10-13 Thread cvs-commit at gcc dot gnu dot org
--- Comment #8 from cvs-commit at gcc dot gnu dot org 2005-10-14 00:00 --- Subject: Bug 20721 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED]2005-10-13 23:59:57 Modified files: gcc/cp : cp-tree.h decl.c ChangeLog gcc/testsuit

[Bug c++/20721] [3.4/4.0/4.1 Regression] crossing of a initialization left undetected on goto

2005-10-13 Thread cvs-commit at gcc dot gnu dot org
--- Comment #7 from cvs-commit at gcc dot gnu dot org 2005-10-13 23:59 --- Subject: Bug 20721 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED]2005-10-13 23:59:36 Modified files: gcc/cp : cp-tree.h decl.c

[Bug tree-optimization/22415] [4.0 Regression] ICE in coalesce_abnormal_edges

2005-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2005-10-13 23:53 --- Actually I am wrong when saying this was caused by PRE, it is caused by DOM as what PRE inserts is okay. It is what DOM creates where we go wrong. -- pinskia at gcc dot gnu dot org changed: What|

[Bug tree-optimization/24351] [4.1 Regression] ICE in do_simple_structure_copy with some C++ code

2005-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-10-13 23:09 --- Here is a simplified testcase without templates, just in case you get confused what the structs look in the source: struct adaptor_base {}; struct bound_argument { bound_argument(); }; struct adaptor_functorint : p

[Bug middle-end/21460] sjlj_emit_function_enter adds rtl to wrong block

2005-10-13 Thread gcc-bugzilla at antony dot heightanxiety dot com
--- Comment #9 from gcc-bugzilla at antony dot heightanxiety dot com 2005-10-13 23:07 --- The problem is indeed fixed in 4.0.2, thank you. -- gcc-bugzilla at antony dot heightanxiety dot com changed: What|Removed |Added ---

[Bug tree-optimization/24231] [4.1 Regression] SSA corruption with C++ code and exceptions

2005-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2005-10-13 22:56 --- I think I know why PRE is doing somthing wrong. we have before PRE: theTempManager_86 = theTemp$m_memoryManager_265(ab); ... theTemp$m_memoryManager_268(ab) = D.1851_87; theTemp.m_memoryManager = theTe

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

2005-10-13 Thread rguenth at gcc dot gnu dot org
--- Comment #12 from rguenth at gcc dot gnu dot org 2005-10-13 22:03 --- Zdenek, can you look into this? It seems this (latent) bug was exposed with your patch to enable -fweb and -frename-registers with -funroll-loops. -- rguenth at gcc dot gnu dot org changed: What

[Bug libstdc++/17789] [3.4/4.0/4.1 Regression] Cannot 'make check' inside libstdc++-v3

2005-10-13 Thread pcarlini at suse dot de
--- Comment #8 from pcarlini at suse dot de 2005-10-13 22:00 --- Sorry, I don't have available anymore systems not provided of libunwind... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17789

[Bug other/17652] [meta-bug] GCC 4.1 pending patches

2005-10-13 Thread mark at codesourcery dot com
--- Comment #8 from mark at codesourcery dot com 2005-10-13 21:58 --- Subject: Re: [meta-bug] GCC 4.1 pending patches steven at gcc dot gnu dot org wrote: > --- Comment #6 from steven at gcc dot gnu dot org 2005-10-13 20:38 > --- > What should be done with this meta-bug? The

[Bug other/17652] [meta-bug] GCC 4.1 pending patches

2005-10-13 Thread law at redhat dot com
--- Comment #7 from law at redhat dot com 2005-10-13 21:35 --- Subject: Re: [meta-bug] GCC 4.1 pending patches On Thu, 2005-10-13 at 20:38 +, steven at gcc dot gnu dot org wrote: > > --- Comment #6 from steven at gcc dot gnu dot org 2005-10-13 20:38 > --- > What should b

[Bug c++/22434] [3.4/4.0/4.1 regression] ICE in simplify_{,gen_}subreg

2005-10-13 Thread janis at gcc dot gnu dot org
--- Comment #5 from janis at gcc dot gnu dot org 2005-10-13 21:23 --- A regression hunt on mainline identified this patch from [EMAIL PROTECTED] on 2004-02-16: http://gcc.gnu.org/ml/gcc-cvs/2004-02/msg00790.html A version of the patch was added to the 3.4 branch at the same time. -

[Bug middle-end/22156] [4.0/4.1 Regression] bit-field copying regressed

2005-10-13 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |minor Last reconfirmed|2005-06-23 19:49:18 |2005-10-13 21:0

[Bug c++/19809] [3.4/4.0/4.1 Regression] Multiple definitions of friend functions in template classes

2005-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-10-13 21:00 --- I should note that foo is not declared anywhere so you cannot get access to it in main. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19809

[Bug c++/17964] [4.0/4.1 Regression] cpp error messages contain wrong line in C++

2005-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2005-10-13 20:57 --- It gets worse if the unknown escape is at the beginning of the file and then you have about 100 more lines. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug other/17652] [meta-bug] GCC 4.1 pending patches

2005-10-13 Thread steven at gcc dot gnu dot org
--- Comment #6 from steven at gcc dot gnu dot org 2005-10-13 20:38 --- What should be done with this meta-bug? The remaining pending patches are all large patches from Joern that add new functionality, but they do not fix regressions. Move forward to 4.2? -- steven at gcc dot gnu do

[Bug middle-end/20794] [4.0/4.1 Regression] Arrays and pointer arithmetic on __attribute ((aligned)) types permitted

2005-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #22 from pinskia at gcc dot gnu dot org 2005-10-13 20:13 --- Fixed in 4.1.0. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Statu

[Bug c++/23211] [3.4/4.0/4.1 regression] using dec in nested class doesn't import name

2005-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2005-10-13 20:11 --- : Search converges between 2003-07-29-trunk (#308) and 2003-07-30-trunk (#309). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23211

[Bug ada/24356] New: Unable to build gnatmake

2005-10-13 Thread bugzilla-gcc at thewrittenword dot com
I've built gcc-4.0.2 successfully with ADA on HP-UX 11.00 and 11.11. Trying on 11.23/PA using the 11.00 gcc-3.3.2 binaries: ... cp -p /opt/build/gcc-4.0.2/gcc/ada/sinfo.ads /opt/build/gcc-4.0.2/gcc/ada/nmake.adt /opt/build/gcc-4.0.2/gcc/ada/xnmake.adb ada/bldtools/nmake_b (cd ada/bldtools/nmake_b

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

2005-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #43 from pinskia at gcc dot gnu dot org 2005-10-13 20:06 --- : Search converges between 2004-05-11-trunk (#454) and 2004-05-14-trunk (#455). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20103

[Bug c++/23457] [3.4/4.0/4.1 Regression] compiler crash on huge object size with virtual base

2005-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-13 20:03 --- : Search converges between 2003-10-24-trunk (#384) and 2003-10-25-trunk (#385). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23457

[Bug c/23103] [4.0/4.1 Regression] gcc_diag does not work with -combine

2005-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-13 20:00 --- If I have time, I will look into this in the next hour or two. I just have to look at where the types are compared. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23103

[Bug target/20617] [4.0/4.1 Regression] shared SH libgcc is exporting too many symbols

2005-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #25 from pinskia at gcc dot gnu dot org 2005-10-13 19:57 --- Moving to 4.2 as sh-linux-gnu is not a primary/secondary target. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/22238] [4.0/4.1 regression] '#'obj_type_ref' not supported by dump_expr

2005-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2005-10-13 19:55 --- Any news on getting this partial patch committed, as this will at least bring us back to pre 4.0 times. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22238

[Bug c++/21347] [4.0/4.1 Regression] spurious warning with -Wctor-dtor-privacy

2005-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-13 19:51 --- : Search converges between 2004-07-17-trunk (#488) and 2004-07-18-trunk (#489). I suspect this was caused by: 2004-07-16 Mark Mitchell <[EMAIL PROTECTED]> * class.c (finish_struct_methods): Remove unncess

[Bug libstdc++/17789] [3.4/4.0/4.1 Regression] Cannot 'make check' inside libstdc++-v3

2005-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2005-10-13 19:49 --- Does this work now or do we still need the patch? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17789

[Bug c++/22293] [4.0/4.1 regression] ICE declaring destructor as friend

2005-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2005-10-13 19:48 --- (In reply to comment #3) > Working on a patch. Been a couple of months now, any progress? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22293

[Bug c++/24037] [3.4/4.0/4.1 regression] C++ front-end does not print #include stack for parsering errors

2005-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-13 19:40 --- Confirmed, because this was really a break out from another bug and I had written this small testcase for that. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/24355] Executable stack error building Ada

2005-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-13 19:36 --- This also effects some C code too like: int f(int (*fptr)(void)) { return fptr(); } int main(void) { int t; int g(void){ return t; } t = 2; f(&g); } Compile at -O0 and you will see that it fails too.

[Bug ada/24355] New: Executable stack error building Ada

2005-10-13 Thread bugzilla-gcc at thewrittenword dot com
I tried building Ada from a bootstrap binary found on the net. HP-UX 11.23 unlike 11.00 and 11i, doesn't allow executing code on the stack by default. To enable this for individual binaries: $ chatr +es enable [binary] To enable execution of code on the stack system-wide, the executable_stack ke

[Bug c++/22434] [3.4/4.0/4.1 regression] ICE in simplify_{,gen_}subreg

2005-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-10-13 19:27 --- : Search converges between 2004-02-01-trunk (#445) and 2004-03-01-trunk (#446). : Search converges between 2004-02-02-3.4 (#1) and 2004-03-01-3.4 (#2). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22434

[Bug target/23301] [4.0/4.1 Regression] sys/ucontext.h missing on powerpc-*-darwin5.*

2005-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-13 19:25 --- I am going to move this to 4.2 since 5.5 is a very old release of darwin and it is semi useless when it comes to java and C++ coding. -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug c++/21312] [3.4/4.0/4.1 Regression] Access violation diagnostic given twice

2005-10-13 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |trivial http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21312

[Bug c++/23698] [4.1 Regression] accepts invalid

2005-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2005-10-13 19:23 --- (In reply to comment #5) > I think the relevant part of the C++ standard here is [temp.inst] paragraph 5: So closing as invalid then. -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug libgcj/21714] [4.0/4.1 Regression] libjava bootstrap failure in java/lang/natConcreteProcess.cc

2005-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2005-10-13 19:22 --- Moving to 4.2 since java and netbsd are not primary/secondary targets/languages. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/22489] [4.0/4.1 Regression] ICE in dwarf2out_finish with using namespace in a local class

2005-10-13 Thread janis at gcc dot gnu dot org
--- Comment #4 from janis at gcc dot gnu dot org 2005-10-13 19:13 --- A regression hunt identified this patch from [EMAIL PROTECTED]: http://gcc.gnu.org/ml/gcc-cvs/2004-07/msg00934.html (Note that GCC doesn't build just before or after that patch was added without the patch from msg0

[Bug tree-optimization/24231] [4.1 Regression] SSA corruption with C++ code and exceptions

2005-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2005-10-13 19:01 --- hmm, we need some more checking to catch this ICE earlier than out of SSA and then people will believe me when I say this is a PRE bug. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24231

[Bug ada/24354] New: ACATS FAIL cxg1003 on x86-linux at -O1 -finline-functions -funroll-loops

2005-10-13 Thread laurent at guerby dot net
When compiled with -O1 -finline-functions -funroll-loops cxg1003 fails on x86 (but passes on x86_64) as of LAST_UPDATED: Thu Oct 13 05:13:16 UTC 2005 ,.,. CXG1003 ACATS 2.5 05-10-13 15:22:26 CXG1003 Check that the subprograms defined in the package Text_IO.Complex_IO provide

[Bug rtl-optimization/13849] backend ICE (verify_flow_info) on ACATS test cxa5011 when using -O3 -funroll-all-loops

2005-10-13 Thread laurent at guerby dot net
--- Comment #6 from laurent at guerby dot net 2005-10-13 18:48 --- Fixed on x86 and x86_64-linux as of: LAST_UPDATED: Thu Oct 13 05:13:16 UTC 2005 -- laurent at guerby dot net changed: What|Removed |Added ---

[Bug libgcj/21326] seg fault in _Jv_Linker

2005-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2005-10-13 18:41 --- I think this a dup of bug 24251 which was just fixed on the mainline, if you want to try again, that would be nice. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21326

[Bug java/24251] [4.0 Regression] BC-compiled interfaces in libgcj can't be called from non-BC code

2005-10-13 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||wrong-code Known to work||4.1.0

[Bug java/24251] [4.0/4.1 Regression] BC-compiled interfaces in libgcj can't be called from non-BC code

2005-10-13 Thread cvs-commit at gcc dot gnu dot org
--- Comment #3 from cvs-commit at gcc dot gnu dot org 2005-10-13 17:36 --- Subject: Bug 24251 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-13 17:36:07 Modified files: libjava: ChangeLog link.cc Log message: 2005-10-12

[Bug middle-end/23181] [4.1 Regression] Dominator opts slows down bresenham line drawing by roughly 20%

2005-10-13 Thread law at redhat dot com
--- Comment #8 from law at redhat dot com 2005-10-13 17:11 --- Subject: Re: [4.1 Regression] Dominator opts slows down bresenham line drawing by roughly 20% On Wed, 2005-10-12 at 00:37 +, pinskia at gcc dot gnu dot org wrote: > int g(int); > int f(int i, int j) > { > i +=

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

2005-10-13 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2005-10-13 16:35 --- This still happens with mainline GCC built a few hours ago. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24093

[Bug target/23153] [4.1 Regression] [meta-bug] code size regression from 4.0 on x86

2005-10-13 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added GCC build triplet|i686-pc-linux-gnu | GCC host triplet|i686-pc-linux-gnu | Target Milestone

[Bug c/19606] wrong code for arith.expr: (((unsigned int)(signed int) a ) / 2LL) with signed char a=-4

2005-10-13 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2005-10-13 16:15 --- Reconfirmed with current mainline :( -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/22429] [4.1 Regression] -1073741824 <= n && n <= 1073741823 is true where n is 1073741824

2005-10-13 Thread pinskia at physics dot uc dot edu
--- Comment #10 from pinskia at gcc dot gnu dot org 2005-10-13 16:12 --- Subject: Re: [4.1 Regression] -1073741824 <= n && n <= 1073741823 is true where n is 1073741824 > > > > --- Comment #9 from bonzini at gcc dot gnu dot org 2005-10-13 16:09 > --- > As in: > > if (v

Re: [Bug middle-end/22429] [4.1 Regression] -1073741824 <= n && n <= 1073741823 is true where n is 1073741824

2005-10-13 Thread Andrew Pinski
> > > > --- Comment #9 from bonzini at gcc dot gnu dot org 2005-10-13 16:09 > --- > As in: > > if (value != 0 > && (!flag_wrapv || TREE_OVERFLOW (value)) > && (flag_wrapv || !TYPE_UNSIGNED (etype))) > > which in turn means > > if (value != 0 > && (flag_wrapv ?

[Bug middle-end/22429] [4.1 Regression] -1073741824 <= n && n <= 1073741823 is true where n is 1073741824

2005-10-13 Thread bonzini at gcc dot gnu dot org
--- Comment #9 from bonzini at gcc dot gnu dot org 2005-10-13 16:09 --- As in: if (value != 0 && (!flag_wrapv || TREE_OVERFLOW (value)) && (flag_wrapv || !TYPE_UNSIGNED (etype))) which in turn means if (value != 0 && (flag_wrapv ? TREE_OVERFLOW (value) : !TYPE_UN

[Bug middle-end/22429] [4.1 Regression] -1073741824 <= n && n <= 1073741823 is true where n is 1073741824

2005-10-13 Thread bonzini at gcc dot gnu dot org
--- Comment #8 from bonzini at gcc dot gnu dot org 2005-10-13 16:05 --- Sorry, let me rephrase. Could build_range_check not cast to the unsigned type if flag_wrapv? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22429

[Bug target/20928] [4.0/4.1 regression] ICE: unrecognizable insns

2005-10-13 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |critical GCC build triplet|x86_64-linux-gnu| GCC host

[Bug rtl-optimization/20972] [4.0/4.1 Regression] Can't describe an early-clobber by an auto-inc

2005-10-13 Thread bonzini at gcc dot gnu dot org
--- Comment #5 from bonzini at gcc dot gnu dot org 2005-10-13 16:01 --- Maybe you could add a reload_completed split to not use autoincrements if Rd == Rn? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20972

[Bug rtl-optimization/23857] [4.1 Regression] ICE: verify_flow_info failed - too many outgoing branch edges

2005-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2005-10-13 16:01 --- Reduced a little further without any labels or gotos: extern int *F2 (void) __attribute__ ((__const__)); void S4 (int *i) { int *D2171; D2171 = F2 (); do *D2171 = 62; while (*i !=0); } -- pinskia at

[Bug middle-end/22429] [4.1 Regression] -1073741824 <= n && n <= 1073741823 is true where n is 1073741824

2005-10-13 Thread bonzini at gcc dot gnu dot org
--- Comment #7 from bonzini at gcc dot gnu dot org 2005-10-13 15:59 --- Why can't build_range_check first cast to an unsigned type? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22429

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

2005-10-13 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug tree-optimization/24351] [4.1 Regression] ICE in do_simple_structure_copy at tree-ssa-structalias.c:2325

2005-10-13 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2005-10-13 15:48 --- *** Bug 23949 has been marked as a duplicate of this bug. *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/23949] [4.1 Regression] segv in do_structure_copy() in template nightmare

2005-10-13 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2005-10-13 15:48 --- ... to mark as dup of PR24351, as this now looks like #0 0x00ac7920 in do_simple_structure_copy (lhs= {type = SCALAR, var = 15, offset = 0}, rhs= {type = SCALAR, var = 11, offset = 0}, size=24)

[Bug c++/23949] [4.1 Regression] segv in do_structure_copy() in template nightmare

2005-10-13 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2005-10-13 15:47 --- Reopen ... -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|RESOL

[Bug ada/13470] 64bits Ada bootstrap failure:xnmake etc. crash generating nmake.adb etc.

2005-10-13 Thread charlet at gcc dot gnu dot org
--- Comment #22 from charlet at gcc dot gnu dot org 2005-10-13 15:32 --- *** Bug 24352 has been marked as a duplicate of this bug. *** -- charlet at gcc dot gnu dot org changed: What|Removed |Added -

[Bug ada/24352] xnmake SIGSEGV

2005-10-13 Thread charlet at gcc dot gnu dot org
--- Comment #1 from charlet at gcc dot gnu dot org 2005-10-13 15:32 --- *** This bug has been marked as a duplicate of 13470 *** -- charlet at gcc dot gnu dot org changed: What|Removed |Added --

[Bug ada/24352] New: xnmake SIGSEGV

2005-10-13 Thread bugzilla-gcc at thewrittenword dot com
I built gcc-3.3.2 with the ADA bootstrap binary from Rainer Orth, gcc-3.3.2-alpha-dec-osf5.1b-bin.tar.gz. I then tried to build gcc-3.4.3 with the ADA binaries from the gcc-3.3.2 build: $ cd /opt/build $ gtar jxf /opt/src/devel/gcc-3.4.3/src/gcc-3.4.3.tar.bz2 $ mkdir gcc-3.4.3-objdir $ cd g

[Bug libstdc++/23926] [4.1 Regression] libstdc++-v3 configure failed

2005-10-13 Thread rearnsha at gcc dot gnu dot org
--- Comment #6 from rearnsha at gcc dot gnu dot org 2005-10-13 15:25 --- Fixed again (hopefully). -- rearnsha at gcc dot gnu dot org changed: What|Removed |Added

[Bug libstdc++/23926] [4.1 Regression] libstdc++-v3 configure failed

2005-10-13 Thread cvs-commit at gcc dot gnu dot org
--- Comment #5 from cvs-commit at gcc dot gnu dot org 2005-10-13 15:24 --- Subject: Bug 23926 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED]2005-10-13 15:24:11 Modified files: libstdc++-v3 : ChangeLog acinclude.m4 configure Log message:

[Bug tree-optimization/24351] [4.1 Regression] ICE in do_simple_structure_copy at tree-ssa-structalias.c:2325

2005-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-13 15:09 --- Confirmed, nice small testcase: struct adaptor_base { }; struct bound_argument { bound_argument(); }; template struct adaptor_functor : public adaptor_base { explicit adaptor_functor(const T_functor& _A_functor)

[Bug fortran/22273] problem to declare a character variable link to an intent(out) object

2005-10-13 Thread erik dot edelmann at iki dot fi
--- Comment #2 from erik dot edelmann at iki dot fi 2005-10-13 14:49 --- Patch posted here: http://gcc.gnu.org/ml/fortran/2005-10/msg00292.html -- erik dot edelmann at iki dot fi changed: What|Removed |Added ---

[Bug target/24348] [4.1 regression] bootstrap failure building libgcc

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

[Bug c++/22352] [3.4 Regression] ICE in lookup_member

2005-10-13 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|3.4.3 |3.4.6 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22352

[Bug c++/22464] [3.4 Regression] ICE on classes in template functions which attempt closure

2005-10-13 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|3.4.4 |3.4.6 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22464

[Bug c++/23307] [3.4 Regression] ICE in cp_parser_template_id, at cp/parser.c:8564 with Boost remote_call_manager

2005-10-13 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|3.4.4 |3.4.6 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23307

[Bug libstdc++/23926] [4.1 Regression] libstdc++-v3 configure failed

2005-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-10-13 13:56 --- Reopening for now as this change causes netbsd to fail to compile. There are more == below which I did not noticed until now. -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug tree-optimization/24351] [4.1 Regression] ICE in do_simple_structure_copy at tree-ssa-structalias.c:2325

2005-10-13 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||dberlin at gcc dot gnu dot |

[Bug tree-optimization/24262] [4.1 Regression] ICE: verify_ssa failed with -O -msse2 -ftree-vectorize

2005-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2005-10-13 13:46 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug c++/22464] [3.4 Regression] ICE on classes in template functions which attempt closure

2005-10-13 Thread nathan at gcc dot gnu dot org
--- Comment #10 from nathan at gcc dot gnu dot org 2005-10-13 13:19 --- Could probably backport to 3.4 -- nathan at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/22352] [3.4 Regression] ICE in lookup_member

2005-10-13 Thread nathan at gcc dot gnu dot org
--- Comment #7 from nathan at gcc dot gnu dot org 2005-10-13 13:17 --- could probably backport to 3.4 -- nathan at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/23307] [3.4 Regression] ICE in cp_parser_template_id, at cp/parser.c:8564 with Boost remote_call_manager

2005-10-13 Thread nathan at gcc dot gnu dot org
--- Comment #10 from nathan at gcc dot gnu dot org 2005-10-13 13:16 --- could probably backport to 3.4 -- nathan at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/23694] [3.4/4.0/4.1 Regression] ICE after error about extern "C".

2005-10-13 Thread nathan at gcc dot gnu dot org
--- Comment #5 from nathan at gcc dot gnu dot org 2005-10-13 13:15 --- wont fix for 3.4 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23694

[Bug c++/22180] [3.4/4.0/4.1 regression] ICE on invalid destructor call

2005-10-13 Thread nathan at gcc dot gnu dot org
--- Comment #6 from nathan at gcc dot gnu dot org 2005-10-13 13:14 --- wont fix for 3.4 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22180

[Bug c++/23797] [3.4 Regression] ICE on typename outside template

2005-10-13 Thread nathan at gcc dot gnu dot org
--- Comment #12 from nathan at gcc dot gnu dot org 2005-10-13 13:14 --- probably should be backported to 3.4 -- nathan at gcc dot gnu dot org changed: What|Removed |Added

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

2005-10-13 Thread nathan at gcc dot gnu dot org
--- Comment #15 from nathan at gcc dot gnu dot org 2005-10-13 13:12 --- wont fix for pre 4.0 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21592

[Bug c++/21117] [3.4/4.0/4.1 Regression] ICE after error about returning an incomplete type

2005-10-13 Thread nathan at gcc dot gnu dot org
--- Comment #8 from nathan at gcc dot gnu dot org 2005-10-13 13:11 --- Wont fix for pre 4.0 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21117

  1   2   >