public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug optimization/10877] [3.3/3.4 regression] miscompilation with -O3 -fPIC on x86
       [not found] <20030520010600.10877.lloyd@acm.jhu.edu>
@ 2003-05-25  2:40 ` pinskia@physics.uc.edu
  2003-05-25  6:59 ` ebotcazou@gcc.gnu.org
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: pinskia@physics.uc.edu @ 2003-05-25  2:40 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From pinskia@physics.uc.edu  2003-05-25 02:31 -------
Should we have a workaround for the gas bug or should we change the requirements for 
gas to higher?



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug optimization/10877] [3.3/3.4 regression] miscompilation with -O3 -fPIC on x86
       [not found] <20030520010600.10877.lloyd@acm.jhu.edu>
  2003-05-25  2:40 ` [Bug optimization/10877] [3.3/3.4 regression] miscompilation with -O3 -fPIC on x86 pinskia@physics.uc.edu
@ 2003-05-25  6:59 ` ebotcazou@gcc.gnu.org
  2003-05-27  3:38 ` bangerth@ices.utexas.edu
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: ebotcazou@gcc.gnu.org @ 2003-05-25  6:59 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From ebotcazou@gcc.gnu.org  2003-05-25 06:09 -------
I don't see how we could devise a robust workaround: it is my understanding that
the register allocator is free to assign any GP register to the pc_thunk. But you
might want to ask the maintainer of the x86 port.




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug optimization/10877] [3.3/3.4 regression] miscompilation with -O3 -fPIC on x86
       [not found] <20030520010600.10877.lloyd@acm.jhu.edu>
  2003-05-25  2:40 ` [Bug optimization/10877] [3.3/3.4 regression] miscompilation with -O3 -fPIC on x86 pinskia@physics.uc.edu
  2003-05-25  6:59 ` ebotcazou@gcc.gnu.org
@ 2003-05-27  3:38 ` bangerth@ices.utexas.edu
  2003-05-27  7:29 ` ebotcazou@gcc.gnu.org
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: bangerth@ices.utexas.edu @ 2003-05-27  3:38 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From bangerth@ices.utexas.edu  2003-05-27 03:11 -------
Subject: Re: [Bug optimization/10877] [3.3/3.4 regression] miscompilation
 with -O3 -fPIC on x86


> ------- Additional Comments From ebotcazou@gcc.gnu.org  2003-05-25 06:09 -------
> I don't see how we could devise a robust workaround: it is my understanding that
> the register allocator is free to assign any GP register to the pc_thunk.

There's no reason I shouldnt' believe this. But we then need to document 
the requirement on newer binutils, possibly pointing to this particular 
PR. Would you mind, or...?

W.

-------------------------------------------------------------------------
Wolfgang Bangerth              email:            bangerth@ices.utexas.edu
                               www: http://www.ices.utexas.edu/~bangerth/






------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug optimization/10877] [3.3/3.4 regression] miscompilation with -O3 -fPIC on x86
       [not found] <20030520010600.10877.lloyd@acm.jhu.edu>
                   ` (2 preceding siblings ...)
  2003-05-27  3:38 ` bangerth@ices.utexas.edu
@ 2003-05-27  7:29 ` ebotcazou@gcc.gnu.org
  2003-06-11 18:45 ` pinskia@physics.uc.edu
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: ebotcazou@gcc.gnu.org @ 2003-05-27  7:29 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From ebotcazou@gcc.gnu.org  2003-05-27 07:11 -------
I was not involved in the analysis phase of this bug so I don't think I'm the
right person to submit a patch.




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug optimization/10877] [3.3/3.4 regression] miscompilation with -O3 -fPIC on x86
       [not found] <20030520010600.10877.lloyd@acm.jhu.edu>
                   ` (3 preceding siblings ...)
  2003-05-27  7:29 ` ebotcazou@gcc.gnu.org
@ 2003-06-11 18:45 ` pinskia@physics.uc.edu
  2003-06-11 22:21 ` pinskia@physics.uc.edu
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: pinskia@physics.uc.edu @ 2003-06-11 18:45 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fspublic@onetel.com


------- Additional Comments From pinskia@physics.uc.edu  2003-06-11 18:45 -------
*** Bug 11152 has been marked as a duplicate of this bug. ***


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

* [Bug optimization/10877] [3.3/3.4 regression] miscompilation with -O3 -fPIC on x86
       [not found] <20030520010600.10877.lloyd@acm.jhu.edu>
                   ` (4 preceding siblings ...)
  2003-06-11 18:45 ` pinskia@physics.uc.edu
@ 2003-06-11 22:21 ` pinskia@physics.uc.edu
  2003-06-29 16:39 ` [Bug optimization/10877] [3.3/3.4 regression] documentation for a newer binutils: " dhazeghi at yahoo dot com
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: pinskia@physics.uc.edu @ 2003-06-11 22:21 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |documentation
   Target Milestone|---                         |3.3.1


------- Additional Comments From pinskia@physics.uc.edu  2003-06-11 22:20 -------
This is a documentation bug because a binutils (gas) bug that causes this problem.


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

* [Bug optimization/10877] [3.3/3.4 regression] documentation for a newer binutils: miscompilation with -O3 -fPIC on x86
       [not found] <20030520010600.10877.lloyd@acm.jhu.edu>
                   ` (5 preceding siblings ...)
  2003-06-11 22:21 ` pinskia@physics.uc.edu
@ 2003-06-29 16:39 ` dhazeghi at yahoo dot com
  2003-07-04 23:11 ` pinskia at physics dot uc dot edu
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-06-29 16:39 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From dhazeghi at yahoo dot com  2003-06-29 16:39 -------
I've traced the failure to between binutils 2.13 and 2.13.1. 2.13 fails, 2.13.1 works with this 
testcase.


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

* [Bug optimization/10877] [3.3/3.4 regression] documentation for a newer binutils: miscompilation with -O3 -fPIC on x86
       [not found] <20030520010600.10877.lloyd@acm.jhu.edu>
                   ` (6 preceding siblings ...)
  2003-06-29 16:39 ` [Bug optimization/10877] [3.3/3.4 regression] documentation for a newer binutils: " dhazeghi at yahoo dot com
@ 2003-07-04 23:11 ` pinskia at physics dot uc dot edu
  2003-07-11 23:08 ` cvs-commit at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-04 23:11 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stas at fromru dot com


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-04 23:11 -------
*** Bug 11438 has been marked as a duplicate of this bug. ***


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

* [Bug optimization/10877] [3.3/3.4 regression] documentation for a newer binutils: miscompilation with -O3 -fPIC on x86
       [not found] <20030520010600.10877.lloyd@acm.jhu.edu>
                   ` (7 preceding siblings ...)
  2003-07-04 23:11 ` pinskia at physics dot uc dot edu
@ 2003-07-11 23:08 ` cvs-commit at gcc dot gnu dot org
  2003-07-11 23:11 ` pinskia at physics dot uc dot edu
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-07-11 23:08 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-07-11 23:08 -------
Subject: Bug 10877

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	wilson@gcc.gnu.org	2003-07-11 23:08:50

Modified files:
	gcc            : ChangeLog 
	gcc/doc        : install.texi 

Log message:
	Patch from Dara Hazeghi.
	PR optimization/10877
	* doc/install.tex: Update required binutils for i?86-*-linux*

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.16114.2.651&r2=1.16114.2.652
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/install.texi.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.151.2.44&r2=1.151.2.45


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

* [Bug optimization/10877] [3.3/3.4 regression] documentation for a newer binutils: miscompilation with -O3 -fPIC on x86
       [not found] <20030520010600.10877.lloyd@acm.jhu.edu>
                   ` (8 preceding siblings ...)
  2003-07-11 23:08 ` cvs-commit at gcc dot gnu dot org
@ 2003-07-11 23:11 ` pinskia at physics dot uc dot edu
  2003-08-28 12:07 ` amelkor at mail dot ru
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-11 23:11 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

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


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-11 23:11 -------
A newer binutils, 13.1 is required now and this is documented for 3.3.1 and the mainline, so 
closing as fixed.


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

* [Bug optimization/10877] [3.3/3.4 regression] documentation for a newer binutils: miscompilation with -O3 -fPIC on x86
       [not found] <20030520010600.10877.lloyd@acm.jhu.edu>
                   ` (9 preceding siblings ...)
  2003-07-11 23:11 ` pinskia at physics dot uc dot edu
@ 2003-08-28 12:07 ` amelkor at mail dot ru
  2003-10-01 19:56 ` jonathan at cdnorthamerica dot com
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: amelkor at mail dot ru @ 2003-08-28 12:07 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


amelkor at mail dot ru changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amelkor at mail dot ru


------- Additional Comments From amelkor at mail dot ru  2003-08-28 12:07 -------
*** Bug 12079 has been marked as a duplicate of this bug. ***


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

* [Bug optimization/10877] [3.3/3.4 regression] documentation for a newer binutils: miscompilation with -O3 -fPIC on x86
       [not found] <20030520010600.10877.lloyd@acm.jhu.edu>
                   ` (10 preceding siblings ...)
  2003-08-28 12:07 ` amelkor at mail dot ru
@ 2003-10-01 19:56 ` jonathan at cdnorthamerica dot com
  2003-10-23  7:06 ` pj at csc dot fi
  2003-12-23 18:15 ` pinskia at gcc dot gnu dot org
  13 siblings, 0 replies; 14+ messages in thread
