[Bug middle-end/45838] [4.6 Regression] FAIL: libgomp.c/pr34513.c execution test

2010-10-06 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45838 --- Comment #6 from Jakub Jelinek 2010-10-06 07:47:32 UTC --- Author: jakub Date: Wed Oct 6 07:47:28 2010 New Revision: 165012 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165012 Log: PR middle-end/45838 * omp-builtins.def (BUI

[Bug target/45901] alpha-gnu target-specific CPP macros are broken

2010-10-06 Thread tschwinge at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45901 --- Comment #1 from Thomas Schwinge 2010-10-06 07:49:54 UTC --- Author: tschwinge Date: Wed Oct 6 07:49:52 2010 New Revision: 165014 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165014 Log: 2010-10-06 Thomas Schwinge PR target/

[Bug target/45901] alpha-gnu target-specific CPP macros are broken

2010-10-06 Thread tschwinge at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45901 Thomas Schwinge changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug libstdc++/45893] [C++0x] [DR 817] Finish updating std::bind to rvalue refs

2010-10-06 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45893 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/45897] ZNC. make

2010-10-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45897 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug tree-optimization/45903] unnecessary load of 32/64bit variable when only 8 bits are needed

2010-10-06 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45903 --- Comment #1 from Zdenek Sojka 2010-10-06 10:03:48 UTC --- The first example should actually be: f64: mov al, DWORD PTR [esp+5] add al, DWORD PTR [esp+13] ret This happens to other operators, not just plus: uint8_t f64or(uint64_t a, uint64_t

[Bug fortran/45909] New: f951.exe: internal compiler error: Segmentation fault

2010-10-06 Thread nma at 12000 dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45909 Summary: f951.exe: internal compiler error: Segmentation fault Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: fortran Assigne

[Bug c++/45908] [C++0x] ICE involving decltype: in tree_low_cst, at tree.h:4114

2010-10-06 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45908 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/45909] f951.exe: internal compiler error: Segmentation fault

2010-10-06 Thread Joost.VandeVondele at pci dot uzh.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45909 Joost VandeVondele changed: What|Removed |Added Keywords||ice-on-invalid-code Stat

[Bug rtl-optimization/45903] unnecessary load of 32/64bit variable when only 8 bits are needed

2010-10-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45903 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug bootstrap/45905] Cross Build GCC 4.5.1 for arm failed to located gmp header files

2010-10-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45905 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug bootstrap/44455] GCC fails to build if MPFR 3.0.0 (Release Candidate) is used

2010-10-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44455 Richard Guenther changed: What|Removed |Added CC||samsonluk at gmail dot com --- Comment

[Bug lto/45907] [4.6 Regression] Revision 164995 failed gcc.dg/torture/fp-int-convert-*.c

2010-10-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45907 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.6.0

[Bug bootstrap/44455] GCC fails to build if MPFR 3.0.0 (Release Candidate) is used

2010-10-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44455 Richard Guenther changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug bootstrap/44455] GCC fails to build if MPFR 3.0.0 (Release Candidate) is used

2010-10-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44455 --- Comment #16 from Richard Guenther 2010-10-06 10:29:58 UTC --- Author: rguenth Date: Wed Oct 6 10:29:55 2010 New Revision: 165020 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165020 Log: 2010-10-06 Richard Guenther Backport

[Bug c++/45894] [4.5/4.6 Regression] [C++0x] ICE: segmentation fault with -Wall

2010-10-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45894 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.5.2

[Bug c++/45908] [C++0x] ICE involving decltype: in tree_low_cst, at tree.h:4114

2010-10-06 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45908 --- Comment #3 from Jonathan Wakely 2010-10-06 10:37:19 UTC --- The second testcase is a different issue which can be reduced to: class block { auto f() const -> decltype(i); int i; }; name lookup in the member function's trail

[Bug libstdc++/41975] [C++0x] [DR579] unordered_set::erase performs worse when nearly empty

