[Bug c/59084] New: Sub-optimal vector moves in AVX2 vectorized loop for unaligned loads.

2013-11-11 Thread hendrik.greving.intel at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59084 Bug ID: 59084 Summary: Sub-optimal vector moves in AVX2 vectorized loop for unaligned loads. Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug target/59078] autoincrement feature of NEON store instructions is not used

2013-11-11 Thread tir5c3 at yahoo dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59078 --- Comment #2 from Povilas Kanapickas --- This would be very surprising, as a major use case for this instruction set feature would be eliminated. Unfortunately autoincrements are not mentioned anywhere in ARM documentation. However, I think a re

[Bug c++/59081] GCC should forbid using a private member datatype in template class

2013-11-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59081 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/47346] access control for nested type is ignored in class template

2013-11-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47346 Jonathan Wakely changed: What|Removed |Added CC||romain.geissler at gmail dot com --- C

[Bug c++/59081] GCC should forbid using a private member datatype in template class

2013-11-11 Thread romain.geissler at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59081 --- Comment #2 from Romain Geissler --- It looks similar to http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41437 but in my case I used a second class, not a function. This issue is exactly like the one reported in http://gcc.gnu.org/bugzilla/show_bu

[Bug libstdc++/59075] python pretty printer does not work at OS X

2013-11-11 Thread altimin at altimin dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59075 --- Comment #6 from Alexander Timin --- (In reply to Tom Tromey from comment #2) It has been compiled only with -g option. What do you mean by "see gdb session"? I don't understand. What should I do?

[Bug c++/59081] GCC should forbid using a private member datatype in template class

2013-11-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59081 --- Comment #1 from Jonathan Wakely --- Please check whether this is a duplicate of any of the "Depends on" bugs for PR 59002

[Bug libstdc++/59075] python pretty printer does not work at OS X

2013-11-11 Thread altimin at altimin dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59075 --- Comment #4 from Alexander Timin --- Created attachment 31196 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31196&action=edit compiled executable

[Bug libstdc++/59075] python pretty printer does not work at OS X

2013-11-11 Thread altimin at altimin dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59075 --- Comment #5 from Alexander Timin --- Created attachment 31197 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31197&action=edit source code

[Bug libstdc++/59075] python pretty printer does not work at OS X

2013-11-11 Thread altimin at altimin dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59075 --- Comment #3 from Alexander Timin --- Created attachment 31195 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31195&action=edit compiled dwarf file

[Bug c++/59083] -fisolate-erroneous-paths produces illegal instruction with enabled -fprofile-generate

2013-11-11 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59083 --- Comment #2 from Jeffrey A. Law --- I need a compilable/complete testcase. If a program is faulting with -fisolate-erroneous-paths, then that program is faulty in one way or another. It's dereferencing a null pointer, pass a null argument in

[Bug target/59078] autoincrement feature of NEON store instructions is not used

2013-11-11 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59078 --- Comment #1 from Andrew Pinski --- Note the use of autoincrement here might actually be slower due to dependent between instructions.

[Bug target/59054] Powerpc -O0 -mcpu=power7 generates sub-optimal code to load 0

2013-11-11 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59054 --- Comment #2 from Michael Meissner --- Author: meissner Date: Mon Nov 11 22:27:03 2013 New Revision: 204689 URL: http://gcc.gnu.org/viewcvs?rev=204689&root=gcc&view=rev Log: Apply patches for PR 59054 Added: branches/ibm/gcc-4_9-meissner/g

[Bug c++/59083] -fisolate-erroneous-paths produces illegal instruction with enabled -fprofile-generate

2013-11-11 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59083 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c++/59083] New: -fisolate-erroneous-paths produces illegal instruction with enabled -fprofile-generate

2013-11-11 Thread marxin.liska at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59083 Bug ID: 59083 Summary: -fisolate-erroneous-paths produces illegal instruction with enabled -fprofile-generate Product: gcc Version: 4.9.0 Status: UNCONFIRMED Sev

