[Bug libstdc++/58638] libstdc++ builds as non-PIC when --with-pic is specified

2013-10-07 Thread skunk at iskunk dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58638 --- Comment #1 from Daniel Richard G. skunk at iskunk dot org --- A workaround for this issue is to build with CFLAGS=-fPIC CXXFLAGS=-fPIC (presuming that one is building with GCC), in addition to --with-pic. This results in a compiler build that

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #7 from vincenzo Innocente vincenzo.innocente at cern dot ch --- getconf -a | grep _NPROCESSORS _NPROCESSORS_CONF 32 _NPROCESSORS_ONLN 32 ls -l /sys/devices/system/cpu/ total 0 drwxr-xr-x 8 root root

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #8 from vincenzo Innocente vincenzo.innocente at cern dot ch --- do you have access to a 32 cpu machine? btw on XEON-PHI one can have 200 cpus

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last

[Bug fortran/58652] ICE with move_alloc and unlimited polymorphic

2013-10-07 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58652 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #10 from vincenzo Innocente vincenzo.innocente at cern dot ch --- seems working [innocent@olsnba04 parallel]$ c++ -std=c++11 -Ofast -fopenmp simpleOMP.cpp [innocent@olsnba04 parallel]$ ./a.out max thread 32 [innocent@olsnba04

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #11 from Jakub Jelinek jakub at gcc dot gnu.org --- (In reply to vincenzo Innocente from comment #10) seems working Thanks. Can you please also try some simple (with -fopenmp): int main (void) { #pragma omp parallel num_threads

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #12 from Jakub Jelinek jakub at gcc dot gnu.org --- Ah, and can you also do make check RUNTESTFLAGS=c.exp=affinity-1.c in the libgomp build directory and see whether it was PASS and, if testsuite/libgomp.log contains any lines ending

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #13 from vincenzo Innocente vincenzo.innocente at cern dot ch --- [innocent@olsnba04 parallel]$ setenv OMP_PROC_BIND true; setenv OMP_PLACES 'threads' [innocent@olsnba04 parallel]$ gcc -fopenmp trivialOMP.cpp [innocent@olsnba04

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #14 from vincenzo Innocente vincenzo.innocente at cern dot ch --- On 7 Oct, 2013, at 10:06 AM, jakub at gcc dot gnu.org gcc-bugzi...@gcc.gnu.org wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #12 from Jakub

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #15 from Jakub Jelinek jakub at gcc dot gnu.org --- (In reply to vincenzo Innocente from comment #14) for historical reason I build gcc on my local workstation not on the XEON. Also I do not have the gcc test infrastructure… can I

[Bug c/58617] gcc crashed on compile arithmetic (or) expression

2013-10-07 Thread heiko.abra...@hella-gutmann.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58617 --- Comment #2 from Heiko.Abraham heiko.abra...@hella-gutmann.com --- I can confirm, r202652 resolve this bug.

[Bug tree-optimization/58653] [4.7/4.8/4.9 Regression] wrong code (segfaults) at -O3 on x86_64-linux-gnu in 64-bit mode (affecting gcc 4.6 to trunk)

2013-10-07 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58653 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug tree-optimization/58653] [4.7/4.8/4.9 Regression] wrong code (segfaults) at -O3 on x86_64-linux-gnu in 64-bit mode (affecting gcc 4.6 to trunk)

2013-10-07 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58653 --- Comment #2 from Marek Polacek mpolacek at gcc dot gnu.org --- It's the loop unswitching.

[Bug libgcc/55743] limits.h included unnecessarily in libgcc2.c - can break --without-headers bootstrap

2013-10-07 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55743 Richard Earnshaw rearnsha at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c/58626] possible array wrong code bug

2013-10-07 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58626 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug middle-end/55653] Unnecessary initialization of vector register

2013-10-07 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55653 Richard Earnshaw rearnsha at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug middle-end/57503] [4.7/4.8 Regression] Expand uses wrong multiply routine

