[gcc r16-8343] testsuite: x86: pr115863-1.c should include stdint.h

Alexandre Oliva aoliva@gcc.gnu.org
Tue Mar 31 01:05:19 GMT 2026


https://gcc.gnu.org/g:640a19eb41921fbaac946b06bc4e5cfb54a974bf

commit r16-8343-g640a19eb41921fbaac946b06bc4e5cfb54a974bf
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Mon Mar 30 21:57:44 2026 -0300

    testsuite: x86: pr115863-1.c should include stdint.h
    
    stdint-gcc.h isn't necessarily installed by GCC or available from C
    libraries.  VxWorks ports don't generally have such a header
    available.  Include stdint.h instead.
    
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.target/i386/pr115863-1.c: Include stdint.h.

Diff:
---
 gcc/testsuite/gcc.target/i386/pr115863-1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/i386/pr115863-1.c b/gcc/testsuite/gcc.target/i386/pr115863-1.c
index a672f62cec54..d48cbf83aab6 100644
--- a/gcc/testsuite/gcc.target/i386/pr115863-1.c
+++ b/gcc/testsuite/gcc.target/i386/pr115863-1.c
@@ -2,7 +2,7 @@
 /* { dg-do compile } */
 /* { dg-options "-O3 -fdump-rtl-expand-details" } */
 
-#include <stdint-gcc.h>
+#include <stdint.h>
 
 typedef struct z_stream_s {
     uint32_t     avail_out;


More information about the Gcc-cvs mailing list