タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

c++とgccに関するsyohexのブックマーク (4)

  • Static analysis updates in GCC 11 | Red Hat Developer

    I work at Red Hat on the GNU Compiler Collection (GCC). In GCC 10, I added the new -fanalyzer option, a static analysis pass for identifying various problems at compile-time, rather than at runtime. The initial implementation was aimed at early adopters, who found a few bugs, including a security vulnerability: CVE-2020-1967. Bernd Edlinger, who discovered the issue, had to wade through many false

    Static analysis updates in GCC 11 | Red Hat Developer
    syohex
    syohex 2021/01/29
  • ホワット・ア・ワンダフル・ワールド Write GCC in C++

    Write gcc in C++ (GCC Summit 2008 in otawa) PDF # GCC Summit に行ってきて興奮冷めやらぬ QLeap さんに twitter でこの PDF を教えてもらったのが,そもそもの関心を持ったきっかけ. あとの流れは, Converting GCC to C++ > tabesugi.net 2008年 6月 (2)。Jun 19 [Thu] (20:38) >>はじめてのにき (2008-06-20) みたいな感じ. Lisp ってのがあいまいですけど,通常単に Lisp と言ったら,Common Lisp のはず.そして Common Lisp はネイティブコンパイラの方が普通だと思います. ブートストラップを達成云々は CLISP (バイトコードコンパイラ) じゃなくて,SBCL (CMUCL) のことですかね.SBCL (CMU

    syohex
    syohex 2009/12/03
    C++でGCCを書くことについて
  • No Such Blog or Diary

    Q: 測定される血圧を下げるにはどうしたらいいか? A: 脱水状態で行く とりあえず脱水状態だったかどうかはさておき,今回は1回目の測定で平和な値だった.椅子に座って右腕を血圧計に突っ込むのだけど,どう考えても血圧計の位置が低すぎてまともな体制は無理なので,体を思いっきり右に傾けて測ったのが良かったのかもしれない(そんな測り方でいいんか? 何も言われんかったけど).そして2回目の測定では上下とも +20の値を出した.そんなもん. だがしかし,バリウム飲んだあとの撮影はもうちょいオートにならんもんかなぁ.指示がわかりにくい.「左を向け」が「今の状態から 90°左に回れ」なのか「正面を向いた状態から 90°左に回った状態になれ」なのか分からん.頭の周りにでも 360°のメモリを付けて「60°を向け」とか誤解のない指示の仕方をしてほしい気がする.

    syohex
    syohex 2009/11/18
  • GCC, the GNU Compiler Collection

    GCC, the GNU Compiler Collection The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Ada, Go, D, Modula-2, and COBOL as well as libraries for these languages (libstdc++,...). GCC was originally written as the compiler for the GNU operating system. The GNU system was developed to be 100% free software, free in the sense that it respects the user's freedom. We strive to

    syohex
    syohex 2008/03/02
  • 1