Skip to content
  • grischka's avatar
    tccgen.c: merge more function attributes · 4429cef9
    grischka authored
    Merge function attributes with those given given for the
    prototype, also handle post-decl appearance such as
    
        void func() __attribute__((noreturn))
        {
        }
    
    Also, some test fixes (unrelated).
    4429cef9