[Bug libstdc++/62318] optimization of string searches using Nigel Horspool's Boyer-Moore-Horpool algorithm

2014-08-30 Thread jmichae3 at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62318 Jim Michaels changed: What|Removed |Added URL||http://webhome.cs.uvic.ca/~

[Bug libstdc++/62318] New: optimization of string searches using Nigel Horspool's Boyer-Moore-Horpool algorithm

2014-08-30 Thread jmichae3 at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62318 Bug ID: 62318 Summary: optimization of string searches using Nigel Horspool's Boyer-Moore-Horpool algorithm Product: gcc Version: 4.9.1 Status: UNCONFIRMED Seve

[Bug libstdc++/62317] New: optimization of string searches using Nigel Horspool's Boyer-Moore-Horpool algorithm

2014-08-30 Thread jmichae3 at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62317 Bug ID: 62317 Summary: optimization of string searches using Nigel Horspool's Boyer-Moore-Horpool algorithm Product: gcc Version: 4.9.0 Status: UNCONFIRMED Seve

[Bug c++/52282] [C++0x] rejects-valid issues with decltype/constexpr

2014-08-30 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52282 Paolo Carlini changed: What|Removed |Added CC|paolo.carlini at oracle dot com| --- Comment #8 from Paolo Carlin

[Bug c++/62316] New: poor location for missing braces warning

2014-08-30 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62316 Bug ID: 62316 Summary: poor location for missing braces warning Product: gcc Version: unknown Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: c

[Bug c++/61341] ICE for variadic templates: tsubst at cp/pt.c:11313, tree check: expected class ‘expression’, have ‘type’ (integer_type)

2014-08-30 Thread gerald at pfeifer dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61341 Gerald Pfeifer changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/62315] New: do not print typename in diagnostic if the original code does not have it

2014-08-30 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62315 Bug ID: 62315 Summary: do not print typename in diagnostic if the original code does not have it Product: gcc Version: unknown Status: UNCONFIRMED Severity: nor

[Bug fortran/60593] ICE with deferred length variable in FORALL

2014-08-30 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60593 --- Comment #6 from Tobias Burnus --- Author: burnus Date: Sat Aug 30 18:47:04 2014 New Revision: 214757 URL: https://gcc.gnu.org/viewcvs?rev=214757&root=gcc&view=rev Log: 2014-08-30 Tobias Burnus PR fortran/62278 PR fortran/

[Bug fortran/62278] gfc_check_dependency should also check for TARGET attribute

2014-08-30 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62278 --- Comment #3 from Tobias Burnus --- Author: burnus Date: Sat Aug 30 18:47:04 2014 New Revision: 214757 URL: https://gcc.gnu.org/viewcvs?rev=214757&root=gcc&view=rev Log: 2014-08-30 Tobias Burnus PR fortran/62278 PR fortran/

[Bug fortran/44735] ICE on FORALL with character array pointer

2014-08-30 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44735 --- Comment #6 from Tobias Burnus --- Author: burnus Date: Sat Aug 30 18:47:04 2014 New Revision: 214757 URL: https://gcc.gnu.org/viewcvs?rev=214757&root=gcc&view=rev Log: 2014-08-30 Tobias Burnus PR fortran/62278 PR fortran/

[Bug c++/62314] Fix-it Hints

2014-08-30 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62314 --- Comment #1 from Manuel López-Ibáñez --- There are other examples here: http://clang.llvm.org/docs/InternalsManual.html#fix-it-hints

[Bug c++/62314] New: Fix-it Hints

2014-08-30 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62314 Bug ID: 62314 Summary: Fix-it Hints Product: gcc Version: unknown Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: c++ Assignee: unass

[Bug libstdc++/62313] Data race in debug iterators

2014-08-30 Thread dvyukov at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62313 --- Comment #2 from Dmitry Vyukov --- The additional thread only touches iter, and the main thread does not touch iter nor invalidate it. So there is nothing to protect here. The program does not contain data races per se.

[Bug libstdc++/62313] Data race in debug iterators

2014-08-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62313 --- Comment #1 from Andrew Pinski --- You don't protect either the iterators or the list when touching it so I don't think this is a bug. If they truly independent lists and that was causing issues, then yes there would be an issue.

[Bug libstdc++/62313] New: Data race in debug iterators

2014-08-30 Thread dvyukov at google dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: dvyukov at google dot com $ g++ -v gcc version 5.0.0 20140830 (experimental) (GCC) The program is: === #include #include #include std::list::iterator iter, iter2; void *thread(void *arg) { for (int i = 0; i < 100

[Bug bootstrap/62304] [5 regression] ICE in follow_jumps, find_dead_or_set_registers

2014-08-30 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62304 --- Comment #8 from dmalcolm at gcc dot gnu.org --- Author: dmalcolm Date: Sat Aug 30 14:34:02 2014 New Revision: 214752 URL: https://gcc.gnu.org/viewcvs?rev=214752&root=gcc&view=rev Log: PR bootstrap/62304 * gcc/reorg.c (skip_consecutiv

[Bug bootstrap/62304] [5 regression] ICE in follow_jumps, find_dead_or_set_registers

2014-08-30 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62304 --- Comment #7 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #5 from Dave Malcolm --- > Created attachment 33416 > --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33416&action=edit > Candidate patch. Bootstrapped on x86_64; see

[Bug ipa/62015] [4.8/4.9/5 Regression] ipa-cp-clone uses a clone that is too specialized for the call context

2014-08-30 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62015 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com --- Comm