2010-10-06 Thread joaquin at tid dot es
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41975 --- Comment #31 from Joaquín M López Muñoz 2010-10-06 11:10:12 UTC --- Paolo, I've read the minutes and seems no strong consensus was reached. I think it'd be useful if the issue can be reopened, at least for informative purposes, so that the co

[Bug web/45904] Email addresses used by Bugzilla

2010-10-06 Thread LpSolit at netscape dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45904 --- Comment #2 from Frédéric Buclin 2010-10-06 11:51:31 UTC --- (In reply to comment #0) > GCC Bugzilla is currently sending emails with From: address > gcc-bugzilla-nore...@gcc.gnu.org. I don't know where you see that. All emails I get from GCC

[Bug web/45904] Email addresses used by Bugzilla

2010-10-06 Thread fche at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45904 --- Comment #3 from Frank Ch. Eigler 2010-10-06 13:03:48 UTC --- > I don't know where you see that. All emails I get from GCC Bugzilla have and > always had the From: field set to gcc-bugzi...@gcc.gnu.org. Federic, yesterday we did experiment wi

[Bug rtl-optimization/45903] unnecessary load of 32/64bit variable when only 8 bits are needed

2010-10-06 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45903 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at

[Bug web/45904] Email addresses used by Bugzilla

2010-10-06 Thread LpSolit at netscape dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45904 --- Comment #4 from Frédéric Buclin 2010-10-06 13:14:03 UTC --- Le 06. 10. 10 15:04, fche at redhat dot com a écrit : > Federic, yesterday we did experiment with an alternative setting, after > bounces started being collected as new comments, sta

[Bug c++/45908] [C++0x] ICE involving decltype: in tree_low_cst, at tree.h:4114

2010-10-06 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45908 H.J. Lu changed: What|Removed |Added CC||ebotcazou at gcc dot |

[Bug fortran/45889] Regression with I/O of element of allocatable array in derived type

2010-10-06 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45889 --- Comment #9 from Jerry DeLisle 2010-10-06 13:29:47 UTC --- This fixes it. I will commit after a full regression test. Earlier when I added a scan through the OP's for parens I missed this change, so we were looking at the intrinsic operator e

[Bug fortran/45143] [F2008,corrig1] Endless loop with unlimited edit descriptor

2010-10-06 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45143 --- Comment #7 from Jerry DeLisle 2010-10-06 13:51:22 UTC --- As an update on this, when I finish melding of runtime and compile time format checking into a common set of routines, this bug will be finished.

[Bug c++/45908] [C++0x] ICE involving decltype: in tree_low_cst, at tree.h:4114

2010-10-06 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45908 --- Comment #5 from Jason Merrill 2010-10-06 14:00:11 UTC --- (In reply to comment #3) > I think that's wrong because the trailing-return-type follows the function's > declarator-id, so [basic.lookup.unqual]p8 applies, but I'll leave Jason to > c

[Bug rtl-optimization/45394] [4.6 regression] gnat fails to build on s390, trunk 20100918

2010-10-06 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45394 --- Comment #8 from Eric Botcazou 2010-10-06 14:25:11 UTC --- Author: ebotcazou Date: Wed Oct 6 14:25:04 2010 New Revision: 165030 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165030 Log: PR rtl-optimization/45394 * combine.c (

[Bug rtl-optimization/45394] [4.6 regression] gnat fails to build on s390, trunk 20100918

2010-10-06 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45394 Eric Botcazou changed: What|Removed |Added Status|ASSIGNED|RESOLVED URL|

[Bug c++/45908] [C++0x] ICE involving decltype: in tree_low_cst, at tree.h:4114

2010-10-06 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45908 --- Comment #6 from Eric Botcazou 2010-10-06 14:35:33 UTC --- Author: ebotcazou Date: Wed Oct 6 14:35:25 2010 New Revision: 165031 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165031 Log: PR c++/45908 * typeck.c (cp_build_addr_

[Bug c++/45908] [C++0x] ICE involving decltype: in tree_low_cst, at tree.h:4114

