[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 mikpelinux at gmail dot com changed: What|Removed |Added CC|

[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 ro at CeBiTec dot Uni-Bielefeld.DE --- --- Comment #5 from Dave Malcolm dmalcolm at redhat dot com --- Created attachment 33416 --

[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=214752root=gccview=rev Log: PR bootstrap/62304 * gcc/reorg.c

[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 list #include pthread.h #include unistd.h std::listint::iterator iter, iter2; void *thread(void *arg) { for (int i

[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 pinskia at gcc dot gnu.org --- 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

[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 dvyukov at google dot com --- 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

[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:

[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 manu at gcc dot gnu.org --- There are other examples here: http://clang.llvm.org/docs/InternalsManual.html#fix-it-hints

[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 burnus at gcc dot gnu.org --- Author: burnus Date: Sat Aug 30 18:47:04 2014 New Revision: 214757 URL: https://gcc.gnu.org/viewcvs?rev=214757root=gccview=rev Log: 2014-08-30 Tobias Burnus bur...@net-b.de

[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 burnus at gcc dot gnu.org --- Author: burnus Date: Sat Aug 30 18:47:04 2014 New Revision: 214757 URL: https://gcc.gnu.org/viewcvs?rev=214757root=gccview=rev Log: 2014-08-30 Tobias Burnus bur...@net-b.de

[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 burnus at gcc dot gnu.org --- Author: burnus Date: Sat Aug 30 18:47:04 2014 New Revision: 214757 URL: https://gcc.gnu.org/viewcvs?rev=214757root=gccview=rev Log: 2014-08-30 Tobias Burnus bur...@net-b.de

[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:

[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 gerald at pfeifer dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[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:

[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 paolo.carlini at oracle dot com changed: What|Removed |Added CC|paolo.carlini at oracle dot com|