This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/81473] New: [avr] build fails due to INT8_MIN and friends.
- From: "gjl at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 18 Jul 2017 09:29:52 +0000
- Subject: [Bug target/81473] New: [avr] build fails due to INT8_MIN and friends.
- Auto-submitted: auto-generated
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81473
Bug ID: 81473
Summary: [avr] build fails due to INT8_MIN and friends.
Product: gcc
Version: 7.1.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: gjl at gcc dot gnu.org
Target Milestone: ---
Mentioned macros from stdint.h are not available in older C++ standards which
leads to abort when the compiler is being built with such a compiler.