[Bug c++/56038] declarations in xmmintrin.h conflict with mingw-w64 intrin.h in c++ mode

2013-09-20 Thread vanboxem.ruben at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56038 Ruben Van Boxem changed: What|Removed |Added CC||vanboxem.ruben at gmail dot com --- Com

[Bug middle-end/57748] [4.7/4.8/4.9 Regression] ICE when expanding assignment to unaligned zero-sized array

2013-09-20 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57748 --- Comment #40 from rguenther at suse dot de --- On Wed, 18 Sep 2013, bernd.edlinger at hotmail dot de wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57748 > > --- Comment #38 from Bernd Edlinger --- > Richard, > > I've split up the pat

[Bug fortran/58099] [4.8/4.9 Regression] [F03] over-zealous procedure-pointer error checking

2013-09-20 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58099 --- Comment #15 from janus at gcc dot gnu.org --- Author: janus Date: Fri Sep 20 07:44:05 2013 New Revision: 202766 URL: http://gcc.gnu.org/viewcvs?rev=202766&root=gcc&view=rev Log: 2013-09-20 Janus Weil PR fortran/58099 * expr.c (gfc_

[Bug c++/58477] [4.9 Regression] ice in cgraph_speculative_call_info

2013-09-20 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58477 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.0 Summary|ice in

[Bug c/58454] Potentially wrong(or at least weird/inconsistent) code generation with -O2 -fno-strict-overflow

2013-09-20 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58454 Manuel López-Ibáñez changed: What|Removed |Added CC||manu at gcc dot gnu.org --- Comment

[Bug tree-optimization/58473] [4.9 regression] FAIL: ext/random/normal_mv_distribution/cons/default.cc (test for excess errors)

2013-09-20 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58473 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug tree-optimization/58478] [4.7 Regression] very slow compilation at -O1 and above on a nested loop

2013-09-20 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58478 Richard Biener changed: What|Removed |Added Keywords||compile-time-hog Component|midd

[Bug tree-optimization/58464] [4.9 Regression] Crashes with SIGSEGV (infinite recursion in phi_translate)

2013-09-20 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58464 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug middle-end/58463] ICE with -fdump-tree-all-all in vector indexed access

2013-09-20 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58463 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/58099] [4.8/4.9 Regression] [F03] over-zealous procedure-pointer error checking

2013-09-20 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58099 --- Comment #16 from janus at gcc dot gnu.org --- (In reply to janus from comment #15) > Author: janus > Date: Fri Sep 20 07:44:05 2013 > New Revision: 202766 This commit fixes the original regression of comment 0 on trunk (backport to 4.8 pending

[Bug fortran/58099] [4.8/4.9 Regression] [F03] over-zealous procedure-pointer error checking

2013-09-20 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58099 --- Comment #17 from janus at gcc dot gnu.org --- (In reply to janus from comment #16) > TODO: Fix also the issue with PURE/ELEMENTAL reported in comment 14. Here is a small patch which does it: Index: gcc/fortran/resolve.c ==

[Bug fortran/58470] [OOP] ICE on invalid with FINAL procedure and type extension

2013-09-20 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58470 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||ice-on-invalid-code

[Bug middle-end/58463] ICE with -fdump-tree-all-all in vector indexed access

2013-09-20 Thread pa...@matos-sorge.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58463 --- Comment #3 from Paulo J. Matos --- Thanks Richard, will check.

[Bug fortran/58471] [4.8/4.9 Regression] ICE on invalid with missing type constructor and -Wall

2013-09-20 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58471 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||ice-on-invalid-code

[Bug fortran/58471] [4.8/4.9 Regression] ICE on invalid with missing type constructor and -Wall

2013-09-20 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58471 --- Comment #2 from janus at gcc dot gnu.org --- Can be fixed with this patch: Index: gcc/fortran/primary.c === --- gcc/fortran/primary.c(revision 202765) +++ gcc/fortran/primary

[Bug middle-end/58463] ICE with -fdump-tree-all-all in vector indexed access

2013-09-20 Thread pa...@matos-sorge.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58463 --- Comment #4 from Paulo J. Matos --- Backporting fixes the problem. Can we go ahead and backport to 4.8? Can we add the testcase to the testsuite as well please?

[Bug fortran/58099] [4.8/4.9 Regression] [F03] over-zealous procedure-pointer error checking

2013-09-20 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58099 --- Comment #18 from janus at gcc dot gnu.org --- (In reply to janus from comment #17) > (In reply to janus from comment #16) > > TODO: Fix also the issue with PURE/ELEMENTAL reported in comment 14. > > Here is a small patch which does it: This y

[Bug tree-optimization/58480] New: Use attribute((nonnull)) to optimize callers

2013-09-20 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58480 Bug ID: 58480 Summary: Use attribute((nonnull)) to optimize callers Product: gcc Version: 4.9.0 Status: UNCONFIRMED Keywords: missed-optimization Severity: enhancement

[Bug middle-end/58463] ICE with -fdump-tree-all-all in vector indexed access

2013-09-20 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58463 --- Comment #5 from rguenther at suse dot de --- On Fri, 20 Sep 2013, pa...@matos-sorge.com wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58463 > > --- Comment #4 from Paulo J. Matos --- > Backporting fixes the problem. Can we go ahead a

[Bug tree-optimization/58473] [4.9 regression] FAIL: ext/random/normal_mv_distribution/cons/default.cc (test for excess errors)

2013-09-20 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58473 --- Comment #3 from Richard Biener --- Author: rguenth Date: Fri Sep 20 10:19:12 2013 New Revision: 202774 URL: http://gcc.gnu.org/viewcvs?rev=202774&root=gcc&view=rev Log: 2013-09-20 Richard Biener PR middle-end/58473 * tree-chrec.h

[Bug tree-optimization/58417] Incorrect optimization in SCEV const-prop

2013-09-20 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58417 Bug 58417 depends on bug 58473, which changed state. Bug 58473 Summary: [4.9 regression] FAIL: ext/random/normal_mv_distribution/cons/default.cc (test for excess errors) http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58473 What|Remov

[Bug tree-optimization/58473] [4.9 regression] FAIL: ext/random/normal_mv_distribution/cons/default.cc (test for excess errors)

2013-09-20 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58473 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/58463] ICE with -fdump-tree-all-all in vector indexed access

2013-09-20 Thread pa...@matos-sorge.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58463 --- Comment #6 from Paulo J. Matos --- (In reply to rguent...@suse.de from comment #5) > On Fri, 20 Sep 2013, pa...@matos-sorge.com wrote: > > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58463 > > > > --- Comment #4 from Paulo J. Matos --- >

[Bug middle-end/58463] ICE with -fdump-tree-all-all in vector indexed access

2013-09-20 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58463 --- Comment #7 from rguenther at suse dot de --- On Fri, 20 Sep 2013, pa...@matos-sorge.com wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58463 > > --- Comment #6 from Paulo J. Matos --- > (In reply to rguent...@suse.de from comment #5)

[Bug c++/58481] New: Internal compiler error when passing argument packs to base class method inside a lambda

2013-09-20 Thread rush at rushbase dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58481 Bug ID: 58481 Summary: Internal compiler error when passing argument packs to base class method inside a lambda Product: gcc Version: 4.8.2 Status: UNCONFIRMED S

[Bug fortran/58099] [4.8/4.9 Regression] [F03] over-zealous procedure-pointer error checking

2013-09-20 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58099 --- Comment #19 from janus at gcc dot gnu.org --- (In reply to janus from comment #18) > This is avoided by the following improved patch (which just 'silently' sets > the attributes): That version still yields a good number of testsuite failures,

[Bug fortran/58099] [4.8/4.9 Regression] [F03] over-zealous procedure-pointer error checking

2013-09-20 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58099 --- Comment #20 from janus at gcc dot gnu.org --- (In reply to janus from comment #19) > FAIL: gfortran.dg/proc_ptr_1.f90 -O0 (test for excess errors) Here one gets: ptr4 => cos 1 Error: Explicit interface required for '' at (1): elemental

[Bug c++/58481] Internal compiler error when passing argument packs to base class method inside a lambda

2013-09-20 Thread rush at rushbase dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58481 --- Comment #1 from Damian Kaczmarek --- clang and VS2013 work properly

[Bug libgomp/58482] New: gomp4: user defined reduction produce wrong result

2013-09-20 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58482 Bug ID: 58482 Summary: gomp4: user defined reduction produce wrong result Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug tree-optimization/58483] New: missing optimization opportunity for const std::vector compared to std::array

