1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 23:05:47 +02:00
Find a file
qdagans 8649b65570 Bug 84144 - [Parser2] GCC: labels as values
Add support for GNU goto label references.

"http://gcc.gnu.org/onlinedocs/gcc-3.3.2/gcc/Labels-as-Values.html#Labels%20as%20Values
GCC extensions to C allow taking the address of labels. These addresses can be used in a goto statement where any expression of type void * is allowed:

foo:
  void* labelPtr = &&foo;
  goto *labelPtr;", comment from Andrew Niefer

Add new classes and necessary changes in existing classes to support the above.

Change-Id: I60b64957af3fdfd5463e89c2a36eea13bd280887
Signed-off-by: qdagans <anders.xb.dahlberg@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/28826
Tested-by: Hudson CI
Reviewed-by: Elena Laskavaia <elaskavaia.cdt@gmail.com>
2014-07-05 20:34:13 -04:00
build Bug 438092 - Advanced Autotools flags not set for C++ projects 2014-06-25 15:09:54 -04:00
codan Bug 394521 Do Constant folding propagation when building CFG 2014-06-21 10:57:37 -04:00
core Bug 84144 - [Parser2] GCC: labels as values 2014-07-05 20:34:13 -04:00
cross Bug 435998 - Remove 'updateSiteName' string as they are not used 2014-06-18 15:54:57 -04:00
debug Bug 438310 - Add --help option to cdtdebug.sh 2014-07-04 22:23:22 -04:00
doc Cleared up the target model making it a provider responsibility. 2014-07-01 19:47:36 -04:00
dsf Bug 436935 - Invalid thread access when exiting Eclipse after debugging 2014-07-03 08:03:43 -04:00
dsf-gdb Bug 438635 - executeWithTargetAvailable steps need public constructors 2014-07-02 09:08:04 -04:00
jtag Bug 435998 - Remove 'updateSiteName' string as they are not used 2014-06-18 15:54:57 -04:00
launch Give the launchbar 3 more pixels of margin. 2014-07-04 16:38:24 -04:00
llvm Bug 435998 - Remove 'updateSiteName' string as they are not used 2014-06-18 15:54:57 -04:00
lrparser Bug 84144 - [Parser2] GCC: labels as values 2014-07-05 20:34:13 -04:00
memory Bug 435998 - Remove 'updateSiteName' string as they are not used 2014-06-18 15:54:57 -04:00
p2 Bug 435998 - Remove 'updateSiteName' string as they are not used 2014-06-18 15:54:57 -04:00
qt Bug 435998 - Remove 'updateSiteName' string as they are not used 2014-06-18 15:54:57 -04:00
releng Bug 435998 - Remove 'updateSiteName' string as they are not used 2014-06-18 15:54:57 -04:00
remote Bug 435998 - Get rid of all "eclipse_update_120.jpg" files in CDT 2014-06-17 11:33:37 -04:00
testsrunner Bug 435998 - Remove 'updateSiteName' string as they are not used 2014-06-18 15:54:57 -04:00
upc Bug 435998 - Remove 'updateSiteName' string as they are not used 2014-06-18 15:54:57 -04:00
util Bug 435998 - Remove 'updateSiteName' string as they are not used 2014-06-18 15:54:57 -04:00
visualizer Bug 435998 - Remove 'updateSiteName' string as they are not used 2014-06-18 15:54:57 -04:00
windows Bug 435998 - Remove 'updateSiteName' string as they are not used 2014-06-18 15:54:57 -04:00
xlc Bug 435998 - Remove 'updateSiteName' string as they are not used 2014-06-18 15:54:57 -04:00
.gitignore Ignore NFS-created files. 2012-11-08 13:34:54 -08:00
pom.xml Update LaunchBar APIs to deal with multiple target types per desc. 2014-07-04 10:47:35 -04:00