[Bug libstdc++/56613] [4.8 Regression] map::operator[](key_type&&) fails with custom allocator

2013-03-13 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56613 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug pending/55996] [meta-bug] GCC 4.9 pending patches

2013-03-13 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55996 --- Comment #5 from Steven Bosscher 2013-03-13 22:34:37 UTC --- Fix for DSE causing combine compile time and memory explosion: http://gcc.gnu.org/ml/gcc-patches/2013-03/msg00379.html (rationale) http://gcc.gnu.org/ml/gcc-patches/2013-03/ms

[Bug target/48308] [4.6 Regression] crosscompiling to arm fails with assembler: can't resolve '.LC4' {.rodata.str1.1 section} - '.LPIC4' {*UND* section}

2013-03-13 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48308 Steven Bosscher changed: What|Removed |Added Keywords||patch Last reconfirmed|2011-

[Bug tree-optimization/45685] [4.6/4.7/4.8 Regression] missed conditional move opportunity in loop

2013-03-13 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45685 Steven Bosscher changed: What|Removed |Added CC||steven at gcc dot gnu.org ---

[Bug rtl-optimization/21182] [4.6/4.7/4.8 Regression] gcc can use registers but uses stack instead

2013-03-13 Thread steven at gcc dot gnu.org
IL_REGS -o t.s.NAIL $ ./cc1 -quiet -m32 -O2 t.c -UNAIL_REGS -o t.s $ ./cc1 -quiet -m32 -O2 t.c -UNAIL_REGS -o t.s.sched_pres \ -fschedule-insns -fsched-pressure $ egrep -c '%ebp|%esp' t.s* t.s:366 t.s.NAIL:305 t.s.sched_pres:277 $ grep ident t.s .ident "GCC: (GNU) 4.8

[Bug target/43052] [4.7/4.8 Regression] Inline memcmp is *much* slower than glibc's, no longer expanded inline

2013-03-13 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43052 --- Comment #23 from Steven Bosscher 2013-03-13 20:13:32 UTC --- Honza, ping?

[Bug target/38134] [4.6/4.7/4.8 Regression] speed regression with many loop invariants

2013-03-13 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38134 --- Comment #21 from Steven Bosscher 2013-03-13 20:09:42 UTC --- (In reply to comment #20) > Ok, the goal would be to have all !targetm.legitimate_constant_p () > constants assigned to a pseudo (and in GIMPLE to an SSA name). I'm not s

[Bug target/56446] Generate one fewer relocation when calling a checked weakref function

2013-03-13 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56446 Steven Bosscher changed: What|Removed |Added Summary|[4.6/4.7/4.8 Regression]|Generate one fewer

[Bug target/55295] [SH] Add support for fipr instruction

2013-03-13 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55295 --- Comment #8 from Oleg Endo 2013-03-13 18:21:37 UTC --- (In reply to comment #5) > > This is another reason for adding a new ABI, BTW. Just for the record, I've opened a new PR 56592 for this.

[Bug target/49880] SuperH: ICE when -m4 is used with -mdiv=call-div1

2013-03-13 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49880 --- Comment #4 from Oleg Endo 2013-03-13 18:09:16 UTC --- Author: olegendo Date: Wed Mar 13 18:09:10 2013 New Revision: 196636 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196636 Log: PR target/49880 * config/sh/sh.o

[Bug c++/56614] [4.7/4.8 Regression] error: default argument 'std::vector(std::initializer_list{((const E*)(& ._0)), 1u}, (*(const std::allocator*)(& std::allocator())))' uses local variab

2013-03-13 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56614 --- Comment #3 from Jonathan Wakely 2013-03-13 17:36:27 UTC --- Ah, thanks. I reduced it from 300KLOC and apparently stopped too soon :)

[Bug c++/56614] [4.7/4.8 Regression] error: default argument 'std::vector(std::initializer_list{((const E*)(& ._0)), 1u}, (*(const std::allocator*)(& std::allocator())))' uses local variab

2013-03-13 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56614 --- Comment #2 from Paolo Carlini 2013-03-13 17:29:02 UTC --- A few details can be removed from the testcase: #include struct vector { vector(std::initializer_list); }; void func(); struct C { template C(T, vector

[Bug c++/56614] [4.7/4.8 Regression] error: default argument 'std::vector(std::initializer_list{((const E*)(& ._0)), 1u}, (*(const std::allocator*)(& std::allocator())))' uses local variab

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

