[Bug other/59365] Configure script does not pass CFLAGS/CXXFLAGS down to subtargets @ stage1

2013-12-01 Thread djfd at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59365 djfd at mail dot ru changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVAL

[Bug other/59365] Configure script does not pass CFLAGS/CXXFLAGS down to subtargets @ stage1

2013-12-01 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59365 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug sanitizer/59275] Document environment variables used by the sanitizers

2013-12-01 Thread kcc at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59275 --- Comment #7 from Kostya Serebryany --- (In reply to Tobias Burnus from comment #6) > Close as sufficiently FIXED. > > However, on the Wiki side, one should add the missing items, cf. comment 2, > to ASAN/TSAN - and LSAN completely misses a fla

[Bug other/59365] New: Configure script does not pass CFLAGS/CXXFLAGS down to subtargets @ stage1

2013-12-01 Thread djfd at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59365 Bug ID: 59365 Summary: Configure script does not pass CFLAGS/CXXFLAGS down to subtargets @ stage1 Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: minor

[Bug c++/57163] Link failure with thread_local

2013-12-01 Thread conradsand.arma at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57163 Conrad changed: What|Removed |Added CC||conradsand.arma at gmail dot com --- Comment #4

[Bug c++/59364] New: C++11 extern thread_local breaks linking: undefined reference to TLS init function

2013-12-01 Thread conradsand.arma at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59364 Bug ID: 59364 Summary: C++11 extern thread_local breaks linking: undefined reference to TLS init function Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severit

[Bug tree-optimization/59362] [4.9 Regression] Abort in fini_object_sizes

2013-12-01 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59362 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/59363] New: [4.9 Regression] r203886 miscompiles git

2013-12-01 Thread octoploid at yandex dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59363 Bug ID: 59363 Summary: [4.9 Regression] r203886 miscompiles git Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug fortran/57522] [F03] ASSOCIATE construct creates array descriptor with incorrect stride for derived type array component

2013-12-01 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57522 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org,

[Bug libfortran/59313] gfortran.dg/erf_3.F90 FAILs on Solaris/SPARC

2013-12-01 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59313 Uroš Bizjak changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libfortran/59313] gfortran.dg/erf_3.F90 FAILs on Solaris/SPARC

2013-12-01 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59313 --- Comment #5 from uros at gcc dot gnu.org --- Author: uros Date: Sun Dec 1 20:56:21 2013 New Revision: 205574 URL: http://gcc.gnu.org/viewcvs?rev=205574&root=gcc&view=rev Log: PR libfortran/59313 * intrinsics/erfc_scaled.c (erfc_scaled_

[Bug c/59362] Abort in fini_object_sizes

2013-12-01 Thread octoploid at yandex dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59362 --- Comment #2 from Markus Trippelsdorf --- Reduced: markus@x4 tmp % cat test.i char *a; long int b; void enc_format() { b = __builtin_object_size(0, 0); a = __builtin___stpcpy_chk(0, "", b); b = __builtin_object_size(a, 0); } markus@x4 tm

[Bug c/59362] Abort in fini_object_sizes

2013-12-01 Thread octoploid at yandex dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59362 Markus Trippelsdorf changed: What|Removed |Added CC||octoploid at yandex dot com --- Com

[Bug libfortran/59313] gfortran.dg/erf_3.F90 FAILs on Solaris/SPARC

2013-12-01 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59313 Uroš Bizjak changed: What|Removed |Added Status|NEW |ASSIGNED URL|

[Bug c/59362] New: Abort in fini_object_sizes

2013-12-01 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59362 Bug ID: 59362 Summary: Abort in fini_object_sizes Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: u

[Bug c++/58845] [4.8/4.9 Regression] Operator || and && broken for vectors

2013-12-01 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58845 --- Comment #14 from Marc Glisse --- Created attachment 31343 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31343&action=edit WIP Let me attach this here. save_expr+build_vector_from_val is unnecessary, the BIT_*_EXPR case would handle it.

[Bug c++/59360] Complicated bind expression causing infinite recursive template instantiations

2013-12-01 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59360 --- Comment #1 from Jonathan Wakely --- another dup of PR 57899 ?

[Bug c++/59361] New: cannot expand parenthesized pack expression

2013-12-01 Thread eric.niebler at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59361 Bug ID: 59361 Summary: cannot expand parenthesized pack expression Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/59360] New: Complicated bind expression causing infinite recursive template instantiations

2013-12-01 Thread eric.niebler at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59360 Bug ID: 59360 Summary: Complicated bind expression causing infinite recursive template instantiations Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: n

[Bug c++/57543] decltype needs explicit 'this' pointer in member function declaration of template class with trailing return type

2013-12-01 Thread d.frey at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57543 Daniel Frey changed: What|Removed |Added CC||d.frey at gmx dot de --- Comment #2 from Da

[Bug tree-optimization/59358] [4.8/4.9 Regression] Infinite loop generated with >=O2

2013-12-01 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59358 Marc Glisse changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/57386] ICE: hash-long-double-tr1-aux.cc:54:7: error: unrecognizable insn

2013-12-01 Thread stigge at antcom dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57386 --- Comment #5 from Roland Stigge --- More info: I just checked that the issue is still present in 4.8.2. Without --with-long-double-128, the problem doesn't occur. Any hint where I should look for? Thanks in advance!

[Bug fortran/57354] Wrong run-time assignment of allocatable array of derived type with allocatable component

2013-12-01 Thread pault at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57354 --- Comment #5 from Paul Thomas --- Author: pault Date: Sun Dec 1 11:50:20 2013 New Revision: 205567 URL: http://gcc.gnu.org/viewcvs?rev=205567&root=gcc&view=rev Log: 2013-12-01 Paul Thomas PR fortran/57354 * trans-array.c (gfc_conv_

[Bug fortran/58410] [4.8/4.9 Regression] Bogus uninitialized variable warning for allocatable derived type array function result

2013-12-01 Thread pault at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58410 --- Comment #5 from Paul Thomas --- Author: pault Date: Sun Dec 1 11:42:25 2013 New Revision: 205566 URL: http://gcc.gnu.org/viewcvs?rev=205566&root=gcc&view=rev Log: 2013-12-01 Paul Thomas PR fortran/58410 * trans-array.c (gfc_alloc

[Bug fortran/57354] Wrong run-time assignment of allocatable array of derived type with allocatable component

2013-12-01 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57354 --- Comment #4 from Tobias Burnus --- (In reply to Paul Thomas from comment #3) > This patch is preliminary since a temporary is produced, for each > assignment, copied to the newly reallocated lhs and then deallocated. > Clearly it would be more

[Bug tree-optimization/59359] New: Segmentation fault in thread_through_all_blocks

2013-12-01 Thread antoine.balestrat at gmail dot com
: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: antoine.balestrat at gmail dot com Hello ! The following testcase makes GCC 4.9.0 as of 20131201 crash. $ cat seg.c int a, b; void f() { int c = 0; for(; b; b++) { for(a = 0; a; a

[Bug fortran/34547] [4.8/4.9 regression] NULL(): Fortran 2003 changes, accepts invalid, ICE on invalid

2013-12-01 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34547 --- Comment #11 from Tobias Burnus --- (In reply to Dominique d'Humieres from comment #8) > Confirmed, however compiling the second test in comment #0, namely > > integer, allocatable :: i(:) > print *, NULL(i) > end > gives an ICE with 4.8.1 a

[Bug target/59316] gcc.dg/atomic/c11-atomic-exec-5.c FAILs on Solaris/SPARC

2013-12-01 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59316 Eric Botcazou changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at