public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/55627] New: [4.8 Regression] FAIL: g++.dg/bprob/g++-bprob-1.C execution,    -Os  -fprofile-arcs
@ 2012-12-09 15:51 danglin at gcc dot gnu.org
  2012-12-09 15:59 ` [Bug rtl-optimization/55627] " danglin at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: danglin at gcc dot gnu.org @ 2012-12-09 15:51 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55627

             Bug #: 55627
           Summary: [4.8 Regression] FAIL: g++.dg/bprob/g++-bprob-1.C
                    execution,    -Os  -fprofile-arcs
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: rtl-optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: danglin@gcc.gnu.org
              Host: hppa2.0w-hp-hpux11.11
            Target: hppa2.0w-hp-hpux11.11
             Build: hppa2.0w-hp-hpux11.11


Executing on host: /test/gnu/gcc/objdir/gcc/testsuite/g++/../../xg++
-B/test/gnu/gcc/objdir/gcc/testsuite/g++/../../
/test/gnu/gcc/gcc/gcc/testsuite/g++.dg/bprob/g++-bprob-1.C 
-fno-diagnostics-show-caret  -nostdinc++
-I/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/hppa2.0w-hp-hpux11.11
-I/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include
-I/test/gnu/gcc/gcc/libstdc++-v3/libsupc++
-I/test/gnu/gcc/gcc/libstdc++-v3/include/backward
-I/test/gnu/gcc/gcc/libstdc++-v3/testsuite/util -fmessage-length=0  -Os  
-fprofile-arcs   
-L/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libstdc++-v3/src/.libs 
-B/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libstdc++-v3/src/.libs 
-L/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libstdc++-v3/src/.libs  -lm   -o
/test/gnu/gcc/objdir/gcc/testsuite/g++/g++-bprob-1.x61    (timeout = 300)spawn
/test/gnu/gcc/objdir/gcc/testsuite/g++/../../xg++
-B/test/gnu/gcc/objdir/gcc/testsuite/g++/../../
/test/gnu/gcc/gcc/gcc/testsuite/g++.dg/bprob/g++-bprob-1.C
-fno-diagnostics-show-caret -nostdinc++
-I/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/hppa2.0w-hp-hpux11.11
-I/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include
-I/test/gnu/gcc/gcc/libstdc++-v3/libsupc++
-I/test/gnu/gcc/gcc/libstdc++-v3/include/backward
-I/test/gnu/gcc/gcc/libstdc++-v3/testsuite/util -fmessage-length=0 -Os
-fprofile-arcs
-L/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libstdc++-v3/src/.libs
-B/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libstdc++-v3/src/.libs
-L/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libstdc++-v3/src/.libs -lm -o
/test/gnu/gcc/objdir/gcc/testsuite/g++/g++-bpro
b-1.x61^M
PASS: g++.dg/bprob/g++-bprob-1.C compilation,  -Os  -fprofile-arcs
Setting LD_LIBRARY_PATH to
.:/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libstdc++-v3/src/.libs:/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libstdc++-v3/src/.libs:/test/gnu/gcc/objdir/gcc:.:/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libstdc++-v3/src/.libs:/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libstdc++-v3/src/.libs:/test/gnu/gcc/objdir/gcc
spawn [open ...]^M
FAIL: g++.dg/bprob/g++-bprob-1.C execution,    -Os  -fprofile-arcs
UNRESOLVED: g++.dg/bprob/g++-bprob-1.C compilation,  -Os 
-fbranch-probabilities
UNRESOLVED: g++.dg/bprob/g++-bprob-1.C execution,    -Os 
-fbranch-probabilities

Didn't fail at beginning of September, 2012.  Fail is specific to -Os.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug rtl-optimization/55627] [4.8 Regression] FAIL: g++.dg/bprob/g++-bprob-1.C execution,    -Os  -fprofile-arcs
  2012-12-09 15:51 [Bug rtl-optimization/55627] New: [4.8 Regression] FAIL: g++.dg/bprob/g++-bprob-1.C execution, -Os -fprofile-arcs danglin at gcc dot gnu.org
@ 2012-12-09 15:59 ` danglin at gcc dot gnu.org
  2012-12-11 10:43 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: danglin at gcc dot gnu.org @ 2012-12-09 15:59 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55627