[Bug c++/59079] a lambda with a parameter that depends on vector<>::value_type typedef leads to compiler error

2013-11-11 Thread ahu at ds9a dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59079 bert hubert changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/59025] [4.9 Regression] Revision 203979 causes failure in CPU2006 benchmark 435.gromacs

2013-11-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59025 --- Comment #6 from Jakub Jelinek --- If I remember well, there was one spot where it could result in swapped order of commutative operation's operand at the tree level, plus of course if RA/scheduling is affected by SSA_NAME_VERSION of the tempor

[Bug tree-optimization/59025] [4.9 Regression] Revision 203979 causes failure in CPU2006 benchmark 435.gromacs

2013-11-11 Thread pthaugen at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59025 --- Comment #5 from Pat Haugen --- Well, it looks to be an interaction amongst 3 files from the benchmark. All 3 have to be compiled with r203979 compiler for the benchmark to fail (others are compiled with r203978). I captured assembler output fr

[Bug sanitizer/59009] libsanitizer merge from upstream r191666 breaks bootstrap on powerpc64-linux

2013-11-11 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59009 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com --- Comme

[Bug c++/59082] New: [4.7/4.8/4.9 Regression] ICE with duplicate (virtual) base

2013-11-11 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59082 Bug ID: 59082 Summary: [4.7/4.8/4.9 Regression] ICE with duplicate (virtual) base Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Prio

[Bug c++/59081] New: GCC should forbid using a private member datatype in template class

2013-11-11 Thread romain.geissler at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59081 Bug ID: 59081 Summary: GCC should forbid using a private member datatype in template class Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal

[Bug c++/59080] New: [4.9 Regression] [c++11] ICE with array of auto

2013-11-11 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59080 Bug ID: 59080 Summary: [4.9 Regression] [c++11] ICE with array of auto Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c+

[Bug c++/59079] New: a lambda with a parameter that depends on vector<>::value_type typedef leads to compiler error

2013-11-11 Thread ahu at ds9a dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59079 Bug ID: 59079 Summary: a lambda with a parameter that depends on vector<>::value_type typedef leads to compiler error Product: gcc Version: 4.8.2 Status: UNCONFIRMED

[Bug fortran/47642] real(kind=16) - libquadmath - segfault on amd64 FreeBSD

2013-11-11 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47642 --- Comment #24 from Uroš Bizjak --- Fixed?

[Bug target/58853] [4.9 regression] ICE in expand_set_or_movmem_prologue_epilogue_by_misaligned_moves

2013-11-11 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58853 Uroš Bizjak changed: What|Removed |Added Target||x86 Status|ASSIGNED

[Bug c++/57734] Returning template alias to enum class fails with "invalid declarator"

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

[Bug target/58853] [4.9 regression] ICE in expand_set_or_movmem_prologue_epilogue_by_misaligned_moves

2013-11-11 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58853 --- Comment #12 from uros at gcc dot gnu.org --- Author: uros Date: Mon Nov 11 20:02:19 2013 New Revision: 204685 URL: http://gcc.gnu.org/viewcvs?rev=204685&root=gcc&view=rev Log: PR target/58853 * config/i386/x86-tune.def (X86_TUNE_MI

[Bug tree-optimization/59050] [4.9 Regression] ICE: tree check: expected integer_cst, have nop_expr in tree_int_cst_lt, at tree.c:7083

2013-11-11 Thread congh at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59050 Cong Hou changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/58752] [C++11] Bogus error: ambiguous class template instantiation

2013-11-11 Thread richard-gccbugzilla at metafoo dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58752 --- Comment #7 from Richard Smith --- (In reply to Daniel Krügler from comment #6) > (In reply to Richard Smith from comment #4) > Richard, could you please explain what precisely you meant with: > > "Deducing #1 from #2 gives T=const U, which re

[Bug tree-optimization/53947] [meta-bug] vectorizer missed-optimizations

