# GCC 指导委员会公布 AI 政策：拒绝大语言模型生成的"法律上重要"贡献

- 来源：Hacker News 热门（buzzing.cc 中文翻译）
- 作者：arto
- 发布时间：2026-07-30 21:38
- AIHOT 分数：60
- AIHOT 链接：https://aihot.virxact.com/items/cms7lxq4q0lesro2ec2kj1eo2
- 原文链接：https://lwn.net/Articles/1086041

## AI 摘要

GCC 指导委员会采纳了一项 AI 贡献政策，拒绝任何“法律上重要”的、包含或衍生自大语言模型生成内容的贡献。“法律上重要”的定义参照 GNU 项目维护者指南，门槛约为 15 行代码或文本。该政策不禁止将大语言模型用于研究、分析、漏洞发现与报告、补丁审查等，只要输出不包含在贡献中。

## 正文

The GCC steering committee has announced that it has accepted an AI contributions policy recommended by the GCC AI policy working group.

The policy, in part, states that the project will decline any "legally significant contributions which include LLM-generated content or are derived from LLM-generated content". It uses the definition of "legally significant" from the GNU Project maintainer guidelines, which holds that the threshold is "around 15 lines of code and/or text" to qualify as significant for copyright purposes. GCC maintainers may, however, choose to accept legally significant test cases that are generated by an LLM.

The policy does not forbid use of LLMs for research, analysis, bug discovery and reporting, patch review, etc. as long as the output is not included in contributions. The committee says that it expects the policy will evolve and will be revisited periodically.

Compiler crashes on LLM Code?

Posted Jul 30, 2026 7:12 UTC (Thu) by taladar (subscriber, #68407) [Link] (1 responses)

So if contributions derived from LLM content are forbidden does that mean if an LLM writes some code and that crashes the compiler and then I hand-develop a fix for that compiler crash that contribution isn't welcome in GCC?

Compiler crashes on LLM Code?

Posted Jul 30, 2026 8:39 UTC (Thu) by hvd (guest, #128680) [Link]

No, the article says that is fine.

> The policy does not forbid use of LLMs for research, analysis, bug discovery and reporting, patch review, etc. as long as the output is not included in contributions.

This would be an example of using an LLM for bug discovery.
