Changeset 7850dda in mainline for kernel/test/synch/rcu1.c


Ignore:
Timestamp:
2017-08-21T18:54:48Z (7 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d639eaa
Parents:
6c742f5e
Message:

riscv64: temporarily workaround GCC 7.1.0 internal compiler error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/test/synch/rcu1.c

    r6c742f5e r7850dda  
    389389static void seq_func(void *arg)
    390390{
     391        /*
     392         * Temporarily workaround GCC 7.1.0 internal
     393         * compiler error when compiling for riscv64.
     394         */
     395#ifndef KARCH_riscv64
    391396        seq_work_t *work = (seq_work_t*)arg;
    392397       
     
    436441               
    437442        }
     443#else
     444        (void) seq_cb;
     445#endif
    438446}
    439447
Note: See TracChangeset for help on using the changeset viewer.