2013-11-11 Thread congh at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53947 Bug 53947 depends on bug 58508, which changed state. Bug 58508 Summary: [Missed-Optimization] Redundant vector load of "actual" loop invariant in loop body. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58508 What|Removed

[Bug tree-optimization/58508] [Missed-Optimization] Redundant vector load of "actual" loop invariant in loop body.

2013-11-11 Thread congh at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58508 Cong Hou changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/59065] questionable bounds for unassociated allocatable/pointer arrays?

2013-11-11 Thread anlauf at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59065 Harald Anlauf changed: What|Removed |Added CC||anlauf at gmx dot de --- Comment #6 from

[Bug tree-optimization/59050] [4.9 Regression] ICE: tree check: expected integer_cst, have nop_expr in tree_int_cst_lt, at tree.c:7083

2013-11-11 Thread congh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59050 --- Comment #4 from congh at gcc dot gnu.org --- Author: congh Date: Mon Nov 11 19:03:39 2013 New Revision: 204683 URL: http://gcc.gnu.org/viewcvs?rev=204683&root=gcc&view=rev Log: 2013-11-11 Cong Hou PR tree-optimization/59050 * tree-

[Bug middle-end/59049] Two VOIDmode constant in comparison passed to cstoresi4

2013-11-11 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59049 --- Comment #9 from Jorn Wolfgang Rennecke --- Author: amylaar Date: Mon Nov 11 18:57:25 2013 New Revision: 204682 URL: http://gcc.gnu.org/viewcvs?rev=204682&root=gcc&view=rev Log: PR middle-end/59049 * expmed.c (emit_store_flag):

[Bug tree-optimization/56902] Fails to SLP with mismatched +/- and negatable constants

2013-11-11 Thread congh at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56902 Cong Hou changed: What|Removed |Added CC||congh at google dot com --- Comment #1 from Co

[Bug libstdc++/59075] python pretty printer does not work at OS X

2013-11-11 Thread tromey at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59075 --- Comment #2 from Tom Tromey --- (In reply to Jonathan Wakely from comment #1) > Tom, do you know why this would be true on OS X? Offhand I do not know. I think there are a few things that could help us find out, though. One would be to see t

[Bug middle-end/34678] Optimization generates incorrect code with -frounding-math option (#pragma STDC FENV_ACCESS not implemented)

2013-11-11 Thread nmm1 at cam dot ac.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34678 --- Comment #23 from Nick Maclaren --- (In reply to Vincent Lefèvre from comment #21) > > > Richard Biener's approach to the default is the one that matches the C > > standard and Vincent Lefèvre is mistaken. > > No, I'm correct. > > > Defining

[Bug bootstrap/48474] gcc fails to bootstrap

2013-11-11 Thread mikestump at comcast dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48474 --- Comment #4 from Mike Stump --- patches to the gcc-patches list get lost and ignored. Bugzilla is forever. Looks like I chose wisely.

[Bug target/58853] [4.9 regression] ICE in expand_set_or_movmem_prologue_epilogue_by_misaligned_moves

2013-11-11 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58853 --- Comment #11 from Jan Hubicka --- > I'll prepare a patch (including HJ's fix) and change option to > X86_TUNE_MISALIGNED_MOVE_STRING_PRO_EPILOGUES with corresponding > TARGET_MISALIGNED_MOVE_STRING_PRO_EPILOGUES (and will fix some grammatical >

[Bug target/58853] [4.9 regression] ICE in expand_set_or_movmem_prologue_epilogue_by_misaligned_moves

2013-11-11 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58853 --- Comment #10 from Uroš Bizjak --- (In reply to Jan Hubicka from comment #9) > > > What confuses me is why TARGET_MISALIGNED_MOVE_STRING_PROLOGUES seems to > > > be > > > true > > > given that > > > > > > DEF_TUNE (TARGET_MISALIGNED_MOVE_STRIN

[Bug target/58853] [4.9 regression] ICE in expand_set_or_movmem_prologue_epilogue_by_misaligned_moves

2013-11-11 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58853 --- Comment #9 from Jan Hubicka --- > > What confuses me is why TARGET_MISALIGNED_MOVE_STRING_PROLOGUES seems to be > > true > > given that > > > > DEF_TUNE (TARGET_MISALIGNED_MOVE_STRING_PROLOGUES, > > "misaligned_move_string_prologues

[Bug target/58853] [4.9 regression] ICE in expand_set_or_movmem_prologue_epilogue_by_misaligned_moves

2013-11-11 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58853 --- Comment #8 from Uroš Bizjak --- (In reply to Jan Hubicka from comment #7) > Yes, we can add this, too, for correctness with manual changes to tunning > flags > (so the patch is approved). > What confuses me is why TARGET_MISALIGNED_MOVE_STRIN

[Bug target/59078] New: autoincrement feature of NEON store instructions is not used

2013-11-11 Thread tir5c3 at yahoo dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59078 Bug ID: 59078 Summary: autoincrement feature of NEON store instructions is not used Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug target/58853] [4.9 regression] ICE in expand_set_or_movmem_prologue_epilogue_by_misaligned_moves

