(CommandList
  children: [
    (If
      arms: [
        (if_arm
          cond: [
            (Sentence
              child: 
                (C {(Lit_Other "[")} {(DQ ($ VSub_Number "$1"))} {(Lit_Other "=")} {(DQ (-p))} 
                  {(Lit_Other "]")}
                )
              terminator: <Op_Semi ";">
            )
          ]
          action: [
            (Sentence
              child: 
                (Assignment
                  keyword: Assign_None
                  pairs: [
                    (assign_pair
                      lhs: (LhsName name:with_patchlevel)
                      op: Equal
                      rhs: {(1)}
                      spids: [52]
                    )
                  ]
                  spids: [52]
                )
              terminator: <Op_Semi ";">
            )
            (Sentence child:(C {(shift)}) terminator:<Op_Semi ";">)
          ]
          spids: [-1 49]
        )
      ]
      spids: [-1 60]
    )
    (Assignment
      keyword: Assign_None
      pairs: [
        (assign_pair
          lhs: (LhsName name:compiler)
          op: Equal
          rhs: {(DQ ($ VSub_Star "$*"))}
          spids: [63]
        )
      ]
      spids: [63]
    )
    (If
      arms: [
        (if_arm
          cond: [
            (Sentence
              child: 
                (C {(Lit_Other "[")} 
                  {(BracedVarSub token:<VSub_Name compiler> prefix_op:VSub_Pound spids:[7376])} {(-eq)} {(0)} {(Lit_Other "]")}
                )
              terminator: <Op_Semi ";">
            )
          ]
          action: [
            (C {(echo)} {(DQ ("Error: No compiler specified."))})
            (C {(printf)} 
              {
                (DQ ("Usage:") (EscapedLiteralPart token:<Lit_EscapedChar "\\n">) 
                  (EscapedLiteralPart token:<Lit_EscapedChar "\\t">) ($ VSub_Number "$0") (" <gcc-command>") (EscapedLiteralPart token:<Lit_EscapedChar "\\n">)
                )
              }
            )
            (C {(exit)} {(1)})
          ]
          spids: [-1 85]
        )
      ]
      spids: [-1 111]
    )
    (Assignment
      keyword: Assign_None
      pairs: [
        (assign_pair
          lhs: (LhsName name:MAJOR)
          op: Equal
          rhs: 
            {
              (CommandSubPart
                command_list: 
                  (CommandList
                    children: [
                      (Pipeline
                        children: [
                          (C {(echo)} {(__GNUC__)})
                          (C {($ VSub_Name "$compiler")} {(-E)} {(-x)} {(c)} {(-)})
                          (C {(tail)} {(-n)} {(1)})
                        ]
                        negated: False
                      )
                    ]
                  )
                left_token: <Left_CommandSub "$(">
                spids: [115 139]
              )
            }
          spids: [114]
        )
      ]
      spids: [114]
    )
    (Assignment
      keyword: Assign_None
      pairs: [
        (assign_pair
          lhs: (LhsName name:MINOR)
          op: Equal
          rhs: 
            {
              (CommandSubPart
                command_list: 
                  (CommandList
                    children: [
                      (Pipeline
                        children: [
                          (C {(echo)} {(__GNUC_MINOR__)})
                          (C {($ VSub_Name "$compiler")} {(-E)} {(-x)} {(c)} {(-)})
                          (C {(tail)} {(-n)} {(1)})
                        ]
                        negated: False
                      )
                    ]
                  )
                left_token: <Left_CommandSub "$(">
                spids: [142 166]
              )
            }
          spids: [141]
        )
      ]
      spids: [141]
    )
    (If
      arms: [
        (if_arm
          cond: [
            (Sentence
              child: 
                (C {(Lit_Other "[")} {(DQ (x) ($ VSub_Name "$with_patchlevel"))} 
                  {(KW_Bang "!") (Lit_Other "=")} {(DQ (x))} {(Lit_Other "]")}
                )
              terminator: <Op_Semi ";">
            )
          ]
          action: [
            (Assignment
              keyword: Assign_None
              pairs: [
                (assign_pair
                  lhs: (LhsName name:PATCHLEVEL)
                  op: Equal
                  rhs: 
                    {
                      (CommandSubPart
                        command_list: 
                          (CommandList
                            children: [
                              (Pipeline
                                children: [
                                  (C {(echo)} {(__GNUC_PATCHLEVEL__)})
                                  (C {($ VSub_Name "$compiler")} {(-E)} {(-x)} {(c)} {(-)})
                                  (C {(tail)} {(-n)} {(1)})
                                ]
                                negated: False
                              )
                            ]
                          )
                        left_token: <Left_CommandSub "$(">
                        spids: [192 216]
                      )
                    }
                  spids: [191]
                )
              ]
              spids: [191]
            )
            (C {(printf)} 
              {(DQ ("%02d%02d%02d") (EscapedLiteralPart token:<Lit_EscapedChar "\\\\">) (n))} {($ VSub_Name "$MAJOR")} {($ VSub_Name "$MINOR")} {($ VSub_Name "$PATCHLEVEL")}
            )
          ]
          spids: [-1 188]
        )
      ]
      else_action: [
        (C {(printf)} {(DQ ("%02d%02d") (EscapedLiteralPart token:<Lit_EscapedChar "\\\\">) (n))} 
          {($ VSub_Name "$MAJOR")} {($ VSub_Name "$MINOR")}
        )
      ]
      spids: [233 248]
    )
  ]
)