Re: LTO and libelf (and FreeBSD)

2010-05-22 Thread Steve Kargl
# of unresolved testcases 37 # of unsupported tests 266 gfortran version 4.6.0 20100522 (experimental) (GCC) FreeBSD's libelf with Kia's patch === gfortran Summary === # of expected passes34204 # of unexpected failures19 # of expected failures

GCC 4.3.5 Status Report (2010-05-22)

2010-05-22 Thread Richard Guenther
Status == The GCC 4.3.5 release has been created and uploaded, it will be announced once the mirrors had a chance to pick it up. The 4.3 branch is open again for regression and documentation fixes. Previous Report === http://gcc.gnu.org/ml/gcc/2010-05/msg00253.html I will

Re: LTO and libelf (and FreeBSD)

2010-05-22 Thread Richard Guenther
           34177 # of unexpected failures        40 # of expected failures          33 # of unresolved testcases       37 # of unsupported tests          266 gfortran  version 4.6.0 20100522 (experimental) (GCC) FreeBSD's libelf with Kia's patch                === gfortran Summary

C++ ABI change for std::bad_array_new_length

2010-05-22 Thread Florian Weimer
This C++0X feature seems to need a change in the cross-vendor C++ ABI. Have the details already been spelled out? There is some interaction with the VLA C++ extension. We should probably prohibit allocation of objects of a VLA-based type with operator new and operator new[].

Re: LTO and libelf (and FreeBSD)

