[Bug c++/51392] New: Wrong code with -Os when __attribute__((__const__)) function returns structure

2011-12-03 Thread cyp561 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51392 Bug #: 51392 Summary: Wrong code with -Os when __attribute__((__const__)) function returns structure Classification: Unclassified Product: gcc Version: 4.5.3 Status:

[Bug target/51381] Internal compiler error for arm target

2011-12-03 Thread eric.valette at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51381 --- Comment #8 from eric.valette at free dot fr 2011-12-03 10:32:39 UTC --- (In reply to comment #6) I guess I've been hit by the Emit-conditions-in-push_multi problem. I applied the patch below after verifying ist upstream but have not yet

[Bug c++/51347] [trans-mem] Segfault on templates with -O1 -fgnu-tm

2011-12-03 Thread roman at tsisyk dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51347 --- Comment #3 from Roman Tsisyk roman at tsisyk dot com 2011-12-03 10:37:02 UTC --- Works for me. Thanks for the fix.

[Bug c/51391] Differences between setting Winline in command-line and through pragma GCC diagnostic

2011-12-03 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51391 Manuel López-Ibáñez manu at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug c/51391] Differences between setting Winline in command-line and through pragma GCC diagnostic

2011-12-03 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51391 --- Comment #14 from Manuel López-Ibáñez manu at gcc dot gnu.org 2011-12-03 11:04:48 UTC --- This patch fixes the issue: Index: gcc/opts.c === --- gcc/opts.c (revision 180166) +++

[Bug target/51393] New: Wrong parameter type for _mm256_insert_epi64 in avxintrin.h

2011-12-03 Thread Jeremie.Detrey at loria dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51393 Bug #: 51393 Summary: Wrong parameter type for _mm256_insert_epi64 in avxintrin.h Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED

[Bug target/51393] Wrong parameter type for _mm256_insert_epi64 in avxintrin.h

2011-12-03 Thread Jeremie.Detrey at loria dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51393 --- Comment #1 from Jérémie Detrey Jeremie.Detrey at loria dot fr 2011-12-03 11:21:17 UTC --- Created attachment 25979 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=25979 Patch to fix the reported typo. This simple patch should fix the typo

[Bug fortran/50684] [4.6/4.7 Regression] Incorrect error for move_alloc on element inside intent(in) pointer

2011-12-03 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50684 --- Comment #13 from Tobias Burnus burnus at gcc dot gnu.org 2011-12-03 11:30:23 UTC --- Author: burnus Date: Sat Dec 3 11:30:18 2011 New Revision: 181967 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=181967 Log: 2011-12-03 Tobias Burnus

[Bug fortran/48699] [4.6/4.7 Regression] [OOP] MOVE_ALLOC inside SELECT TYPE

2011-12-03 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48699 --- Comment #22 from Tobias Burnus burnus at gcc dot gnu.org 2011-12-03 11:33:42 UTC --- Actually, my comment 21 was a bit premature: FROM type TO class is valid, only FROM class TO type is invalid. Corrected at:

[Bug fortran/48699] [4.6/4.7 Regression] [OOP] MOVE_ALLOC inside SELECT TYPE

2011-12-03 Thread sfilippone at uniroma2 dot it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48699 --- Comment #23 from Salvatore Filippone sfilippone at uniroma2 dot it 2011-12-03 12:00:43 UTC --- Yes, TYPE FROM and polymorphic TO is exactly the typical usage I have (indeed, it also was the original test case) Thanks

[Bug libstdc++/51365] cannot use final empty class in std::tuple

2011-12-03 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51365 --- Comment #8 from Jonathan Wakely redi at gcc dot gnu.org 2011-12-03 12:06:08 UTC --- patch implementing __is_final submitted for approval: http://gcc.gnu.org/ml/gcc-patches/2011-12/msg00231.html

[Bug c++/51369] [c++0x] [4.7 Regression] ICE using constexpr in template

2011-12-03 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51369 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug fortran/50684] [4.6/4.7 Regression] Incorrect error for move_alloc on element inside intent(in) pointer

