ubsan: visium: left shift cannot be represented in type 'int'
[deliverable/binutils-gdb.git] / ld / ldlang.h
index 8cc5cf7f900670de68e76a784bc8011a8027bce2..24a509921833df41ef53e3e640a897d2d811ad79 100644 (file)
@@ -574,7 +574,7 @@ extern asection *section_for_dot
 
 #define LANG_FOR_EACH_INPUT_STATEMENT(statement)                       \
   lang_input_statement_type *statement;                                        \
-  for (statement = &file_chain.head->input_statement;                  \
+  for (statement = (lang_input_statement_type *) file_chain.head;      \
        statement != NULL;                                              \
        statement = statement->next)
 
This page took 0.028163 seconds and 4 git commands to generate.