public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/31989]  New: [4.3 regression]: Gcc miscompiles C/C++ on Linux/x86-64
@ 2007-05-18 15:36 hjl at lucon dot org
  2007-05-18 18:05 ` [Bug target/31989] " hjl at lucon dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: hjl at lucon dot org @ 2007-05-18 15:36 UTC (permalink / raw)
  To: gcc-bugs

I have verified that this patch

http://gcc.gnu.org/ml/gcc-patches/2007-04/msg01333.html

causes bug 31666 and bug 31681.


-- 
           Summary: [4.3 regression]: Gcc miscompiles C/C++ on Linux/x86-64
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl at lucon dot org
GCC target triplet: x86_64-unknown-linux-gnu
OtherBugsDependingO 31666,31681
             nThis:


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


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

* [Bug target/31989] [4.3 regression]: Gcc miscompiles C/C++ on Linux/x86-64
  2007-05-18 15:36 [Bug target/31989] New: [4.3 regression]: Gcc miscompiles C/C++ on Linux/x86-64 hjl at lucon dot org
@ 2007-05-18 18:05 ` hjl at lucon dot org
  2007-05-18 21:36 ` hjl at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: hjl at lucon dot org @ 2007-05-18 18:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from hjl at lucon dot org  2007-05-18 19:05 -------
A patch is posted at

http://gcc.gnu.org/ml/gcc-patches/2007-05/msg01223.html


-- 


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


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

* [Bug target/31989] [4.3 regression]: Gcc miscompiles C/C++ on Linux/x86-64
  2007-05-18 15:36 [Bug target/31989] New: [4.3 regression]: Gcc miscompiles C/C++ on Linux/x86-64 hjl at lucon dot org
  2007-05-18 18:05 ` [Bug target/31989] " hjl at lucon dot org
@ 2007-05-18 21:36 ` hjl at gcc dot gnu dot org
  2007-05-18 21:40 ` hjl at lucon dot org
  2007-05-26  3:11 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: hjl at gcc dot gnu dot org @ 2007-05-18 21:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hjl at gcc dot gnu dot org  2007-05-18 22:35 -------
Subject: Bug 31989

Author: hjl
Date: Fri May 18 21:35:12 2007
New Revision: 124835

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124835
Log:
2007-05-18  H.J. Lu  <hongjiu.lu@intel.com>

        PR target/31989
        PR target/31681
        PR target/31666
        * config/i386/i386.c (init_cumulative_args): Set maybe_vaarg to
        true if function has no argument.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c


-- 


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


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

* [Bug target/31989] [4.3 regression]: Gcc miscompiles C/C++ on Linux/x86-64
  2007-05-18 15:36 [Bug target/31989] New: [4.3 regression]: Gcc miscompiles C/C++ on Linux/x86-64 hjl at lucon dot org
  2007-05-18 18:05 ` [Bug target/31989] " hjl at lucon dot org
  2007-05-18 21:36 ` hjl at gcc dot gnu dot org
@ 2007-05-18 21:40 ` hjl at lucon dot org
  2007-05-26  3:11 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: hjl at lucon dot org @ 2007-05-18 21:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from hjl at lucon dot org  2007-05-18 22:40 -------
Fixed.


-- 

hjl at lucon dot org changed:

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


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


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

* [Bug target/31989] [4.3 regression]: Gcc miscompiles C/C++ on Linux/x86-64
  2007-05-18 15:36 [Bug target/31989] New: [4.3 regression]: Gcc miscompiles C/C++ on Linux/x86-64 hjl at lucon dot org
                   ` (2 preceding siblings ...)
  2007-05-18 21:40 ` hjl at lucon dot org
@ 2007-05-26  3:11 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-05-26  3:11 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.3.0


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


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

end of thread, other threads:[~2007-05-26  3:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-18 15:36 [Bug target/31989] New: [4.3 regression]: Gcc miscompiles C/C++ on Linux/x86-64 hjl at lucon dot org
2007-05-18 18:05 ` [Bug target/31989] " hjl at lucon dot org
2007-05-18 21:36 ` hjl at gcc dot gnu dot org
2007-05-18 21:40 ` hjl at lucon dot org
2007-05-26  3:11 ` pinskia at gcc dot gnu dot 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).