Skip to content

Commit add3560

Browse files
testsuite: arm: Fix build error for thumb2-slow-flash-data-3.c test
gcc/testsuite/ChangeLog: * gcc.target/arm/thumb2-slow-flash-data-3.c: Added argument to fn1 to avoid compile error. Signed-off-by: Torbjörn SVENSSON <[email protected]> (cherry picked from commit 09499ff)
1 parent 7121921 commit add3560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcc/testsuite/gcc.target/arm/thumb2-slow-flash-data-3.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/* From PR71607 */
1111

1212
float b;
13-
void fn1 ();
13+
void fn1 (void*);
1414

1515
float
1616
fn2 ()

0 commit comments

Comments
 (0)