[Bug c++/67149] New: false positive maybe-uniniialized in the presense of cilk spawn

2015-08-07 Thread kuszmaul at gmail dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: kuszmaul at gmail dot com Target Milestone: --- The following program produces an invalid maybe-uninitialized warning on variable z, which is initialized. There is no way for z to be used

[Bug c/58309] New: spurious "parameter set but not used" warning in cilk plus array code

2013-09-03 Thread kuszmaul at gmail dot com
y: trivial Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: kuszmaul at gmail dot com The following program produces a spurious warning when using cilk plus array notation. $ cat foo.c void scale(double *A, int n, double x) { A

[Bug c/54894] New: internal compiler error: in vect_get_vec_def_for_operand, at tree-vect-stmts.c:1286

2012-10-10 Thread kuszmaul at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54894 Bug #: 54894 Summary: internal compiler error: in vect_get_vec_def_for_operand, at tree-vect-stmts.c:1286 Classification: Unclassified Product: gcc Version: