public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/55056] New: [4.8 Regression] -O0 -g missing location for register double var
@ 2012-10-24 14:22 jan.kratochvil at redhat dot com
  2012-10-24 14:28 ` [Bug debug/55056] " rguenth at gcc dot gnu.org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: jan.kratochvil at redhat dot com @ 2012-10-24 14:22 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 55056
           Summary: [4.8 Regression] -O0 -g missing location for register
                    double var
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: debug
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: jan.kratochvil@redhat.com
            Target: x86_64-unknown-linux-gnu


Regressions in gdb.base/store.exp by 2012-10-23 -> 2012-10-24.

double f(double u) {
  register double l = u;
  return l + l;
}

PASS: gcc (GCC) 4.7.3 20121024 (prerelease)
 <2><5d>: Abbrev Number: 4 (DW_TAG_variable)
    <5e>   DW_AT_name        : l
    <62>   DW_AT_type        : <0x6a>
    <66>   DW_AT_location    : 2 byte block: 76 70      (DW_OP_breg6 (rbp):
-16)

FAIL: gcc (GCC) 4.8.0 20121024 (experimental)
 <2><58>: Abbrev Number: 4 (DW_TAG_variable)
    <59>   DW_AT_name        : l
    <5d>   DW_AT_type        : <0x62>


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

end of thread, other threads:[~2013-10-25 11:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-24 14:22 [Bug debug/55056] New: [4.8 Regression] -O0 -g missing location for register double var jan.kratochvil at redhat dot com
2012-10-24 14:28 ` [Bug debug/55056] " rguenth at gcc dot gnu.org
2012-10-24 15:23 ` jan.kratochvil at redhat dot com
2012-10-25  6:35 ` jakub at gcc dot gnu.org
2012-10-25  7:14 ` jakub at gcc dot gnu.org
2012-10-25  8:23 ` jan.kratochvil at redhat dot com
2012-12-07 12:06 ` rguenth at gcc dot gnu.org
2013-01-26 20:29 ` jan.kratochvil at redhat dot com
2013-02-26 15:13 ` rguenth at gcc dot gnu.org
2013-03-22 14:48 ` [Bug debug/55056] [4.8/4.9 " jakub at gcc dot gnu.org
2013-05-31 10:59 ` jakub at gcc dot gnu.org
2013-10-16  9:50 ` jakub at gcc dot gnu.org
2013-10-25 11:46 ` rguenth 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).