2013-09-20 Thread dl.soluz at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58483 Bug ID: 58483 Summary: missing optimization opportunity for const std::vector compared to std::array Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: en

[Bug tree-optimization/58483] missing optimization opportunity for const std::vector compared to std::array

2013-09-20 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58483 Marc Glisse changed: What|Removed |Added CC||glisse at gcc dot gnu.org --- Comment #1 fr

[Bug libgomp/58482] gomp4: user defined reduction produce wrong result

2013-09-20 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58482 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/58483] missing optimization opportunity for const std::vector compared to std::array

2013-09-20 Thread dl.soluz at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58483 --- Comment #2 from dennis luehring --- i missed the commandline g++-4.8 -O3 -march=native -std=c++11 -fdump-tree-optimized test.cpp

[Bug c++/57850] [4.8/4.9 Regression] Option -fdump-translation-unit not working

2013-09-20 Thread aponomarenko at rosalab dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57850 Andrey Ponomarenko changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug middle-end/58484] New: [4.9 Regression] ICE in chrec_fold_plus_1, at tree-chrec.c:272 building 416.gamess

2013-09-20 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58484 Bug ID: 58484 Summary: [4.9 Regression] ICE in chrec_fold_plus_1, at tree-chrec.c:272 building 416.gamess Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severit

[Bug middle-end/58484] [4.9 Regression] ICE in chrec_fold_plus_1, at tree-chrec.c:272 building 416.gamess

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

[Bug middle-end/58484] [4.9 Regression] ICE in chrec_fold_plus_1, at tree-chrec.c:272 building 416.gamess

2013-09-20 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58484 --- Comment #2 from Richard Biener --- SUBROUTINE UMPSE(AIBJ,NOC,NDIM,NOCA,NVIRA,NOCCA,E2) DIMENSION AIBJ(NOC,NDIM,*) DO 20 MA=1,NVIRA DO 20 MI=1,NOCA DO 10 MB=1,MA MBI = MI+NOCA*(MB-1) DO 10 MJ=1

[Bug tree-optimization/58453] [4.9 Regression] Revision 202431 results in miscompare for CPU2006 434.zeusmp

2013-09-20 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58453 --- Comment #10 from Richard Biener --- With -ftree-loop-distribution we fuse the first and the last partition resulting in correct code again. We're really missing partition dependencies - see PR53616.

[Bug tree-optimization/58453] [4.9 Regression] Revision 202431 results in miscompare for CPU2006 434.zeusmp

2013-09-20 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58453 --- Comment #11 from Richard Biener --- Author: rguenth Date: Fri Sep 20 12:21:08 2013 New Revision: 202775 URL: http://gcc.gnu.org/viewcvs?rev=202775&root=gcc&view=rev Log: 2013-09-20 Richard Biener PR tree-optimization/58453 * tree-

[Bug tree-optimization/58453] [4.9 Regression] Revision 202431 results in miscompare for CPU2006 434.zeusmp

2013-09-20 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58453 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/57850] [4.8/4.9 Regression] Option -fdump-translation-unit not working

2013-09-20 Thread aponomarenko at rosalab dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57850 Andrey Ponomarenko changed: What|Removed |Added Resolution|FIXED |WORKSFORME

[Bug c++/58481] Internal compiler error when passing argument packs to base class method inside a lambda

2013-09-20 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58481 Paolo Carlini changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #2 f

[Bug c/58485] New: [4.9 Regression] GMP test on subnormal fails with LTO and -O3

2013-09-20 Thread vincent-gcc at vinc17 dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58485 Bug ID: 58485 Summary: [4.9 Regression] GMP test on subnormal fails with LTO and -O3 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal P

[Bug c/58485] [4.9 Regression] GMP test on subnormal fails with LTO and -O3

2013-09-20 Thread vincent-gcc at vinc17 dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58485 --- Comment #1 from Vincent Lefèvre --- I forgot: Version: GNU MP 5.1.2 Host type: coreinhm-unknown-linux-gnu ABI: 64 Install prefix:/usr/local Compiler: gcc-snapshot -std=gnu99 Static libr

[Bug middle-end/58484] [4.9 Regression] ICE in chrec_fold_plus_1, at tree-chrec.c:272 building 416.gamess

2013-09-20 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58484 --- Comment #3 from Richard Biener --- Hm, so are we expecting that instantiate_scev_r through static tree instantiate_scev_binary (basic_block instantiate_below, struct loop *evolution_loop, struct loop *inner_loop,

[Bug c/58485] [4.9 Regression] GMP test on subnormal fails with LTO and -O3

2013-09-20 Thread vincent-gcc at vinc17 dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58485 Vincent Lefèvre changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug sanitizer/58413] ubsan constant folding

2013-09-20 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58413 --- Comment #4 from Marek Polacek --- Author: mpolacek Date: Fri Sep 20 13:26:07 2013 New Revision: 202776 URL: http://gcc.gnu.org/viewcvs?rev=202776&root=gcc&view=rev Log: 2013-09-20 Marek Polacek PR sanitizer/58413 * ubsan.c (get_ub

[Bug libgomp/58482] gomp4: user defined reduction produce wrong result

2013-09-20 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58482 --- Comment #3 from Jakub Jelinek --- It is well known that we don't vectorize this, right now we only handle accesses to the SIMD lane privatized vars that cover the whole size of those vars, while in your testcase the access size is half the siz

Advarselsmeddelelse : L�s venligst omhyggeligt

2013-09-20 Thread Danske Bank
Din online konto vil blive begrænset Dit kreditkort : 4571 Vi har for nylig opdaget, at der i dag var 3 forkerte login- forsøg på din konto Følgende IP-adresser blev registreret: Ugyldigt login fra : *.*.68.122.rogers.com Ugyldigt login fra : *.*.88.90.charter.net Ugyldi

[Bug libgomp/58482] gomp4: user defined reduction produce wrong result

2013-09-20 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58482 --- Comment #2 from vincenzo Innocente --- Thanks Jakub for the clear answer. The reduction operator should be strictly commutative! and I now understand the meaning of omp declare reduction (I hope) so I modified it as you can see below results

[Bug target/58475] SH4 insn swapb does not satisfy its constraints:

2013-09-20 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58475 Oleg Endo changed: What|Removed |Added Target||sh*-*-* Status|UNCONFIRMED

[Bug middle-end/57748] [4.7/4.8/4.9 Regression] ICE when expanding assignment to unaligned zero-sized array

2013-09-20 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57748 --- Comment #41 from Bernd Edlinger --- (In reply to rguent...@suse.de from comment #40) > The issue is that we added the movmisaling-on-component-ref path > for _correctness_ reasons. Now, if all misaligned accesses end up > being expanded using

[Bug middle-end/57748] [4.7/4.8/4.9 Regression] ICE when expanding assignment to unaligned zero-sized array

2013-09-20 Thread edlinger at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57748 --- Comment #42 from edlinger at gcc dot gnu.org --- Author: edlinger Date: Fri Sep 20 14:10:14 2013 New Revision: 202778 URL: http://gcc.gnu.org/viewcvs?rev=202778&root=gcc&view=rev Log: 2013-09-20 Bernd Edlinger PR middle-end/57748

[Bug fortran/58355] [4.7/4.8/4.9 Regression] [F03] ICE with TYPE, EXTENDS before parent TYPE defined

2013-09-20 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58355 janus at gcc dot gnu.org changed: What|Removed |Added Summary|[F03] ICE with TYPE,|[4.7/4.8/4.9 Regression]

[Bug tree-optimization/58359] __builtin_unreachable prevents vectorization

2013-09-20 Thread a.sinyavin at samsung dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58359 Anatoly Sinyavin changed: What|Removed |Added CC||a.sinyavin at samsung dot com --- Comm

[Bug c++/56038] declarations in xmmintrin.h conflict with mingw-w64 intrin.h in c++ mode

2013-09-20 Thread jacek at codeweavers dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56038 Jacek Caban changed: What|Removed |Added CC||jacek at codeweavers dot com --- Comment #8

[Bug tree-optimization/58483] missing optimization opportunity for const std::vector compared to std::array

2013-09-20 Thread dl.soluz at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58483 --- Comment #3 from dennis luehring --- according to the feedback from the clang mailing list by Benjamin Kramer http://lists.cs.uiuc.edu/pipermail/cfe-dev/2013-September/032111.html llvm seems to not have any problem in removing new/delete in t

[Bug other/58467] Documentation of the "used" variable attribute needs additional information

2013-09-20 Thread psmith at gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58467 --- Comment #6 from Paul Smith --- A minor typo: - attached to a variable with the static storage, + attached to a variable with static storage, Also, I wonder if it might be helpful to be clear that it can ONLY be applied to variables with stat

