Bug 69807 - FAIL: gcc.dg/graphite/scop-19.c scan-tree-dump-times graphite "number of SCoPs: 0" 1
Summary: FAIL: gcc.dg/graphite/scop-19.c scan-tree-dump-times graphite "number of SCoP...
Status: NEW
Alias: None
Product: gcc
Classification: Unclassified
Component: tree-optimization (show other bugs)
Version: 6.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords: testsuite-fail
Depends on:
Blocks: graphite
  Show dependency treegraph
 
Reported: 2016-02-13 17:34 UTC by Jack Howarth
Modified: 2024-01-18 22:50 UTC (History)
4 users (show)

See Also:
Host: x86_64-apple-darwin15 hppa64-hp-hpux11.11
Target: x86_64-apple-darwin15 hppa64-hp-hpux11.11
Build: x86_64-apple-darwin15 hppa64-hp-hpux11.11
Known to work:
Known to fail:
Last reconfirmed: 2024-01-15 00:00:00


Attachments
.graphite file (2.56 KB, text/plain)
2019-03-13 18:42 UTC, John David Anglin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jack Howarth 2016-02-13 17:34:34 UTC
The graphite test case...

FAIL: gcc.dg/graphite/scop-19.c scan-tree-dump-times graphite "number of SCoPs: 0" 1

is failing as follows...

Executing on host: /sw/src/fink.build/gcc6-6.0.0-1/darwin_objdir/gcc/xgcc -B/sw/src/fink.build/gcc6-6.0.0-1/darwin_objdir/gcc/ nonpic54649.c  -m32   -fno-diagnostics-show-caret -fdiagnostics-color=never  -S -o nonpic54649.s    (timeout = 300)
spawn -ignore SIGHUP /sw/src/fink.build/gcc6-6.0.0-1/darwin_objdir/gcc/xgcc -B/sw/src/fink.build/gcc6-6.0.0-1/darwin_objdir/gcc/ nonpic54649.c -m32 -fno-diagnostics-show-caret -fdiagnostics-color=never -S -o nonpic54649.s^M
nonpic54649.c:3:3: error: #error __PIC__^M
compiler exited with status 1
output is:
nonpic54649.c:3:3: error: #error __PIC__^M

FAIL: gcc.dg/graphite/scop-19.c scan-tree-dump-times graphite "number of SCoPs: 0" 1
Comment 1 Jack Howarth 2016-02-13 17:36:02 UTC
Configured with: ../gcc-6-20160212/configure --prefix=/sw --prefix=/sw/lib/gcc6 --mandir=/sw/share/man --infodir=/sw/lib/gcc6/info --enable-languages=c,c++,fortran,lto,objc,obj-c++,java --with-gmp=/sw --with-libiconv-prefix=/sw --with-isl=/sw --with-mpc=/sw --with-system-zlib --program-suffix=-fsf-6 --with-build-config=bootstrap-debug

using isl 0.14.1
Comment 2 John David Anglin 2019-03-13 18:42:43 UTC
Created attachment 45961 [details]
.graphite file

gcc-9.
Comment 3 GCC Commits 2024-01-18 22:46:58 UTC
The master branch has been updated by John David Anglin <danglin@gcc.gnu.org>:

https://gcc.gnu.org/g:0c7c65c4c359f8bfa1ebcb7b1c409af314064da2

commit r14-8260-g0c7c65c4c359f8bfa1ebcb7b1c409af314064da2
Author: John David Anglin <danglin@gcc.gnu.org>
Date:   Thu Jan 18 22:46:19 2024 +0000

    hppa: Always enable PIE on 64-bit target
    
    2024-01-18  John David Anglin  <danglin@gcc.gnu.org>
    
    gcc/ChangeLog:
    
            PR tree-optimization/69807
            * config/pa/pa.cc (pa_option_override): Set flag_pie on TARGET_64BIT.
    
    gcc/testsuite/ChangeLog:
    
            * gcc.dg/pic-2.c: Skip on hppa*64*-*-*.
Comment 4 John David Anglin 2024-01-18 22:50:16 UTC
Fixed for hppa64-hp-hpux11.11 on trunk.