[Bug fortran/43829] Scalarization of reductions

2011-11-03 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43829 Mikael Morin changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug fortran/43829] Scalarization of reductions

2011-11-03 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43829 --- Comment #50 from Mikael Morin 2011-11-04 01:07:42 UTC --- I didn't want to flood this PR with commit logs, so here are all the patches/revisions relevant to this PR: patch revision === 01 180842 02 180843 03 180844 0

[Bug libstdc++/50880] __complex_acosh() picks wrong complex branch

2011-11-03 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50880 --- Comment #25 from Paolo Carlini 2011-11-04 00:53:29 UTC --- By the way, if isn't clear already, I would be *really* curious to know which specific targets by now can't just enable the builtins, eg, their libc doesn't provide the C99 complex fu

[Bug libstdc++/50880] __complex_acosh() picks wrong complex branch

2011-11-03 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50880 --- Comment #24 from Paolo Carlini 2011-11-04 00:51:49 UTC --- Thanks Richard for double checking!

[Bug fortran/43829] Scalarization of reductions

2011-11-03 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43829 --- Comment #49 from Mikael Morin 2011-11-04 00:45:52 UTC --- Author: mikael Date: Fri Nov 4 00:45:48 2011 New Revision: 180922 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180922 Log: PR fortran/43829 * gfortran.dg/function_op

[Bug fortran/43829] Scalarization of reductions

2011-11-03 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43829 --- Comment #48 from Mikael Morin 2011-11-04 00:31:23 UTC --- Author: mikael Date: Fri Nov 4 00:31:19 2011 New Revision: 180920 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180920 Log: PR fortran/43829 * trans-array.c (gfc_conv

[Bug libstdc++/50880] __complex_acosh() picks wrong complex branch

2011-11-03 Thread kreckel at ginac dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50880 --- Comment #23 from Richard B. Kreckel 2011-11-03 23:57:55 UTC --- (In reply to comment #16) > Well, I guess this would be most of it: > > template > std::complex<_Tp> > __complex_acosh(const std::complex<_Tp>& __z) > { > re

[Bug fortran/50933] Wrongly regards BIND(C) types as incompatible

2011-11-03 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50933 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug fortran/50933] Wrongly regards BIND(C) types as incompatible

2011-11-03 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50933 --- Comment #2 from Tobias Burnus 2011-11-03 22:36:19 UTC --- Author: burnus Date: Thu Nov 3 22:36:11 2011 New Revision: 180879 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180879 Log: 2011-11-03 Tobias Burnus PR fortran/50

[Bug fortran/50960] [OOP] vtables not marked as constant

2011-11-03 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50960 --- Comment #18 from Tobias Burnus 2011-11-03 22:32:42 UTC --- Author: burnus Date: Thu Nov 3 22:32:37 2011 New Revision: 180878 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180878 Log: 2011-11-03 Tobias Burnus PR fortran/5

[Bug c/50987] powerpc: size of unnamed array is negative when compiling wine

2011-11-03 Thread austinenglish at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50987 austinenglish at gmail dot com changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #3 fro

[Bug target/50989] sparc libgcc2 __udivmoddi4 has undefined reference to .umul

2011-11-03 Thread davem at davemloft dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50989 --- Comment #2 from David S. Miller 2011-11-03 21:53:54 UTC --- Can you multiarch a 64-bit sparc build from 32-bit rtems? Probably not... but if that were possible you'd need to check host_address like we do for Linux. So, change looks fine as-i

[Bug c/50975] Logical operators evaluated in wrong order if no side effects

2011-11-03 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50975 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/50989] sparc libgcc2 __udivmoddi4 has undefined reference to .umul

2011-11-03 Thread joel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50989 --- Comment #1 from Joel Sherrill 2011-11-03 21:07:21 UTC --- Created attachment 25710 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25710 Proposed solution With this change, the RTEMS configure process finished and RTEMS is currently buil

[Bug c++/50976] [C++0x] literal operator with unsigned long long parameter not accepted

2011-11-03 Thread 3dw4rd at verizon dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50976 --- Comment #12 from Ed Smith-Rowland <3dw4rd at verizon dot net> 2011-11-03 21:05:37 UTC --- It could well be a mingw-w64 problem (there are two separate projects mingw and mingw-w64 - http://mingw-w64.sourceforge.net/ you want the latter). I re

[Bug target/50989] New: sparc libgcc2 __udivmoddi4 has undefined reference to .umul

2011-11-03 Thread joel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50989 Bug #: 50989 Summary: sparc libgcc2 __udivmoddi4 has undefined reference to .umul Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug c/50987] powerpc: size of unnamed array is negative when compiling wine

2011-11-03 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50987 --- Comment #2 from Andrew Pinski 2011-11-03 20:56:56 UTC --- Also I bet the alignment between x86 and PPC are different which makes the other "bug" invalid too.

[Bug c/50987] powerpc: size of unnamed array is negative when compiling wine

2011-11-03 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50987 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug bootstrap/50982] gthr reorganization breakage

2011-11-03 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50982 --- Comment #10 from David Edelsohn 2011-11-03 20:49:52 UTC --- Actually, my previous successful bootstrap was for rev 180770. I happened to catch you in the middle of your checkins, but before the libgcc changes. http://gcc.gnu.org/ml/gcc-test

[Bug testsuite/50988] gcc.target/powerpc/altivec-34.c: Test build failure on non-AltiVec targets

2011-11-03 Thread Kyle.D.Moffett at boeing dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50988 Kyle Moffett changed: What|Removed |Added Target||powerpc-linux-gnuspe Host|

[Bug bootstrap/50982] gthr reorganization breakage

2011-11-03 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50982 --- Comment #9 from David Edelsohn 2011-11-03 20:36:28 UTC --- Okay, I will try. I think that something about the reorganization is causing a C header file to be interpreted as a C++ header. Something missing extern "C".

[Bug testsuite/50988] New: gcc.target/powerpc/altivec-34.c: Test build failure on non-AltiVec targets

2011-11-03 Thread Kyle.D.Moffett at boeing dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50988 Bug #: 50988 Summary: gcc.target/powerpc/altivec-34.c: Test build failure on non-AltiVec targets Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCO

[Bug c/50987] New: powerpc: size of unnamed array is negative when compiling wine

2011-11-03 Thread austinenglish at gmail dot com
t gcc/glibc/etc. versions they had. Bug is present in, at least: gcc-4.0.0 gcc-4.1.0 gcc-4.2.0 gcc-4.6.1 trunk 4.7.0 20111103 reduced testcase: [austin@gcc1-power7 tests]$ cat generated.i typedef int BOOL, *PBOOL, *LPBOOL; typedef int INT, *PINT, *LPINT; typedef struct _CACHE_DESCRIPTOR {

[Bug rtl-optimization/50984] Boolean return value expression clears register too often

2011-11-03 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50984 Uros Bizjak changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/50976] [C++0x] literal operator with unsigned long long parameter not accepted

2011-11-03 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50976 --- Comment #11 from Daniel Krügler 2011-11-03 19:44:02 UTC --- (In reply to comment #4) > I can't imagine how this could be target dependent though. I have a bit more information now: If I'm using the 32-bit version from http://www.equation.com

[Bug bootstrap/50982] gthr reorganization breakage

2011-11-03 Thread ro at CeBiTec dot Uni-Bielefeld.DE
e: Fine. I'm running Solaris and Linux/x64 bootstraps with that patch now. > In file included from /farm/dje/src/src/libstdc++-v3/src/atomic.cc:28:0: > /tmp/2003/powerpc-ibm-aix5.3.0.0/pthread/libstdc++-v3/include/mutex: In > cons > tructor 'constexpr std::once_flag::once_

[Bug bootstrap/50982] gthr reorganization breakage

2011-11-03 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50982 --- Comment #7 from David Edelsohn 2011-11-03 19:28:16 UTC --- It's better. It now finds gthr-posix.h. But now it fails with a C++ failure: In file included from /farm/dje/src/src/libstdc++-v3/src/atomic.cc:28:0: /tmp/20111103/powerp

[Bug fortran/50981] [4.4/4.5/4.6/4.7 Regression] Wrong-code for scalarizing ELEMENTAL call with absent OPTIONAL argument

2011-11-03 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50981 --- Comment #3 from Mikael Morin 2011-11-03 19:19:51 UTC --- (In reply to comment #2) > Unless I made a mistake with building those versions, the regression is caused > by: > > Rev. 161472 (PR fortran/43841 and PR 43843). > http://gcc.gnu.org/vi