2010-10-06 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45908 --- Comment #7 from Jonathan Wakely 2010-10-06 14:45:53 UTC --- (In reply to comment #5) > But paragraph 7 also applies (name used in a class outside a member function > body), so the name needs to be declared before its use. thanks, I missed th

[Bug bootstrap/45612] [4.6 regression] Reference to undefined label building libada on Solaris 2/SPARC

2010-10-06 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45612 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug fortran/45910] New: compiler won't compile

2010-10-06 Thread lawrencetinsley at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45910 Summary: compiler won't compile Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassig...@gcc.gnu.org

[Bug fortran/45910] compiler won't compile

2010-10-06 Thread lawrencetinsley at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45910 --- Comment #1 from Larry 2010-10-06 15:04:59 UTC --- I also compiled with the command gcc test.f95 -o test.exe and saw mentioned somewhere gcc -Wall and got the same error

[Bug fortran/45910] compiler won't compile

2010-10-06 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45910 kargl at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug middle-end/45699] [4.6 Regression] Incorrect copy constructor generated with -O

2010-10-06 Thread bredelin at ucla dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45699 --- Comment #5 from bredelin at ucla dot edu 2010-10-06 15:46:08 UTC --- This bug still existed as of Oct 4, 2010. gcc version 4.6.0 20101004 (experimental) [trunk revision 164952] (Ubuntu 20101004-0ubuntu1) After this bug is fixed, I'll be able

[Bug libstdc++/45906] Cross build gcc 4.5.1 failed but same options success on 4.4.1

2010-10-06 Thread samsonluk at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45906 --- Comment #2 from Samson Luk 2010-10-06 15:57:13 UTC --- > I know very little about cross-compilation, but something seems badly wrong > with the setup you are using: the 4.5.1 C++ front-end definitely implements > the > __is_trivial "builtin

[Bug libstdc++/45906] Cross build gcc 4.5.1 failed but same options success on 4.4.1

2010-10-06 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45906 --- Comment #3 from Jonathan Wakely 2010-10-06 16:14:16 UTC --- (In reply to comment #0) > make[4]: Entering directory > `/home/samson/src/gccB451/arm-none-linux-gnueabi/libstdc++-v3/src' > /bin/sh ../libtool --tag CXX --mode=compile arm-none-l

[Bug debug/12990] CFA not tracked in epilogues

2010-10-06 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12990 Richard Henderson changed: What|Removed |Added CC||davidm at hpl dot hp.com --- Comment

[Bug target/18749] GCC fails to mark stack-popping instruction in unwind-info

2010-10-06 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18749 Richard Henderson changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug debug/12990] CFA not tracked in epilogues

2010-10-06 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12990 Richard Henderson changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug debug/12990] CFA not tracked in epilogues

2010-10-06 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12990 Richard Henderson changed: What|Removed |Added Target Milestone|--- |4.5.0

[Bug rtl-optimization/33721] [meta-bug] Gcc can't properly align stack variable

2010-10-06 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33721 Richard Henderson changed: What|Removed |Added Status|REOPENED|ASSIGNED CC|

[Bug web/45911] New: bugzilla: Changing status to assigned no longer auto-adjusts the assign-to field

2010-10-06 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45911 Summary: bugzilla: Changing status to assigned no longer auto-adjusts the assign-to field Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priori

[Bug tree-optimization/45912] New: [4.6 regression] Patch for PR tree-optimization/44972 caused 2500+ FAILs on Solaris 2/SPARC

2010-10-06 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45912 Summary: [4.6 regression] Patch for PR tree-optimization/44972 caused 2500+ FAILs on Solaris 2/SPARC Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: wrong-code

[Bug libstdc++/45906] Cross build gcc 4.5.1 failed but same options success on 4.4.1

2010-10-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45906 --- Comment #4 from Paolo Carlini 2010-10-06 16:50:34 UTC --- Just to expand a little bit on what Jon said: you are getting an error on __is_trivial, which is a C++ front-end "builtin" available in 4.5.x and not available in 4.4.x. Thus, the only

