[Bug c/39283] volatile data types ignore __attribute__ ((__aligned ...))

2012-05-25 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39283 Hans-Peter Nilsson hp at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug bootstrap/53459] ../../work/libcpp/lex.c:593:18: error: typedef 'check_count' locally defined but not used

2012-05-25 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53459 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug c++/53473] [C++11] static constexpr noexcept cannot be specialized

2012-05-25 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53473 --- Comment #1 from Daniel Krügler daniel.kruegler at googlemail dot com 2012-05-25 06:56:06 UTC --- This looks indeed like an odd compiler error and one really needs all three specifiers static, constexpr, and *any* exception-specification to

[Bug lto/53470] [4.8 LTO] ICE when linking with -g in splice_child_die, at dwarf2out.c:4264

2012-05-25 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53470 --- Comment #3 from vincenzo Innocente vincenzo.innocente at cern dot ch 2012-05-25 06:59:33 UTC --- same problem with BDF cp /build/vin/binutils/build/gold/ld-new /afs/cern.ch/user/i/innocent/w3/gcc47slc5/bin/ld [vocms123]

[Bug rtl-optimization/53482] -mtune=pentium[pro, 2, 3, 4], insn does not satisfy constraints

2012-05-25 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53482 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/53358] [4.7/4.8 Regression] ICE due to TARGET_READ_MODIFY_WRITE peephole2

2012-05-25 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53358 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||ncahill_alt at

[Bug lto/53470] [4.8 LTO] ICE when linking with -g in splice_child_die, at dwarf2out.c:4264

2012-05-25 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53470 Markus Trippelsdorf markus at trippelsdorf dot de changed: What|Removed |Added CC||markus

[Bug bootstrap/53459] ../../work/libcpp/lex.c:593:18: error: typedef 'check_count' locally defined but not used

2012-05-25 Thread dodji at seketeli dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53459 --- Comment #5 from dodji at seketeli dot org dodji at seketeli dot org 2012-05-25 08:37:05 UTC --- The typedef has been there as kind of static assertion. IMHO it would be better to replace it with extern char check_count[(N == 2 || N == 4) *

[Bug preprocessor/53463] [4.8 Regression]: system header not recognized, yielding warnings about long long preprocessor constant

2012-05-25 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53463 Dodji Seketeli dodji at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last

[Bug c++/53473] [C++11] static constexpr noexcept cannot be specialized

2012-05-25 Thread kretz at kde dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53473 --- Comment #2 from Matthias Kretz kretz at kde dot org 2012-05-25 08:53:36 UTC --- Does the standard allow exceptions in constexpr? A throw is not exactly a return statement, but according to the rule constexpr function shall satisfy [...]

[Bug c++/53473] [C++11] static constexpr noexcept cannot be specialized

2012-05-25 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53473 --- Comment #3 from Daniel Krügler daniel.kruegler at googlemail dot com 2012-05-25 09:07:20 UTC --- (In reply to comment #2) Does the standard allow exceptions in constexpr? A throw is not exactly a return statement, but according to the rule

[Bug ada/52362] gnat.dg/lto8.adb FAILs with gas/gld

2012-05-25 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52362 --- Comment #9 from Eric Botcazou ebotcazou at gcc dot gnu.org 2012-05-25 09:24:12 UTC --- Author: ebotcazou Date: Fri May 25 09:24:08 2012 New Revision: 187874 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=187874 Log: PR ada/52362

[Bug c++/53473] [C++11] static constexpr noexcept cannot be specialized

2012-05-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53473 --- Comment #4 from Jonathan Wakely redi at gcc dot gnu.org 2012-05-25 09:44:45 UTC --- Yes, odd indeed. Oddly, Clang barfs on the testcase with a similar error: t.cc:6:34: error: conflicting types for 'foo'

[Bug preprocessor/53463] [4.8 Regression]: system header not recognized, yielding warnings about long long preprocessor constant

2012-05-25 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53463 --- Comment #3 from Dodji Seketeli dodji at gcc dot gnu.org 2012-05-25 09:58:42 UTC --- It seems to me that this issue is dealt with by the patch I have proposed at http://gcc.gnu.org/ml/gcc-patches/2012-05/msg01389.html. The discussion on that

[Bug ada/52362] gnat.dg/lto8.adb FAILs with gas/gld

2012-05-25 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52362 --- Comment #10 from Eric Botcazou ebotcazou at gcc dot gnu.org 2012-05-25 10:07:27 UTC --- Author: ebotcazou Date: Fri May 25 10:07:23 2012 New Revision: 187877 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=187877 Log: PR ada/52362

