[Bug bootstrap/23927] --enable-intermodule is broken on targets with mutlilibs even with --disable-multilib

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-17 05:44 --- I think OBJS-onestep is not being passed to make when building libgcc. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23927

[Bug bootstrap/23927] --enable-intermodule is broken on targets with mutlilibs even with --disable-multilib

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-17 05:28 --- configure options: --prefix=${HOME}/onetest --enable-languages=objc,obj-c++,java,f95 --disable- multilib --enable-intermodule --disable-werror Hmm, IIRC this is not a regression after all and just never w

[Bug middle-end/22067] Inconsistent multiply by immediate

2005-09-16 Thread dje at gcc dot gnu dot org
--- Additional Comments From dje at gcc dot gnu dot org 2005-09-17 04:28 --- I think the patch in attachment 9747 that subtracts the cost of operand0 is the correct solution. One generally does want the cost of the operands included, so rtx_costs is correct. choose_mult_variant would c

[Bug c++/21631] diagnostic for a non constant reference when passed a non lvalue (copy constructor)

2005-09-16 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|normal |enhancement Last reconfirmed|2005-05-17 20:00:40 |2005-09-17 03:57:49 date|

[Bug middle-end/22067] Inconsistent multiply by immediate

2005-09-16 Thread dje at gcc dot gnu dot org
--- Additional Comments From dje at gcc dot gnu dot org 2005-09-17 03:49 --- The mult_cost argument to choose_mult_variant() and the cost of the best shift/add sequence are not always representing the same operation, so the comparison is not always correct. The synth_mult cost is just t

[Bug bootstrap/23927] [4.1 Regression] --enable-intermodule is broken

2005-09-16 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=23927

[Bug bootstrap/23927] New: [4.1 Regression] --enable-intermodule is broken