[Bug libstdc++/45863] [4.6 regression] FAIL: libstdc++-abi/abi_check

2010-10-06 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45863 --- Comment #9 from Rainer Orth 2010-10-06 17:01:17 UTC --- Author: ro Date: Wed Oct 6 17:01:11 2010 New Revision: 165055 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165055 Log: PR libstdc++/45863 * scripts/extract_symvers: Re

[Bug web/45911] bugzilla: Changing status to assigned no longer auto-adjusts the assign-to field

2010-10-06 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45911 --- Comment #1 from Jonathan Wakely 2010-10-06 17:01:37 UTC --- Yes, I reported this in the bugzilla-test instance. It would be useful to restore the "accept bug" button on UNCONFIRMED and NEW bugs which sets Status=ASSIGNED and AssignedTo=me

[Bug tree-optimization/45912] [4.6 regression] Patch for PR tree-optimization/44972 caused 2500+ FAILs on Solaris 2/SPARC

2010-10-06 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45912 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug bootstrap/23101] Make Bootstrap fails on AIX 5.2 ML6

2010-10-06 Thread nate at ucar dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23101 Nate changed: What|Removed |Added CC||nate at ucar dot edu --- Comment #10 from Nate 20

[Bug c++/45908] [C++0x] ICE involving decltype: in tree_low_cst, at tree.h:4114

2010-10-06 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45908 --- Comment #8 from Jason Merrill 2010-10-06 17:37:32 UTC --- (In reply to comment #7) > re comment 2, is 4.5 correct to use a non-const access path to v.begin() in > the > trailing-return-type? Yes. The trailing-return-type is not in the cont

[Bug libstdc++/45906] Cross build gcc 4.5.1 failed but same options success on 4.4.1

2010-10-06 Thread samsonluk at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45906 --- Comment #5 from Samson Luk 2010-10-06 17:56:57 UTC --- (In reply to comment #4) Now I understand... seems to me a chicken and egg problem... I am already using the latest Cross Toolchain and it only came with gcc/c++ 4.4.1. It seems that gcc

[Bug libstdc++/45906] Cross build gcc 4.5.1 failed but same options success on 4.4.1

2010-10-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45906 --- Comment #6 from Paolo Carlini 2010-10-06 17:58:26 UTC --- Only 4.5.x can build the 4.5.x C++ runtime library.

[Bug testsuite/45856] gcc.c-torture/execute/cmpsf-1.c/cmpsi-2.c failed on x86-64

2010-10-06 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45856 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/45906] Cross build gcc 4.5.1 failed but same options success on 4.4.1

2010-10-06 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45906 --- Comment #7 from Jonathan Wakely 2010-10-06 18:33:01 UTC --- (In reply to comment #5) > It seems that > gcc 4.5.x was build successfully, do you mean I have to make use of the new > build gcc to build the c++ 4.5.x? That should happen automat

[Bug target/45913] New: [4.6 Regression] ICE: in insn_default_length, at config/i386/i386.md:584 with -fselective-scheduling2 -fsel-sched-pipelining -fsel-sched-pipelining-outer-loops

2010-10-06 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45913 Summary: [4.6 Regression] ICE: in insn_default_length, at config/i386/i386.md:584 with -fselective-scheduling2 -fsel-sched-pipelining -fsel-sched-pipelining-outer-loops

[Bug target/36732] Internal compiller bug

2010-10-06 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36732 Zdenek Sojka changed: What|Removed |Added CC||zsojka at seznam dot cz --- Comment #2 fro

[Bug other/45914] New: Typo in gcc/configure.ac

2010-10-06 Thread gcc-tgc at jupiterrise dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45914 Summary: Typo in gcc/configure.ac Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other AssignedTo: unassig...@gcc.gnu.org

[Bug libstdc++/45906] Cross build gcc 4.5.1 failed but same options success on 4.4.1

