[test-suite] r374156 - Add GCC Torture Suite Sources

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 13 02:56:02 PST 2019


Hi,

> On Oct 9, 2019, at 4:01 AM, Sam Elliott via llvm-commits <llvm-commits at lists.llvm.org <mailto:llvm-commits at lists.llvm.org>> wrote:
> 
> Author: lenary
> Date: Wed Oct  9 04:01:46 2019
> New Revision: 374156
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=374156&view=rev <http://llvm.org/viewvc/llvm-project?rev=374156&view=rev>
> Log:
> Add GCC Torture Suite Sources
> 


It looks like at least 2 test cases added here do not built on MacOS:

test-suite/SingleSource/Regression/C/gcc-c-torture/execute/alias-3.c:4:30: error: aliases are not supported on darwin
extern int b __attribute__ ((alias("a")));

test-suite/SingleSource/Regression/C/gcc-c-torture/execute/alias-2.c:3:34: error: aliases are not supported on darwin
extern int b[10] __attribute__ ((alias("a")));

What would be the best way to disable those on Darwin platforms?

Cheers,
Florian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191113/65de2eb0/attachment.html>


More information about the llvm-commits mailing list