Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: HelloWorld_CCA01M1 HelloWorld_CCA02M1 CI-data-logger-server HelloWorld_CCA02M1 ... more
This is a fork of the events subdirectory of https://github.com/ARMmbed/mbed-os.
Note, you must import this library with import name: events!!!
Diff: tools/toolchains/gcc.py
- Revision:
- 6981:0381c344fb94
- Parent:
- 6980:b26b840b75aa
- Child:
- 6982:e187c30f5927
diff -r b26b840b75aa -r 0381c344fb94 tools/toolchains/gcc.py
--- a/tools/toolchains/gcc.py Tue Jul 19 11:14:42 2016 +0100
+++ b/tools/toolchains/gcc.py Tue Jul 19 11:16:05 2016 +0100
@@ -153,6 +153,7 @@
'toolchain_name': self.name
}
elif msg is not None:
+ # Determine the warning/error column by calculating the ^ position
match = GCC.INDEX_PATTERN.match(line)
if match is not None:
msg['col'] = len(match.group('col'))