2010-10-06 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45906 --- Comment #8 from joseph at codesourcery dot com 2010-10-06 18:53:27 UTC --- On Wed, 6 Oct 2010, samsonluk at gmail dot com wrote: > Now I understand... seems to me a chicken and egg problem... I am already > using > the latest Cross Toolchain

[Bug java/43839] libjava incorrectly uses -liconv in testsuite, jni.exp when using --with-libiconv-prefix

2010-10-06 Thread mrs at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43839 --- Comment #12 from mrs at gcc dot gnu.org 2010-10-06 18:54:31 UTC --- Author: mrs Date: Wed Oct 6 18:54:14 2010 New Revision: 165061 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165061 Log: 2010-10-06 Jack Howarth Backport fro

[Bug testsuite/45856] gcc.c-torture/execute/cmpsf-1.c/cmpsi-2.c failed on x86-64

2010-10-06 Thread eager at eagercon dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45856 --- Comment #7 from Michael Eager 2010-10-06 18:58:15 UTC --- Attached patches should correct test case failures. Tested on x86_64 and x86.

[Bug other/45915] New: Check for gnu_unique_object in ld.so in gcc/configure.ac is broken for non-glibc ldd

2010-10-06 Thread gcc-tgc at jupiterrise dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45915 Summary: Check for gnu_unique_object in ld.so in gcc/configure.ac is broken for non-glibc ldd Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Prio

[Bug target/43715] configure option --enable-plugin fails on darwin

2010-10-06 Thread mrs at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43715 --- Comment #10 from mrs at gcc dot gnu.org 2010-10-06 19:09:14 UTC --- Author: mrs Date: Wed Oct 6 19:09:10 2010 New Revision: 165062 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165062 Log: 2010-10-06 Jack Howarth Backport fr

[Bug target/42070] FAIL: g++.dg/tree-prof/partition1.C compilation, -O3 -g -fprofile-use

2010-10-06 Thread mrs at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42070 --- Comment #6 from mrs at gcc dot gnu.org 2010-10-06 19:22:40 UTC --- Author: mrs Date: Wed Oct 6 19:22:37 2010 New Revision: 165063 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165063 Log: 2010-10-06 Jack Howarth Backport from

[Bug fortran/45916] New: [4.6 regression] ICE in match_procedure_in_type, at fortran/decl.c:7921

2010-10-06 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45916 Summary: [4.6 regression] ICE in match_procedure_in_type, at fortran/decl.c:7921 Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug debug/42487] FAIL: gcc.dg/debug/dwarf2/aranges-fnsec-1.c scan-assembler DW_AT_ranges

2010-10-06 Thread mrs at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42487 --- Comment #9 from mrs at gcc dot gnu.org 2010-10-06 19:28:42 UTC --- Author: mrs Date: Wed Oct 6 19:28:40 2010 New Revision: 165064 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165064 Log: 2010-10-06 Jack Howarth Backport from

[Bug fortran/45916] [4.6 regression] ICE in match_procedure_in_type, at fortran/decl.c:7921

2010-10-06 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45916 --- Comment #1 from Mikael Morin 2010-10-06 19:29:01 UTC --- regressing commit http://gcc.gnu.org/viewcvs?view=revision&revision=165026

[Bug fortran/33097] Function decl trees without proper argument list

2010-10-06 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33097 Jack Howarth changed: What|Removed |Added CC||howarth at nitro dot |

[Bug java/43839] libjava incorrectly uses -liconv in testsuite, jni.exp when using --with-libiconv-prefix

2010-10-06 Thread mrs at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43839 m...@gcc.gnu.org changed: What|Removed |Added Target Milestone|--- |4.5.1

[Bug c++/41874] Incorrect "dereferencing type-punned pointer will break strict-aliasing rules" warning

2010-10-06 Thread muravev at yandex dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41874 --- Comment #9 from Ilya Murav'jov 2010-10-06 19:43:30 UTC --- I've come across another weird warning emission in g++ 4.4: $ cat test.cc #include struct interface_type { virtual interface_type* clone(void* storage) const { retu