2005-09-16 Thread pinskia at gcc dot gnu dot org
--enable-intermodule is trying to building libbackend.o on stage1. Error message: gcc: cannot specify -o with -c or -S and multiple compilations make[4]: *** [libbackend.o] Error 1 make[4]: Leaving directory `/home/pinskia/src/onetest/gcc/objdir/gcc' make[3]: *** [extra] Error 2 make[3]: Leaving d

[Bug java/22166] 0x80000000/-1 is wrong in java

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-17 03:27 --- Fixed for 4.1. -- What|Removed |Added Status|NEW |RESOLV

[Bug middle-end/23672] Fold does not fold (a^b)^a to b

2005-09-16 Thread dberlin at dberlin dot org
--- Additional Comments From dberlin at gcc dot gnu dot org 2005-09-17 02:44 --- Subject: Re: Fold does not fold (a^b)^a to b On Sat, 2005-09-17 at 02:12 +, pinskia at gcc dot gnu dot org wrote: > --- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-17 > 02:12

Re: [Bug middle-end/23672] Fold does not fold (a^b)^a to b

2005-09-16 Thread Daniel Berlin
On Sat, 2005-09-17 at 02:12 +, pinskia at gcc dot gnu dot org wrote: > --- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-17 > 02:12 --- > Confirmed. > The new reassoc should take care of this

[Bug objc++/23707] ICE on invalid code after error

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-17 02:13 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug middle-end/23664] fold does not change (a&C1)+(b&C2) to (a&C1)|(b&C2) iff (C1 & C2) == 0

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-17 02:12 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug middle-end/23670] Fold does not fold (a|b)&b to b likewise for (a&b) | b to b

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-17 02:12 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug middle-end/23672] Fold does not fold (a^b)^a to b

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-17 02:12 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug middle-end/23673] fold does not fold (a^b) != 0 to a != b

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-17 02:12 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug middle-end/23669] fold does convert (-a)/10 into a/-10.

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-17 02:12 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

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

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-17 02:11 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug tree-optimization/23744] VRP does not merge discontinuous ranges of PHIs

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-17 02:10 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug tree-optimization/23745] VRP does not get information from casts from a smaller precision

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-17 02:10 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug libstdc++/23773] Improve abi.html

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-17 02:08 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug fortran/23912] MOD function requires same kind arguments

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

[Bug fortran/23924] No initialization of derived type pointers/allocatables when allocated

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-17 01:49 --- Confirmed, self contained testcase: program test type t integer :: a = 3 end type t type(t), allocatable :: q(:) allocate(q(1)) if (q(1)%a .ne. 3) call abort () end program test --

[Bug gcov/profile/22294] [4.1 Regression] libgcov references POSIX functions (broken on *-elf and newlib targets)

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-17 01:16 --- (In reply to comment #3) > Isn't it fixed by Yes it is, I missed it for some reason. -- What|Removed |Added -

[Bug gcov/profile/22294] [4.1 Regression] libgcov references POSIX functions (broken on *-elf and newlib targets)

2005-09-16 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-09-17 00:27 --- Isn't it fixed by http://gcc.gnu.org/ml/gcc-cvs/2005-07/msg00522.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22294

[Bug middle-end/23925] HDF5 check fails--type conversions

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-17 00:15 --- tselect.c: In function 'test_select_point': tselect.c:412: warning: dereferencing type-punned pointer will break strict-aliasing rules tselect.c:437: warning: dereferencing type-punned pointer will break s

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

2005-09-16 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||geoffk at gcc dot gnu dot ||org Keywords|

[Bug libstdc++/23926] New: libstdc++-v3 configure failed

2005-09-16 Thread gnu at jcom dot home dot ne dot jp
libstdc++-v3/configure include illegal shell script. it comes from 1.446 to 1.447. see bellow *** 87159,87169 # If we never went through the GLIBCXX_CHECK_LINKER_FEATURES macro, then we # don't know enough about $LD to do tricks... ! # FIXME The following test is too strict, in th

[Bug middle-end/23925] HDF5 check fails--type conversions

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-16 23:56 --- hmm: H5Dio.c: In function 'H5D_chunk_file_cb': H5Dio.c:3022: warning: dereferencing type-punned pointer will break strict-aliasing rules H5Dio.c: In function 'H5D_chunk_mem_cb': H5Dio.c:3099: warning: deref

[Bug middle-end/23925] HDF5 check fails--type conversions

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-16 23:47 --- (In reply to comment #3) > Andrew, > > Pardon me, I just realized this is a problem with gcc, not with gfortran. I really doubt it is a front-end bug then. -- What|Removed

[Bug c/23925] HDF5 check fails--type conversions

2005-09-16 Thread swhite at aei dot mpg dot de
--- Additional Comments From swhite at aei dot mpg dot de 2005-09-16 23:42 --- Andrew, Pardon me, I just realized this is a problem with gcc, not with gfortran. I will move the report accordingly. -- What|Removed |Added -

[Bug tree-optimization/23049] [4.1 Regression] ICE with -O3 -ftree-vectorize on 4.1.x

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-16 23:34 --- I have a patch. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |pinsk

[Bug middle-end/23714] [4.1 Regression] ICE in expand_assignment

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-16 23:17 --- (In reply to comment #3) > One could probably replace the assert with a run-time invocation of abort(). Or really __builtin_trap() which is better. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23714

[Bug gcov/profile/22294] [4.1 Regression] libgcov references POSIX functions (broken on *-elf and newlib targets)

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-16 23:14 --- Any news on this anyone? -- What|Removed |Added CC|

[Bug classpath/20198] java.security.CodeSource.getLocation output is different than expected

2005-09-16 Thread cvs-commit at developer dot classpath dot org
--- Additional Comments From cvs-commit at developer dot classpath dot org 2005-09-16 23:12 --- Subject: Bug 20198 CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Anthony Green <[EMAIL PROTECTED]> 05/09/16 22:52:18 Modified files:

[Bug fortran/23925] HDF5 check fails--type conversions

2005-09-16 Thread swhite at aei dot mpg dot de
--- Additional Comments From swhite at aei dot mpg dot de 2005-09-16 23:12 --- Andrew, The "make check" command runs through a battery of tests. With gfortran, it reports 72 failures, while with the Intel compiler, it passes everything. I'm not sure what you're referring to regarding

[Bug classpath/20198] java.security.CodeSource.getLocation output is different than expected

2005-09-16 Thread green at redhat dot com
--- Additional Comments From green at redhat dot com 2005-09-16 23:10 --- (In reply to comment #1) > Created an attachment (id=9352) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9352&action=view) > Proposed patch > > This patch makes your test program emit an absolute path. > >

[Bug fortran/16606] gfortran error with a valid derived type definition

2005-09-16 Thread erik dot edelmann at iki dot fi
--- Additional Comments From erik dot edelmann at iki dot fi 2005-09-16 23:08 --- Patch posted to the mailing list: http://gcc.gnu.org/ml/gcc-patches/2005-09/msg01032.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16606

[Bug fortran/15975] ICE in trans-array.c pointer array initialization stuff

2005-09-16 Thread erik dot edelmann at iki dot fi
--- Additional Comments From erik dot edelmann at iki dot fi 2005-09-16 23:07 --- Patch posted to mailinglist: http://gcc.gnu.org/ml/gcc-patches/2005-09/msg01032.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15975

[Bug tree-optimization/23818] [4.1 Regression] ICE in dominated_by_p, at dominance.c:827

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-16 23:05 --- (In reply to comment #3) > Patch posted. And approved. -- What|Removed |Added Assig

[Bug fortran/23925] HDF5 check fails--type conversions

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-16 23:01 --- How does it fail and is there a simple testcase? -- What|Removed |Added CC|

[Bug c++/23651] [4.1 Regression] ICE in GC

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-16 22:58 --- lets look at the backtrace: gt_ggc_mx_cp_binding_level gt_ggc_mx_cxx_binding Why are there are references to C++ front-end stuff. This is a front-end bug make us still reference a BasicBlock. --

[Bug fortran/23925] New: HDF5 check fails--type conversions

2005-09-16 Thread swhite at aei dot mpg dot de
Build of hdf5-1.6.4 with Fortran module fails checks, although same build with Intel 8.1 pass. Looks like it's primarily with conversions between particular data types. See http://hdf.ncsa.uiuc.edu/HDF5/ ./configure --enable-fortran make make check I want to emphasize that HDF5 is a very import

[Bug c++/18803] [3.4 regression] rejects access to operator() in template

2005-09-16 Thread gdr at integrable-solutions dot net
--- Additional Comments From gdr at integrable-solutions dot net 2005-09-16 22:40 --- Subject: Re: [3.4 regression] rejects access to operator() in template "reichelt at gcc dot gnu dot org" <[EMAIL PROTECTED]> writes: | On 16 Sep, nathan at gcc dot gnu dot org wrote: | > IMHO reverti

[Bug fortran/23924] No initialization of derived type pointers/allocatables when allocated

2005-09-16 Thread erik dot edelmann at iki dot fi
--- Additional Comments From erik dot edelmann at iki dot fi 2005-09-16 21:59 --- (In reply to comment #1) > Hmm, I get: > In file t.f90:2 > > type t >1 > Error: Pointer assignment target is neither TARGET nor POINTER at (1) > Oh! I'm terribly sorry; I used a locally modif

[Bug fortran/23924] No initialization of derived type pointers/allocatables when allocated

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-16 21:49 --- Hmm, I get: In file t.f90:2 type t 1 Error: Pointer assignment target is neither TARGET nor POINTER at (1) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23924

[Bug fortran/23924] New: No initialization of derived type pointers/allocatables when allocated

2005-09-16 Thread erik dot edelmann at iki dot fi
$ cat erik.f90 program test type t real :: a = 3.1 end type t type(t), pointer :: p type(t), allocatable :: q(:) allocate(p) print *, p%a allocate(q(1)) print *, q(1)%a end program test $ gfortran erik.f90 $ a.out 0.00 0.00 The output I had expected

[Bug c++/18803] [3.4 regression] rejects access to operator() in template

2005-09-16 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-09-16 21:04 --- On 16 Sep, nathan at gcc dot gnu dot org wrote: > IMHO reverting 18445 would be the most prudent thing to do. The combination > of 18845+18803 are touching too many things for my liking. Gaby, would that

[Bug c++/18803] [3.4 regression] rejects access to operator() in template

2005-09-16 Thread nathan at gcc dot gnu dot org
--- Additional Comments From nathan at gcc dot gnu dot org 2005-09-16 20:57 --- IMHO reverting 18445 would be the most prudent thing to do. The combination of 18845+18803 are touching too many things for my liking. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18803

[Bug c++/18803] [3.4 regression] rejects access to operator() in template

2005-09-16 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-09-16 20:34 --- The backport of the fix for PR 18445 caused this. I'll try to backport the fix for PR18803, too. If that fails, reverting the patch for PR 18445 seems like the right thing to me, because this was only an ic

[Bug c/23155] [4.0/4.1 Regression] Gimplification failed for union cast

2005-09-16 Thread janis at gcc dot gnu dot org
--- Additional Comments From janis at gcc dot gnu dot org 2005-09-16 20:22 --- The testcase from comment #5 ICEs starting with this patch from kenner: http://gcc.gnu.org/ml/gcc-cvs/2004-06/msg00881.html -- What|Removed |Added --

[Bug libstdc++/23871] [4.0 Regression] iostream operator<<(int) uses || on integral operands

2005-09-16 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-16 20:18 --- Subject: Bug 23871 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-09-16 20:18:11 Modified files: libstdc++-v3 : Change

[Bug java/23891] [4.0 Regression] Problem folding static fields across packages

2005-09-16 Thread debian-gcc at lists dot debian dot org
--- Additional Comments From debian-gcc at lists dot debian dot org 2005-09-16 20:05 --- the patch, when applied to the 4.0 branch, let the bootstrap fail in libjava on at least i486-linux and ia64-linux Matthias /home/packages/gcc/4.0/gcc-4.0-4.0.1/build/gcc/gcj -B/home/packages/gcc

[Bug middle-end/23651] [4.1 Regression] ICE in GC

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-16 19:59 --- Rereducing on the mainline for x86_64-pc-linux with -m32. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23651

[Bug target/23923] Bug in inclhack.def prevents include header fix.

2005-09-16 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|other |target http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23923

[Bug other/23923] New: Bug in inclhack.def prevents include header fix.

2005-09-16 Thread luke dot bakken at gmail dot com
The terminating here-document marker in the AAB_sun_memcpy fix doesn't match the opening marker. It needs to have an underscore added at the end. Thanks! $ diff inclhack.def inclhack.orig 196c196 < _EndOfHeader_; --- > _EndOfHeader; -- Summary: Bug in inclhack.def preven

[Bug middle-end/23125] [4.0/4.1 Regression] OpenBSD's zic.c causes g++ but not gcc to segfault

2005-09-16 Thread mrs at apple dot com
--- Additional Comments From mrs at apple dot com 2005-09-16 19:39 --- radr://3934846 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23125

[Bug ada/23788] s-taprop.adb:69:06: warning: cannot depend on "Interrupt_Operations" (wrong categorization)

2005-09-16 Thread laurent at guerby dot net
-- What|Removed |Added URL||http://gcc.gnu.org/ml/gcc- ||patches/2005- |

[Bug rtl-optimization/22002] [4.0 Regression] internal consistency failure with -funroll-loops

2005-09-16 Thread janis at gcc dot gnu dot org
--- Additional Comments From janis at gcc dot gnu dot org 2005-09-16 19:14 --- The test case passes on mainline starting with this patch from dje: http://gcc.gnu.org/ml/gcc-cvs/2005-03/msg01221.html -- What|Removed |Added --

[Bug ada/23788] s-taprop.adb:69:06: warning: cannot depend on "Interrupt_Operations" (wrong categorization)

2005-09-16 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2005-09-16 19:09 --- Subject: Re: s-taprop.adb:69:06: warning: cannot depend on "Interrupt_Operations" (wrong categorization) > May be this will work, could you try? > > *** s-tpinop.ads.~1.9.~ 2005-07-01 08:24

[Bug target/21715] [4.0/4.1 regression] code-generation performance regression

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-16 19:04 --- 3.3.5 also fails. I think this is also related to the message on the gcc mailing list recently: http://gcc.gnu.org/ml/gcc/2005-09/msg00429.html This is looks related to 2 operand targets. --

[Bug target/22584] [4.1 Regression] ICE in make_decl_rtl, at varasm.c:886

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-16 18:55 --- This bootstrap just fine with the options you gave. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22584

[Bug ada/20753] ACATS ce3810b segfault at runtime on hppa-linux

2005-09-16 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-09-16 18:50 --- Present on SPARC/Solaris too. It's a bug in the runtime. -- What|Removed |Added

[Bug ada/20753] ACATS ce3810b segfault at runtime on hppa-linux

2005-09-16 Thread christian dot joensson at gmail dot com
--- Additional Comments From christian dot joensson at gmail dot com 2005-09-16 18:48 --- on 4.0 branch, this passed Aug 13, http://gcc.gnu.org/ml/gcc-testresults/2005-08/msg00840.html, but failed Sept. 2, http://gcc.gnu.org/ml/gcc-testresults/2005-09/msg00140.html. checking further...

[Bug fortran/23516] IMAG is not a generic function when implicit none is declared

2005-09-16 Thread kargl at gcc dot gnu dot org
--- Additional Comments From kargl at gcc dot gnu dot org 2005-09-16 18:46 --- http://gcc.gnu.org/ml/gcc-patches/2005-09/msg01004.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23516

[Bug c/22052] [4.0 Regression] redefinition of inline function succeeds

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-16 18:43 --- I have a fix for the mainline which also fixes this and 23104 and reverting back to the old code which was added for 19152. -- What|Removed |Added -

[Bug c++/23914] [4.0/4.1 Regression] further 'non-constant' template argument case exposed by Boost

2005-09-16 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-09-16 18:37 --- Fixed in 4.0.2. -- What|Removed |Added Status|ASSIGNED|RESO

[Bug c++/23914] [4.0/4.1 Regression] further 'non-constant' template argument case exposed by Boost

2005-09-16 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-16 18:36 --- Subject: Bug 23914 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-09-16 18:35:59 Modified files: gcc/cp : parser

[Bug c++/23914] [4.0/4.1 Regression] further 'non-constant' template argument case exposed by Boost

2005-09-16 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-16 18:33 --- Subject: Bug 23914 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-16 18:33:35 Modified files: gcc/cp : parser.c ChangeLog gcc/tests

[Bug ada/20753] ACATS ce3810b segfault at runtime on hppa-linux

2005-09-16 Thread christian dot joensson at gmail dot com
-- What|Removed |Added CC||christian dot joensson at ||gmail dot com http://gcc.gnu.org/bu

[Bug c++/13140] declaration in global namespace, definition inside named or anon namespace

2005-09-16 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-09-16 18:16 --- Fixed on mainline. -- What|Removed |Added Status|NEW |

[Bug ada/20753] ACATS ce3810b segfault at runtime on hppa-linux

2005-09-16 Thread laurent at guerby dot net
--- Additional Comments From laurent at guerby dot net 2005-09-16 18:15 --- Also happens the same way (run time core dump) on 4.0.2 20050913 (prerelease) on sparc-linux. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20753

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

2005-09-16 Thread janis at gcc dot gnu dot org
--- Additional Comments From janis at gcc dot gnu dot org 2005-09-16 18:08 --- The ICE begins on mainline with this patch from giovannibajo: http://gcc.gnu.org/ml/gcc-cvs/2004-03/msg00874.html -- What|Removed |Added

[Bug fortran/23202] [4.1 Regression] internal compiler error: tree check: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-16 17:59 --- Since this is a fortran front-end bug, moving to 4.2. -- What|Removed |Added Keywo

[Bug middle-end/20939] ld segmentation fault linking libgfortran.sl.0.0

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-16 17:56 --- Since this sounds like a GNU ld bug and not a GCC bug, removing the regression marker. -- What|Removed |Added ---

[Bug c/23104] [4.1 Regression] C does not reject the same function in two different TUs with -combine

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-16 17:55 --- I am going to fix this since PR 22052 was really caused by me. -- What|Removed |Added

[Bug rtl-optimization/22469] [4.1 regression] testsuite failure, gcc.c-torture/compile/941014-2.c -O3 loops

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-16 17:54 --- MMIX is not a primary or secondary target. -- What|Removed |Added Target Milestone|4.1.0

[Bug target/22584] [4.1 Regression] ICE in make_decl_rtl, at varasm.c:886

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-16 17:49 --- (In reply to comment #9) > ./configure... > > make -C obj-i686-pld-linux \ > STAGE1_CFLAGS="-march=i686 -O0" \ > BOOT_CFLAGS="-march=i686 -O2" I am testing with these options right now. -- http://

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

2005-09-16 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-09-16 17:01 --- Not being a C++ fan, I reduced it to this C test case: == extern int *F2 (void) __attribute__ ((__const__)); void S4 (int *i) { int *D2171; D2171 = F2 (); L0:

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

2005-09-16 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-09-16 16:53 --- Huh, I better look at this bug then, eh? -- What|Removed |Added AssignedTo|unassigne

[Bug fortran/18157] ice-on-valid code, pointer to user-defined type, fold-struct.c

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-16 16:47 --- Backtrace: #1 0x08179a9f in fancy_abort (file=Could not find the frame base for "fancy_abort". ) at /home/peshtigo/pinskia/src/gnu/gcc/src/gcc/diagnostic.c:590 #2 0x081ff931 in fold_convert (type=0xb7c336

[Bug fortran/15502] [meta-bug] bugs needed for SPEC CPU 2K and 2K5/6 and 95

2005-09-16 Thread pinskia at gcc dot gnu dot org
-- Bug 15502 depends on bug 23922, which changed state. Bug 23922 Summary: ICE trying to fold_convert a REAL_TYPE to a RECORD_TYPE http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23922 What|Old Value |New Value --

[Bug fortran/18157] ice-on-valid code, pointer to user-defined type, fold-struct.c

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

[Bug fortran/23922] ICE trying to fold_convert a REAL_TYPE to a RECORD_TYPE

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-16 16:43 --- Oh, this is a dup of bug 18157. *** This bug has been marked as a duplicate of 18157 *** -- What|Removed |Added -

[Bug fortran/23922] ICE trying to fold_convert a REAL_TYPE to a RECORD_TYPE

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-16 16:42 --- Confirmed, reduced testcase: MODULE bug IMPLICIT NONE TYPE :: my_type REAL :: x END TYPE TYPE (my_type) :: t(3) CONTAINS SUBROUTINE foo INTEGER:: c(3) t(c)%x = t(c)%x RETUR

[Bug fortran/15502] [meta-bug] bugs needed for SPEC CPU 2K and 2K5/6 and 95

2005-09-16 Thread steven at gcc dot gnu dot org
-- What|Removed |Added BugsThisDependsOn||23922 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15502

[Bug fortran/23922] New: ICE trying to fold_convert a REAL_TYPE to a RECORD_TYPE

2005-09-16 Thread steven at gcc dot gnu dot org
MODULE bug IMPLICIT NONE TYPE :: my_type REAL :: x END TYPE TYPE (my_type), DIMENSION(3) :: t CONTAINS SUBROUTINE foo INTEGER, DIMENSION(8):: c(3) t(c)%x = t(c)%x RETURN END SUBROUTINE foo END MODU

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

2005-09-16 Thread janis at gcc dot gnu dot org
--- Additional Comments From janis at gcc dot gnu dot org 2005-09-16 16:19 --- A regression hunt using a cross compiler identified this patch from steven: http://gcc.gnu.org/ml/gcc-cvs/2005-07/msg00960.html -- What|Removed |Added --

[Bug libfortran/23889] non intuitive behaviour of gfortran

2005-09-16 Thread kargl at gcc dot gnu dot org
--- Additional Comments From kargl at gcc dot gnu dot org 2005-09-16 16:09 --- Switch Severity to enhanacement (although I disagree the basic premise). -- What|Removed |Added

[Bug c++/21514] [DR 488] templates and anonymous enum

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-16 16:01 --- *** Bug 21701 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21514

[Bug c++/21701] No flag to turn off warning: warning: template-argument `' uses anonymous type

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-16 16:01 --- Since PR 21514 is now closed as fixed, I am just going to close this as a dup of bug 21514 since we accept the code unconditionally now. *** This bug has been marked as a duplicate of 21514 *** --

