comparison gcc/testsuite/g++.dg/ipa/comdat.C @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* { dg-do compile { target *-*-linux* *-*-gnu* } } */ 1 /* { dg-do compile { target *-*-linux* *-*-gnu* *-*-uclinux* } } */
2 /* { dg-options "-O2 -fdump-ipa-comdats" } */ 2 /* { dg-options "-O2 -fdump-ipa-comdats" } */
3 #include <stdio.h> 3 #include <stdio.h>
4 __attribute__ ((noinline)) 4 __attribute__ ((noinline))
5 static int q(void) 5 static int q(void)
6 { 6 {