[Bug java/43839] libjava incorrectly uses -liconv in testsuite, jni.exp when using --with-libiconv-prefix

2010-10-06 Thread mrs at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43839 m...@gcc.gnu.org changed: What|Removed |Added Target Milestone|4.5.1 |4.5.2

[Bug target/42070] FAIL: g++.dg/tree-prof/partition1.C compilation, -O3 -g -fprofile-use

2010-10-06 Thread mrs at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42070 m...@gcc.gnu.org changed: What|Removed |Added CC||mrs at gcc dot gnu.org Target Milest

[Bug fortran/45916] [4.6 regression] ICE in match_procedure_in_type, at fortran/decl.c:7921

2010-10-06 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45916 --- Comment #2 from Mikael Morin 2010-10-06 20:45:53 UTC --- Reduced testcase: module m_sort implicit none type, abstract :: sort_t contains generic :: operator(.gt.) => gt_cmp procedure(gt_cmp), deferred :: gt_cmp end type sort_

[Bug fortran/45916] [4.6 regression] ICE in match_procedure_in_type, at fortran/decl.c:7921

2010-10-06 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45916 Mikael Morin changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/41874] Incorrect "dereferencing type-punned pointer will break strict-aliasing rules" warning

2010-10-06 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41874 --- Comment #10 from rguenther at suse dot de 2010-10-06 20:56:56 UTC --- On Wed, 6 Oct 2010, muravev at yandex dot ru wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41874 > > --- Comment #9 from Ilya Murav'jov 2010-10-06 > 19:43:30 UTC

[Bug fortran/45916] [4.6 regression] ICE in match_procedure_in_type, at fortran/decl.c:7921

2010-10-06 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45916 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- Co

[Bug c++/45917] New: Friend of friend is allowed the access to the private type through the template

2010-10-06 Thread yuri at tsoft dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45917 Summary: Friend of friend is allowed the access to the private type through the template Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority:

[Bug libstdc++/45906] Cross build gcc 4.5.1 failed but same options success on 4.4.1

2010-10-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45906 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|paolo.carlini

[Bug c++/45917] Friend of friend is allowed the access to the private type through the template

2010-10-06 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45917 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/45918] New: Lack of warning on meaningless unsigned to zero comparison

2010-10-06 Thread yuri at tsoft dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45918 Summary: Lack of warning on meaningless unsigned to zero comparison Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug c++/45917] inaccessible types allowed as template argument in nested-name-specifier

2010-10-06 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45917 Jonathan Wakely changed: What|Removed |Added Keywords||accepts-invalid Summary|Frie

[Bug tree-optimization/45919] New: [4.6 Regression] ICE: SIGSEGV in fold_ctor_reference (tree-ssa-ccp.c:1527) at -O1

2010-10-06 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45919 Summary: [4.6 Regression] ICE: SIGSEGV in fold_ctor_reference (tree-ssa-ccp.c:1527) at -O1 Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priorit

[Bug fortran/45889] Regression with I/O of element of allocatable array in derived type

2010-10-06 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45889 --- Comment #10 from Jerry DeLisle 2010-10-06 22:38:36 UTC --- Author: jvdelisle Date: Wed Oct 6 22:38:30 2010 New Revision: 165068 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165068 Log: 2010-10-06 Jerry DeLisle PR fortran/45

[Bug fortran/45889] Regression with I/O of element of allocatable array in derived type

2010-10-06 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45889 --- Comment #11 from Jerry DeLisle 2010-10-06 22:49:30 UTC --- Author: jvdelisle Date: Wed Oct 6 22:49:28 2010 New Revision: 165069 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165069 Log: 2010-10-06 Jerry DeLisle PR fortran/45

[Bug fortran/45889] Regression with I/O of element of allocatable array in derived type

2010-10-06 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45889 Jerry DeLisle changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/45918] Lack of warning on meaningless unsigned to zero comparison

