Michael Matz
|
105107124d
|
Make 102_alignas independend of architecture
alignment of double is of course depending on the target,
so the .expect file was arch dependend. Fix this by simply doing
some comparison tests.
|
2019-04-11 00:37:07 +02:00 |
|
Michael Matz
|
ce4aea2478
|
Fix last commit's expected output
I forgot to regenerate the expected output of 102_alignas.c
just before committing and pushing :-/ This rectifies that.
|
2019-04-09 03:58:17 +02:00 |
|
Michael Matz
|
38a6aba468
|
Fix _Alignas
* don't accept _Alignas as type qualifier (after pointer '*').
* accept type-names within _Alignas
* add testcases
|
2019-04-08 22:06:51 +02:00 |
|