2017-05-06 Tom de Vries <tom@codesourcery.com>
* gcc.target/avr/progmem-error-1.cpp: Add abolute line number comment.
From-SVN: r247717
+2017-05-06 Tom de Vries <tom@codesourcery.com>
+
+ * gcc.target/avr/progmem-error-1.cpp: Add abolute line number comment.
+
2017-05-06 Tom de Vries <tom@codesourcery.com>
PR testsuite/80557
#include "progmem.h"
-char str[] PROGMEM = "Hallo"; /* { dg-error "must be const" "" { target avr-*-* } 1 } */
+char str[] PROGMEM = "Hallo";
+/* This is the line number of the PROGMEM definition in progmem.h. Keep it
+ absolute. */
+/* { dg-error "must be const" "" { target avr-*-* } 1 } */