section suggestion adds backticks to operators
(I'm reporting this bug as suggested by Andreas Hammar.)
When the compiler is presented with
[LT..GT]
the following errors are given:
<interactive>:0:2:
Failed to load interface for `LT'
Use -v to see a list of the files searched for.
<interactive>:0:2:
A section must be enclosed in parentheses thus: (`LT..` GT)
The latter error incorrectly endows LT.. with backticks; this suggestion will not parse. Instead, this is expected:
<interactive>:0:2:
A section must be enclosed in parentheses thus: (LT.. GT)
Trac metadata
| Trac field | Value |
|---|---|
| Version | 7.2.1 |
| Type | Bug |
| TypeOfFailure | OtherFailure |
| Priority | normal |
| Resolution | Unresolved |
| Component | Compiler |
| Test case | |
| Differential revisions | |
| BlockedBy | |
| Related | |
| Blocking | |
| CC | |
| Operating system | |
| Architecture |