aboutsummaryrefslogtreecommitdiff
path: root/gcc/alias.h
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2017-08-03 14:08:56 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2017-08-03 14:08:56 +0000
commit63e434cafab6986e94c963f01dc7cc3de7cc43b6 (patch)
treef149fe1201cb0276fb2de146fcb27939708a69af /gcc/alias.h
parent297db279102e9c5f5b32f0580a303dab6a0a5fd5 (diff)
downloadgcc-63e434cafab6986e94c963f01dc7cc3de7cc43b6.zip
gcc-63e434cafab6986e94c963f01dc7cc3de7cc43b6.tar.gz
gcc-63e434cafab6986e94c963f01dc7cc3de7cc43b6.tar.bz2
lto-symtab.h (lto_symtab_prevail_decl): Do not use DECL_ABSTRACT_ORIGIN as flag we can end up using that.
2017-08-03 Richard Biener <rguenther@suse.de> * lto-symtab.h (lto_symtab_prevail_decl): Do not use DECL_ABSTRACT_ORIGIN as flag we can end up using that. Instead use DECL_LANG_FLAG_0. (lto_symtab_prevail_decl): Likewise. From-SVN: r250856
Diffstat (limited to 'gcc/alias.h')
0 files changed, 0 insertions, 0 deletions
> Unnamed repository; edit this file 'description' to name the repository.root
aboutsummaryrefslogtreecommitdiff
path: root/test cases/windows/3 cpp/prog.cpp
blob: 69092f7b7ee8e072b6d0c2aa9c5f6d0f239674fb (plain)
1
2
3
4
5
6
7
#include<windows.h>

class Foo;

int main(void) {
    return 0;
}