[Bug fortran/56581] Segfault when reading source file which starts with a byte-order mark (-cpp works)

2013-03-13 Thread walt.brainerd at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56581 --- Comment #9 from Walt Brainerd 2013-03-13 16:12:35 UTC --- Thanks for sending me this. Maybe I did after all provide something that will help you. On Tue, Mar 12, 2013 at 3:05 PM, tkoenig at gcc dot gnu.org < gcc-bugzi...@gcc.gnu.o

[Bug middle-end/56524] [4.8 Regression] Compiler ICE when compiling with -mips16

2013-03-13 Thread clm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56524 --- Comment #13 from clm at gcc dot gnu.org 2013-03-13 15:38:37 UTC --- Author: clm Date: Wed Mar 13 15:37:36 2013 New Revision: 196635 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196635 Log: 2013-03-13 Catherine Moore

[Bug c++/56346] FAIL: g++.dg/tls/thread_local3.C -std=gnu++11 (test for excess errors)

2013-03-13 Thread dave.anglin at bell dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56346 --- Comment #7 from dave.anglin at bell dot net 2013-03-13 15:23:11 UTC --- On 3/13/2013 10:42 AM, jason at gcc dot gnu.org wrote: > That's odd, the change seems unlikely to have changed the flow analysis. But > > anyway, this patch always

[Bug c++/56614] New: [4.7/4.8 Regression] error: default argument 'std::vector(std::initializer_list{((const E*)(& ._0)), 1u}, (*(const std::allocator*)(& std::allocator())))' uses local v

2013-03-13 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56614 Bug #: 56614 Summary: [4.7/4.8 Regression] error: default argument 'std::vector(std::initializer_list{((const E*)(& ._0)), 1u}, (*(const std::allocator*)(&

[Bug c++/56346] FAIL: g++.dg/tls/thread_local3.C -std=gnu++11 (test for excess errors)

2013-03-13 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56346 Jason Merrill changed: What|Removed |Added Attachment #29638|0 |1 is obsolete|

[Bug debug/56307] FAIL: gcc.dg/tree-ssa/pr55579.c scan-tree-dump esra "Created a debug-only replacement for s"

2013-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56307 --- Comment #14 from Jakub Jelinek 2013-03-13 14:33:07 UTC --- Ah yes, I forgot that all of -fvar-tracking is disabled for non-dwarf debug. Yeah, passing -fvar-tracking -fvar-tracking-assignments in dg-options is desirable for that test.

[Bug c++/56607] [4.8 regression] GCC fails to warn on division by zero

2013-03-13 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56607 --- Comment #3 from Jason Merrill 2013-03-13 14:18:34 UTC --- The patch is OK for 4.8.1.

[Bug fortran/56596] Invalid read of size 4 gfortran.dg/class_array_7.f03

2013-03-13 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56596 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||wrong-code

[Bug target/55947] non constant memory models lose HLE qualifiers

2013-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55947 --- Comment #4 from Jakub Jelinek 2013-03-13 14:15:51 UTC --- Not wrong, if the code isn't inlined and thus the model is variable, HLE hints will be ignored and seq_cst model will be used. If you want something else, even for -O0, just use

[Bug target/55948] __atomic_clear / __atomic_store_n ignore HLE_RELEASE flags

2013-03-13 Thread andi-gcc at firstfloor dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55948 Andi Kleen changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/55947] non constant memory models lose HLE qualifiers

2013-03-13 Thread andi-gcc at firstfloor dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55947 --- Comment #3 from Andi Kleen 2013-03-13 13:49:10 UTC --- It was pointed out to me that atomic triggers this with, when compiled with no optimization. For HLE wrong hints would be generated. bool test_and_set(memory_order __m = memory

[Bug libstdc++/56613] [4.8 Regression] map::operator[](key_type&&) fails with custom allocator

2013-03-13 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56613 --- Comment #1 from Jonathan Wakely 2013-03-13 13:35:14 UTC --- Oops, the program isn't quite valid C++03, I forgot these members of the allocator: pointer address(reference x) const throw() { return &x; } const_pointer

[Bug libstdc++/56613] New: [4.8 Regression] map::operator[](key_type&&) fails with custom allocator

2013-03-13 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56613 Bug #: 56613 Summary: [4.8 Regression] map::operator[](key_type&&) fails with custom allocator Classification: Unclassified Product: gcc Version: 4.8.0 Stat