[Bug ada/52362] gnat.dg/lto8.adb FAILs with gas/gld

2012-05-25 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52362 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/52725] error: capture of non-variable (in regards to a variable)

2012-05-25 Thread steffen_moeller at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52725 Steffen Möller steffen_moeller at gmx dot de changed: What|Removed |Added CC|

[Bug c++/52725] error: capture of non-variable for new-expression incorrectly parsed as lambda-expression

2012-05-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52725 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Summary|error: capture of |error: capture

[Bug target/53474] [4.8 regression] Solaris/x86 bootstrap with Sun as broken: j.e

2012-05-25 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53474 --- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE ro at CeBiTec dot Uni-Bielefeld.DE 2012-05-25 11:30:08 UTC --- Sure: a i386-pc-solaris2.10 bootstrap completed with this patch without issues. Thanks. Rainer

[Bug bootstrap/53472] contrib/compare-debug should strip out .comment section

2012-05-25 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53472 --- Comment #2 from hjl at gcc dot gnu.org hjl at gcc dot gnu.org 2012-05-25 11:47:08 UTC --- Author: hjl Date: Fri May 25 11:47:05 2012 New Revision: 187879 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=187879 Log: Remove any .comment

[Bug debug/53470] [4.8 Regression] ICE when linking with -g in splice_child_die, at dwarf2out.c:4264

2012-05-25 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53470 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added Status|WAITING |NEW

[Bug bootstrap/53472] contrib/compare-debug should strip out .comment section

2012-05-25 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53472 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/53469] #pragma GCC diagnostic works, but using _Pragma doesn't for -Wunused-local-typedefs

2012-05-25 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53469 Dodji Seketeli dodji at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last

[Bug debug/53453] darwin linker expects both AT_name and AT_comp_dir debug notes

2012-05-25 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53453 --- Comment #13 from Jack Howarth howarth at nitro dot med.uc.edu 2012-05-25 12:53:17 UTC --- Regression test results on x86_64-apple-darwin12 are at http://gcc.gnu.org/ml/gcc-testresults/2012-05/msg02331.html. Note that the remaining cfstring

[Bug target/53435] (ix86_expand_vec_perm) and (ix86_expand_vec_perm) do not pass arguments to avx2_permvar8s[f,i] correctly

2012-05-25 Thread kyukhin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53435 --- Comment #4 from Kirill Yukhin kyukhin at gcc dot gnu.org 2012-05-25 13:03:21 UTC --- Author: kyukhin Date: Fri May 25 13:03:18 2012 New Revision: 187881 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=187881 Log: 2012-05-21 Alexander

[Bug c++/53398] feature request: option for overloaded methods order in vtable compatibility with msc

2012-05-25 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53398 Kai Tietz ktietz at gcc dot gnu.org changed: What|Removed |Added CC||ktietz at gcc dot

[Bug target/53435] (ix86_expand_vec_perm) and (ix86_expand_vec_perm) do not pass arguments to avx2_permvar8s[f,i] correctly

2012-05-25 Thread kyukhin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53435 --- Comment #5 from Kirill Yukhin kyukhin at gcc dot gnu.org 2012-05-25 13:34:12 UTC --- Author: kyukhin Date: Fri May 25 13:34:07 2012 New Revision: 187882 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=187882 Log: 2012-05-25 Alexander

[Bug debug/53453] darwin linker expects both AT_name and AT_comp_dir debug notes

2012-05-25 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53453 --- Comment #14 from Jack Howarth howarth at nitro dot med.uc.edu 2012-05-25 13:38:12 UTC --- Revised patch with Jakub's documentation correction posted at http://gcc.gnu.org/ml/gcc-patches/2012-05/msg01710.html.

[Bug c++/53484] New: [c++11] Wrong auto in lambdas in function templates

2012-05-25 Thread omawarisan.bokudesu at live dot jp
/user/gcc-trunk/src/build/backends Thread model: posix gcc version 4.8.0 20120525 (experimental) (GCC)

[Bug c/52952] Wformat location info is bad (wrong column number)

2012-05-25 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52952 --- Comment #12 from Manuel López-Ibáñez manu at gcc dot gnu.org 2012-05-25 14:09:00 UTC --- Basically, the current encoding of the map requires that a new location encoding in a map must always be the last location of that map. You cannot

[Bug c/52952] Wformat location info is bad (wrong column number)