[Bug libstdc++/58338] Add noexcept to functions with a narrow contract

2013-09-20 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58338 --- Comment #7 from Marc Glisse --- Author: glisse Date: Fri Sep 20 15:50:09 2013 New Revision: 202781 URL: http://gcc.gnu.org/viewcvs?rev=202781&root=gcc&view=rev Log: 2013-09-20 Marc Glisse PR libstdc++/58338 * include/bits/allocato

[Bug libstdc++/58265] [lwg/2063] std::string move assignment should be noexcept

2013-09-20 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58265 --- Comment #5 from Marc Glisse --- Author: glisse Date: Fri Sep 20 15:50:09 2013 New Revision: 202781 URL: http://gcc.gnu.org/viewcvs?rev=202781&root=gcc&view=rev Log: 2013-09-20 Marc Glisse PR libstdc++/58338 * include/bits/allocato

[Bug libstdc++/56166] std::string::clear() can throw despite being marked noexcept

2013-09-20 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56166 --- Comment #10 from Marc Glisse --- Author: glisse Date: Fri Sep 20 15:50:09 2013 New Revision: 202781 URL: http://gcc.gnu.org/viewcvs?rev=202781&root=gcc&view=rev Log: 2013-09-20 Marc Glisse PR libstdc++/58338 * include/bits/allocat

[Bug c++/56038] declarations in xmmintrin.h conflict with mingw-w64 intrin.h in c++ mode

2013-09-20 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56038 --- Comment #9 from H.J. Lu --- Does mingw provide its own SSE/MMX intrinsic implementations? Can mingw just include where SSE/MMX instrincis is needed?

[Bug c/53001] -Wfloat-conversion should be available to warn about floating point errors

2013-09-20 Thread gcc at richardneill dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53001 --- Comment #10 from Richard Neill --- Thank you for adding this - I will certainly find it useful! May I suggest that this warning be implicitly enabled by -Wextra, (even if it's not enabled by -Wall) ?

[Bug other/58467] Documentation of the "used" variable attribute needs additional information

2013-09-20 Thread psmith at gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58467 --- Comment #5 from Paul Smith --- Thank you!

[Bug c++/56038] declarations in xmmintrin.h conflict with mingw-w64 intrin.h in c++ mode

2013-09-20 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56038 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #10

[Bug c++/58481] Internal compiler error when passing argument packs to base class method inside a lambda

2013-09-20 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58481 --- Comment #3 from Paolo Carlini --- Indeed, let's avoid the big , this is enough: struct Test { template inline void triggerTest (Args&&... fargs) { } }; struct TestPickled : Test { template void triggerTest (Args&&... fargs) { [=](

[Bug bootstrap/58476] bootstrap failure with Go enabled

2013-09-20 Thread tromey at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58476 --- Comment #2 from Tom Tromey --- The problem occurs because I use --disable-static. If I remove this, the bootstrap completes. I am not sure whether or not this is a supported configuration.

[Bug target/56875] vax target miscompiles short negative constants for 64bit values

2013-09-20 Thread jbg...@lug-owl.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56875 --- Comment #5 from Jan-Benedict Glaw --- Created attachment 30872 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30872&action=edit Updated patch including testcase.

[Bug rtl-optimization/57915] [4.8/4.9 Regression] ICE in set_address_disp, at rtlanal.c:5537

2013-09-20 Thread vmakarov at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57915 Vladimir Makarov changed: What|Removed |Added CC||vmakarov at redhat dot com --- Comment

[Bug c/53001] -Wfloat-conversion should be available to warn about floating point errors

2013-09-20 Thread jjcogliati-r1 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53001 Joshua Cogliati changed: What|Removed |Added CC||jjcogliati-r1 at yahoo dot com --- Comm

[Bug sanitizer/58465] TSan deadlock in a single-threaded program

2013-09-20 Thread oleg at smolsky dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58465 --- Comment #5 from Oleg Smolsky --- BTW, I get an identical deadlock with ASan: #0 0x7fe631504ae9 in syscall () from /lib64/libc.so.6 #1 0x7fe63363ddc0 in __sanitizer::internal_sched_yield () at ../../../../gcc48-google/libsaniti

[Bug c++/58481] Internal compiler error when passing argument packs to base class method inside a lambda

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

[Bug target/58486] New: insufficient CFI generated for call-saved VFP registers

2013-09-20 Thread roland at gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58486 Bug ID: 58486 Summary: insufficient CFI generated for call-saved VFP registers Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Priorit

[Bug bootstrap/58476] In top-level configure --disable-static should change default for --with-boot-ldflags

2013-09-20 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58476 Ian Lance Taylor changed: What|Removed |Added Summary|bootstrap failure with Go |In top-level configure

[Bug c++/58481] Internal compiler error when passing argument packs to base class method inside a lambda

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

[Bug tree-optimization/55860] Turn segmented iteration into nested loops

2013-09-20 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55860 --- Comment #4 from Jeffrey A. Law --- BTW, I did look at walking up the CFG to discover edge equivalences we could add to our tables. We don't have access to the path through the dominator tree that we've followed, so I had to use a fairly conse

[Bug c/53001] -Wfloat-conversion should be available to warn about floating point errors

2013-09-20 Thread jjcogliati-r1 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53001 --- Comment #9 from Joshua Cogliati --- Created attachment 30871 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30871&action=edit some floating conversion issues This tests three of the floating conversion reduction in precision issues. P

[Bug middle-end/58484] [4.9 Regression] ICE in chrec_fold_plus_1, at tree-chrec.c:272 building 416.gamess

2013-09-20 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58484 --- Comment #4 from Richard Biener --- Author: rguenth Date: Fri Sep 20 17:49:45 2013 New Revision: 202790 URL: http://gcc.gnu.org/viewcvs?rev=202790&root=gcc&view=rev Log: 2013-09-20 Richard Biener PR middle-end/58484 * tree-scalar-e

[Bug middle-end/58484] [4.9 Regression] ICE in chrec_fold_plus_1, at tree-chrec.c:272 building 416.gamess

2013-09-20 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58484 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug testsuite/57605] colors break note pruning in the testsuite

2013-09-20 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57605 --- Comment #2 from Jakub Jelinek --- Author: jakub Date: Fri Sep 20 17:52:29 2013 New Revision: 202791 URL: http://gcc.gnu.org/viewcvs?rev=202791&root=gcc&view=rev Log: PR testsuite/57605 libstdc++-v3/ * testsuite/lib/libstdc++.exp (libs

[Bug sanitizer/58465] ASan/TSan deadlock in a single-threaded program

2013-09-20 Thread kcc at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58465 --- Comment #6 from Kostya Serebryany --- Is that the full stack trace? (As usual, a reproducer will help us much)

[Bug tree-optimization/58417] Incorrect optimization in SCEV const-prop

2013-09-20 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58417 Bug 58417 depends on bug 58484, which changed state. Bug 58484 Summary: [4.9 Regression] ICE in chrec_fold_plus_1, at tree-chrec.c:272 building 416.gamess http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58484 What|Removed

[Bug sanitizer/58465] ASan/TSan deadlock in a single-threaded program

2013-09-20 Thread oleg at smolsky dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58465 --- Comment #9 from Oleg Smolsky --- Hold on, I don't get the "more memory" bit. This happens very early, before anything else of merit. Also, it turns out that this isn't a deadlock, the main thread is spinning inside asan code. USER PID %

[Bug c++/57850] [4.8/4.9 Regression] Option -fdump-translation-unit not working

2013-09-20 Thread dmitrij.ledkov at ubuntu dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57850 --- Comment #11 from Dima --- (In reply to Jason Merrill from comment #9) > Created attachment 30818 [details] > patch > > Can you verify that this patch fixes the issue? Yes, it works for me and makes abi-compliance-checker function once again.

[Bug sanitizer/58465] ASan/TSan deadlock in a single-threaded program

2013-09-20 Thread kcc at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58465 --- Comment #10 from Kostya Serebryany --- Your stack traces tells me this: __sanitizer::MmapOrDie calls strerror, which means that mmap call failed. This may happen if the process OOM-ed (unlikely in your case), or may have some kind of limit (

[Bug sanitizer/58465] ASan/TSan deadlock in a single-threaded program

2013-09-20 Thread oleg at smolsky dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58465 --- Comment #11 from Oleg Smolsky --- Sure. The verbose thing does not yield much: ==1236== Parsed ASAN_OPTIONS: verbosity=1 ==1236== AddressSanitizer: libc interceptors initialized || `[0x10007fff8000, 0x7fff]` || HighMem|| || `[0x02