[Bug tree-optimization/56608] [4.7 Regression] SLP seems to produce incorrect value with -ffast-math

2013-03-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56608 Richard Biener changed: What|Removed |Added Known to work||4.8.0 Summary|[4.7/4

[Bug c++/56611] [C++11] Template instantiation failure with variadic arguments and template aliases

2013-03-13 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56611 --- Comment #8 from Paolo Carlini 2013-03-13 12:31:38 UTC --- Done, thanks (in the future, please void DOS-style CRs in the testcases)

[Bug tree-optimization/56608] [4.7/4.8 Regression] SLP seems to produce incorrect value with -ffast-math

2013-03-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56608 --- Comment #5 from Richard Biener 2013-03-13 12:15:22 UTC --- Author: rguenth Date: Wed Mar 13 12:15:06 2013 New Revision: 196632 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196632 Log: 2013-03-13 Richard Biener P

[Bug c++/56611] [C++11] Template instantiation failure with variadic arguments and template aliases

2013-03-13 Thread antoinep92 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56611 --- Comment #7 from Antoine Poliakov 2013-03-13 12:15:30 UTC --- Thanks. You can remove struct result1 (lines 11-15 in alias-decl-32.C) from the test-case, it's not necessary (I would have done it but it's a very minor edit and I don't hav

[Bug c++/56611] [C++11] Template instantiation failure with variadic arguments and template aliases

2013-03-13 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56611 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug c++/56611] [C++11] Template instantiation failure with variadic arguments and template aliases

2013-03-13 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56611 --- Comment #5 from paolo at gcc dot gnu.org 2013-03-13 11:44:47 UTC --- Author: paolo Date: Wed Mar 13 11:44:32 2013 New Revision: 196631 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196631 Log: 2013-03-13 Paolo Carlini

[Bug libstdc++/56609] [C++11] Several type traits give incorrect results for std::nullptr_t

2013-03-13 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56609 Paolo Carlini changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug libstdc++/56609] [C++11] Several type traits give incorrect results for std::nullptr_t

2013-03-13 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56609 --- Comment #4 from paolo at gcc dot gnu.org 2013-03-13 11:16:05 UTC --- Author: paolo Date: Wed Mar 13 11:15:45 2013 New Revision: 196630 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196630 Log: 2013-03-13 Paolo Carlini

[Bug c++/56611] [C++11] Template instantiation failure with variadic arguments and template aliases

2013-03-13 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56611 Paolo Carlini changed: What|Removed |Added Status|WAITING |NEW --- Comment #4 from Paolo C

[Bug c++/56611] [C++11] Template instantiation failure with variadic arguments and template aliases

2013-03-13 Thread antoinep92 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56611 --- Comment #3 from Antoine Poliakov 2013-03-13 11:12:25 UTC --- (In reply to comment #1) > The attachment is missing. Thanks! I got an error on first upload, but I thought it was ok - sorry.

[Bug tree-optimization/56612] basic-block vectorization does not replace all scalar uses

2013-03-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56612 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/56611] [C++11] Template instanciation failure with variadic arguments and template aliases

2013-03-13 Thread antoinep92 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56611 --- Comment #2 from Antoine Poliakov 2013-03-13 11:09:19 UTC --- Created attachment 29662 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29662 g++ -std=c++11 -Wall -Wextra -c gcc-test.cpp

[Bug c++/56611] [C++11] Template instanciation failure with variadic arguments and template aliases

2013-03-13 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56611 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug tree-optimization/53265] Warn when undefined behavior implies smaller iteration count

2013-03-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53265 --- Comment #24 from Richard Biener 2013-03-13 11:00:11 UTC --- (In reply to comment #23) > Created attachment 29661 [details] > gcc48-pr53265.patch > > Updated patch as per IRC discussions. Still need to look at longbranch2.C and > d

[Bug tree-optimization/56612] New: basic-block vectorization does not replace all scalar uses

2013-03-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56612 Bug #: 56612 Summary: basic-block vectorization does not replace all scalar uses Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRME

[Bug tree-optimization/56608] [4.7/4.8 Regression] SLP seems to produce incorrect value with -ffast-math

2013-03-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56608 --- Comment #4 from Richard Biener 2013-03-13 10:43:23 UTC --- Ick. SLP replaces scale_51 = sqrt (_50); with scale_51 = 0.0; but has not eliminated all uses of it. I have a simple fix, but really I see no reason why DCE sh

[Bug plugins/45078] config/vxworks-dummy.h not installed as a plugin header on some archs

2013-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45078 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org Kn

[Bug tree-optimization/53265] Warn when undefined behavior implies smaller iteration count

2013-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53265 Jakub Jelinek changed: What|Removed |Added Attachment #29657|0 |1 is obsolete|

[Bug c++/56611] New: [C++11] Template instanciation failure with variadic arguments and template aliases

2013-03-13 Thread antoinep92 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56611 Bug #: 56611 Summary: [C++11] Template instanciation failure with variadic arguments and template aliases Classification: Unclassified Product: gcc Version: 4.7.2

[Bug bootstrap/56593] LTO profiledbootstrap fails for Ada

2013-03-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56593 --- Comment #9 from Richard Biener 2013-03-13 09:59:29 UTC --- (In reply to comment #8) > But if you strip that info away, you'll never get correct DWARF debug info for > the nested function, I believe you'll never get it whenever you put

[Bug libstdc++/56609] [C++11] Several type traits give incorrect results for std::nullptr_t

2013-03-13 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56609 --- Comment #3 from Paolo Carlini 2013-03-13 09:58:29 UTC --- Thanks. Let's go ahead then and resolve this specific issue as you filed it. The fix should be very safe because std::is_fundamental is not used anywhere as an implementation d

[Bug libstdc++/56609] [C++11] Several type traits give incorrect results for std::nullptr_t

2013-03-13 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56609 --- Comment #2 from Daniel Krügler 2013-03-13 09:55:33 UTC --- (In reply to comment #1) > Seems straightforward enough to be fixable in 4.8.0 too. Does this patchlet > cover all the issues you can see? Thanks Paolo! I cannot test this from here

[Bug middle-end/54896] optimization slowness on large basic blocks

2013-03-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54896 --- Comment #9 from Richard Biener 2013-03-13 09:53:06 UTC --- (In reply to comment #8) > With r196576 on x86_64 (gcc17): > > at -O1: > alias stmt walking : 30.99 (36%) usr > reload CSE regs : 18.94 (22%) usr > CSE

[Bug c++/56607] [4.8 regression] GCC fails to warn on division by zero

2013-03-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56607 Richard Biener changed: What|Removed |Added Keywords||diagnostic Target Milestone|4

[Bug plugins/45078] config/vxworks-dummy.h not installed as a plugin header on some archs

2013-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45078 --- Comment #1 from Jakub Jelinek 2013-03-13 09:48:01 UTC --- Author: jakub Date: Wed Mar 13 09:47:41 2013 New Revision: 196629 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196629 Log: PR plugins/45078 * config.gcc:

[Bug libstdc++/56609] [C++11] Several type traits give incorrect results for std::nullptr_t

2013-03-13 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56609 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/56610] New: IPA(-CP) clone materialization fails to cleanup the CFG

2013-03-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56610 Bug #: 56610 Summary: IPA(-CP) clone materialization fails to cleanup the CFG Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug tree-optimization/56608] [4.7/4.8 Regression] SLP seems to produce incorrect value with -ffast-math

2013-03-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56608 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Known to work|

[Bug bootstrap/56593] LTO profiledbootstrap fails for Ada

2013-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56593 --- Comment #8 from Jakub Jelinek 2013-03-13 09:05:34 UTC --- But if you strip that info away, you'll never get correct DWARF debug info for the nested function, I believe you'll never get it whenever you put the nested functions in a diff

[Bug bootstrap/56593] LTO profiledbootstrap fails for Ada

2013-03-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56593 --- Comment #7 from Richard Biener 2013-03-13 08:53:29 UTC --- (In reply to comment #2) > The ICE in output_die is a known issue: when LTO puts nested and parent > functions in different partitions, implicit assumptions made in dwarf2out.c

[Bug c++/56607] [4.8 regression] GCC fails to warn on division by zero

2013-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56607 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unas

[Bug c++/56607] [4.8 regression] GCC fails to warn on division by zero

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

[Bug libstdc++/56609] New: [C++11] Several type traits give incorrect results for std::nullptr_t

2013-03-13 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56609 Bug #: 56609 Summary: [C++11] Several type traits give incorrect results for std::nullptr_t Classification: Unclassified Product: gcc Version: 4.8.0 Status: