Being able to check raw compiler output

25 Jan 2011

Hi,

Compilers sometimes emit multiple error/warning/notice lines to better describe an error. The table format used by the web compiler is messing up with those details. A typical situation is when a matching function is not found. The compiler usually emits a list of candidates.

Being able to see the raw compiler output would greatly help analysing the compilation errors.