Skip to content
Snippets Groups Projects
  1. May 07, 2024
    • Arsen Arsenović's avatar
      Add the cmm_cpp_is_gcc predicate to the testsuite · 4d59abf2
      Arsen Arsenović authored and Marge Bot's avatar Marge Bot committed
      A future C-- test called T24474-cmm-override-g0 relies on the
      GCC-specific behaviour of -g3 implying -dD, which, in turn, leads to it
      emitting #defines past the preprocessing stage.  Clang, at least, does
      not do this, so the test would fail if ran on Clang.
      
      As the behaviour here being tested is ``-optCmmP-g3'' undoing effects of
      the workaround we apply as a fix for bug #24474, and the workaround was
      for GCC-specific behaviour, the test needs to be marked as fragile on
      other compilers.
      4d59abf2
    • Andrei Borzenkov's avatar
      Rename Solo# data constructor to MkSolo# (#24673) · 3b51995c
      Andrei Borzenkov authored and Marge Bot's avatar Marge Bot committed
      - data Solo# a = (# a #)
      + data Solo# a = MkSolo# a
      
      And `(# foo #)` syntax now becomes just a syntactic
      sugar for `MkSolo# a`.
      3b51995c
  2. May 06, 2024
  3. May 05, 2024
  4. May 04, 2024
  5. May 02, 2024
  6. May 01, 2024
Loading