2013-11-11 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58853 --- Comment #7 from Jan Hubicka --- > diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c > index 53e04c4..dd8d943 100644 > --- a/gcc/config/i386/i386.c > +++ b/gcc/config/i386/i386.c > @@ -23766,6 +23766,7 @@ ix86_expand_set_or_movmem (r

[Bug middle-end/34678] Optimization generates incorrect code with -frounding-math option (#pragma STDC FENV_ACCESS not implemented)

2013-11-11 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34678 --- Comment #22 from joseph at codesourcery dot com --- On Mon, 11 Nov 2013, nmm1 at cam dot ac.uk wrote: > There are also very strong grounds for not wanting IEEE 754 support by > default, anyway, because of the performance impact and because a

[Bug other/49661] et-forest.h uses extern "C"

2013-11-11 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49661 --- Comment #3 from joseph at codesourcery dot com --- libiberty is a C library. I don't consider that relevant to any code not actually part of libiberty.

[Bug tree-optimization/59058] [4.7/4.8/4.9 Regression] wrong code at -O3 on x86_64-linux-gnu (affecting gcc 4.6 to trunk)

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

[Bug rtl-optimization/59064] [4.9 regression] FAIL: gcc.dg/vect/vect-ivdep-1.c (test for bogus messages, line )

2013-11-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59064 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.0

[Bug sanitizer/59063] [4.9 Regression] ASAN: segfault in __interceptor_clock_gettime

2013-11-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59063 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.0

[Bug c++/59071] sse2 intrinsics and constant expressions

2013-11-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59071 Richard Biener changed: What|Removed |Added Keywords||rejects-valid Target|

[Bug sanitizer/58937] Preloaded libasan segfaults on unsanitized executables

2013-11-11 Thread y.gribov at samsung dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58937 Yury Gribov changed: What|Removed |Added CC||samsonov at google dot com --- Comment #4 f

[Bug c/59073] [4.9 Regression] ICE with missing increment in OpenMP for-loop

2013-11-11 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59073 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #2

[Bug tree-optimization/59077] New: ipa-pure-const.c (better_state): comment and code mistmatch

2013-11-11 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59077 Bug ID: 59077 Summary: ipa-pure-const.c (better_state): comment and code mistmatch Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Pri

[Bug middle-end/34678] Optimization generates incorrect code with -frounding-math option (#pragma STDC FENV_ACCESS not implemented)

2013-11-11 Thread vincent-gcc at vinc17 dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34678 --- Comment #21 from Vincent Lefèvre --- (In reply to Nick Maclaren from comment #20) > Richard Biener's approach to the default is the one that matches the C > standard and Vincent Lefèvre is mistaken. No, I'm correct. > Defining it to be 'off'

[Bug libstdc++/54562] mutex and condition variable timers

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

[Bug libstdc++/54562] mutex and condition variable timers

2013-11-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54562 --- Comment #5 from Jonathan Wakely --- Author: redi Date: Mon Nov 11 13:33:48 2013 New Revision: 204672 URL: http://gcc.gnu.org/viewcvs?rev=204672&root=gcc&view=rev Log: PR libstdc++/54562 * include/std/mutex (__timed_mutex_impl::__clock

[Bug preprocessor/47756] Warning for #include " " instead of < >

2013-11-11 Thread olafvdspek at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47756 --- Comment #6 from Olaf van der Spek --- Hi Jonathan, The difference between < > and " " is implementation defined. AFAIK GCC only searches the include path with < > and first searches relative to the current file with " ". So the standard can't

[Bug libstdc++/58931] condition_variable::wait_until overflowed by large time_point

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

[Bug c++/58822] Segfault when calling make_shared

2013-11-11 Thread michi at triodia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58822 --- Comment #25 from Michi Henning --- (In reply to Jonathan Wakely from comment #24) > (In reply to Michi Henning from comment #20) > > I'm pretty sure that I'm not using anything in shared_ptr that's outside the > > standard, and the standard wa

[Bug c++/58822] Segfault when calling make_shared

2013-11-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58822 --- Comment #24 from Jonathan Wakely --- (In reply to Michi Henning from comment #20) > I'm pretty sure that I'm not using anything in shared_ptr that's outside the > standard, and the standard way to get access to shared_ptr is to include > . If

[Bug c++/59056] enable_if turns a non-ambiguous template into an ambiguous one

2013-11-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59056 --- Comment #3 from Jonathan Wakely --- Similar (but not identical) to PR 58752

[Bug libstdc++/52015] std::to_string does not work under MinGW

2013-11-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52015 Jonathan Wakely changed: What|Removed |Added CC||chun-fu.yang at hp dot com --- Comment

[Bug libstdc++/59076] std::to_string(int ) could not be found in GCC 4.8.2

2013-11-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59076 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Component|c++

[Bug sanitizer/59063] [4.9 Regression] ASAN: segfault in __interceptor_clock_gettime

2013-11-11 Thread eugeni.stepanov at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59063 --- Comment #15 from Evgeniy Stepanov --- (In reply to Yury Gribov from comment #13) > (In reply to Evgeniy Stepanov from comment #11) > > (In reply to Yury Gribov from comment #4) > > > Evgeniy, what about a warning in GetRealFunctionAddress if r

[Bug middle-end/59049] Two VOIDmode constant in comparison passed to cstoresi4

2013-11-11 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59049 --- Comment #8 from Jorn Wolfgang Rennecke --- (In reply to Richard Biener from comment #7) > That is, sth like > > Index: gcc/tree-ssa-ter.c > === > --- gcc/tree-ssa-ter.c (revisio

[Bug middle-end/59049] Two VOIDmode constant in comparison passed to cstoresi4

2013-11-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59049 --- Comment #7 from Richard Biener --- That is, sth like Index: gcc/tree-ssa-ter.c === --- gcc/tree-ssa-ter.c (revision 204664) +++ gcc/tree-ssa-ter.c (working copy) @@ -438,6 +439

[Bug sanitizer/59063] [4.9 Regression] ASAN: segfault in __interceptor_clock_gettime

2013-11-11 Thread y.gribov at samsung dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59063 --- Comment #14 from Yury Gribov --- (In reply to Yury Gribov from comment #12) > Makes sense. Attaching new patch. Forgot to mention - tested on x64_64.

[Bug middle-end/59049] Two VOIDmode constant in comparison passed to cstoresi4

2013-11-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59049 --- Comment #6 from Richard Biener --- We have : # iftmp.2_1 = PHI <"foo"(2), "bar"(3)> _10 = 3; _34 = g.5_8 != 1; _35 = _10 != 3; in .optimized, as fold-all-builtins manages to produce that from : # iftmp.2_1 = PHI <"foo"(3), "ba

[Bug sanitizer/59063] [4.9 Regression] ASAN: segfault in __interceptor_clock_gettime

2013-11-11 Thread y.gribov at samsung dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59063 --- Comment #13 from Yury Gribov --- (In reply to Evgeniy Stepanov from comment #11) > (In reply to Yury Gribov from comment #4) > > Evgeniy, what about a warning in GetRealFunctionAddress if real symbol is > > NULL? > > Warning sounds like a goo

[Bug sanitizer/59063] [4.9 Regression] ASAN: segfault in __interceptor_clock_gettime

2013-11-11 Thread y.gribov at samsung dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59063 Yury Gribov changed: What|Removed |Added Attachment #31192|0 |1 is obsolete|

[Bug target/57680] [META-BUG][target]deregister_frame_fn is set to invalid address in cygming-crtbegin.c:__gcc_deregister_frame due to unknown reason.

2013-11-11 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57680 Kai Tietz changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug middle-end/59049] Two VOIDmode constant in comparison passed to cstoresi4

2013-11-11 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59049 Jorn Wolfgang Rennecke changed: What|Removed |Added Keywords||patch --- Comment #5 from Jorn W

[Bug middle-end/58970] [4.7/4.8/4.9 Regression] internal compiler error: in get_bit_range, at expr.c:4562

2013-11-11 Thread jan.sm...@alcatel-lucent.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58970 --- Comment #30 from Jan Smets --- Thanks!

[Bug target/58854] [4.8 regression] "sub sp, fp, #40" hoisted above frame accesses

2013-11-11 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58854 --- Comment #8 from Ramana Radhakrishnan --- Author: ramana Date: Mon Nov 11 09:38:14 2013 New Revision: 204665 URL: http://gcc.gnu.org/viewcvs?rev=204665&root=gcc&view=rev Log: Backport fix for PR target/58854 2013-11-11 Ramana Radhakrishnan

[Bug target/58854] [4.8 regression] "sub sp, fp, #40" hoisted above frame accesses

2013-11-11 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58854 Ramana Radhakrishnan changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/34678] Optimization generates incorrect code with -frounding-math option (#pragma STDC FENV_ACCESS not implemented)

2013-11-11 Thread nmm1 at cam dot ac.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34678 Nick Maclaren changed: What|Removed |Added CC||nmm1 at cam dot ac.uk --- Comment #20 fro

[Bug c/38047] -Wredundant-decls does not take scope into account

2013-11-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38047 Richard Biener changed: What|Removed |Added Last reconfirmed|2008-11-07 11:26:14 |2011-11-10 10:26:14 Known to fail|

[Bug tree-optimization/58028] [4.9 Regression] Several failures in libgomp.graphite after revision 200946

2013-11-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58028 Richard Biener changed: What|Removed |Added CC|rguenther at suse dot de |rguenth at gcc dot gnu.org

[Bug fortran/59065] questionable bounds for unassociated allocatable/pointer arrays?

2013-11-11 Thread zeccav at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59065 --- Comment #5 from Vittorio Zecca --- I do not think SIZE should be used to detect an undefined array pointer, but a size of zero warns the code that the array is mostly unusable and that perhaps something is wrong, while a nonzero size is tellin

[Bug tree-optimization/42970] Missed unused function return value elimination

2013-11-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42970 --- Comment #2 from Richard Biener --- Consider LTO. Note that the issue is that while we remove assignments to unused variables from calls at the caller side we never remove a never used return value from a return statement. This keeps the comp

[Bug target/56853] GNU Fortran is not working

2013-11-11 Thread toedt at embl dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56853 --- Comment #6 from g --- In my case i could fix it by reinstalling gmp. for macports you would have todo: port -f uninstall gmp port install -s gmp