2013-10-07 Thread gjl at gcc dot gnu.org
[length = 1] ; (jump_insn 31 21 30 (return) pr57503.c:6 451 {return} ; (nil) ; - return) ret ; 31return[length = 1] Insn 26 sign-extends both inputs but R18 (unsigned ab) should be zero-extended. Tested with SVN 203240 gcc version 4.9.0 20131007 (experimental) (GCC)

[Bug middle-end/55653] Unnecessary initialization of vector register

2013-10-07 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55653 --- Comment #3 from Richard Earnshaw rearnsha at gcc dot gnu.org --- On the secondary issue of initializing FP vectors to zero, we now generate for typedef double f __attribute__((vector_size(16))); f g() { f a = {0.0, 0.0}; return a; } g:

[Bug tree-optimization/58654] [4.9 Regression] ICE: abort compiling libstdc++-v3/src/c ++98/sstream-inst.cc

2013-10-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58654 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC||xur at gcc

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #16 from vincenzo Innocente vincenzo.innocente at cern dot ch --- ./affinity-1.exe Initial thread #1 thread 1 #1 thread 0 #1 thread 3 #1 thread 2 #1,#1 thread 3,1 #1,#1 thread 3,0 #1,#1 thread 3,2 #1,#2 thread 3,4 #1,#2 thread 3,0

[Bug middle-end/57503] [4.7/4.8 Regression] Expand uses wrong multiply routine

2013-10-07 Thread gjl at gcc dot gnu.org
.identGCC: (GNU) 4.8.2 20131007 (prerelease)

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #17 from Jakub Jelinek jakub at gcc dot gnu.org --- (In reply to vincenzo Innocente from comment #16) [innocent@olsnba04 parallel]$ setenv OMP_PROC_BIND false [innocent@olsnba04 parallel]$ ./affinity-1.exe OMP_PROC_BIND='false'

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #18 from vincenzo Innocente vincenzo.innocente at cern dot ch --- On 7 Oct, 2013, at 12:27 PM, jakub at gcc dot gnu.org gcc-bugzi...@gcc.gnu.org wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #17 from Jakub

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #19 from vincenzo Innocente vincenzo.innocente at cern dot ch --- On 7 Oct, 2013, at 12:27 PM, jakub at gcc dot gnu.org gcc-bugzi...@gcc.gnu.org wrote: or config.h doesn't defined HAVE_PTHREAD_AFFINITY_NP, then that's expected.

[Bug target/58655] New: [avr] -mfract-convert-truncate not documented

2013-10-07 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58655 Bug ID: 58655 Summary: [avr] -mfract-convert-truncate not documented Product: gcc Version: 4.9.0 Status: UNCONFIRMED Keywords: documentation Severity: minor

[Bug target/58655] [avr] -mfract-convert-truncate not documented

2013-10-07 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58655 Georg-Johann Lay gjl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P5

[Bug tree-optimization/58656] New: rnflow regressing after r202826

2013-10-07 Thread Ganesh.Gopalasubramanian at amd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58656 Bug ID: 58656 Summary: rnflow regressing after r202826 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #20 from Jakub Jelinek jakub at gcc dot gnu.org --- I'll commit the patch anyway, it is a step forward. Anyway, the way the testcase is written is that if you run it with OMP_PROC_BIND=false in the environment and OMP_PLACES unset,

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #21 from Jakub Jelinek jakub at gcc dot gnu.org --- Author: jakub Date: Mon Oct 7 11:39:39 2013 New Revision: 203243 URL: http://gcc.gnu.org/viewcvs?rev=203243root=gccview=rev Log: PR libgomp/58642 * config/linux/proc.c:

[Bug c++/58646] ICEs initializing VLAs

2013-10-07 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58646 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #22 from vincenzo Innocente vincenzo.innocente at cern dot ch --- on the XEON setenv OMP_PROC_BIND false reakpoint 1, main () at /home/data/newsoft/gcc-gomp4/libgomp/testsuite/libgomp.c/affinity-1.c:181 181

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #23 from Jakub Jelinek jakub at gcc dot gnu.org --- Ah, right, obviously I meant --- libgomp/testsuite/libgomp.c/affinity-1.c2013-10-07 09:31:53.884695701 +0200 +++ libgomp/testsuite/libgomp.c/affinity-1.c2013-10-07

[Bug libstdc++/57226] The installation of pretty printers is not documented

2013-10-07 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57226 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|RESOLVED|ASSIGNED Last

[Bug c++/58635] [c++11] ICE with __transaction_atomic and noexcept(false)

2013-10-07 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58635 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #24 from vincenzo Innocente vincenzo.innocente at cern dot ch --- ok, modified to = taskset -c 0-31 gdb ./affinity-1.exe GNU gdb (GDB) Red Hat Enterprise Linux (7.2-60.el6_4.1) (gdb) b

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #25 from Jakub Jelinek jakub at gcc dot gnu.org --- It is fine if the testcase doesn't fork and doesn't verify for taskset -c 24-31, that would be too hard to support, the testcase doesn't fail because of that. But, do you get the ,

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #26 from vincenzo Innocente vincenzo.innocente at cern dot ch --- On 7 Oct, 2013, at 3:02 PM, jakub at gcc dot gnu.org gcc-bugzi...@gcc.gnu.org wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #25 from Jakub

[Bug bootstrap/58657] New: bootstrapping cross compiler for sh4eb-*.* target wrongly creates a compiler with emulated TLS support instead of native TLS support

2013-10-07 Thread eladv6 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58657 Bug ID: 58657 Summary: bootstrapping cross compiler for sh4eb-*.* target wrongly creates a compiler with emulated TLS support instead of native TLS support Product: gcc

[Bug bootstrap/58657] bootstrapping cross compiler for sh4eb-*.* target wrongly creates a compiler with emulated TLS support instead of native TLS support

2013-10-07 Thread eladv6 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58657 --- Comment #1 from Elad Nachman eladv6 at gmail dot com --- Created attachment 30965 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30965action=edit proposed patch for sh4eb target under gcc 4.7.3

[Bug c++/58635] [c++11] ICE with __transaction_atomic and noexcept(false)

2013-10-07 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58635 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug target/56313] aarch64 backend not using fmls instruction

2013-10-07 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56313 Richard Earnshaw rearnsha at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug fortran/58658] New: Pointer assignment to allocatable unlimited polymorphic accepted

2013-10-07 Thread vladimir.fuka at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58658 Bug ID: 58658 Summary: Pointer assignment to allocatable unlimited polymorphic accepted Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug bootstrap/58509] [4.9 regression] ICE in calc_dfs_tree, at dominance.c:397 during Ada runtime build

2013-10-07 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58509 --- Comment #5 from Mikael Pettersson mikpelinux at gmail dot com --- This bootstrap error still occurs with gcc-4.9-20131006. I've now decided to stop testing Ada on SPARC.

[Bug fortran/58658] [OOP] Pointer assignment to allocatable unlimited polymorphic accepted

2013-10-07 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58658 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Keywords||accepts-invalid

[Bug middle-end/23623] volatile keyword changes bitfield access size from 32bit to 8bit

2013-10-07 Thread sandra at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23623 --- Comment #17 from Sandra Loosemore sandra at codesourcery dot com --- Updated patch series: http://gcc.gnu.org/ml/gcc-patches/2013-09/msg02057.html http://gcc.gnu.org/ml/gcc-patches/2013-09/msg02058.html

[Bug middle-end/48784] #pragma pack(1) + -fstrict-volatile-bitfields = bad codegen

2013-10-07 Thread sandra at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48784 --- Comment #4 from Sandra Loosemore sandra at codesourcery dot com --- Updated patch series: http://gcc.gnu.org/ml/gcc-patches/2013-09/msg02057.html http://gcc.gnu.org/ml/gcc-patches/2013-09/msg02058.html

[Bug middle-end/56341] GCC produces unaligned data access

2013-10-07 Thread sandra at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56341 --- Comment #13 from Sandra Loosemore sandra at codesourcery dot com --- Updated patch series: http://gcc.gnu.org/ml/gcc-patches/2013-09/msg02057.html http://gcc.gnu.org/ml/gcc-patches/2013-09/msg02058.html

[Bug target/56997] Incorrect write to packed field when strict-volatile-bitfields enabled on aarch32