2010-10-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45918 Paolo Carlini changed: What|Removed |Added CC||paolo.carlini at oracle dot

[Bug other/45920] New: Building gcc: flags passed during configure step not used everywhere

2010-10-06 Thread phantall at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45920 Summary: Building gcc: flags passed during configure step not used everywhere Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/45918] Lack of warning on meaningless unsigned to zero comparison

2010-10-06 Thread yuri at tsoft dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45918 --- Comment #2 from Yuri 2010-10-06 23:16:21 UTC --- No warning in 4.2.1 for example.

[Bug c++/45918] Lack of warning on meaningless unsigned to zero comparison

2010-10-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45918 Paolo Carlini changed: What|Removed |Added CC||manu at gcc dot gnu.org --- Comment #3 fr

[Bug other/45920] Building gcc: flags passed during configure step not used everywhere

2010-10-06 Thread phantall at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45920 --- Comment #1 from Brian Vandenberg 2010-10-06 23:23:54 UTC --- This is more systemic than just (...)/gcc. Other Makefiles have the same issue (eg, libdecnumber, libcpp to name a few). -Brian

[Bug tree-optimization/45921] New: [4.6 Regression] ICE: verify_stmts failed: invalid conversion in gimple call at -O1

2010-10-06 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45921 Summary: [4.6 Regression] ICE: verify_stmts failed: invalid conversion in gimple call at -O1 Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Prior

[Bug web/45922] New: notification email is not sent when an attachment is added

2010-10-06 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45922 Summary: notification email is not sent when an attachment is added Product: gcc Version: unknown Status: UNCONFIRMED Severity: major Priority: P3 Compone

[Bug c++/45148] [C++0x] constexpr g++ issues

2010-10-06 Thread bkoz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45148 Benjamin Kosnik changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/45923] New: constexpr diagnostic w/ non-literal

2010-10-06 Thread bkoz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45923 Summary: constexpr diagnostic w/ non-literal Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassig...@gcc

[Bug libstdc++/45924] New: [4.5/4.6 Regression] [C++0x] bind(x)(y, z) fails

2010-10-06 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45924 Summary: [4.5/4.6 Regression] [C++0x] bind(x)(y, z) fails Product: gcc Version: 4.5.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ AssignedT

[Bug libstdc++/45924] [4.5/4.6 Regression] [C++0x] bind(x)(y, z) fails

2010-10-06 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45924 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Known to work|

[Bug objc/45925] New: New objc test failures

2010-10-06 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45925 Summary: New objc test failures Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: objc AssignedTo: unassig...@gcc.gnu.org

[Bug libstdc++/45924] [4.5/4.6 Regression] [C++0x] bind(x)(y, z) fails

2010-10-06 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45924 --- Comment #2 from Jonathan Wakely 2010-10-07 00:17:30 UTC --- Author: redi Date: Thu Oct 7 00:17:24 2010 New Revision: 165072 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165072 Log: PR libstdc++/45924 * include/std/functiona

[Bug libstdc++/45924] [4.5/4.6 Regression] [C++0x] bind(x)(y, z) fails

2010-10-06 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45924 --- Comment #3 from Jonathan Wakely 2010-10-07 00:19:33 UTC --- Author: redi Date: Thu Oct 7 00:19:18 2010 New Revision: 165075 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165075 Log: 2010-10-07 Jonathan Wakely PR libstdc++/45

[Bug tree-optimization/45921] [4.6 Regression] ICE: verify_stmts failed: invalid conversion in gimple call at -O1

2010-10-06 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45921 H.J. Lu changed: What|Removed |Added CC||jamborm at gcc dot gnu.org --- Comment #2 from

[Bug tree-optimization/45921] [4.6 Regression] ICE: verify_stmts failed: invalid conversion in gimple call at -O1

2010-10-06 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45921 H.J. Lu changed: What|Removed |Added Target Milestone|--- |4.6.0

  1   2   >