2010-05-22 Thread Gerald Pfeifer
On Sat, 22 May 2010, Richard Guenther wrote: Hm, so you didn't test FreeBSD's libelf without Kias patch but my GCC patch applied. (at least my patch doesn't make the situation worse for any case it seems) I'll be submitting result for that around noon your time tomorrow- Right now I am

Re: LTO and libelf (and FreeBSD)

2010-05-22 Thread Steve Kargl
On Sat, May 22, 2010 at 11:07:44PM +0200, Richard Guenther wrote: On Sat, May 22, 2010 at 10:29 PM, Steve Kargl s...@troutmask.apl.washington.edu wrote: Guys, I only read the gcc@ archive, so sorry about breaking the thread. Testing with gfortran finds FreeBSD's libelf with no

[Bug libstdc++/41510] [C++0x] std::complex vs. initialization lists

2010-05-22 Thread paolo dot carlini at oracle dot com
--- Comment #2 from paolo dot carlini at oracle dot com 2010-05-22 08:07 --- Jason, can you have a look to the errors due to the ambiguous overloading pointed out by Benjamin? Happen for this type of copy initialization: std::complexvalue_type z4 = {1.1, 2.2}; where value_type is

[Bug c++/44239] New: Spurious partial explicit specialization when taking the address of a template function.

2010-05-22 Thread cjoldfield at gmail dot com
Problem: template class T const T max(const T x, const T y){ return x y ? x : y; } template class T, class C const T max(const T x, const T y, C comp){ return comp(x, y) ? y : x; } template class R, class A0, class A1 struct functor{ template class F functor(F f) : f(f) {} R

[Bug fortran/44235] array temporary with high upper bound

2010-05-22 Thread tkoenig at gcc dot gnu dot org
-- tkoenig at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |tkoenig at gcc dot gnu dot |dot org

[Bug c++/44239] Spurious partial explicit specialization when taking the address of a template function.

2010-05-22 Thread paolo dot carlini at oracle dot com
--- Comment #1 from paolo dot carlini at oracle dot com 2010-05-22 09:18 --- This works fine in 4_4-branch, 4_5-branch and mainline. I don't think it's a regression, and in any case, 4_3-branch is close to its end of life. -- paolo dot carlini at oracle dot com changed:

[Bug fortran/44232] function result with pointer to strided component of argument

2010-05-22 Thread dominiq at lps dot ens dot fr
--- Comment #11 from dominiq at lps dot ens dot fr 2010-05-22 10:04 --- I may end up doing that, but since part of my interest is in F2003 functionality, moving backwards in terms of versions is not a win- win. Unfortunately, I probably will have to work with 2 versions for

[Bug fortran/36928] array temporary for interleaving assignment

2010-05-22 Thread tkoenig at gcc dot gnu dot org
--- Comment #10 from tkoenig at gcc dot gnu dot org 2010-05-22 10:11 --- I've gotten a bit further with this. For x(la:ua:sa) = x(lb,ub,sb), there can be no collision if abs(la-lb) mod gcd(sa, sb) == 0 where gcd is the greatest common divisor. This will at least fix the test case

[Bug fortran/44213] ICE when extending abstract type

2010-05-22 Thread janus at gcc dot gnu dot org
--- Comment #3 from janus at gcc dot gnu dot org 2010-05-22 10:21 --- Subject: Bug 44213 Author: janus Date: Sat May 22 10:21:32 2010 New Revision: 159695 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=159695 Log: 2010-05-22 Janus Weil ja...@gcc.gnu.org PR

[Bug fortran/44213] ICE when extending abstract type

2010-05-22 Thread janus at gcc dot gnu dot org
--- Comment #4 from janus at gcc dot gnu dot org 2010-05-22 10:25 --- Fixed with r159695. Closing. Thanks to Hans for the report! -- janus at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/36928] array temporary for interleaving assignment

2010-05-22 Thread dominiq at lps dot ens dot fr
--- Comment #11 from dominiq at lps dot ens dot fr 2010-05-22 10:50 --- For x(la:ua:sa) = x(lb,ub,sb), there can be no collision if abs(la-lb) mod gcd(sa, sb) == 0 where gcd is the greatest common divisor. You probably mean if abs(la-lb) mod gcd(sa, sb) != 0 (assuming

[Bug target/44037] builtin ffs vs. renamed ffs (vms-crtl.h)#8207;

2010-05-22 Thread jay dot krell at cornell dot edu
--- Comment #2 from jay dot krell at cornell dot edu 2010-05-22 12:16 --- Thanks, good pointer. I found what you mean based on your recommendation. I tried many things like it then. Nothing worked. I don't know why. Notice that there is __builtin_foo and foo. Darwin appears to only

[Bug lto/44238] FAIL: gcc.dg/lto/20090914-2 c_lto_20090914-2_0.o assemble, -O0 -fwhopr

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2010-05-22 12:59 --- Just amend the existing dg-skip to also skip darwin. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44238

[Bug bootstrap/44229] [4.6 Regression] 1 new GCC h...@159608 regression

2010-05-22 Thread dominiq at lps dot ens dot fr
--- Comment #2 from dominiq at lps dot ens dot fr 2010-05-22 13:29 --- Confirmed and it is not fixed by the patch in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44199#c6 . -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44229

[Bug target/44199] ppc64 glibc miscompilation

2010-05-22 Thread dominiq at lps dot ens dot fr
--- Comment #17 from dominiq at lps dot ens dot fr 2010-05-22 13:31 --- is : http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44229 potentially a similar problem? It does not look like: the patch in comment #6 does not fix pr44229. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44199

[Bug middle-end/43866] [4.3/4.4/4.5/4.6 Regression] wrong code with -fbounds-check -funswitch-loops

2010-05-22 Thread jv244 at cam dot ac dot uk
--- Comment #8 from jv244 at cam dot ac dot uk 2010-05-22 14:09 --- (In reply to comment #7) 4.5.1, using '-O2 -funswitch-loops' obviously '-O2 -funswitch-loops -fbounds-check' -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43866

[Bug c++/44240] New: r159321 causes FAIL: g++.dg/ext/visibility/anon6.C scan-assembler 1BIiE1cE

2010-05-22 Thread howarth at nitro dot med dot uc dot edu
On x86_64-apple-darwin10, the change... Author: hubicka Date: Wed May 12 13:49:34 2010 New Revision: 159321 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=159321 Log: * cgraph.h (struct varpool_node): Add aux. * varasm.c (find_decl_and_mark_needed): Force output of varpool

[Bug lto/44238] FAIL: gcc.dg/lto/20090914-2 c_lto_20090914-2_0.o assemble, -O0 -fwhopr

2010-05-22 Thread iains at gcc dot gnu dot org
--- Comment #5 from iains at gcc dot gnu dot org 2010-05-22 14:16 --- (In reply to comment #4) Just amend the existing dg-skip to also skip darwin. two different reasons.. is this better? Index: gcc/testsuite/gcc.dg/lto/20090914-2_0.c

[Bug c/44241] New: vms-crtl.h, vms-crtl-64.h need many more symbols

2010-05-22 Thread jay dot krell at cornell dot edu
There is a list of symbols in gcc to rename for VMS. In the files vms-crtl.h and vms-crtl-64.h. Maybe there is a better solution? Until it is found and implemented, these lists need a lot more entries. I have enough to build gcc and binutils. I had built cvs, but I lost that list. --

[Bug c/44242] New: vms-crt0*.c should compile with gcc

2010-05-22 Thread jay dot krell at cornell dot edu
vms-crt0-64.c vms-crt0.c vms-psxcrt0-64.c vms-psxcrt0.c currently are slightly DEC C specific and they are set to not compiler, or maybe to compile with DEC C, it is unclear (the comments say one thing, the code appears different). It is easy to make this code compile with gcc (and still DEC

[Bug c/44242] vms-crt0*.c should compile with gcc

2010-05-22 Thread jay dot krell at cornell dot edu
--- Comment #1 from jay dot krell at cornell dot edu 2010-05-22 14:38 --- Created an attachment (id=20725) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20725action=view) fix vms-crt0*.c to compile with gcc (surely these four files can be merged down to one, with #if, and

[Bug libstdc++/41510] [C++0x] std::complex vs. initialization lists

2010-05-22 Thread gdr at cs dot tamu dot edu
--- Comment #3 from gdr at cs dot tamu dot edu 2010-05-22 15:32 --- Subject: Re: [C++0x] std::complex vs. initialization lists paolo dot carlini at oracle dot com gcc-bugzi...@gcc.gnu.org writes: | Jason, can you have a look to the errors due to the ambiguous overloading | pointed

[Bug lto/44238] FAIL: gcc.dg/lto/20090914-2 c_lto_20090914-2_0.o assemble, -O0 -fwhopr

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2010-05-22 16:08 --- (In reply to comment #5) (In reply to comment #4) Just amend the existing dg-skip to also skip darwin. two different reasons.. is this better? If it works for you sure. Index:

[Bug tree-optimization/43784] [4.6 Regression] -Os -fkeep-inline-functions causes FAIL: gcc.c-torture/execute/builtins/pr22237.c execution

2010-05-22 Thread zsojka at seznam dot cz
--- Comment #2 from zsojka at seznam dot cz 2010-05-22 17:11 --- Fails with -m32 too (as of r159696) -fno-ipa-profile doesn't help (that flag is new in r158969 compared to r158095) The problem is that temporary struct isn't created, and direct copy *q = *p is done. (rp is called with

[Bug other/25028] TImode-to-floating conversions broken

2010-05-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #12 from jsm28 at gcc dot gnu dot org 2010-05-22 17:20 --- As far as I can tell, this (the bug originally described here) was fixed for all targets. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug other/31477] [libgcc] miscompiled trapping arithmetic routines

2010-05-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2010-05-22 17:29 --- I believe I fixed this with: r132815 | jsm28 | 2008-03-02 13:11:19 + (Sun, 02 Mar 2008) | 4 lines * libgcc2.c (__addvSI3, __addvsi3, __addvDI3, __subvSI3, __subvsi3, __subvDI3, __negvSI2,

[Bug c++/44243] New: Spurious partial explicit specialization when taking the address of a template function.

2010-05-22 Thread cjoldfield at gmail dot com
Problem: template class T const T max(const T x, const T y){ return x y ? x : y; } template class T, class C const T max(const T x, const T y, C comp){ return comp(x, y) ? y : x; } template class R, class A0, class A1 struct functor{ template class F functor(F f) : f(f) {} R

[Bug tree-optimization/43784] [4.6 Regression] -Os -fkeep-inline-functions causes FAIL: gcc.c-torture/execute/builtins/pr22237.c execution

2010-05-22 Thread zsojka at seznam dot cz
--- Comment #3 from zsojka at seznam dot cz 2010-05-22 17:32 --- -fno-ipa-pure-const prevents the problem (the code is the same as when compiled by r158095) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43784

[Bug c++/44243] Spurious partial explicit specialization when taking the address of a template function.

2010-05-22 Thread cjoldfield at gmail dot com
--- Comment #1 from cjoldfield at gmail dot com 2010-05-22 17:33 --- *** This bug has been marked as a duplicate of 44239 *** -- cjoldfield at gmail dot com changed: What|Removed |Added

[Bug c++/44239] Spurious partial explicit specialization when taking the address of a template function.

2010-05-22 Thread cjoldfield at gmail dot com
--- Comment #2 from cjoldfield at gmail dot com 2010-05-22 17:33 --- *** Bug 44243 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44239

[Bug other/33357] collect2: ld terminated with signal 11 [Segmentation fault]

2010-05-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2010-05-22 17:33 --- As discussed, not a GCC bug. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug other/33864] gcc 4.3 svn fails to compile glibc 2.7's crti.o

2010-05-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2010-05-22 17:38 --- Not a GCC bug; glibc is manipulating .s output from GCC in ways that aren't expected to work with all possible options. FWIW, EGLIBC has a fix to allow it to build for x86 when unwind tables are enabled by default:

[Bug other/35905] gcc 4.2.3 still contains many GPL v2 references

2010-05-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2010-05-22 17:40 --- 4.2 branch is closed. All GPL files whose home is GCC rather than being shared with other projects were updated for 4.4 at the latest as far as I know. -- jsm28 at gcc dot gnu dot org changed: What

[Bug other/38363] Use of Unicode quotes depends on LC_CTYPE rather than LC_MESSAGES

2010-05-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #2 from jsm28 at gcc dot gnu dot org 2010-05-22 17:42 --- As discussed, not a bug. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug other/38758] gcc ships with GPL-only library parts (longlong.h)

2010-05-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2010-05-22 17:43 --- Was fixed for 4.2.3, 4.3.0. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug other/38983] GPL version 3 transition incomplete

2010-05-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #2 from jsm28 at gcc dot gnu dot org 2010-05-22 17:46 --- Everything specific to GCC was converted for 4.4. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug driver/32117] Segfault with -b

2010-05-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #2 from jsm28 at gcc dot gnu dot org 2010-05-22 17:53 --- -b and -V were removed: 2010-04-08 Manuel López-Ibáñez m...@gcc.gnu.org PR 42485 * doc/invoke.texi (-b,-V): Delete. * doc/tm.texi: Do not mention -b. * gcc.c (display_help): Delete

[Bug driver/40251] Using the -V option makes the compiler to exit with 0 exit code on error

2010-05-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2010-05-22 17:54 --- -b and -V were removed: 2010-04-08 Manuel López-Ibáñez m...@gcc.gnu.org PR 42485 * doc/invoke.texi (-b,-V): Delete. * doc/tm.texi: Do not mention -b. * gcc.c (display_help): Delete

[Bug driver/10707] c++ linking impossible when -V specified

2010-05-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #12 from jsm28 at gcc dot gnu dot org 2010-05-22 17:55 --- -b and -V were removed: 2010-04-08 Manuel López-Ibáñez m...@gcc.gnu.org PR 42485 * doc/invoke.texi (-b,-V): Delete. * doc/tm.texi: Do not mention -b. * gcc.c (display_help): Delete

[Bug driver/11810] gcc -pipe -ox.o -c x.c writes erroneous x.o on compile error

2010-05-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #12 from jsm28 at gcc dot gnu dot org 2010-05-22 17:57 --- Fixed by the indicated commit. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/43656] -fcompare-debug failure with -O2 -fschedule-insns -fsched-pressure -funroll-loops -fgraphite-identity

2010-05-22 Thread zsojka at seznam dot cz
--- Comment #4 from zsojka at seznam dot cz 2010-05-22 18:00 --- This, nor the original (unreduced) testcase, no longer fails in r159387, r159511 and r159696. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43656

[Bug driver/38628] no 4.3.3 libraries for non-C languages if 4.3.3 and 4.4.0 in parallel

2010-05-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #11 from jsm28 at gcc dot gnu dot org 2010-05-22 18:00 --- -V and -b have been removed, if anything is left here it's a duplicate of bug 346. *** This bug has been marked as a duplicate of 346 *** -- jsm28 at gcc dot gnu dot org changed: What|Removed

[Bug other/346] gcc install clobbers files that it shouldn't touch

2010-05-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2010-05-22 18:00 --- *** Bug 38628 has been marked as a duplicate of this bug. *** -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/41364] gcc exits with: internal compiler error: Abort

2010-05-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2010-05-22 18:06 --- No feedback, appears not to be a GCC bug. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/43650] -fcompare-debug failure with -O2 -fpeel-loops -fgraphite-identity

2010-05-22 Thread zsojka at seznam dot cz
--- Comment #2 from zsojka at seznam dot cz 2010-05-22 18:07 --- Similiar to PR43656, this also stopped failing between r158969 and r159387 for me. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43650

[Bug lto/44238] FAIL: gcc.dg/lto/20090914-2 c_lto_20090914-2_0.o assemble, -O0 -fwhopr

2010-05-22 Thread iains at gcc dot gnu dot org
--- Comment #7 from iains at gcc dot gnu dot org 2010-05-22 18:08 --- (In reply to comment #6) (In reply to comment #5) (In reply to comment #4) Just amend the existing dg-skip to also skip darwin. two different reasons.. is this better? If it works for you sure.

[Bug c/12245] [4.3/4.4/4.5/4.6 regression] Uses lots of memory when compiling large initialized arrays

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #48 from rguenth at gcc dot gnu dot org 2010-05-22 18:09 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/14179] [4.3/4.4/4.5/4.6 Regression] out of memory while parsing array with many initializers

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #58 from rguenth at gcc dot gnu dot org 2010-05-22 18:09 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/8270] [4.3/4.4/4.5/4.6 Regression] back-slash white space newline with comments, no warning

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #42 from rguenth at gcc dot gnu dot org 2010-05-22 18:09 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/15212] [4.3/4.4/4.5/4.6 Regression] bootstrap fails on interix3

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #41 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug driver/14435] [4.3/4.4/4.5/4.6 Regression] gnatchop cannot use the compiled compiler in Ada's testsuite because of changed GCC_EXEC_PREFIX semantics

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #31 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/15596] [4.3/4.4/4.5/4.6 Regression] Missed optimization with bitfields with return value

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #17 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/18335] [4.3/4.4/4.5/4.6 regression] mmix-knuth-mmixware testsuite failure: gcc.dg/debug/debug-1.c and debug-2 xyzzy

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #11 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/15184] [4.3/4.4/4.5/4.6 Regression] Direct access to byte inside word not working with -march=pentiumpro

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #17 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/18346] [4.3/4.4/4.5/4.6 regression] mmix-knuth-mmixware testsuite failure: gcc.dg/trampoline-1.c

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #13 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/17729] [4.3/4.4/4.5/4.6 Regression] Duplicate __attribute__((deprecated)) warning

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #17 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/18501] [4.3/4.4/4.5/4.6 Regression] Missing 'used uninitialized' warning (CCP)

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #39 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/15065] [4.3/4.4/4.5/4.6 Regression] bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #20 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/18219] [4.3/4.4 Regression] bloats code by 31%

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #32 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug java/18190] [4.3/4.4/4.5/4.6 regression] primitive array optimization is gone

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #16 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/19185] [4.3/4.4/4.5/4.6 Regression] ICE in cp_expr_size with PCC_STATIC_STRUCT_RETURN

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #13 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/18687] [4.3/4.4/4.5/4.6 Regression] 200% compile time regression compared to gcc-3.4

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #51 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/20285] [4.3/4.4/4.5/4.6 Regression] gcc -E - . gives a misleading error message

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug libstdc++/21321] [4.3/4.4/4.5/4.6 regression] mmix-knuth-mmixware 27_io/basic_filebuf/seekpos/12790-3.cc execution test

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #19 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/20681] [4.3/4.4/4.5/4.6 Regression] wrong control reaches warning with switches

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #26 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/20617] [4.3/4.4/4.5/4.6 Regression] shared SH libgcc is exporting too many symbols

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #30 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/20528] [4.3/4.4/4.5/4.6 regression] ICE in reload_cse_simplify_operands, at postreload.c:391

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #11 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/21485] [4.3/4.4/4.5/4.6 Regression] missed load PRE, PRE makes i?86 suck

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #43 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/21343] [4.3/4.4/4.5/4.6 Regression] incompatible internal linkage declarations in different scopes not diagnosed

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/21659] [4.3/4.4/4.5/4.6 Regression] [unit-at-a-time] weak declaration must precede definition error missing at = O1

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgcj/21714] [4.3/4.4/4.5/4.6 Regression] libjava bootstrap failure in java/lang/natConcreteProcess.cc

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #13 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/21953] [4.3/4.4/4.5/4.6 Regression] Many tmpdir-gcc.dg-struct-layout-1 tests fail on Tru64 UNIX V5.1B

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #14 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/21374] [4.3/4.4/4.5/4.6 regression] ICE with nested function

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #15 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/22141] [4.3/4.4/4.5/4.6 Regression] Missing optimization when storing structures

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #21 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

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

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #15 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/22553] [4.3/4.4/4.5/4.6 regression] ICE building libstdc++

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #17 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/23144] [4.3/4.4/4.5/4.6 Regression] invalid parameter forward declarations not diagnosed

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #12 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/23868] [4.3/4.4/4.5/4.6 regression] builtin_apply uses wrong mode for multi-hard-register return values

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #17 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug objc/23709] [4.3/4.4/4.5/4.6 Regression] error recovery is not smart enough

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #10 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/24024] [4.3/4.4/4.5/4.6 Regression] gcc -E -C processes \ incorrectly inside C comments

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #11 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug inline-asm/23200] [4.3/4.4/4.5/4.6 Regression] rejects i(var + 1)

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #43 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/22297] [4.3/4.4/4.5/4.6 Regression] missing uninitialized warning (builtin functions)

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #10 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/24012] [4.3/4.4/4.5/4.6 regression] #define _POSIX_C_SOURCE breaks #include iostream

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/23835] [4.3/4.4/4.5/4.6 Regression] -O3 compile takes two times longer

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #32 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/24319] [4.3/4.4 regression] amd64 register spill error with -fschedule-insns

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #28 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug objc/24393] [4.3/4.4/4.5/4.6 Regression] fatal error when missing closing paren in method argument type

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/24334] [4.3/4.4/4.5/4.6 regression] IRIX 6.5 bootstrap failure with SGI 7.4.3/4.4/4.5/4.6m ld: GOT overflow

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #13 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug java/24698] [4.3/4.4/4.5/4.6 regression] SIGABRT when using ResourceBundle.getBundle with a nonexistant key

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #22 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/24976] [4.3/4.4/4.5/4.6 Regression] simple hexadecimal number and plus/minus and no space

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #10 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/24434] [4.3/4.4/4.5/4.6 Regression] get_varargs_alias_set returns 0 always

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/42960] segfault internal compiler error when trying to compile latest linux kernel

2010-05-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2010-05-22 18:10 --- Closing as not for FSF GCC and probably a hardware problem. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/24998] [4.3/4.4/4.5/4.6 Regression] Build failure: undefined symbol __floatunsitf

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #42 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/25672] [4.3 regression] cross build's libgcc picks up CFLAGS

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #26 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug driver/25208] [4.3/4.4/4.5/4.6 Regression] two outputs and -MMD

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #14 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/25438] [4.3/4.4/4.5/4.6 Regression] make: *** No rule to make target `bubblestrap'. Stop.

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #13 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/25973] [4.3/4.4/4.5/4.6 Regression] Wrong warning: control reaches end of non-void function

2010-05-22 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2010-05-22 18:10 --- GCC 4.3.5 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

  1   2   3   >