public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/46120] New: [4.6 regression] g++.dg/ipa/ivinline-?.C
@ 2010-10-21 16:57 hjl.tools at gmail dot com
  2010-10-21 17:51 ` [Bug middle-end/46120] " hjl.tools at gmail dot com
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: hjl.tools at gmail dot com @ 2010-10-21 16:57 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.6 regression] g++.dg/ipa/ivinline-?.C
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com


On Linux/ia32, revision 165780 gave

FAIL: g++.dg/ipa/ivinline-1.C scan-ipa-dump inline "B::foo[^\n]*inline copy in
int main"
FAIL: g++.dg/ipa/ivinline-2.C scan-ipa-dump inline "B::foo[^\n]*inline copy in
int main"
FAIL: g++.dg/ipa/ivinline-3.C scan-ipa-dump inline "B::foo[^\n]*inline copy in
int main"
FAIL: g++.dg/ipa/ivinline-4.C scan-ipa-dump inline "B::foo[^\n]*inline copy in
int main"
FAIL: g++.dg/ipa/ivinline-5.C scan-ipa-dump inline "B::foo[^\n]*inline copy in
int main"
FAIL: g++.dg/ipa/ivinline-6.C scan-ipa-dump inline "B::foo[^\n]*inline copy in
int main"
FAIL: g++.dg/ipa/ivinline-8.C scan-ipa-dump inline "B::bar[^\n]*inline copy in
int main"
FAIL: g++.dg/ipa/ivinline-8.C scan-ipa-dump inline "B::foo[^\n]*inline copy in
int main"


Revision 165771 is OK.


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

* [Bug middle-end/46120] [4.6 regression] g++.dg/ipa/ivinline-?.C
  2010-10-21 16:57 [Bug middle-end/46120] New: [4.6 regression] g++.dg/ipa/ivinline-?.C hjl.tools at gmail dot com
@ 2010-10-21 17:51 ` hjl.tools at gmail dot com
  2010-10-21 18:03 ` jamborm at gcc dot gnu.org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: hjl.tools at gmail dot com @ 2010-10-21 17:51 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mjambor at suse dot cz
   Target Milestone|---                         |4.6.0

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2010-10-21 17:50:46 UTC ---
It is caused by revision 165780:

http://gcc.gnu.org/ml/gcc-cvs/2010-10/msg00966.html


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

* [Bug middle-end/46120] [4.6 regression] g++.dg/ipa/ivinline-?.C
  2010-10-21 16:57 [Bug middle-end/46120] New: [4.6 regression] g++.dg/ipa/ivinline-?.C hjl.tools at gmail dot com
  2010-10-21 17:51 ` [Bug middle-end/46120] " hjl.tools at gmail dot com
@ 2010-10-21 18:03 ` jamborm at gcc dot gnu.org
  2010-10-26  0:40 ` jakub at gcc dot gnu.org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jamborm at gcc dot gnu.org @ 2010-10-21 18:03 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Jambor <jamborm at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|mjambor at suse dot cz      |jamborm at gcc dot gnu.org
         AssignedTo|unassigned at gcc dot       |jamborm at gcc dot gnu.org
                   |gnu.org                     |

--- Comment #2 from Martin Jambor <jamborm at gcc dot gnu.org> 2010-10-21 18:03:10 UTC ---
Hm... mine.


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

* [Bug middle-end/46120] [4.6 regression] g++.dg/ipa/ivinline-?.C
  2010-10-21 16:57 [Bug middle-end/46120] New: [4.6 regression] g++.dg/ipa/ivinline-?.C hjl.tools at gmail dot com
  2010-10-21 17:51 ` [Bug middle-end/46120] " hjl.tools at gmail dot com
  2010-10-21 18:03 ` jamborm at gcc dot gnu.org
@ 2010-10-26  0:40 ` jakub at gcc dot gnu.org
  2010-10-26 15:33 ` sje at cup dot hp.com
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jakub at gcc dot gnu.org @ 2010-10-26  0:40 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2


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

