[Bug debug/50799] [4.7 Regression] FAIL: gcc.dg/guality/pr43177.c

2011-10-20 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50799 --- Comment #10 from Alexandre Oliva 2011-10-20 22:52:54 UTC --- Yep. That, or some other difference in the compiler's assembly output, that I asked for in comment 1.

[Bug c++/50811] G++ rejects class-virt-specifier if class-head-name includes nested-name-specifier

2011-10-20 Thread ville.voutilainen at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50811 --- Comment #1 from Ville Voutilainen 2011-10-20 23:26:57 UTC --- Oh my. struct C { int x; }; int main() { struct C final {}; int y = final.x; } says error: ‘final’ was not declared in this scope When it's just struct

[Bug c++/50811] G++ rejects class-virt-specifier if class-head-name includes nested-name-specifier

2011-10-20 Thread ville.voutilainen at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50811 --- Comment #2 from Ville Voutilainen 2011-10-20 23:34:06 UTC --- It thus looks like it gets parsed as a class definition instead of a variable definition.

[Bug c++/50811] G++ rejects class-virt-specifier if class-head-name includes nested-name-specifier

2011-10-20 Thread ville.voutilainen at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50811 --- Comment #3 from Ville Voutilainen 2011-10-20 23:48:15 UTC --- (In reply to comment #2) > It thus looks like it gets parsed as a class definition instead of a variable > definition. ..which is actually correct, pardon my ruminations, it just

[Bug fortran/50815] New: ICE on assignment to non-allocated deferred length character when -fbounds-check

2011-10-20 Thread rohou at brandeis dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50815 Bug #: 50815 Summary: ICE on assignment to non-allocated deferred length character when -fbounds-check Classification: Unclassified Product: gcc Version: 4.6.1 Status

[Bug c++/45385] [4.4/4.5/4.6/4.7 Regression] missing -Wconversion for method calls

2011-10-20 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45385 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED CC|lopezibanez a

[Bug libstdc++/50196] [C++0x] std::thread not available under macos

2011-10-20 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50196 --- Comment #6 from Jonathan Wakely 2011-10-21 00:15:23 UTC --- Created attachment 25564 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25564 patch for configure could you test the patch at http://gcc.gnu.org/ml/gcc-patches/2011-10/msg01912

[Bug fortran/50815] ICE on assignment to non-allocated deferred length character when -fbounds-check

2011-10-20 Thread rohou at brandeis dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50815 --- Comment #1 from A. Rohou 2011-10-21 00:19:10 UTC --- I have come up with an even simpler reproducer: $ cat test2.f90 subroutine test(string) character(len=:), allocatable :: string allocate(character(len=3) :: string) end subroutine test $

[Bug target/50814] SH Target: SHAD / SHLD instructions not used on SH2A

2011-10-20 Thread kkojima at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50814 --- Comment #1 from Kazumoto Kojima 2011-10-21 00:24:36 UTC --- (In reply to comment #0) > It is also not clear to me why SH2A seems to require different handling for > dynamic shifts than SH3 or SH4... Will be slightly different because sh2a's

[Bug c++/50811] G++ rejects class-virt-specifier if class-head-name includes nested-name-specifier

2011-10-20 Thread ville.voutilainen at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50811 --- Comment #4 from Ville Voutilainen 2011-10-21 00:40:58 UTC --- Patch in http://gcc.gnu.org/ml/gcc-patches/2011-10/msg01914.html

[Bug driver/50740] CPUID leaf 7 for BMI/BMI2/AVX2 feature detection not qualified with max_level and doesn't use subleaf

2011-10-20 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50740 --- Comment #1 from H.J. Lu 2011-10-21 01:09:46 UTC --- Created attachment 25565 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25565 A patch Kirill, can you take care of it?

[Bug bootstrap/50709] [4.7 Regression] stage3 bootstrap comparison failure with --disable-checking config option

2011-10-20 Thread gfunck at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50709 --- Comment #6 from gfunck at gcc dot gnu.org 2011-10-21 02:23:30 UTC --- Author: gfunck Date: Fri Oct 21 02:23:26 2011 New Revision: 180285 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180285 Log: Merge trunk version 180276 into

[Bug bootstrap/50709] [4.7 Regression] stage3 bootstrap comparison failure with --disable-checking config option

2011-10-20 Thread belyshev at depni dot sinp.msu.ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50709 Serge Belyshev changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug debug/50816] New: [4.6.1] Discriminators are emitted in DWARF 2 format

2011-10-20 Thread anitha.boyapati at atmel dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50816 Bug #: 50816 Summary: [4.6.1] Discriminators are emitted in DWARF 2 format Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: major

[Bug debug/50816] [4.6.1] Discriminators are emitted in DWARF 2 format

2011-10-20 Thread anitha.boyapati at atmel dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50816 --- Comment #1 from Anitha Boyapati 2011-10-21 03:17:20 UTC --- http://gcc.gnu.org/ml/gcc/2011-10/msg00348.html The fix in trunk should be backported to gcc-4_6-branch.

[Bug debug/50816] [4.6.1] Discriminators are emitted in DWARF 2 format

2011-10-20 Thread anitha.boyapati at atmel dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50816 Anitha Boyapati changed: What|Removed |Added Target||AVR Known to work|

[Bug middle-end/50754] [4.7 Regression] ICE in expand_debug_expr, at cfgexpand.c:3341

2011-10-20 Thread Joost.VandeVondele at pci dot uzh.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50754 Joost VandeVondele changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

<    1   2