Bug 50803 - [4.7 Regression] FAIL: gcc.dg/ipa/inline-5.c scan-ipa-dump-times inline "Will be eliminated" 4
Summary: [4.7 Regression] FAIL: gcc.dg/ipa/inline-5.c scan-ipa-dump-times inline "Will...
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: testsuite (show other bugs)
Version: 4.7.0
: P1 normal
Target Milestone: 4.7.0
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-19 23:20 UTC by John David Anglin
Modified: 2011-12-16 20:18 UTC (History)
2 users (show)

See Also:
Host: hppa2.0w-hp-hpux11.11
Target: hppa2.0w-hp-hpux11.11
Build: hppa2.0w-hp-hpux11.11
Known to work:
Known to fail:
Last reconfirmed: 2011-10-20 00:00:00


Attachments
gcc47-pr50803.patch (348 bytes, patch)
2011-12-16 19:13 UTC, Jakub Jelinek
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John David Anglin 2011-10-19 23:20:05 UTC
Executing on host: /test/gnu/gcc/objdir/gcc/xgcc -B/test/gnu/gcc/objdir/gcc/ /te
st/gnu/gcc/gcc/gcc/testsuite/gcc.dg/ipa/inline-5.c    -O2 -fdump-ipa-inline-deta
ils -fno-early-inlining -fno-partial-inlining -fno-ipa-cp -S  -o inline-5.s    (
timeout = 300)PASS: gcc.dg/ipa/inline-5.c (test for excess errors)FAIL: gcc.dg/ipa/inline-5.c scan-ipa-dump-times inline "Will be eliminated" 4
PASS: gcc.dg/ipa/inline-5.c scan-ipa-dump-times inline "50. will be eliminated" 
1

-bash-3.2$ ./xgcc -B./ -v
Reading specs from ./specs
COLLECT_GCC=./xgcc
COLLECT_LTO_WRAPPER=./lto-wrapper
Target: hppa2.0w-hp-hpux11.11
Configured with: ../gcc/configure --with-gnu-as --with-as=/opt/gnu/bin/as --enable-shared --with-local-prefix=/opt/gnu --prefix=/opt/gnu/gcc/gcc-4.7 --with-gmp=/opt/gnu/gcc/gmp --enable-threads=posix --enable-debug=no --disable-nls --without-cloog --without-ppl --enable-languages=c,c++,objc,fortran,java,ada,obj-c++
Thread model: posix
gcc version 4.7.0 20111018 (experimental) [trunk revision 180156] (GCC) 

Revision 179947 was ok.
Comment 1 Richard Biener 2011-10-20 09:00:20 UTC
Callee-copy thing.  Consider XFAILing for your target.
Comment 2 Jakub Jelinek 2011-12-16 19:13:49 UTC
Created attachment 26115 [details]
gcc47-pr50803.patch

Patch lightly tested with crosses to 32-bit hppa-hpux and hppa-linux and 64-bit hppa-hpux.
Comment 3 Jakub Jelinek 2011-12-16 20:16:28 UTC
Author: jakub
Date: Fri Dec 16 20:16:23 2011
New Revision: 182411

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182411
Log:
	PR testsuite/50803
	* gcc.dg/ipa/inline-5.c: XFAIL for 32-bit hppa.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/ipa/inline-5.c
Comment 4 Jakub Jelinek 2011-12-16 20:18:00 UTC
Fixed.