* [Bug middle-end/46120] [4.6 regression] g++.dg/ipa/ivinline-?.C
  2010-10-21 16:57 [Bug middle-end/46120] New: [4.6 regression] g++.dg/ipa/ivinline-?.C hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2010-10-26  0:40 ` jakub at gcc dot gnu.org
@ 2010-10-26 15:33 ` sje at cup dot hp.com
  2010-10-26 18:14 ` jamborm at gcc dot gnu.org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: sje at cup dot hp.com @ 2010-10-26 15:33 UTC (permalink / raw)
  To: gcc-bugs

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

Steve Ellcey <sje at cup dot hp.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sje at cup dot hp.com

--- Comment #3 from Steve Ellcey <sje at cup dot hp.com> 2010-10-26 15:33:10 UTC ---
I see this on all my HP-UX and Linux platforms too.


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

* [Bug middle-end/46120] [4.6 regression] g++.dg/ipa/ivinline-?.C
  2010-10-21 16:57 [Bug middle-end/46120] New: [4.6 regression] g++.dg/ipa/ivinline-?.C hjl.tools at gmail dot com
                   ` (3 preceding siblings ...)
  2010-10-26 15:33 ` sje at cup dot hp.com
@ 2010-10-26 18:14 ` jamborm at gcc dot gnu.org
  2010-11-01 16:01 ` jamborm at gcc dot gnu.org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jamborm at gcc dot gnu.org @ 2010-10-26 18:14 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Martin Jambor <jamborm at gcc dot gnu.org> 2010-10-26 18:14:42 UTC ---
Yes, I know why this happens and actually have a prototype patch to
fix it but it depends on another patch I need to get accepted first.


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

* [Bug middle-end/46120] [4.6 regression] g++.dg/ipa/ivinline-?.C
  2010-10-21 16:57 [Bug middle-end/46120] New: [4.6 regression] g++.dg/ipa/ivinline-?.C hjl.tools at gmail dot com
                   ` (4 preceding siblings ...)
  2010-10-26 18:14 ` jamborm at gcc dot gnu.org
@ 2010-11-01 16:01 ` jamborm at gcc dot gnu.org
  2010-11-02 15:23 ` jamborm at gcc dot gnu.org
  2010-11-02 15:27 ` jamborm at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: jamborm at gcc dot gnu.org @ 2010-11-01 16:01 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Martin Jambor <jamborm at gcc dot gnu.org> 2010-11-01 16:01:19 UTC ---
I have submitted a patch for this PR:

http://gcc.gnu.org/ml/gcc-patches/2010-11/msg00044.html


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

* [Bug middle-end/46120] [4.6 regression] g++.dg/ipa/ivinline-?.C
  2010-10-21 16:57 [Bug middle-end/46120] New: [4.6 regression] g++.dg/ipa/ivinline-?.C hjl.tools at gmail dot com
                   ` (5 preceding siblings ...)
  2010-11-01 16:01 ` jamborm at gcc dot gnu.org
@ 2010-11-02 15:23 ` jamborm at gcc dot gnu.org
  2010-11-02 15:27 ` jamborm at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: jamborm at gcc dot gnu.org @ 2010-11-02 15:23 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Martin Jambor <jamborm at gcc dot gnu.org> 2010-11-02 15:22:55 UTC ---
Author: jamborm
Date: Tue Nov  2 15:22:52 2010
New Revision: 166192

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166192
Log:
2010-11-02  Martin Jambor  <mjambor@suse.cz>

    PR middle-end/46120
    * tree.c (get_binfo_at_offset): Bail out on artificial
    fields. Identify primary bases according to their offsets.

    * testsuite/g++.dg/ipa/ivinline-9.C: New test.


Added:
    trunk/gcc/testsuite/g++.dg/ipa/ivinline-9.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree.c


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

* [Bug middle-end/46120] [4.6 regression] g++.dg/ipa/ivinline-?.C
  2010-10-21 16:57 [Bug middle-end/46120] New: [4.6 regression] g++.dg/ipa/ivinline-?.C hjl.tools at gmail dot com
                   ` (6 preceding siblings ...)
  2010-11-02 15:23 ` jamborm at gcc dot gnu.org
@ 2010-11-02 15:27 ` jamborm at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: jamborm at gcc dot gnu.org @ 2010-11-02 15:27 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Jambor <jamborm at gcc dot gnu.org> changed:

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

--- Comment #7 from Martin Jambor <jamborm at gcc dot gnu.org> 2010-11-02 15:26:52 UTC ---
Fixed.


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

end of thread, other threads:[~2010-11-02 15:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-21 16:57 [Bug middle-end/46120] New: [4.6 regression] g++.dg/ipa/ivinline-?.C hjl.tools at gmail dot com
2010-10-21 17:51 ` [Bug middle-end/46120] " hjl.tools at gmail dot com
2010-10-21 18:03 ` jamborm at gcc dot gnu.org
2010-10-26  0:40 ` jakub at gcc dot gnu.org
2010-10-26 15:33 ` sje at cup dot hp.com
2010-10-26 18:14 ` jamborm at gcc dot gnu.org
2010-11-01 16:01 ` jamborm at gcc dot gnu.org
2010-11-02 15:23 ` jamborm at gcc dot gnu.org
2010-11-02 15:27 ` jamborm 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).