-
Hi,
C++ is indeed not supported.
The work needed to support C++ is:
* extend the C++ parser with indication of the column-offsets of start and ends of tokens. Maybe also code needs to be adapted to translate this info during C++ to internal representation translation.
* maybe the run-time library (librd) might also interfere and needs to be adapted.
There are currently no plans to...
2008-11-29 08:51:14 UTC by nobody
-
kbeyls committed revision 639 to the SLO-SuggestionsForLocalityOptimizations SVN repository, changing 1 files.
2007-08-19 19:05:41 UTC by kbeyls
-
kbeyls committed revision 638 to the SLO-SuggestionsForLocalityOptimizations SVN repository, changing 1 files.
2007-08-19 15:19:04 UTC by kbeyls
-
kbeyls committed revision 637 to the SLO-SuggestionsForLocalityOptimizations SVN repository, changing 6 files.
2007-08-19 10:17:21 UTC by kbeyls
-
kbeyls committed revision 636 to the SLO-SuggestionsForLocalityOptimizations SVN repository, changing 1 files.
2007-08-18 14:42:40 UTC by kbeyls
-
Hi,
I figured out gcc-slo doesn't work with C++. As I saw no mention of that, I thought it might be a bug, but even if it is not, it would probably be helpful to document it.
This is how compiling a C++ hello world fails on my amd64 box:
sliedes@lh:~/slo-test$ cat hello.cpp
#include
int main() {
std::cout
2007-07-09 00:00:14 UTC by sliedes
-
kbeyls committed revision 635 to the SLO-SuggestionsForLocalityOptimizations SVN repository, changing 1 files.
2007-06-10 07:57:09 UTC by kbeyls
-
kbeyls committed revision 634 to the SLO-SuggestionsForLocalityOptimizations SVN repository, changing 1 files.
2007-06-10 07:55:47 UTC by kbeyls
-
kbeyls committed revision 633 to the SLO-SuggestionsForLocalityOptimizations SVN repository, changing 3 files.
2007-06-10 06:57:55 UTC by kbeyls
-
kbeyls committed revision 632 to the SLO-SuggestionsForLocalityOptimizations SVN repository, changing 1 files.
2007-03-10 14:22:17 UTC by kbeyls