--- Comment #1 from John David Anglin <danglin at gcc dot gnu.org> 2012-12-09 15:59:24 UTC ---
(gdb) p for_val2
$2 = 6
(gdb) p goto_val
$3 = 11
(gdb) p for_val1
$4 = 12
(gdb) p for_val2
$5 = 6
(gdb) p goto_val
$6 = 11
(gdb) p ifelse_val1
$7 = 31
(gdb) p ifelse_val2
$8 = 23
(gdb) p ifelse_val3
$9 = 246
(gdb) p switch_val
$10 = 55

for_val2 and goto_val are wrong.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug rtl-optimization/55627] [4.8 Regression] FAIL: g++.dg/bprob/g++-bprob-1.C execution,    -Os  -fprofile-arcs
  2012-12-09 15:51 [Bug rtl-optimization/55627] New: [4.8 Regression] FAIL: g++.dg/bprob/g++-bprob-1.C execution, -Os -fprofile-arcs danglin at gcc dot gnu.org
  2012-12-09 15:59 ` [Bug rtl-optimization/55627] " danglin at gcc dot gnu.org
@ 2012-12-11 10:43 ` rguenth at gcc dot gnu.org
  2013-01-07 15:29 ` rguenth at gcc dot gnu.org
  2013-01-08  1:28 ` danglin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-12-11 10:43 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55627

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.8.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug rtl-optimization/55627] [4.8 Regression] FAIL: g++.dg/bprob/g++-bprob-1.C execution,    -Os  -fprofile-arcs
  2012-12-09 15:51 [Bug rtl-optimization/55627] New: [4.8 Regression] FAIL: g++.dg/bprob/g++-bprob-1.C execution, -Os -fprofile-arcs danglin at gcc dot gnu.org
  2012-12-09 15:59 ` [Bug rtl-optimization/55627] " danglin at gcc dot gnu.org
  2012-12-11 10:43 ` rguenth at gcc dot gnu.org
@ 2013-01-07 15:29 ` rguenth at gcc dot gnu.org
  2013-01-08  1:28 ` danglin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-01-07 15:29 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55627

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> 2013-01-07 15:29:07 UTC ---
Needs more analysis from someone with pa access.  Or maybe it works again?


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug rtl-optimization/55627] [4.8 Regression] FAIL: g++.dg/bprob/g++-bprob-1.C execution,    -Os  -fprofile-arcs
  2012-12-09 15:51 [Bug rtl-optimization/55627] New: [4.8 Regression] FAIL: g++.dg/bprob/g++-bprob-1.C execution, -Os -fprofile-arcs danglin at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2013-01-07 15:29 ` rguenth at gcc dot gnu.org
@ 2013-01-08  1:28 ` danglin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: danglin at gcc dot gnu.org @ 2013-01-08  1:28 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55627

John David Anglin <danglin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from John David Anglin <danglin at gcc dot gnu.org> 2013-01-08 01:27:48 UTC ---
I don't this anymore (after r194549).


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-01-08  1:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-09 15:51 [Bug rtl-optimization/55627] New: [4.8 Regression] FAIL: g++.dg/bprob/g++-bprob-1.C execution, -Os -fprofile-arcs danglin at gcc dot gnu.org
2012-12-09 15:59 ` [Bug rtl-optimization/55627] " danglin at gcc dot gnu.org
2012-12-11 10:43 ` rguenth at gcc dot gnu.org
2013-01-07 15:29 ` rguenth at gcc dot gnu.org
2013-01-08  1:28 ` danglin at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).