public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/8960] [3.3 regression] Segfault with __attribute__ ((mode (...))) in start_function:5702
       [not found] <20021216063604.8960.ehrhardt@mathematik.uni-ulm.de>
@ 2003-06-08 18:51 ` pinskia@physics.uc.edu
  2003-07-14 14:50 ` pinskia at physics dot uc dot edu
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: pinskia@physics.uc.edu @ 2003-06-08 18:51 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=8960


pinskia@physics.uc.edu changed:

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


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

* [Bug c/8960] [3.3 regression] Segfault with __attribute__ ((mode (...))) in start_function:5702
       [not found] <20021216063604.8960.ehrhardt@mathematik.uni-ulm.de>
  2003-06-08 18:51 ` [Bug c/8960] [3.3 regression] Segfault with __attribute__ ((mode (...))) in start_function:5702 pinskia@physics.uc.edu
@ 2003-07-14 14:50 ` pinskia at physics dot uc dot edu
  2003-07-15 17:06 ` mmitchel at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-14 14:50 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=8960


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|0000-00-00 00:00:00         |2003-07-14 14:50:25
               date|                            |


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-14 14:50 -------
The first testcase still fails on the mainline (20030711), it has failed since at least 2.91.66 
so no regression for the first testcase.


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

* [Bug c/8960] [3.3 regression] Segfault with __attribute__ ((mode (...))) in start_function:5702
       [not found] <20021216063604.8960.ehrhardt@mathematik.uni-ulm.de>
  2003-06-08 18:51 ` [Bug c/8960] [3.3 regression] Segfault with __attribute__ ((mode (...))) in start_function:5702 pinskia@physics.uc.edu
  2003-07-14 14:50 ` pinskia at physics dot uc dot edu
@ 2003-07-15 17:06 ` mmitchel at gcc dot gnu dot org
  2003-08-03 17:18 ` [Bug c/8960] " pinskia at physics dot uc dot edu
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2003-07-15 17: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=8960


mmitchel at gcc dot gnu dot org changed:

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


------- Additional Comments From mmitchel at gcc dot gnu dot org  2003-07-15 17:06 -------
It's dubious to call this a regression; it only regresses on SPARC with TImode
because SPARC didn't use to *have* TImode.  Therefore, I've postponed this PR
until GCC 3.3.2.


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

* [Bug c/8960] Segfault with __attribute__ ((mode (...))) in start_function:5702
       [not found] <20021216063604.8960.ehrhardt@mathematik.uni-ulm.de>
                   ` (2 preceding siblings ...)
  2003-07-15 17:06 ` mmitchel at gcc dot gnu dot org
@ 2003-08-03 17:18 ` pinskia at physics dot uc dot edu
  2003-08-23  1:43 ` dhazeghi at yahoo dot com
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-08-03 17:18 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=8960


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[3.3 regression] Segfault   |Segfault with __attribute__
                   |with __attribute__ ((mode   |((mode (...))) in
                   |(...))) in                  |start_function:5702
                   |start_function:5702         |
   Target Milestone|3.3.2                       |3.4


------- Additional Comments From pinskia at physics dot uc dot edu  2003-08-03 17:18 -------
Since this is not really a regression as it happens on any target and has since at least 
2.91.66, I am moving this to 3.4.


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

* [Bug c/8960] Segfault with __attribute__ ((mode (...))) in start_function:5702
       [not found] <20021216063604.8960.ehrhardt@mathematik.uni-ulm.de>
                   ` (3 preceding siblings ...)
  2003-08-03 17:18 ` [Bug c/8960] " pinskia at physics dot uc dot edu
@ 2003-08-23  1:43 ` dhazeghi at yahoo dot com
  2003-10-24 17:55 ` dhazeghi at yahoo dot com
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-08-23  1:43 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=8960


dhazeghi at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4                         |---


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

* [Bug c/8960] Segfault with __attribute__ ((mode (...))) in start_function:5702
       [not found] <20021216063604.8960.ehrhardt@mathematik.uni-ulm.de>
                   ` (4 preceding siblings ...)
  2003-08-23  1:43 ` dhazeghi at yahoo dot com
@ 2003-10-24 17:55 ` dhazeghi at yahoo dot com
  2004-10-22  0:35 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-10-24 17:55 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=8960


dhazeghi at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2003-07-14 14:50:25         |2003-10-24 17:49:19
               date|                            |


------- Additional Comments From dhazeghi at yahoo dot com  2003-10-24 17:49 -------
Still present.


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

* [Bug c/8960] Segfault with __attribute__ ((mode (...))) in start_function:5702
       [not found] <20021216063604.8960.ehrhardt@mathematik.uni-ulm.de>
                   ` (5 preceding siblings ...)
  2003-10-24 17:55 ` dhazeghi at yahoo dot com
