Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/12081

Change subject: systemc: Exclude two more tests which have undefined functions.
......................................................................

systemc: Exclude two more tests which have undefined functions.

It seems that implementing more of systemc makes the compiler think it
wants an implementation, and so the build fails with linker errors.

Change-Id: I6f0b031f300b0ad60dac8b4462b8f4d466aa7dfa
---
M src/systemc/tests/working.filt
1 file changed, 4 insertions(+), 0 deletions(-)



diff --git a/src/systemc/tests/working.filt b/src/systemc/tests/working.filt
index 66dba3b..4553a55 100644
--- a/src/systemc/tests/working.filt
+++ b/src/systemc/tests/working.filt
@@ -29,6 +29,10 @@
     # Another test which calls an undefined function.
     "systemc/misc/gnats/pr-480",

+    # Two more tests with undefined functions.
+    "systemc/misc/unit/extern",
+    "systemc/misc/unit/extern2",
+
# These tests rely on implicit FXVAL constructors based on primitive types,
     # but enabling that makes other operator overloads ambiguous so things
# don't compile. It also seems dangerous to change what the headers look

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/12081
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: I6f0b031f300b0ad60dac8b4462b8f4d466aa7dfa
Gerrit-Change-Number: 12081
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to