Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Groups
    • Search
    • 官网
    1. Home
    2. Phil
    P
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Phil

    @Phil

    0
    Reputation
    1
    Posts
    530
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Phil Follow

    Posts made by Phil

    • RE: 貌似发现一个编译器bug?

      @lyricz 在 貌似发现一个编译器bug? 中说:

      sw5cc -host -c f1.c
      sw5cc -host -c f2.c
      mpicc f1.o f2.o main.o

      上面等同:

      sw5cc -host -c main.c
      sw5cc -host -c f1.c
      sw5cc -host -c f2.c
      sw5cc -hybrid f1.o f2.o main.o

      posted in 意见反馈区
      P
      Phil
    • 1 / 1