Bug#745105: gcc-4.9: invalid args to -fsanitize should be an error not a warning

2014-05-05 Thread Matthias Klose
Control: forwarded -1 http://gcc.gnu.org/PR61065 Control: tag -1 + upstream -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#745105: gcc-4.9: invalid args to -fsanitize should be an error not a warning

2014-04-17 Thread Erik de Castro Lopo
Package: gcc-4.9 Version: 4.9-20140411-2 Severity: normal This is a regression from gcc-4.8. With gcc-4.8 this works because -fsanitize=address works in 4.8: gcc-4.8 -fsanitize=address test.c -o /dev/null and this fails and exits with non-zero because -fsanitize=integer is not supported