[Bug c++/21701] No flag to turn off warning: warning: template-argument `' uses anonymous type

2005-09-16 Thread mmitchel at gcc dot gnu dot org
-- Bug 21701 depends on bug 21514, which changed state. Bug 21514 Summary: [DR 488] templates and anonymous enum http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21514 What|Old Value |New Value

[Bug c++/21514] [DR 488] templates and anonymous enum

2005-09-16 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-09-16 15:47 --- Fixed in 4.0.2. -- What|Removed |Added Status|SUSPENDED |RESO

[Bug c++/21514] [DR 488] templates and anonymous enum

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

[Bug c++/23357] [4.1 Regression] ICE with __alignof__ on template arguments

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

[Bug c++/21514] [DR 488] templates and anonymous enum

2005-09-16 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-16 15:42 --- Subject: Bug 21514 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-16 15:41:45 Modified files: gcc/cp : ChangeLog pt.c gcc/testsuite

[Bug c++/23914] [4.0/4.1 Regression] further 'non-constant' template argument case exposed by Boost

2005-09-16 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-09-16 15:32 --- It's the same idea, but a different bug. -- What|Removed |Added AssignedTo|unassign

[Bug objc/20444] [3.4/4.0 Regression] Misleading error message on missing ';'

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-16 15:31 --- Since this is only a diagnostic issue and it has been fixed on the mainline by the new parser, closing as fixed for 4.1.0. -- What|Removed |Added --

[Bug middle-end/23903] Duplicate dump file numbers

2005-09-16 Thread bonzini at gcc dot gnu dot org
--- Additional Comments From bonzini at gcc dot gnu dot org 2005-09-16 15:18 --- fixed -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug middle-end/23903] Duplicate dump file numbers

2005-09-16 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-16 15:11 --- Subject: Bug 23903 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-16 15:11:22 Modified files: gcc: ChangeLog passes.c Log message:

[Bug target/23909] Incorrect code generated for SSE2 based xor routine when compiled with -O2 -fomit-frame-pointer

2005-09-16 Thread jeff at panasas dot com
--- Additional Comments From jeff at panasas dot com 2005-09-16 14:50 --- (In reply to comment #3) > This works for me with 4.1.0 but I really think it is just an accident. > /[EMAIL PROTECTED]@*/ int cr0; /* really, it's used, but lclint doesn't > "get" __asm__ */ > This comment d

  1   2   >