Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 283 for Gcc (0.02 sec)

  1. platforms/documentation/docs/src/docs/userguide/native/native_software.adoc

    | Operating System | Tool Chain | Notes
    
    | Linux
    | http://gcc.gnu.org/[GCC]
    |
    
    | Linux
    | http://clang.llvm.org[Clang]
    |
    
    | macOS
    | XCode
    | Uses the Clang tool chain bundled with XCode.
    
    | Windows
    | https://visualstudio.microsoft.com/[Visual C++]
    | Windows XP and later, Visual C++ 2010/2012/2013/2015/2017/2019.
    
    | Windows
    | http://gcc.gnu.org/[GCC] with http://cygwin.com[Cygwin 32 and Cygwin 64]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  2. test/fixedbugs/gcc101994.go

    // compile
    
    // Copyright 2021 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // https://gcc.gnu.org/PR101994
    // gccgo compiler crash with zero-sized result.
    
    package p
    
    type Empty struct{}
    
    func F() (int, Empty) {
    	return 0, Empty{}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 25 03:13:06 UTC 2021
    - 330 bytes
    - Viewed (0)
  3. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/toolchain/internal/gcc/GccLinker.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.nativeplatform.toolchain.internal.gcc;
    
    import org.gradle.api.Action;
    import org.gradle.internal.operations.BuildOperationExecutor;
    import org.gradle.internal.operations.BuildOperationQueue;
    import org.gradle.internal.work.WorkerLeaseService;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  4. platforms/native/testing-native/src/integTest/groovy/org/gradle/nativeplatform/test/googletest/GoogleTestDependentComponentsIntegrationSpec.groovy

                                cppCompiler.args '-pthread'
                                linker.args '-pthread'
                            }
    
                            if ((toolChain instanceof Gcc || toolChain instanceof Clang) && ${!toolChain.displayName.startsWith("gcc cygwin")}) {
                                // Use C++03 with the old ABIs, as this is what the googletest binaries were built with
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 6K bytes
    - Viewed (0)
  5. test/fixedbugs/gcc80226.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // The gccgo compiler crashed while compiling a function that returned
    // multiple zero-sized structs.
    // https://gcc.gnu.org/PR80226.
    
    package p
    
    type S struct{}
    
    func F() (S, S) {
    	return S{}, S{}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 28 20:05:34 UTC 2017
    - 373 bytes
    - Viewed (0)
  6. test/fixedbugs/gcc89321.go

    // compile
    
    // Copyright 2019 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // https://gcc.gnu.org/PR89321
    // gccgo compiler crash building map literals with a zero-sized value type.
    
    package p
    
    type M map[byte]struct{}
    
    var (
    	M1 = M{1: {}, 2: {}, 3: {}}
    	M2 = M{1: {}, 2: {}}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 26 23:02:54 UTC 2019
    - 376 bytes
    - Viewed (0)
  7. src/cmd/cgo/out.go

    	fmt.Fprintf(fgcc, "#pragma GCC diagnostic ignored \"-Wunknown-pragmas\"\n")
    	fmt.Fprintf(fgcc, "#pragma GCC diagnostic ignored \"-Wpragmas\"\n")
    	fmt.Fprintf(fgcc, "#pragma GCC diagnostic ignored \"-Waddress-of-packed-member\"\n")
    	fmt.Fprintf(fgcc, "#pragma GCC diagnostic ignored \"-Wunknown-warning-option\"\n")
    	fmt.Fprintf(fgcc, "#pragma GCC diagnostic ignored \"-Wunaligned-access\"\n")
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 29 16:41:10 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  8. platforms/native/platform-native/src/testFixtures/groovy/org/gradle/nativeplatform/fixtures/AbstractInstalledToolChainIntegrationSpec.groovy

        // 2021-4-15: recent GCC also enable ASLR by default:
        // https://wiki.ubuntu.com/Security/Features
        boolean isObjectiveCWithAslr() {
            return (sourceType == "Objc" || sourceType == "Objcpp") &&
                OperatingSystem.current().isLinux() &&
                (toolChain.displayName.startsWith("clang") ||
                    // GCC 9 or later
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 7.1K bytes
    - Viewed (0)
  9. misc/ios/clangwrap.sh

    	CLANGARCH="arm64"
    else
    	SDK=iphonesimulator
    	PLATFORM=ios-simulator
    	CLANGARCH="x86_64"
    fi
    
    SDK_PATH=`xcrun --sdk $SDK --show-sdk-path`
    export IPHONEOS_DEPLOYMENT_TARGET=5.1
    # cmd/cgo doesn't support llvm-gcc-4.2, so we have to use clang.
    CLANG=`xcrun --sdk $SDK --find clang`
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 02 16:48:07 UTC 2021
    - 626 bytes
    - Viewed (0)
  10. src/cmd/go/testdata/script/test_ppc64le_cgo_inline_plt.txt

    # ppc64le objects compiled with gcc's -fno-plt
    # option. This inlines PLT calls, and generates
    # additional reloc types which the internal linker
    # should handle.
    #
    # Verifies golang.org/issue/53345
    #
    # Note, older gcc/clang may accept this option, but
    # ignore it if binutils does not support the relocs.
    [!compiler:gc] skip
    [!cgo] skip
    [!GOARCH:ppc64le] skip
    
    env CGO_CFLAGS='-fno-plt -O2 -g'
    
    go build -ldflags='-linkmode=internal'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 24 21:26:10 UTC 2022
    - 719 bytes
    - Viewed (0)
Back to top