2011-12-03 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50684 --- Comment #14 from Tobias Burnus burnus at gcc dot gnu.org 2011-12-03 12:57:41 UTC --- Author: burnus Date: Sat Dec 3 12:57:38 2011 New Revision: 181969 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=181969 Log: 2011-12-03 Tobias Burnus

[Bug fortran/50684] [4.6/4.7 Regression] Incorrect error for move_alloc on element inside intent(in) pointer

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

[Bug fortran/51394] New: Rejects legal code involving an allocatable string

2011-12-03 Thread i.thompson at lboro dot ac.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51394 Bug #: 51394 Summary: Rejects legal code involving an allocatable string Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/25708] Module loading is not good at all

2011-12-03 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25708 Jerry DeLisle jvdelisle at gcc dot gnu.org changed: What|Removed |Added AssignedTo|jvdelisle at gcc dot|unassigned at

[Bug rtl-optimization/50904] [4.7 regression] pessimization when -fno-protect-parens is enabled by -Ofast

2011-12-03 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50904 --- Comment #36 from Dominique d'Humieres dominiq at lps dot ens.fr 2011-12-03 14:54:40 UTC --- Kind of, though, -ffast-math by itself already is on the verge of violating the standard. I disagree with this statement at least for codes that

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

2011-12-03 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50628 --- Comment #13 from Dominique d'Humieres dominiq at lps dot ens.fr 2011-12-03 15:18:06 UTC --- On x86_64-apple-darwin10, the patch in comment #12 fixes the pr without new regression. Thanks.

[Bug libstdc++/50871] [C++0x] G++ fails to reject explicitly-defaulted function definition with different exception spec in system headers

2011-12-03 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50871 --- Comment #10 from Jonathan Wakely redi at gcc dot gnu.org 2011-12-03 15:34:53 UTC --- It occurs to me we could use a diagnostic pragma to disable warnings about variadic templates in our headers, instead of marking them as system headers. That

[Bug lto/48094] ld: warning: section has unexpectedly large size errors in objc/obj-c++ lto

2011-12-03 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48094 --- Comment #7 from Jack Howarth howarth at nitro dot med.uc.edu 2011-12-03 15:49:49 UTC --- (In reply to comment #6) could you please check the status of this with XCode 4. / Darwin11. AFAICT, this (duplicate __image_info sections) appears

[Bug target/50193] ARM: ICE on a | (b negative-constant)

2011-12-03 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50193 Matthias Klose doko at gcc dot gnu.org changed: What|Removed |Added CC|

[Bug target/50947] ICE on armhf with llvm-2.x

2011-12-03 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50947 Matthias Klose doko at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug c++/51392] Wrong code with -Os when __attribute__((__const__)) function returns structure

2011-12-03 Thread cybersphinx.gcc at dispostable dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51392 cybersphinx cybersphinx.gcc at dispostable dot com changed: What|Removed |Added CC|

[Bug debug/50317] [4.7 Regression] missing DW_OP_GNU_implicit_pointer

2011-12-03 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50317 --- Comment #15 from Jakub Jelinek jakub at gcc dot gnu.org 2011-12-03 16:40:05 UTC --- Author: jakub Date: Sat Dec 3 16:39:56 2011 New Revision: 181971 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=181971 Log: PR debug/50317 *

[Bug target/51393] Wrong parameter type for _mm256_insert_epi64 in avxintrin.h

2011-12-03 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51393 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug fortran/51394] Rejects legal code involving an allocatable string

2011-12-03 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51394 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug c++/51239] ICE with variadic template alias

2011-12-03 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51239 --- Comment #2 from Dodji Seketeli dodji at gcc dot gnu.org 2011-12-03 17:23:43 UTC --- A candidate patch for this has been submitted to http://gcc.gnu.org/ml/gcc-patches/2011-12/msg00163.html

[Bug target/51393] Wrong parameter type for _mm256_insert_epi64 in avxintrin.h

2011-12-03 Thread Jeremie.Detrey at loria dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51393 --- Comment #3 from Jérémie Detrey Jeremie.Detrey at loria dot fr 2011-12-03 17:25:10 UTC --- Done, thanks!

[Bug c++/51180] [C++0x] inner class alias-definition variadic template error

