]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Merge branch 'releases/gcc-12' into devel/omp/gcc-12
authorTobias Burnus <tobias@codesourcery.com>
Mon, 21 Nov 2022 14:27:57 +0000 (15:27 +0100)
committerTobias Burnus <tobias@codesourcery.com>
Mon, 21 Nov 2022 14:27:57 +0000 (15:27 +0100)
Merge up to r12-8924-ga6b1f6126de5e45777610699b6d634605c17711c (21st Nov 2022)

1  2 
gcc/config/nvptx/nvptx.h
gcc/cp/cp-tree.h
gcc/cp/semantics.cc

index cfde6f191a48da32a6e786bf006a6abf9a578621,294dd715c3d350e035ad9d11336162d78a7ddee4..b81f9f42cd3aa597b7c1b09f97c113f7ee677867
  
  /* Run-time Target.  */
  
- #define STARTFILE_SPEC "%{mmainkernel:crt0.o}"
 +/* Use '--with-arch' for default '-misa'.  */
 +#define OPTION_DEFAULT_SPECS \
 +  { "arch", "%{!misa=*:-misa=%(VALUE)}" }, \
 +
 +/* Assembler supports '-v' option; handle similar to
 +   '../../gcc.cc:asm_options', 'HAVE_GNU_AS'.  */
 +#define ASM_SPEC "%{v}"
 +
+ #define STARTFILE_SPEC "%{mmainkernel:crt0.o%s}"
  
  #define TARGET_CPU_CPP_BUILTINS() nvptx_cpu_cpp_builtins ()
  
Simple merge
Simple merge