@ 2004-10-22  0:35 ` pinskia at gcc dot gnu dot org
  2005-01-21  7:18 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-22  0:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-22 00:35 -------
Hmm, now we reject the code:
input.cc:2: error: mode 'SI' applied to inappropriate type

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2004-07-20 15:31:52         |2004-10-22 00:35:37
               date|                            |


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


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

* [Bug c/8960] Segfault with __attribute__ ((mode (...))) in start_function:5702
       [not found] <20021216063604.8960.ehrhardt@mathematik.uni-ulm.de>
                   ` (6 preceding siblings ...)
  2004-10-22  0:35 ` pinskia at gcc dot gnu dot org
@ 2005-01-21  7:18 ` pinskia at gcc dot gnu dot org
  2005-09-09 10:17 ` rguenth at gcc dot gnu dot org
  2005-09-09 12:32 ` pinskia at gcc dot gnu dot org
  9 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-21  7:18 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |rejects-valid
   Last reconfirmed|2004-10-22 00:35:37         |2005-01-21 07:18:16
               date|                            |


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


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

* [Bug c/8960] Segfault with __attribute__ ((mode (...))) in start_function:5702
       [not found] <20021216063604.8960.ehrhardt@mathematik.uni-ulm.de>
                   ` (7 preceding siblings ...)
  2005-01-21  7:18 ` pinskia at gcc dot gnu dot org
@ 2005-09-09 10:17 ` rguenth at gcc dot gnu dot org
  2005-09-09 12:32 ` pinskia at gcc dot gnu dot org
  9 siblings, 0 replies; 12+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2005-09-09 10:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rguenth at gcc dot gnu dot org  2005-09-09 10:17 -------
I have verified that (on i686) we neither ICE with an existing nor an unexisting
mode with current 3.4, 4.0 and 4.1 compilers.

But we reject such decl now with either
src/tests/pr8960.c:1: error: mode `SI' applied to inappropriate type
or
src/tests/pr8960.c:2: error: no data type for mode `TF'

I suppose FIXED then, or INVALID.  Or whatever.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4.4


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


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

* [Bug c/8960] Segfault with __attribute__ ((mode (...))) in start_function:5702
       [not found] <20021216063604.8960.ehrhardt@mathematik.uni-ulm.de>
                   ` (8 preceding siblings ...)
  2005-09-09 10:17 ` rguenth at gcc dot gnu dot org
@ 2005-09-09 12:32 ` pinskia at gcc dot gnu dot org
  9 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-09 12:32 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-09 12:32 -------
(In reply to comment #10)
> I have verified that (on i686) we neither ICE with an existing nor an unexisting
> mode with current 3.4, 4.0 and 4.1 compilers.
This is valid code and should not be rejected.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |
   Target Milestone|3.4.4                       |---


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


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

* [Bug c/8960] Segfault with __attribute__ ((mode (...))) in start_function:5702
       [not found] <bug-8960-193@http.gcc.gnu.org/bugzilla/>
  2005-12-09  4:45 ` pinskia at gcc dot gnu dot org
@ 2008-12-06  9:40 ` tkoenig at gcc dot gnu dot org
  1 sibling, 0 replies; 12+ messages in thread
From: tkoenig at gcc dot gnu dot org @ 2008-12-06  9:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from tkoenig at gcc dot gnu dot org  2008-12-06 09:37 -------
Still present with current trunk.


-- 

tkoenig at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2005-07-22 04:05:50         |2008-12-06 09:37:22
               date|                            |


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


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

* [Bug c/8960] Segfault with __attribute__ ((mode (...))) in start_function:5702
       [not found] <bug-8960-193@http.gcc.gnu.org/bugzilla/>
@ 2005-12-09  4:45 ` pinskia at gcc dot gnu dot org
  2008-12-06  9:40 ` tkoenig at gcc dot gnu dot org
  1 sibling, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-12-09  4:45 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |NEW


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


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

end of thread, other threads:[~2008-12-06  9:40 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20021216063604.8960.ehrhardt@mathematik.uni-ulm.de>
2003-06-08 18:51 ` [Bug c/8960] [3.3 regression] Segfault with __attribute__ ((mode (...))) in start_function:5702 pinskia@physics.uc.edu
2003-07-14 14:50 ` pinskia at physics dot uc dot edu
2003-07-15 17:06 ` mmitchel at gcc dot gnu dot org
2003-08-03 17:18 ` [Bug c/8960] " pinskia at physics dot uc dot edu
2003-08-23  1:43 ` dhazeghi at yahoo dot com
2003-10-24 17:55 ` dhazeghi at yahoo dot com
2004-10-22  0:35 ` pinskia at gcc dot gnu dot org
2005-01-21  7:18 ` pinskia at gcc dot gnu dot org
2005-09-09 10:17 ` rguenth at gcc dot gnu dot org
2005-09-09 12:32 ` pinskia at gcc dot gnu dot org
     [not found] <bug-8960-193@http.gcc.gnu.org/bugzilla/>
2005-12-09  4:45 ` pinskia at gcc dot gnu dot org
2008-12-06  9:40 ` tkoenig 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).