[Bug c++/58487] New: Missed return value optimization

2013-09-20 Thread jm at bourguet dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58487 Bug ID: 58487 Summary: Missed return value optimization Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Ass

[Bug sanitizer/58465] ASan/TSan deadlock in a single-threaded program

2013-09-20 Thread kcc at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58465 --- Comment #12 from Kostya Serebryany --- You can also try ASAN_OPTIONS=malloc_context_size=1 (or 0) this will eliminate this particular call to mmap (but will reduce the usefulness of asan report)

[Bug target/56875] vax target miscompiles short negative constants for 64bit values

2013-09-20 Thread jbglaw at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56875 --- Comment #6 from jbglaw at gcc dot gnu.org --- Author: jbglaw Date: Fri Sep 20 19:00:02 2013 New Revision: 202796 URL: http://gcc.gnu.org/viewcvs?rev=202796&root=gcc&view=rev Log: Work around buggy gas not properly sign-extending a 64bit value

[Bug sanitizer/58465] ASan/TSan deadlock in a single-threaded program

2013-09-20 Thread oleg at smolsky dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58465 --- Comment #7 from Oleg Smolsky --- Created attachment 30874 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30874&action=edit full stack Here is the full stack. It comes from the very same spot in my app. As for the minimal repro - that's

[Bug c/53001] -Wfloat-conversion should be available to warn about floating point errors

2013-09-20 Thread jjcogliati-r1 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53001 --- Comment #11 from Joshua Cogliati --- Created attachment 30873 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30873&action=edit Patch to add -Wfloat-conversion option This version also is enabled with -Wextra. $ gcc -o float_test float

[Bug sanitizer/58465] ASan/TSan deadlock in a single-threaded program

2013-09-20 Thread kcc at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58465 --- Comment #8 from Kostya Serebryany --- ouch! free calling malloc. this is not going to work :) This code has changed since our last merge to gcc -- the trunk version does not have strerror call any more. I really hope to make another merge

[Bug fortran/58471] [4.8/4.9 Regression] ICE on invalid with missing type constructor and -Wall

2013-09-20 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58471 --- Comment #3 from janus at gcc dot gnu.org --- (In reply to janus from comment #2) > Can be fixed with this patch: ... which regtests cleanly.

[Bug sanitizer/58465] ASan/TSan deadlock in a single-threaded program

2013-09-20 Thread oleg at smolsky dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58465 --- Comment #13 from Oleg Smolsky --- Created attachment 30875 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30875&action=edit another stack ASAN_OPTIONS=malloc_context_size=1 gets me passed the initial issue, but the code gets stuck here:

[Bug c/53001] -Wfloat-conversion should be available to warn about floating point errors

2013-09-20 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53001 --- Comment #12 from Manuel López-Ibáñez --- The patch looks mostly correct to me, but you will need a few extra details before a maintainer (not me!) can accept it. * You need to bootstrap + run the testsuite. You don't really need to add testc

[Bug c++/58487] Missed return value optimization

2013-09-20 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58487 Marc Glisse changed: What|Removed |Added Keywords||missed-optimization --- Comment #1 from Mar

[Bug c++/58481] Internal compiler error when passing argument packs to base class method inside a lambda

2013-09-20 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58481 --- Comment #5 from paolo at gcc dot gnu.org --- Author: paolo Date: Fri Sep 20 21:04:09 2013 New Revision: 202797 URL: http://gcc.gnu.org/viewcvs?rev=202797&root=gcc&view=rev Log: /cp 2013-09-20 Paolo Carlini PR c++/58481 * pt.c (tsu

[Bug c++/58481] Internal compiler error when passing argument packs to base class method inside a lambda

2013-09-20 Thread rush at rushbase dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58481 --- Comment #7 from Damian Kaczmarek --- Cheers guys, much appreciated. Keep up the good work.

[Bug sanitizer/58465] ASan/TSan deadlock in a single-threaded program

2013-09-20 Thread oleg at smolsky dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58465 --- Comment #14 from Oleg Smolsky --- The ASan issue was due to the memory limit applied via setrlimit(). The virtual size (in this -fPIC -pie build) is really huge and so memory allocations were failing. I'll confirm the TSan case in a bit. Than

[Bug c++/58481] Internal compiler error when passing argument packs to base class method inside a lambda

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

  1   2   >