Skip to content

Commit

Permalink
AK: Add links to relevant coroutine bugs on GCC bugzilla
Browse files Browse the repository at this point in the history
Fixes #24630.
  • Loading branch information
DanShaders authored and nico committed Jul 10, 2024
1 parent 5e8dba0 commit 02c66c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AK/Platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,9 @@
#endif

#ifdef AK_COMPILER_GCC
// FIXME: Reduce and report these to GCC.
// FIXME: Undefine once https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115851 is fixed.
# define AK_COROUTINE_STATEMENT_EXPRS_BROKEN
// FIXME: Undefine once https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112341 is fixed.
# define AK_COROUTINE_TYPE_DEDUCTION_BROKEN
#endif

Expand Down

0 comments on commit 02c66c8

Please sign in to comment.