2012-05-25 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52952 --- Comment #13 from Jakub Jelinek jakub at gcc dot gnu.org 2012-05-25 14:17:41 UTC --- I guess the C/C++ FEs could for non-trivial string literals put into a hash table mapping from locus_t (of ADDR_EXPR around STRING_CST) to the first cpp token

[Bug c++/53484] [4.7/4.8 Regression] [c++11] Wrong auto in lambdas in function templates

2012-05-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53484 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Known

[Bug target/53474] [4.8 regression] Solaris/x86 bootstrap with Sun as broken: j.e

2012-05-25 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53474 --- Comment #3 from uros at gcc dot gnu.org 2012-05-25 15:07:09 UTC --- Author: uros Date: Fri May 25 15:07:02 2012 New Revision: 187885 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=187885 Log: PR target/53474 * config/i386/i386.c

[Bug c/53485] New: gcc -O -mavx generates illegal instruction on win64

2012-05-25 Thread ian at nasoftware dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53485 Bug #: 53485 Summary: gcc -O -mavx generates illegal instruction on win64 Classification: Unclassified Product: gcc Version: 4.6.3 Status: UNCONFIRMED Severity: normal

[Bug target/53474] [4.8 regression] Solaris/x86 bootstrap with Sun as broken: j.e

2012-05-25 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53474 Uros Bizjak ubizjak at gmail dot com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug tree-optimization/53438] [4.7/4.8 Regression] Bitfield store replaced with full-byte store

2012-05-25 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53438 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug tree-optimization/53438] [4.7/4.8 Regression] Bitfield store replaced with full-byte store

2012-05-25 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53438 --- Comment #14 from William J. Schmidt wschmidt at gcc dot gnu.org 2012-05-25 15:37:27 UTC --- (In reply to comment #13) It didn't work because you've used the patch as svn commit message instead of ChangeLog entry. Whoops, found a new kind

[Bug c/53485] gcc -O -mavx generates illegal instruction on win64

2012-05-25 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53485 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added CC||hjl.tools at gmail

[Bug c++/53486] New: ICE compiling code using lambdas as default argument

2012-05-25 Thread jpalecek at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53486 Bug #: 53486 Summary: ICE compiling code using lambdas as default argument Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug rtl-optimization/53487] New: [4.8 Regression] Unrecognizable insn for conditional move

2012-05-25 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53487 Bug #: 53487 Summary: [4.8 Regression] Unrecognizable insn for conditional move Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug rtl-optimization/53487] [4.8 Regression] Unrecognizable insn for conditional move

2012-05-25 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53487 William J. Schmidt wschmidt at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug c++/53488] New: Incorrect code generated when capturing a constant by reference in a lambda

2012-05-25 Thread jpalecek at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53488 Bug #: 53488 Summary: Incorrect code generated when capturing a constant by reference in a lambda Classification: Unclassified Product: gcc Version: unknown Status:

[Bug other/53489] New: suggest a feature for gcc.

2012-05-25 Thread tal.regev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53489 Bug #: 53489 Summary: suggest a feature for gcc. Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3

[Bug rtl-optimization/53487] [4.8 Regression] Unrecognizable insn for conditional move

2012-05-25 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53487 --- Comment #1 from William J. Schmidt wschmidt at gcc dot gnu.org 2012-05-25 16:09:43 UTC --- Dumps show that the ICE occurs in the first pass following expand.

[Bug rtl-optimization/53487] [4.8 Regression] Unrecognizable insn for conditional move

2012-05-25 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53487 William J. Schmidt wschmidt at gcc dot gnu.org changed: What|Removed |Added Attachment #27496|0 |1

[Bug c++/53488] Incorrect code generated when capturing a constant by reference in a lambda

2012-05-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53488 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Keywords||wrong-code

[Bug c++/53486] ICE compiling code using lambdas as default argument

2012-05-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53486 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last

[Bug other/53489] suggest a feature for gcc.

2012-05-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53489 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last

[Bug middle-end/53008] abort in _ITM_getTMCloneSafe

2012-05-25 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53008 --- Comment #10 from Aldy Hernandez aldyh at gcc dot gnu.org 2012-05-25 17:14:31 UTC --- Author: aldyh Date: Fri May 25 17:14:25 2012 New Revision: 187887 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=187887 Log: PR

[Bug objc++/53441] [4.8 Regression] obj-c++.dg/ivar-invalid-type-1.mm ICE

2012-05-25 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53441 --- Comment #3 from uros at gcc dot gnu.org 2012-05-25 17:29:38 UTC --- Author: uros Date: Fri May 25 17:29:33 2012 New Revision: 187888 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=187888 Log: PR obj-c++/53441 * decl.c

