public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug optimization/4490] ICE with -m128bit-long-double
       [not found] <20011006034602.4490.georg@steffers.org>
@ 2003-06-02 23:34 ` wilson@tuliptree.org
  2003-06-06  4:44 ` wilson@tuliptree.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: wilson@tuliptree.org @ 2003-06-02 23:34 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=4490



------- Additional Comments From wilson@tuliptree.org  2003-06-02 23:34 -------
It appears that this can be fixed by changing all of the XFmode patterns with
!TARGET_64BIT in the condition to instead use !TARGET_128BIT_LONG_DOUBLE in the
condition.




------- 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] 7+ messages in thread

* [Bug optimization/4490] ICE with -m128bit-long-double
       [not found] <20011006034602.4490.georg@steffers.org>
  2003-06-02 23:34 ` [Bug optimization/4490] ICE with -m128bit-long-double wilson@tuliptree.org
@ 2003-06-06  4:44 ` wilson@tuliptree.org
  2003-06-06 16:49 ` bangerth@dealii.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: wilson@tuliptree.org @ 2003-06-06  4:44 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=4490



------- Additional Comments From wilson@tuliptree.org  2003-06-06 04:44 -------
I installed a patch from Kelley Cook that does what I suggested, and which makes
both the minimal testcase work and the original pack_isam.i testcase work.  This
can probably closed now.


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

* [Bug optimization/4490] ICE with -m128bit-long-double
       [not found] <20011006034602.4490.georg@steffers.org>
  2003-06-02 23:34 ` [Bug optimization/4490] ICE with -m128bit-long-double wilson@tuliptree.org
  2003-06-06  4:44 ` wilson@tuliptree.org
@ 2003-06-06 16:49 ` bangerth@dealii.org
  2003-07-19 13:56 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: bangerth@dealii.org @ 2003-06-06 16:49 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=4490


bangerth@dealii.org changed:

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


------- Additional Comments From bangerth@dealii.org  2003-06-06 16:49 -------
Jim Wilson installed a patch for this.


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

* [Bug optimization/4490] ICE with -m128bit-long-double
       [not found] <20011006034602.4490.georg@steffers.org>
                   ` (2 preceding siblings ...)
  2003-06-06 16:49 ` bangerth@dealii.org
@ 2003-07-19 13:56 ` cvs-commit at gcc dot gnu dot org
  2003-07-25 23:15 ` jbuck at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-07-19 13: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=4490



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-07-19 13:56 -------
Subject: Bug 4490

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	kcook@gcc.gnu.org	2003-07-19 13:56:01

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

Log message:
	PR optimization/4490
	* doc/invoke.texi (m96bit-long-double, m128bit-long-double):  Reword
	documentation to accurately reflect what these options do.

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.673&r2=1.16114.2.674
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/invoke.texi.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.209.2.41&r2=1.209.2.42


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

* [Bug optimization/4490] ICE with -m128bit-long-double
       [not found] <20011006034602.4490.georg@steffers.org>
                   ` (3 preceding siblings ...)
  2003-07-19 13:56 ` cvs-commit at gcc dot gnu dot org
@ 2003-07-25 23:15 ` jbuck at gcc dot gnu dot org
  2003-12-10  4:23 ` cvs-commit at gcc dot gnu dot org
  2003-12-10  4:25 ` kcook at gcc dot gnu dot org
  6 siblings, 0 replies; 7+ messages in thread
From: jbuck at gcc dot gnu dot org @ 2003-07-25 23:15 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=4490


jbuck at gcc dot gnu dot org changed:

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


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

* [Bug optimization/4490] ICE with -m128bit-long-double
       [not found] <20011006034602.4490.georg@steffers.org>
                   ` (4 preceding siblings ...)
  2003-07-25 23:15 ` jbuck at gcc dot gnu dot org
@ 2003-12-10  4:23 ` cvs-commit at gcc dot gnu dot org
  2003-12-10  4:25 ` kcook at gcc dot gnu dot org
  6 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-12-10  4:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-12-10 04:22 -------
Subject: Bug 4490

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	kcook@gcc.gnu.org	2003-12-10 04:22:52

Modified files:
	gcc            : ChangeLog 
	gcc/config/i386: i386.md 

Log message:
	2003-12-09  Kelley Cook  <kelleycook@wideopenwest.com>
	
	2003-06-04  Kelley Cook  <kelleycook@wideopenwest.com>
	PR optimization/4490
	* config/i386/i386.md: Don't use XFMode if TARGET_128BIT_LONG_DOUBLE.

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.832&r2=1.16114.2.833
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.md.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.404.2.20&r2=1.404.2.21



-- 


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


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

* [Bug optimization/4490] ICE with -m128bit-long-double
       [not found] <20011006034602.4490.georg@steffers.org>
                   ` (5 preceding siblings ...)
  2003-12-10  4:23 ` cvs-commit at gcc dot gnu dot org
@ 2003-12-10  4:25 ` kcook at gcc dot gnu dot org
  6 siblings, 0 replies; 7+ messages in thread
From: kcook at gcc dot gnu dot org @ 2003-12-10  4:25 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.3.1                       |3.3.3


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


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

end of thread, other threads:[~2003-12-10  4:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20011006034602.4490.georg@steffers.org>
2003-06-02 23:34 ` [Bug optimization/4490] ICE with -m128bit-long-double wilson@tuliptree.org
2003-06-06  4:44 ` wilson@tuliptree.org
2003-06-06 16:49 ` bangerth@dealii.org
2003-07-19 13:56 ` cvs-commit at gcc dot gnu dot org
2003-07-25 23:15 ` jbuck at gcc dot gnu dot org
2003-12-10  4:23 ` cvs-commit at gcc dot gnu dot org
2003-12-10  4:25 ` kcook 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).