2011-12-03 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51180 --- Comment #5 from Dodji Seketeli dodji at gcc dot gnu.org 2011-12-03 17:25:02 UTC --- A candidate patch for this has been submitted to http://gcc.gnu.org/ml/gcc-patches/2011-12/msg00163.html

[Bug testsuite/51059] FAIL: gcc.misc-tests/gcov-14.c (test for excess errors) on *-apple-darwin*

2011-12-03 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51059 Jack Howarth howarth at nitro dot med.uc.edu changed: What|Removed |Added CC||howarth at

[Bug c++/51395] New: [4.5/4.6 Regression] ICE in dependent_type_p (endless (?) recursion)

2011-12-03 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51395 Bug #: 51395 Summary: [4.5/4.6 Regression] ICE in dependent_type_p (endless (?) recursion) Classification: Unclassified Product: gcc Version: 4.6.2 Status:

[Bug debug/49951] [4.5/4.6/4.7 Regression] Debug stepping behavior regarding g++ Class destructor has changed for the worse starting at gcc 4.5.0

2011-12-03 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49951 --- Comment #8 from Dodji Seketeli dodji at gcc dot gnu.org 2011-12-03 18:23:38 UTC --- A candidate analysis and patch has been posted to http://gcc.gnu.org/ml/gcc-patches/2011-12/msg00250.html for comments.

[Bug fortran/48887] [4.7 Regression][OOP] SELECT TYPE: Associate name shall not be a pointer/allocatable

2011-12-03 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48887 --- Comment #5 from Tobias Burnus burnus at gcc dot gnu.org 2011-12-03 18:30:40 UTC --- Author: burnus Date: Sat Dec 3 18:30:36 2011 New Revision: 181975 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=181975 Log: 2011-12-03 Tobias Burnus

[Bug lto/48094] ld: warning: section has unexpectedly large size errors in objc/obj-c++ lto

2011-12-03 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48094 --- Comment #8 from Iain Sandoe iains at gcc dot gnu.org 2011-12-03 18:30:44 UTC --- (In reply to comment #7) (In reply to comment #6) could you please check the status of this with XCode 4. / Darwin11. Current gcc trunk now just shows

[Bug fortran/48887] [4.7 Regression][OOP] SELECT TYPE: Associate name shall not be a pointer/allocatable

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

[Bug tree-optimization/51315] gcc 4.6.2 miscompilation with -ftree-sra (included in -O2) on Debian/sparc

2011-12-03 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51315 Mikael Pettersson mikpe at it dot uu.se changed: What|Removed |Added CC||rguenth at gcc

[Bug testsuite/51059] FAIL: gcc.misc-tests/gcov-14.c (test for excess errors) on *-apple-darwin*

2011-12-03 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51059 --- Comment #13 from Iain Sandoe iains at gcc dot gnu.org 2011-12-03 18:36:07 UTC --- (In reply to comment #12) This still fails on darwin11 under Xcode 4.2.1 as Executing on host: /sw/src/fink.build/gcc47-4.7.0-1/darwin_objdir/gcc/xgcc

[Bug testsuite/51059] FAIL: gcc.misc-tests/gcov-14.c (test for excess errors) on *-apple-darwin*

2011-12-03 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51059 --- Comment #14 from Jack Howarth howarth at nitro dot med.uc.edu 2011-12-03 19:01:40 UTC --- Adding -Wl,-U,_Foo doesn't help on darwin11. Perhaps the darwin linker developer might have some insights?

[Bug debug/49951] [4.5/4.6/4.7 Regression] Debug stepping behavior regarding g++ Class destructor has changed for the worse starting at gcc 4.5.0

2011-12-03 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49951 --- Comment #9 from Manuel López-Ibáñez manu at gcc dot gnu.org 2011-12-03 19:03:54 UTC --- (In reply to comment #8) A candidate analysis and patch has been posted to http://gcc.gnu.org/ml/gcc-patches/2011-12/msg00250.html for comments. What I

[Bug testsuite/51059] FAIL: gcc.misc-tests/gcov-14.c (test for excess errors) on *-apple-darwin*