[Bug middle-end/50890] [4.7 Regression] ICE in fold_convert_loc, at fold-const.c:1894

2011-11-03 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50890 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot |

[Bug target/50968] ICE on armhf building gcc-snapshot

2011-11-03 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50968 Ramana Radhakrishnan changed: What|Removed |Added CC||ramana at gcc dot gnu.org --- Comm

[Bug libgomp/50977] non-deterministic failure in cactusADM using openmp

2011-11-03 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50977 --- Comment #2 from Jakub Jelinek 2011-11-03 18:50:42 UTC --- Without a small self-contained reproducer hard to do anything about it.

[Bug c++/32534] gcc fails to initialize template's static data members before their use in some cases

2011-11-03 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32534 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug libfortran/50985] FAIL: gfortran.fortran-torture/execute/entry_4.f90 execution, at -O2 and above

2011-11-03 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50985 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug middle-end/50628] [4.7 Regression] gfortran.fortran-torture/execute/entry_4.f90 fails

2011-11-03 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50628 Dominique d'Humieres changed: What|Removed |Added CC||danglin at gcc dot gnu.org --- Com

[Bug c++/50986] New: weak static data members with constant initializers emitted in .rodata, leading to segfault on startup

2011-11-03 Thread richard-gccbugzilla at metafoo dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50986 Bug #: 50986 Summary: weak static data members with constant initializers emitted in .rodata, leading to segfault on startup Classification: Unclassified Product: gcc Version: 4.

[Bug libfortran/50985] New: FAIL: gfortran.fortran-torture/execute/entry_4.f90 execution, at -O2 and above

2011-11-03 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50985 Bug #: 50985 Summary: FAIL: gfortran.fortran-torture/execute/entry_4.f90 execution, at -O2 and above Classification: Unclassified Product: gcc Version: 4.7.0 Status:

[Bug c++/32534] gcc fails to initialize template's static data members before their use in some cases

2011-11-03 Thread richard-gccbugzilla at metafoo dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32534 Richard Smith changed: What|Removed |Added CC||richard-gccbugzilla at

[Bug bootstrap/50982] gthr reorganization breakage

2011-11-03 Thread bonzini at gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50982 --- Comment #6 from Paolo Bonzini 2011-11-03 18:27:23 UTC --- > Paolo's suggestion probably was not well thought through. Yes, it assumed that the patch would be tested by maintainers... The patch looks good.

[Bug target/50978] libgcc build fails - unable to find unwind-arm-common.h

2011-11-03 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50978 Rainer Orth changed: What|Removed |Added Status|ASSIGNED|RESOLVED URL|

[Bug bootstrap/50982] gthr reorganization breakage

2011-11-03 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50982 --- Comment #5 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-11-03 18:22:16 UTC --- > --- Comment #4 from David Edelsohn 2011-11-03 > 18:11:40 UTC --- > The failure is config/gthr-posix.h is not found in the search path when > building libstdc++

[Bug middle-end/50598] [4.7 Regression] Undefined symbols: "___emutls_v.*", ... on *-apple-darwin*

2011-11-03 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50598 --- Comment #7 from Iain Sandoe 2011-11-03 18:22:05 UTC --- $ more ../gcc-live-trunk/libgomp/testsuite/libgomp.c++/pr24455-1.C // { dg-do compile } // { dg-require-effective-target tls } extern int i; #pragma omp threadprivate (i) int i; === i

[Bug target/50978] libgcc build fails - unable to find unwind-arm-common.h

2011-11-03 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50978 --- Comment #7 from Rainer Orth 2011-11-03 18:19:57 UTC --- Author: ro Date: Thu Nov 3 18:19:54 2011 New Revision: 180839 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180839 Log: Restore arm-eabi bootstrap (PR target/50978) PR tar

[Bug bootstrap/50982] gthr reorganization breakage

2011-11-03 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50982 --- Comment #4 from David Edelsohn 2011-11-03 18:11:40 UTC --- The failure is config/gthr-posix.h is not found in the search path when building libstdc++ during bootstrap. Paolo's suggestion probably was not well thought through. I tried editin

[Bug target/50984] Boolean return value expression clears register too often

2011-11-03 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50984 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization Component|tr

[Bug tree-optimization/50984] New: Boolean return value expression clears register too often

2011-11-03 Thread drepper.fsp at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50984 Bug #: 50984 Summary: Boolean return value expression clears register too often Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug debug/50983] New: [4.7 Regression] incorrect DW_LNS_negate_stmt

2011-11-03 Thread ravitillo at lbl dot gov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50983 Bug #: 50983 Summary: [4.7 Regression] incorrect DW_LNS_negate_stmt Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Prio

[Bug ada/50934] Attribute Max_Size_In_Storage_Elements is wrong for controlled types

2011-11-03 Thread simon at pushface dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50934 --- Comment #3 from simon at pushface dot org 2011-11-03 17:34:01 UTC --- (In reply to comment #1) > It seems to me that this new approach is a remarkably non-Ada way of > addressing > the problem; the original design is precisely the way that it

[Bug bootstrap/50982] gthr reorganization breakage

2011-11-03 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50982 Rainer Orth changed: What|Removed |Added Status|NEW |ASSIGNED CC|ro at CeBiTec d

[Bug bootstrap/50982] gthr reorganization breakage

2011-11-03 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50982 --- Comment #3 from Rainer Orth 2011-11-03 17:25:59 UTC --- Created attachment 25709 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25709 proposed patch

[Bug bootstrap/50857] [4.7 Regression] The compiler is built with exceptions and RTTI enabled

2011-11-03 Thread matz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50857 Michael Matz changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug bootstrap/50857] [4.7 Regression] The compiler is built with exceptions and RTTI enabled

2011-11-03 Thread matz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50857 --- Comment #4 from Michael Matz 2011-11-03 17:17:11 UTC --- Author: matz Date: Thu Nov 3 17:17:07 2011 New Revision: 180833 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180833 Log: libcpp/ PR bootstrap/50857 * configure.ac: Ch

[Bug fortran/50981] [4.4/4.5/4.6/4.7 Regression] Wrong-code for scalarizing ELEMENTAL call with absent OPTIONAL argument

2011-11-03 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50981 Tobias Burnus changed: What|Removed |Added Target Milestone|--- |4.4.7 --- Comment #2 from Tobias Burnus

[Bug target/50979] architecture mismatch: "mul32" not enabled for "smul" or "umul"

2011-11-03 Thread joel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50979 --- Comment #6 from Joel Sherrill 2011-11-03 17:06:52 UTC --- (In reply to comment #5) > Created attachment 25707 [details] > Tentative fix That seems to have done the trick enough to complete the build of gcc. Please commit it. Thanks.

[Bug target/50906] e500 exception unwinding under "-Os" causes SIGSEGV

2011-11-03 Thread Kyle.D.Moffett at boeing dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50906 --- Comment #11 from Kyle Moffett 2011-11-03 16:48:43 UTC --- Ok, I'm running a "bootstrap-lean" + "make check" by way of a full Debian GCC package build with this patch added. The first build will just do C/C++/ObjC/ObjC++/Fortran; if that work

[Bug target/50978] libgcc build fails - unable to find unwind-arm-common.h

2011-11-03 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50978 --- Comment #6 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-11-03 16:46:23 UTC --- Thanks for the confirmation. I'll submit the patch now. Rainer

[Bug target/50978] libgcc build fails - unable to find unwind-arm-common.h

2011-11-03 Thread mgretton at sourceware dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50978 --- Comment #5 from Matthew Gretton-Dann 2011-11-03 16:43:41 UTC --- (In reply to comment #3) > I think I found it: an incredibly stupid error. The contents of arm/t-bpabi > was moved to libgcc, with the exception of EXTRA_HEADERS. I missed tha

[Bug fortran/50981] [4.4/4.5/4.6/4.7 Regression] Wrong-code for scalarizing ELEMENTAL call with absent OPTIONAL argument

2011-11-03 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50981 Mikael Morin changed: What|Removed |Added CC||mikael at gcc dot gnu.org --- Comment #1 f

[Bug target/50978] libgcc build fails - unable to find unwind-arm-common.h

2011-11-03 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50978 --- Comment #4 from Rainer Orth 2011-11-03 16:21:34 UTC --- Created attachment 25708 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25708 proposed patch

[Bug target/50978] libgcc build fails - unable to find unwind-arm-common.h

2011-11-03 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50978 Rainer Orth changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/50979] architecture mismatch: "mul32" not enabled for "smul" or "umul"

2011-11-03 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50979 Eric Botcazou changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at

[Bug target/50979] sparc mcpu=v8 libgcc2 "mul32" not enabled for "smul" or "umul"

2011-11-03 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50979 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/50979] sparc mcpu=v8 libgcc2 "mul32" not enabled for "smul" or "umul"

2011-11-03 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50979 --- Comment #4 from Eric Botcazou 2011-11-03 16:06:42 UTC --- Probably everywhere but Solaris.

[Bug target/50978] libgcc build fails - unable to find unwind-arm-common.h

2011-11-03 Thread mgretton at sourceware dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50978 --- Comment #2 from Matthew Gretton-Dann 2011-11-03 15:45:57 UTC --- (In reply to comment #1) > > Current SVN fails to build libgcc for an arm-none-eabi target because it > > can't > > find unwind-arm-common.h: > > > > In file included from > >

[Bug target/50979] sparc mcpu=v8 libgcc2 "mul32" not enabled for "smul" or "umul"

2011-11-03 Thread joel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50979 --- Comment #3 from Joel Sherrill 2011-11-03 15:32:12 UTC --- (In reply to comment #2) > Are you sure this was introduced by my libgcc series? I'd like to avoid > hunting down unrelated issues. No. I just know it is the next breakage in the sp

[Bug target/50978] libgcc build fails - unable to find unwind-arm-common.h

2011-11-03 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50978 --- Comment #1 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-11-03 15:27:19 UTC --- > Current SVN fails to build libgcc for an arm-none-eabi target because it can't > find unwind-arm-common.h: > > In file included from > /work/upstream-checkouts/gc

[Bug bootstrap/50882] [4.6 Regression] internal compiler error: in extract_insn, at recog.c:2109 on powerpc-ibm-aix5.3.0.0

2011-11-03 Thread greed at pobox dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50882 --- Comment #10 from Graham Reed 2011-11-03 15:23:45 UTC --- Created attachment 25706 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25706 Fix wrong mode in call_value_indirect_aix32 (In reply to comment #9) And that 'DI' was the key (but

[Bug middle-end/50079] [4.7 Regression] FAIL: g++.dg/init/copy7.C execution test

2011-11-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50079 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug middle-end/50079] [4.7 Regression] FAIL: g++.dg/init/copy7.C execution test

2011-11-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50079 --- Comment #8 from Richard Guenther 2011-11-03 15:17:08 UTC --- Author: rguenth Date: Thu Nov 3 15:16:57 2011 New Revision: 180829 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180829 Log: 2011-11-03 Richard Guenther PR middle-

[Bug middle-end/50040] [4.5/4.6 Regression] missed warning: ‘x.y’ is used uninitialized in this function

2011-11-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50040 --- Comment #8 from Richard Guenther 2011-11-03 15:14:38 UTC --- Patch doesn't apply to the 4.6 branch. Don't hold your breath.

[Bug bootstrap/50982] gthr reorganization breakage

2011-11-03 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50982 Rainer Orth changed: What|Removed |Added CC||bonzini at gnu dot org, ro

[Bug lto/44965] lto option code breaks file format with each added option

2011-11-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44965 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug fortran/50974] ICE on invalid on function used as variable

2011-11-03 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50974 kargl at gcc dot gnu.org changed: What|Removed |Added Known to work|4.5.4, 4.6.3| Summary|[4.7 regres

[Bug bootstrap/50982] gthr reorganization breakage

2011-11-03 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50982 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/50979] sparc mcpu=v8 libgcc2 "mul32" not enabled for "smul" or "umul"

2011-11-03 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50979 Rainer Orth changed: What|Removed |Added CC||davem at davemloft dot net,

[Bug bootstrap/50982] New: gthr reorganization breakage

2011-11-03 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50982 Bug #: 50982 Summary: gthr reorganization breakage Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug fortran/50974] [4.7 regression] ICE on invalid on function used as variable

2011-11-03 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50974 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org K

[Bug bootstrap/50882] [4.6 Regression] internal compiler error: in extract_insn, at recog.c:2109 on powerpc-ibm-aix5.3.0.0

2011-11-03 Thread greed at pobox dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50882 --- Comment #9 from Graham Reed 2011-11-03 14:50:48 UTC --- (In reply to comment #8) If I compile the testcase of comment #6 with -fdump-final-insns, there are no "...:DI" instructions in the output from 4.6.1, or 4.6.2 with rs6000.md from befor

[Bug lto/44965] lto option code breaks file format with each added option

2011-11-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44965 --- Comment #6 from Richard Guenther 2011-11-03 14:46:40 UTC --- Author: rguenth Date: Thu Nov 3 14:46:26 2011 New Revision: 180827 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180827 Log: 2011-11-03 Richard Guenther PR lto/449

[Bug fortran/50960] [OOP] vtables not marked as constant

2011-11-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50960 --- Comment #17 from Richard Guenther 2011-11-03 14:34:02 UTC --- (In reply to comment #16) > (In reply to comment #11) > > (In reply to comment #9) > > > FAIL: gfortran.dg/extends_type_of_1.f03 -O0 (internal compiler error) > > > FAIL: gfortra

[Bug fortran/50960] [OOP] vtables not marked as constant

2011-11-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50960 --- Comment #16 from Richard Guenther 2011-11-03 14:29:29 UTC --- (In reply to comment #11) > (In reply to comment #9) > > FAIL: gfortran.dg/extends_type_of_1.f03 -O0 (internal compiler error) > > FAIL: gfortran.dg/extends_type_of_3.f90 -O (i

[Bug fortran/50960] [OOP] vtables not marked as constant

2011-11-03 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50960 --- Comment #15 from Tobias Burnus 2011-11-03 14:23:59 UTC --- (In reply to comment #14) > Yes, that should work iff Fortran does not allow parameter initializers > that require runtime init (like / foo() /, thus a function call result). No, For

[Bug target/50980] New: arm-rtems multilib not matching for -mfpu=vfp -mfloat-abi=soft

2011-11-03 Thread joel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50980 Bug #: 50980 Summary: arm-rtems multilib not matching for -mfpu=vfp -mfloat-abi=soft Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug fortran/50981] New: [4.4/4.5/4.6/4.7 Regression] Wrong-code for scalarizing ELEMENTAL call with absent OPTIONAL argument

2011-11-03 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50981 Bug #: 50981 Summary: [4.4/4.5/4.6/4.7 Regression] Wrong-code for scalarizing ELEMENTAL call with absent OPTIONAL argument Classification: Unclassified Product: gcc

[Bug fortran/50960] [OOP] vtables not marked as constant

2011-11-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50960 --- Comment #14 from Richard Guenther 2011-11-03 14:17:52 UTC --- (In reply to comment #13) > Patch for the issue of comment 5: Constants (PARAMETER) which are exists as > global static variables were not marked as TREE_READONLY. > > With the pa

[Bug fortran/50960] [OOP] vtables not marked as constant

2011-11-03 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50960 --- Comment #13 from Tobias Burnus 2011-11-03 14:03:40 UTC --- Patch for the issue of comment 5: Constants (PARAMETER) which are exists as global static variables were not marked as TREE_READONLY. With the patch below (not regtested), the functi

[Bug c++/50976] [C++0x] literal operator with unsigned long long parameter not accepted

2011-11-03 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50976 --- Comment #10 from Daniel Krügler 2011-11-03 13:58:53 UTC --- (In reply to comment #8) I just send a corresponding email to the support address of this page. In addition I removed my previous gcc installation completely and installed it freshly

[Bug target/50979] sparc mcpu=v8 libgcc2 "mul32" not enabled for "smul" or "umul"

2011-11-03 Thread joel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50979 --- Comment #1 from Joel Sherrill 2011-11-03 13:56:07 UTC --- Created attachment 25704 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25704 Preprocessed source for failure case Preprocessed source code which trips issue. It can be reproduc

[Bug target/50979] New: sparc mcpu=v8 libgcc2 "mul32" not enabled for "smul" or "umul"

2011-11-03 Thread joel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50979 Bug #: 50979 Summary: sparc mcpu=v8 libgcc2 "mul32" not enabled for "smul" or "umul" Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug c++/50976] [C++0x] literal operator with unsigned long long parameter not accepted

2011-11-03 Thread 3dw4rd at verizon dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50976 --- Comment #9 from Ed Smith-Rowland <3dw4rd at verizon dot net> 2011-11-03 13:47:15 UTC --- This may well happen if perhaps 'unsigned long long int' doesn't map to long_long_unsigned_type_node for this target. Daniel, just for fun, and as a poss

[Bug target/50970] Function pointer dereferenced twice in if statement on Arm cpu

2011-11-03 Thread emillbrandt at dekaresearch dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50970 --- Comment #3 from Eric Millbrandt 2011-11-03 13:30:15 UTC --- We found the problem in an implementation of a hierarchical state machine from Practical Statecharts in C/C++ (CMP Books, 2002). The supplied example is a condensed reproduction of

[Bug c++/50976] [C++0x] literal operator with unsigned long long parameter not accepted

2011-11-03 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50976 --- Comment #8 from Jonathan Wakely 2011-11-03 13:23:24 UTC --- (In reply to comment #6) > http://www.equation.com/servlet/equation.cmd?fa=fortran That page implies those binaries contain some source modifications, but it's not clear what they a

[Bug lto/48217] lto mishandles quotes in command line defines

2011-11-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48217 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug lto/48217] lto mishandles quotes in command line defines

2011-11-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48217 --- Comment #4 from Richard Guenther 2011-11-03 13:13:39 UTC --- Author: rguenth Date: Thu Nov 3 13:13:33 2011 New Revision: 180822 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180822 Log: 2011-11-03 Richard Guenther PR lto/482

[Bug c++/50976] [C++0x] literal operator with unsigned long long parameter not accepted

2011-11-03 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50976 --- Comment #7 from Daniel Krügler 2011-11-03 13:06:12 UTC --- (In reply to comment #6) > (In reply to comment #4) > > gcc version 4.7.0 20111031 (experimental) (GCC) > > This difference shouldn't be essential, should it? (Sorry, my reply conf

[Bug c++/50976] [C++0x] literal operator with unsigned long long parameter not accepted

2011-11-03 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50976 --- Comment #6 from Daniel Krügler 2011-11-03 13:04:57 UTC --- (In reply to comment #4) > gcc version 4.7.0 20111031 (experimental) (GCC) This difference shouldn't be essential, should it? > I wonder if the testsuite was run when the gcc was b

[Bug target/50906] e500 exception unwinding under "-Os" causes SIGSEGV

2011-11-03 Thread amodra at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50906 --- Comment #10 from Alan Modra 2011-11-03 12:59:10 UTC --- Please test out these patches. bootstrap and regression tests with -Os in BOOT_CFLAGS on spe would be ideal. I'll be running a powerpc-linux regression test, but can't do that for spe.

[Bug target/50906] e500 exception unwinding under "-Os" causes SIGSEGV

2011-11-03 Thread amodra at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50906 --- Comment #9 from Alan Modra 2011-11-03 12:55:29 UTC --- Created attachment 25703 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25703 gcc-4.6 fix

[Bug target/50906] e500 exception unwinding under "-Os" causes SIGSEGV

2011-11-03 Thread amodra at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50906 --- Comment #8 from Alan Modra 2011-11-03 12:54:32 UTC --- Created attachment 25702 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25702 Proposed mainline fix

[Bug c++/50976] [C++0x] literal operator with unsigned long long parameter not accepted

2011-11-03 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50976 --- Comment #5 from Jonathan Wakely 2011-11-03 12:54:03 UTC --- (In reply to comment #4) > Your test case runs like a charm on x86_64-unknown-linux-gnu. I can confirm that, using the 4.7-20111029 snapshot > I can't imagine how this could be ta

[Bug c++/50976] [C++0x] literal operator with unsigned long long parameter not accepted

2011-11-03 Thread 3dw4rd at verizon dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50976 --- Comment #4 from Ed Smith-Rowland <3dw4rd at verizon dot net> 2011-11-03 12:47:41 UTC --- I wonder if the testsuite was run when the gcc was built. It should have raised a boatload of flags there. Your test case runs like a charm on x86_64-unk

  1   2   >