[Bug middle-end/65960] New: ICE in Cilk spawn with argument with non-trivial constructor

2015-05-01 Thread hvdieren at elis dot ugent.be
Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: hvdieren at elis dot ugent.be Target Milestone: --- This code causes an ICE: struct non_trivial { int x; non_trivial( int y ) : x( y ) { } non_trivial( const non_trivial

[Bug c++/60198] ICE with _Cilk_spawn in expression within template function

2015-05-01 Thread hvdieren at elis dot ugent.be
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60198 Hans Vandierendonck hvdieren at elis dot ugent.be changed: What|Removed |Added CC

[Bug inline-asm/48992] New: inline assembly i constraint does not accept constexpr function return value

2011-05-13 Thread hvdieren at elis dot ugent.be
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48992 Summary: inline assembly i constraint does not accept constexpr function return value Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: enhancement