seanbaxter / circle

The compiler is available for download. Get it!
http://www.circle-lang.org/
2.42k stars 74 forks source link

Crash when dumping macros while reading standard input #181

Open johnsonjh opened 1 year ago

johnsonjh commented 1 year ago
$ circle -E -x=c++ -dM - < /dev/null
[1]    213745 segmentation fault (core dumped)  circle -E -x=c++ -dM - < /dev/null

Using "circle -E -x=c++ -dM /dev/null" is OK.