Skip to content

Commit

Permalink
add fixme comment for tbr-analysis for pointers
Browse files Browse the repository at this point in the history
  • Loading branch information
vaithak committed Dec 29, 2023
1 parent 8cdcaa9 commit fdce3a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/Gradient/Pointers.C
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
// RUN: ./Pointers.out | FileCheck -check-prefix=CHECK-EXEC %s
// CHECK-NOT: {{.*error|warning|note:.*}}

// FIXME: This test does not work with enable-tbr flag, because the
// current implementation of TBR analysis doesn't support pointers.

#include "clad/Differentiator/Differentiator.h"

double nonMemFn(double i) {
Expand Down

0 comments on commit fdce3a7

Please sign in to comment.