2011-12-03 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51059 --- Comment #15 from Iain Sandoe iains at gcc dot gnu.org 2011-12-03 19:05:30 UTC --- (In reply to comment #14) Adding -Wl,-U,_Foo doesn't help on darwin11. Perhaps the darwin linker developer might have some insights? regrettably, I think

[Bug c/51391] Differences between setting Winline in command-line and through pragma GCC diagnostic

2011-12-03 Thread pnewell at cs dot cmu.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51391 --- Comment #15 from pnewell at cs dot cmu.edu 2011-12-03 19:10:39 UTC --- Manu: Yes, Andrew did a great job of letting me know what the issue was and gave me the necessary information to have a work-around within 1/2 hour. Fantastic turnaround

[Bug c++/51373] [C++0x] ICE for static pointer to member initialized in-class

2011-12-03 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51373 Daniel Krügler daniel.kruegler at googlemail dot com changed: What|Removed |Added CC|

[Bug tree-optimization/35629] [4.4/4.5/4.6/4.7 Regression] gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails

2011-12-03 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35629 --- Comment #12 from Andrew Pinski pinskia at gcc dot gnu.org 2011-12-03 19:18:31 UTC --- (In reply to comment #11) Oh it fixes PR 50971 also which was my aim.

[Bug tree-optimization/35629] [4.4/4.5/4.6/4.7 Regression] gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails

2011-12-03 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35629 --- Comment #11 from Andrew Pinski pinskia at gcc dot gnu.org 2011-12-03 19:17:13 UTC --- I have a couple of improvements for find_subloop_latch_edge_by_ivs which fixes this testcase (though the dump output is slightly different but the number of

[Bug c++/51373] [C++0x] ICE for static pointer to member initialized in-class

2011-12-03 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51373 --- Comment #2 from Daniel Krügler daniel.kruegler at googlemail dot com 2011-12-03 19:33:55 UTC --- (In reply to comment #1) Even with the constexpr specifier that declaration should be ill-formed, because the class definition must be

[Bug testsuite/51057] FAIL: gfortran.dg/quad_2.f90 -O0 execution test on powerpc*-*-*

2011-12-03 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51057 --- Comment #2 from Iain Sandoe iains at gcc dot gnu.org 2011-12-03 20:36:43 UTC --- whilst I appreciate that there are wider issues with IBM long double (and its availability) [I read the two PRs you cross-referenced]. In this case, it appears

[Bug tree-optimization/51396] New: [4.7 Regression] ICE: verify_flow_info failed: BB 4 can not throw but has an EH edge with -O2 -fnon-call-exceptions -mfma4

2011-12-03 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51396 Bug #: 51396 Summary: [4.7 Regression] ICE: verify_flow_info failed: BB 4 can not throw but has an EH edge with -O2 -fnon-call-exceptions -mfma4 Classification: Unclassified

[Bug target/51381] Internal compiler error for arm target

2011-12-03 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51381 --- Comment #9 from Mikael Pettersson mikpe at it dot uu.se 2011-12-03 20:45:02 UTC --- Created attachment 25983 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=25983 reduced test case in C The big test case easily reduced to the following

[Bug testsuite/51057] FAIL: gfortran.dg/quad_2.f90 -O0 execution test on powerpc*-*-*

2011-12-03 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51057 --- Comment #3 from Steve Kargl sgk at troutmask dot apl.washington.edu 2011-12-03 20:46:36 UTC --- On Sat, Dec 03, 2011 at 08:36:43PM +, iains at gcc dot gnu.org wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51057 --- Comment #2

[Bug lto/51325] [4.7 Regression] ICE with -flto and union in template

2011-12-03 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51325 Zdenek Sojka zsojka at seznam dot cz changed: What|Removed |Added CC||zsojka at seznam

[Bug debug/49951] [4.5/4.6/4.7 Regression] Debug stepping behavior regarding g++ Class destructor has changed for the worse starting at gcc 4.5.0

2011-12-03 Thread dodji at seketeli dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49951 --- Comment #10 from dodji at seketeli dot org dodji at seketeli dot org 2011-12-03 20:55:15 UTC --- What I don't understand is how, according to your analysis, this worked before revision 149722 and how that patch could possibly change the

[Bug testsuite/51057] FAIL: gfortran.dg/quad_2.f90 -O0 execution test on powerpc*-*-*