[Bug objc++/53441] [4.8 Regression] obj-c++.dg/ivar-invalid-type-1.mm ICE

2012-05-25 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53441 Uros Bizjak ubizjak at gmail dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug target/53487] [4.8 Regression] Unrecognizable insn for conditional move

2012-05-25 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53487 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Component|rtl-optimization|target ---

[Bug c++/53488] Incorrect code generated when capturing a constant by reference in a lambda

2012-05-25 Thread jpalecek at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53488 --- Comment #2 from Jiří Paleček jpalecek at web dot de 2012-05-25 17:54:00 UTC --- The bug occurs with these compiler versions: jirka@debian:~/benchmark$ g++-4.7 -v Using built-in specs. COLLECT_GCC=g++-4.7

[Bug c++/53486] ICE compiling code using lambdas as default argument

2012-05-25 Thread jpalecek at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53486 --- Comment #2 from Jiří Paleček jpalecek at web dot de 2012-05-25 17:55:39 UTC --- Sorry for the missing test file, it was somehow lost in the bug submission process. The compiler version is jirka@debian:~/benchmark$

[Bug c++/53486] ICE compiling code using lambdas as default argument

2012-05-25 Thread jpalecek at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53486 --- Comment #3 from Jiří Paleček jpalecek at web dot de 2012-05-25 17:58:50 UTC --- Created attachment 27499 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=27499 Compressed source file Sorry again, the file was too big.

[Bug c++/53490] New: Segmentation Fault when accessing std::set

2012-05-25 Thread ja11sop at yahoo dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53490 Bug #: 53490 Summary: Segmentation Fault when accessing std::set Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: blocker

[Bug c++/53486] ICE compiling code using lambdas as default argument

2012-05-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53486 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |UNCONFIRMED

[Bug c++/53490] Segmentation Fault when accessing std::set

2012-05-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53490 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Severity|blocker |normal ---

[Bug c++/53490] Segmentation Fault when accessing std::set

2012-05-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53490 --- Comment #2 from Jonathan Wakely redi at gcc dot gnu.org 2012-05-25 18:22:16 UTC --- I only tried briefly but couldn't reproduce a crash with boost 1.47, will try later with boost 1.49

[Bug rtl-optimization/53373] [4.8 regression] ICE on valid code with -mavx

2012-05-25 Thread bernds at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53373 Bernd Schmidt bernds at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c++/53486] ICE compiling code using lambdas as default argument

2012-05-25 Thread jpalecek at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53486 --- Comment #5 from Jiří Paleček jpalecek at web dot de 2012-05-25 18:29:19 UTC --- If I got a minimal testcase, but a slightly different error message, what should I do?

[Bug middle-end/53411] [4.8 Regression] ICE in move_unallocated_pseudos

2012-05-25 Thread bernds at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53411 --- Comment #4 from Bernd Schmidt bernds at gcc dot gnu.org 2012-05-25 18:32:40 UTC --- Looks like an earlier dce pass (during .ce2) leaves a dead insn lying around. Bug in DCE?

[Bug c++/53491] New: internal compiler error: in build_target_expr_with_type, at cp/tree.c:587

2012-05-25 Thread k.lingaard at samsung dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53491 Bug #: 53491 Summary: internal compiler error: in build_target_expr_with_type, at cp/tree.c:587 Classification: Unclassified Product: gcc Version: 4.7.0 Status:

[Bug bootstrap/53321] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled

2012-05-25 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53321 --- Comment #7 from Uros Bizjak ubizjak at gmail dot com 2012-05-25 20:03:51 UTC --- Created attachment 27500 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=27500 Preprocessed source This preprocessed source from the bootstrap fails with -g

[Bug bootstrap/53321] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled

2012-05-25 Thread ubizjak at gmail dot com
reconfirmed||2012-05-25 Ever Confirmed|0 |1 --- Comment #8 from Uros Bizjak ubizjak at gmail dot com 2012-05-25 20:05:57 UTC --- Confirmed on x86_64-pc-linux-gnu with: Target: x86_64-unknown-linux-gnu gcc version 4.8.0 20120525 (experimental

[Bug c++/53488] Incorrect code generated when capturing a constant by reference in a lambda

2012-05-25 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53488 Daniel Krügler daniel.kruegler at googlemail dot com changed: What|Removed |Added CC|

[Bug bootstrap/53321] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled

2012-05-25 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53321 --- Comment #9 from Uros Bizjak ubizjak at gmail dot com 2012-05-25 20:10:54 UTC --- (gdb) bt #0 internal_error (gmsgid=0x1214dd8 vector %s %s domain error, in %s at %s:%u) at ../../gcc-svn/trunk/gcc/diagnostic.c:951 #1 0x00ef31a9 in

[Bug lto/52178] [4.7 regression] Ada bootstrap failure in LTO mode

2012-05-25 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52178 --- Comment #25 from Eric Botcazou ebotcazou at gcc dot gnu.org 2012-05-25 20:26:20 UTC --- Author: ebotcazou Date: Fri May 25 20:26:11 2012 New Revision: 187892 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=187892 Log: PR lto/52178

[Bug lto/52178] [4.7 regression] Ada bootstrap failure in LTO mode

2012-05-25 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52178 --- Comment #26 from Eric Botcazou ebotcazou at gcc dot gnu.org 2012-05-25 20:28:13 UTC --- Author: ebotcazou Date: Fri May 25 20:28:10 2012 New Revision: 187893 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=187893 Log: PR lto/52178

[Bug c++/53490] Segmentation Fault when accessing std::set

2012-05-25 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53490 Daniel Krügler daniel.kruegler at googlemail dot com changed: What|Removed |Added CC|

[Bug c++/53491] internal compiler error: in build_target_expr_with_type, at cp/tree.c:587

2012-05-25 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53491 Daniel Krügler daniel.kruegler at googlemail dot com changed: What|Removed |Added CC|

[Bug c++/53490] Segmentation Fault when accessing std::set

2012-05-25 Thread ja11sop at yahoo dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53490 --- Comment #4 from Jamie Allsop ja11sop at yahoo dot co.uk 2012-05-25 22:04:13 UTC --- (In reply to comment #1) (Blocker means it blocks a GCC release, so changing priority.) Is the progam_options library built with -std=c++11 ? Thanks for

[Bug c++/53490] Segmentation Fault when accessing std::set

2012-05-25 Thread ja11sop at yahoo dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53490 --- Comment #5 from Jamie Allsop ja11sop at yahoo dot co.uk 2012-05-25 22:16:41 UTC --- (In reply to comment #2) I only tried briefly but couldn't reproduce a crash with boost 1.47, will try later with boost 1.49 For clarity I should say I

[Bug c++/53491] internal compiler error: in build_target_expr_with_type, at cp/tree.c:587

2012-05-25 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53491 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug c++/53492] New: [g++ (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1 ] internal compiler error: in retrieve_specialization, at cp/pt.c:985

2012-05-25 Thread endight at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53492 Bug #: 53492 Summary: [g++ (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1 ] internal compiler error: in retrieve_specialization, at cp/pt.c:985 Classification: Unclassified

[Bug c++/53491] [4.7/4.8 Regression] ICE in build_target_expr_with_type, at cp/tree.c:587

2012-05-25 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53491 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Keywords|

[Bug c++/32054] Storage classes on anonymous unions in classes

2012-05-25 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32054 --- Comment #2 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org 2012-05-25 23:40:17 UTC --- Author: paolo Date: Fri May 25 23:40:10 2012 New Revision: 187902 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=187902 Log: /cp 2012-05-25

[Bug c++/32054] Storage classes on anonymous unions in classes

2012-05-25 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32054 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/53490] Segmentation Fault when accessing std::set

2012-05-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53490 --- Comment #6 from Jonathan Wakely redi at gcc dot gnu.org 2012-05-26 00:02:13 UTC --- (In reply to comment #4) It was a vanilla bjam build of boost 1.49, so no -std=c++11. Then technically that's not supported, since there are no guarantees

[Bug c++/53491] [4.7/4.8 Regression] ICE in build_target_expr_with_type, at cp/tree.c:587

2012-05-25 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53491 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c++/53493] New: [4.7 regression] Compiling with -Os excludes PROGMEM array from generated object file (__attribute__((__progmem__)))

2012-05-25 Thread jwatte at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53493 Bug #: 53493 Summary: [4.7 regression] Compiling with -Os excludes PROGMEM array from generated object file (__attribute__((__progmem__))) Classification: Unclassified

[Bug preprocessor/53463] [4.8 Regression]: system header not recognized, yielding warnings about long long preprocessor constant

2012-05-25 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53463 --- Comment #4 from Hans-Peter Nilsson hp at gcc dot gnu.org 2012-05-26 01:50:09 UTC --- (In reply to comment #3) Could you please try that patch and reply to the discussion there to say if it address the issue on your target? It does thanks,