From: jonathan at cdnorthamerica dot com @ 2003-10-01 19:56 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


jonathan at cdnorthamerica dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan at cdnorthamerica
                   |                            |dot com


------- Additional Comments From jonathan at cdnorthamerica dot com  2003-10-01 19:56 -------
*** Bug 12484 has been marked as a duplicate of this bug. ***


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

* [Bug optimization/10877] [3.3/3.4 regression] documentation for a newer binutils: miscompilation with -O3 -fPIC on x86
       [not found] <20030520010600.10877.lloyd@acm.jhu.edu>
                   ` (11 preceding siblings ...)
  2003-10-01 19:56 ` jonathan at cdnorthamerica dot com
@ 2003-10-23  7:06 ` pj at csc dot fi
  2003-12-23 18:15 ` pinskia at gcc dot gnu dot org
  13 siblings, 0 replies; 14+ messages in thread
From: pj at csc dot fi @ 2003-10-23  7:06 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pj at csc dot fi changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pj at csc dot fi


------- Additional Comments From pj at csc dot fi  2003-10-23 07:00 -------
*** Bug 12708 has been marked as a duplicate of this bug. ***


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

* [Bug optimization/10877] [3.3/3.4 regression] documentation for a newer binutils: miscompilation with -O3 -fPIC on x86
       [not found] <20030520010600.10877.lloyd@acm.jhu.edu>
                   ` (12 preceding siblings ...)
  2003-10-23  7:06 ` pj at csc dot fi
@ 2003-12-23 18:15 ` pinskia at gcc dot gnu dot org
  13 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-23 18:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-23 17:02 -------
*** Bug 13476 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |strasbur at chkw386 dot ch
                   |                            |dot pwr dot wroc dot pl


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


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

end of thread, other threads:[~2003-12-23 17:02 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030520010600.10877.lloyd@acm.jhu.edu>
2003-05-25  2:40 ` [Bug optimization/10877] [3.3/3.4 regression] miscompilation with -O3 -fPIC on x86 pinskia@physics.uc.edu
2003-05-25  6:59 ` ebotcazou@gcc.gnu.org
2003-05-27  3:38 ` bangerth@ices.utexas.edu
2003-05-27  7:29 ` ebotcazou@gcc.gnu.org
2003-06-11 18:45 ` pinskia@physics.uc.edu
2003-06-11 22:21 ` pinskia@physics.uc.edu
2003-06-29 16:39 ` [Bug optimization/10877] [3.3/3.4 regression] documentation for a newer binutils: " dhazeghi at yahoo dot com
2003-07-04 23:11 ` pinskia at physics dot uc dot edu
2003-07-11 23:08 ` cvs-commit at gcc dot gnu dot org
2003-07-11 23:11 ` pinskia at physics dot uc dot edu
2003-08-28 12:07 ` amelkor at mail dot ru
2003-10-01 19:56 ` jonathan at cdnorthamerica dot com
2003-10-23  7:06 ` pj at csc dot fi
2003-12-23 18:15 ` 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).