2011-12-03 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51057 --- Comment #4 from Iain Sandoe iains at gcc dot gnu.org 2011-12-03 21:08:26 UTC --- (In reply to comment #3) On Sat, Dec 03, 2011 at 08:36:43PM +, iains at gcc dot gnu.org wrote: This test came into being when libquadmath came into the

[Bug testsuite/51057] FAIL: gfortran.dg/quad_2.f90 -O0 execution test on powerpc*-*-*

2011-12-03 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51057 --- Comment #5 from Steve Kargl sgk at troutmask dot apl.washington.edu 2011-12-03 21:22:39 UTC --- On Sat, Dec 03, 2011 at 09:08:26PM +, iains at gcc dot gnu.org wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51057 --- Comment #4

[Bug testsuite/51057] FAIL: gfortran.dg/quad_2.f90 -O0 execution test on powerpc*-*-*

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

[Bug c++/51397] New: static_assert message formatting

2011-12-03 Thread d...@boost-consulting.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51397 Bug #: 51397 Summary: static_assert message formatting Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug testsuite/51057] FAIL: gfortran.dg/quad_2.f90 -O0 execution test on powerpc*-*-*

2011-12-03 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51057 --- Comment #7 from Steve Kargl sgk at troutmask dot apl.washington.edu 2011-12-03 22:24:30 UTC --- On Sat, Dec 03, 2011 at 10:01:22PM +, dominiq at lps dot ens.fr wrote: --- Comment #6 from Dominique d'Humieres dominiq at lps dot ens.fr

[Bug testsuite/51057] FAIL: gfortran.dg/quad_2.f90 -O0 execution test on powerpc*-*-*

2011-12-03 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51057 --- Comment #8 from Dominique d'Humieres dominiq at lps dot ens.fr 2011-12-03 23:15:32 UTC --- (In reply to comment #5) It's not a long list if you XFAIL this for all ppc systems. You need something along the lines ! { dg-do run { target { ! {

[Bug testsuite/51057] FAIL: gfortran.dg/quad_2.f90 -O0 execution test on powerpc*-*-*

2011-12-03 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51057 --- Comment #9 from Steve Kargl sgk at troutmask dot apl.washington.edu 2011-12-03 23:36:01 UTC --- On Sat, Dec 03, 2011 at 11:15:32PM +, dominiq at lps dot ens.fr wrote: (In reply to comment #5) It's not a long list if you XFAIL this for

[Bug target/51381] Internal compiler error for arm target

2011-12-03 Thread eric.valette at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51381 --- Comment #10 from eric.valette at free dot fr 2011-12-03 23:49:42 UTC --- Then at least I know how to fix the bug. Thanks a lot for your help. I will use the C definition instead of inline asm. BTW I have no clue on arm assembler. Is the asm

[Bug c++/51398] New: [4.7 Regression] ICE with invalid template parameter

2011-12-03 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51398 Bug #: 51398 Summary: [4.7 Regression] ICE with invalid template parameter Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal

[Bug c++/51398] [4.7 Regression] ICE with invalid template parameter

2011-12-03 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51398 Volker Reichelt reichelt at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug c++/51399] New: [4.7 Regression] ICE with invalid initializer list

2011-12-03 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51399 Bug #: 51399 Summary: [4.7 Regression] ICE with invalid initializer list Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal

[Bug c++/51399] [4.7 Regression] ICE with invalid initializer list

2011-12-03 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51399 Volker Reichelt reichelt at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug c++/51400] New: [c++0x] ICE with constexpr and attribute noreturn

2011-12-03 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51400 Bug #: 51400 Summary: [c++0x] ICE with constexpr and attribute noreturn Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal

[Bug c++/51401] New: [c++0x] [4.7 Regression] ICE with invalid use of auto in template

2011-12-03 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51401 Bug #: 51401 Summary: [c++0x] [4.7 Regression] ICE with invalid use of auto in template Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug c++/51401] [c++0x] [4.7 Regression] ICE with invalid use of auto in template

2011-12-03 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51401 Volker Reichelt reichelt at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug c++/51402] New: [4.6/4.7 Regression] ICE with invalid template parameter