2013-10-07 Thread sandra at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56997 --- Comment #11 from Sandra Loosemore sandra at codesourcery dot com --- Updated patch series: http://gcc.gnu.org/ml/gcc-patches/2013-09/msg02057.html http://gcc.gnu.org/ml/gcc-patches/2013-09/msg02058.html

[Bug libgomp/58642] gomp regression: not honoring anymore task set and numactl

2013-10-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58642 --- Comment #27 from Jakub Jelinek jakub at gcc dot gnu.org --- (In reply to vincenzo Innocente from comment #26) [innocent@olsnba04 parallel]$ ./affinity-1.exe | grep veri libgomp: Number of places reduced from 5 to 1 because some places

[Bug fortran/58658] [OOP] Pointer assignment to allocatable unlimited polymorphic accepted

2013-10-07 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58658 --- Comment #2 from Tobias Burnus burnus at gcc dot gnu.org --- (In reply to Tobias Burnus from comment #1) Confirmed. Untested patch: Which of course doesn't work. What helps is the following patch (not regtested). I wonder why there is the

[Bug tree-optimization/58570] [4.9 Regression] wrong code at -Os and above on x86_64-linux-gnu (both 32-bit and 64-bit modes)

2013-10-07 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58570 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug tree-optimization/58570] [4.9 Regression] wrong code for bitfields at -O2 and above

2013-10-07 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58570 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added CC|bernd.edlinger at hotmail dot de |

[Bug libstdc++/58659] New: Construction of shared_ptr from unique_ptr mismatches new/delete and std::allocator for __shared_ptr_count

2013-10-07 Thread spencer at starscale dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58659 Bug ID: 58659 Summary: Construction of shared_ptr from unique_ptr mismatches new/delete and std::allocator for __shared_ptr_count Product: gcc Version: 4.8.1 Status:

[Bug libstdc++/58659] Construction of shared_ptr from unique_ptr mismatches new/delete and std::allocator for __shared_ptr_count

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

[Bug libgcc/58660] New: ARM/Thumb non-interworking code broken in libgcc

2013-10-07 Thread jifl-bugzilla at jifvik dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58660 Bug ID: 58660 Summary: ARM/Thumb non-interworking code broken in libgcc Product: gcc Version: 4.7.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug libstdc++/57641] std::timed_mutex.try_lock_until() is broken

2013-10-07 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57641 --- Comment #7 from Jonathan Wakely redi at gcc dot gnu.org --- Author: redi Date: Mon Oct 7 23:21:58 2013 New Revision: 203256 URL: http://gcc.gnu.org/viewcvs?rev=203256root=gccview=rev Log: PR libstdc++/57641 * include/std/mutex

[Bug libstdc++/57641] std::timed_mutex.try_lock_until() is broken

2013-10-07 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57641 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug libstdc++/58357] In C++11 std::rotate(first, middle, last) now should return a forward iterator to first + (last - middle).

2013-10-07 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58357 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug c++/58568] [4.8/4.9 Regression] [c++11] ICE with lambda in invalid template variable definition

2013-10-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58568 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug target/56993] power gcc built 416.gamess generates wrong result

2013-10-07 Thread carrot at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56993 --- Comment #3 from Carrot carrot at google dot com --- I don't have a reduced test case. But I have a reduced config file. ### ext = Linux64 backup_config = 0 makeflags =

[Bug c++/58661] New: Definition of inherited nested class should be invalid

2013-10-07 Thread zeratul976 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58661 Bug ID: 58661 Summary: Definition of inherited nested class should be invalid Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug tree-optimization/58662] New: wrong code at -O2 and -O3 on x86_64-linux-gnu (in 64-bit mode)

2013-10-07 Thread su at cs dot ucdavis.edu
-checking=release --with-gmp=/usr/local/gcc-trunk --with-mpfr=/usr/local/gcc-trunk --with-mpc=/usr/local/gcc-trunk --with-cloog=/usr/local/gcc-trunk --prefix=/usr/local/gcc-trunk Thread model: posix gcc version 4.9.0 20131007 (experimental) [trunk revision 203235] (GCC) $ $ gcc-trunk -Os small.c; a.out