Ticket #1294 (closed bug: fixed)

Opened 6 years ago

Last modified 5 years ago

? generates .. lexeme

Reported by: guest Owned by:
Priority: normal Milestone:
Component: Compiler Version: 6.7
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

You can't have a ? operator with -fglasgow-exts. Looking in Lexer.x you can see the following line:

,("?", ITdotdot, bit glaExtsBit)

Surely this cannot be intensional. Some kind of Unicode mistake?

-- Lennart

Change History

Changed 6 years ago by simonmar

  • status changed from new to closed
  • resolution set to fixed

Looks like this was accidentally broken, should be fixed now.

Changed 5 years ago by simonmar

  • architecture changed from Unknown to Unknown/Multiple

Changed 5 years ago by simonmar

  • os changed from Unknown to Unknown/Multiple
Note: See TracTickets for help on using tickets.