2011-12-03 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51402 Bug #: 51402 Summary: [4.6/4.7 Regression] ICE with invalid template parameter Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug c++/51402] [4.6/4.7 Regression] ICE with invalid template parameter

2011-12-03 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51402 Volker Reichelt reichelt at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug c++/51397] static_assert message formatting

2011-12-03 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51397 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug c++/51403] New: [4.7 Regression] ICE with invalid template parameter

2011-12-03 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51403 Bug #: 51403 Summary: [4.7 Regression] ICE with invalid template parameter Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal

[Bug c++/51403] [4.7 Regression] ICE with invalid template parameter

2011-12-03 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51403 Volker Reichelt reichelt at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug c++/51404] New: [c++0x] [4.7 Regression] ICE with invalid use of auto

2011-12-03 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51404 Bug #: 51404 Summary: [c++0x] [4.7 Regression] ICE with invalid use of auto Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal

[Bug c++/51404] [c++0x] [4.7 Regression] ICE with invalid use of auto

2011-12-03 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51404 Volker Reichelt reichelt at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug c++/51405] New: Passing method result to constructor treated as function declaration

2011-12-03 Thread muhineg at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51405 Bug #: 51405 Summary: Passing method result to constructor treated as function declaration Classification: Unclassified Product: gcc Version: 4.7.0 Status:

[Bug c++/51313] [4.7 Regression][C++0x] ICE: tree check: expected class 'constant', have 'unary' (nop_expr) in null_ptr_cst_p, at cp/call.c:556

2011-12-03 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51313 --- Comment #3 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org 2011-12-04 01:40:40 UTC --- Author: paolo Date: Sun Dec 4 01:40:36 2011 New Revision: 181980 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=181980 Log: /cp 2011-12-03

[Bug c++/51313] [4.7 Regression][C++0x] ICE: tree check: expected class 'constant', have 'unary' (nop_expr) in null_ptr_cst_p, at cp/call.c:556

2011-12-03 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51313 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c++/51405] Passing method result to constructor treated as function declaration

2011-12-03 Thread muhineg at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51405 --- Comment #1 from Ievgen Mukhin muhineg at gmail dot com 2011-12-04 01:54:05 UTC --- Sorry, i was wrong when I wrote that test case compiles on 4.2.4. 4.2.4 throws compilation error as it should: error: base operand of ‘-’ has non-pointer type

[Bug c++/51405] Passing method result to constructor treated as function declaration

2011-12-03 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51405 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug other/50775] Register allocator sets up frame and frame pointer with low register pressure

2011-12-03 Thread vmakarov at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50775 --- Comment #6 from Vladimir Makarov vmakarov at redhat dot com 2011-12-04 04:09:06 UTC --- (In reply to comment #5) (In reply to comment #4) Wrong profitable hard regs calculation for register files requiring aligned start register was a

[Bug testsuite/51349] [4.7 Regression] FAIL: obj-c++.dg/naming-[34].mm

2011-12-03 Thread mrs at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51349 m...@gcc.gnu.org mrs at gcc dot gnu.org changed: What|Removed |Added CC||mrs at gcc dot

[Bug c++/51406] New: [4.5/4.6/4.7 Regression][c++0x] Incorrect result of static_cast to rvalue reference to base class.

2011-12-03 Thread roman at binarylife dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51406 Bug #: 51406 Summary: [4.5/4.6/4.7 Regression][c++0x] Incorrect result of static_cast to rvalue reference to base class. Classification: Unclassified Product: gcc Version: 4.7.0

[Bug testsuite/51349] [4.7 Regression] FAIL: obj-c++.dg/naming-[34].mm

2011-12-03 Thread mrs at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51349 --- Comment #2 from mrs at gcc dot gnu.org mrs at gcc dot gnu.org 2011-12-04 07:34:32 UTC --- Author: mrs Date: Sun Dec 4 07:34:25 2011 New Revision: 181984 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=181984 Log: 2011-12-03 Dominique

[Bug testsuite/51349] [4.7 Regression] FAIL: obj-c++.dg/naming-[34].mm

2011-12-03 Thread mrs at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51349 m...@gcc.gnu.org mrs at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED