public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/20329] New: regression: current 3.4.4 miscompiles Linux kernel with athlon optimisations
@ 2005-03-05  5:27 bero at arklinux dot org
  2005-03-05  7:43 ` [Bug c/20329] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bero at arklinux dot org @ 2005-03-05  5:27 UTC (permalink / raw)
  To: gcc-bugs

First of all, sorry for a very vague bug report, this is hard to trace down  
and I'm short on time.  
  
Compiling a Linux kernel with athlon optimisations with current gcc 3.4.4  
snapshots results in a kernel that Oopses on bootup on most (though not all)  
Athlon machines. 
 
Optimising for i686 instead of athlon "fixes" the problem; so does reverting 
to an older gcc (including older 3.4.4 snapshots). 
 
Last known good version: 3.4.4-20050127  
First known bad version: 3.4.4-20050227

-- 
           Summary: regression: current 3.4.4 miscompiles Linux kernel with
                    athlon optimisations
           Product: gcc
           Version: 3.4.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bero at arklinux dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug c/20329] regression: current 3.4.4 miscompiles Linux kernel with athlon optimisations
  2005-03-05  5:27 [Bug c/20329] New: regression: current 3.4.4 miscompiles Linux kernel with athlon optimisations bero at arklinux dot org
@ 2005-03-05  7:43 ` pinskia at gcc dot gnu dot org
  2005-05-21 14:30 ` [Bug middle-end/20329] " bero at arklinux dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-05  7:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-05 07:43 -------
We really need a small example code to figure this one out.  This could be stilll a linux kernel bug.  I 
know for a fact the kernel does not follow the aliasing rules at all.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug middle-end/20329] regression: current 3.4.4 miscompiles Linux kernel with athlon optimisations
  2005-03-05  5:27 [Bug c/20329] New: regression: current 3.4.4 miscompiles Linux kernel with athlon optimisations bero at arklinux dot org
  2005-03-05  7:43 ` [Bug c/20329] " pinskia at gcc dot gnu dot org
@ 2005-05-21 14:30 ` bero at arklinux dot org
  2005-05-21 14:37 ` [Bug middle-end/20329] [3.4 regression]: " pinskia at gcc dot gnu dot org
  2005-08-17  3:12 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: bero at arklinux dot org @ 2005-05-21 14:30 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bero at arklinux dot org  2005-05-21 14:30 -------
I haven't been able to find a short piece of code triggering this problem, but 
using a fairly stupid script ("while true; do check out older version; 
compile; see if problem persists; done"), I've found the problem appears with 
the fix for target/19803. 
 
Reverting this patch fixes the problem. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
     Ever Confirmed|                            |1


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


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

* [Bug middle-end/20329] [3.4 regression]: current 3.4.4 miscompiles Linux kernel with athlon optimisations
  2005-03-05  5:27 [Bug c/20329] New: regression: current 3.4.4 miscompiles Linux kernel with athlon optimisations bero at arklinux dot org
  2005-03-05  7:43 ` [Bug c/20329] " pinskia at gcc dot gnu dot org
  2005-05-21 14:30 ` [Bug middle-end/20329] " bero at arklinux dot org
@ 2005-05-21 14:37 ` pinskia at gcc dot gnu dot org
  2005-08-17  3:12 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-21 14:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-21 14:37 -------
(In reply to comment #2)
> Reverting this patch fixes the problem. 

There is a latent bug somewhere else.
We still need a testcase.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING
            Summary|regression: current 3.4.4   |[3.4 regression]: current
                   |miscompiles Linux kernel    |3.4.4 miscompiles Linux
                   |with athlon optimisations   |kernel with athlon
                   |                            |optimisations
   Target Milestone|---                         |3.4.5


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


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

* [Bug middle-end/20329] [3.4 regression]: current 3.4.4 miscompiles Linux kernel with athlon optimisations
  2005-03-05  5:27 [Bug c/20329] New: regression: current 3.4.4 miscompiles Linux kernel with athlon optimisations bero at arklinux dot org
                   ` (2 preceding siblings ...)
  2005-05-21 14:37 ` [Bug middle-end/20329] [3.4 regression]: " pinskia at gcc dot gnu dot org
@ 2005-08-17  3:12 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-17  3:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-17 03:09 -------
No feedback in 3 months (T-5 days).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


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


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

end of thread, other threads:[~2005-08-17  3:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-05  5:27 [Bug c/20329] New: regression: current 3.4.4 miscompiles Linux kernel with athlon optimisations bero at arklinux dot org
2005-03-05  7:43 ` [Bug c/20329] " pinskia at gcc dot gnu dot org
2005-05-21 14:30 ` [Bug middle-end/20329] " bero at arklinux dot org
2005-05-21 14:37 ` [Bug middle-end/20329] [3.4 regression]: " pinskia at gcc dot gnu dot org
2005-08-17  3:12 ` 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).