----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2628/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 10691:d5f62b1204ad --------------------------- base: Add compiler macros to add deprecation warnings Gcc and clang both provide an attribute that can be used to flag a function as deprecated at compile time. This changeset adds a gem5 compiler macro for that compiler feature. The macro can be used to indicate that a legacy API within gem5 has been deprecated and provide a graceful migration to the new API. Diffs ----- src/SConscript 7639c17357dc src/base/compiler.hh 7639c17357dc Diff: http://reviews.gem5.org/r/2628/diff/ Testing ------- Thanks, Andreas Hansson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
