GNU G++11 4.9.2 Compilation Bug

Revision en1, by gozzardam, 2015-09-29 10:19:31

In a recent competition I encountered a bug where perfectly valid code failed to compile after submission, returning a blank compilation error, despite compiling on my machine. Experimentation with making minor modifications, including simply adding a comment revealed that every submission of this source file failed to compile, while even adding a comment caused it to be accepted.

Relevant submission IDs are: 13270104 13270364 13292673 13292686 13292732

Compiling with the exact same compiler version on my machine works fine.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English gozzardam 2015-09-29 10:19:31 572 Initial revision (published)