public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/35330] [4.1/4.2/4.3/4.4 regression] ICE with invalid pragma weak
  2008-02-23 19:23 [Bug c/35330] New: [4.1/4.2/4.3/4.4 regression] ICE with invalid pragma weak reichelt at gcc dot gnu dot org
@ 2008-02-23 19:23 ` reichelt at gcc dot gnu dot org
  2008-02-24 22:05 ` rguenth at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2008-02-23 19:23 UTC (permalink / raw)
  To: gcc-bugs



-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.1.3


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


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

* [Bug c/35330]  New: [4.1/4.2/4.3/4.4 regression] ICE with invalid pragma weak
@ 2008-02-23 19:23 reichelt at gcc dot gnu dot org
  2008-02-23 19:23 ` [Bug c/35330] " reichelt at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2008-02-23 19:23 UTC (permalink / raw)
  To: gcc-bugs

The following invalid code snippet triggers an ICE since GCC 3.1.1:

====================================================
#pragma weak int = foo
====================================================

<built-in>:0: error: weak declaration of 'int' must be public
bug.c:1: internal compiler error: in make_decl_rtl, at varasm.c:1267
Please submit a full bug report, [etc.]

Also happens with the C++ frontend.


-- 
           Summary: [4.1/4.2/4.3/4.4 regression] ICE with invalid pragma
                    weak
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code, error-recovery, monitored
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org


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


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

* [Bug c/35330] [4.1/4.2/4.3/4.4 regression] ICE with invalid pragma weak
  2008-02-23 19:23 [Bug c/35330] New: [4.1/4.2/4.3/4.4 regression] ICE with invalid pragma weak reichelt at gcc dot gnu dot org
  2008-02-23 19:23 ` [Bug c/35330] " reichelt at gcc dot gnu dot org
@ 2008-02-24 22:05 ` rguenth at gcc dot gnu dot org
  2008-05-19 20:34 ` jsm28 at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-02-24 22:05 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Priority|P3                          |P5
   Last reconfirmed|0000-00-00 00:00:00         |2008-02-24 22:04:25
               date|                            |
   Target Milestone|4.1.3                       |4.2.4


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


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

* [Bug c/35330] [4.1/4.2/4.3/4.4 regression] ICE with invalid pragma weak
  2008-02-23 19:23 [Bug c/35330] New: [4.1/4.2/4.3/4.4 regression] ICE with invalid pragma weak reichelt at gcc dot gnu dot org
  2008-02-23 19:23 ` [Bug c/35330] " reichelt at gcc dot gnu dot org
  2008-02-24 22:05 ` rguenth at gcc dot gnu dot org
@ 2008-05-19 20:34 ` jsm28 at gcc dot gnu dot org
  2008-07-04 23:02 ` [Bug c/35330] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-05-19 20:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from jsm28 at gcc dot gnu dot org  2008-05-19 20:25 -------
4.2.4 is being released, changing milestones to 4.2.5.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.4                       |4.2.5


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


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

* [Bug c/35330] [4.2/4.3/4.4 regression] ICE with invalid pragma weak
  2008-02-23 19:23 [Bug c/35330] New: [4.1/4.2/4.3/4.4 regression] ICE with invalid pragma weak reichelt at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2008-05-19 20:34 ` jsm28 at gcc dot gnu dot org
@ 2008-07-04 23:02 ` jsm28 at gcc dot gnu dot org
  2009-03-31 20:45 ` [Bug c/35330] [4.3/4.4/4.5 " jsm28 at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-07-04 23:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jsm28 at gcc dot gnu dot org  2008-07-04 23:01 -------
Closing 4.1 branch.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.1/4.2/4.3/4.4 regression]|[4.2/4.3/4.4 regression] ICE
                   |ICE with invalid pragma weak|with invalid pragma weak


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


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

* [Bug c/35330] [4.3/4.4/4.5 regression] ICE with invalid pragma weak
  2008-02-23 19:23 [Bug c/35330] New: [4.1/4.2/4.3/4.4 regression] ICE with invalid pragma weak reichelt at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2008-07-04 23:02 ` [Bug c/35330] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
@ 2009-03-31 20:45 ` jsm28 at gcc dot gnu dot org
  2009-08-04 12:39 ` rguenth at gcc dot gnu dot org
  2010-05-22 18:22 ` [Bug c/35330] [4.3/4.4/4.5/4.6 " rguenth at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2009-03-31 20:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jsm28 at gcc dot gnu dot org  2009-03-31 20:44 -------
Closing 4.2 branch.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.2/4.3/4.4/4.5 regression]|[4.3/4.4/4.5 regression] ICE
                   |ICE with invalid pragma weak|with invalid pragma weak
   Target Milestone|4.2.5                       |4.3.4


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


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

* [Bug c/35330] [4.3/4.4/4.5 regression] ICE with invalid pragma weak
  2008-02-23 19:23 [Bug c/35330] New: [4.1/4.2/4.3/4.4 regression] ICE with invalid pragma weak reichelt at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2009-03-31 20:45 ` [Bug c/35330] [4.3/4.4/4.5 " jsm28 at gcc dot gnu dot org
@ 2009-08-04 12:39 ` rguenth at gcc dot gnu dot org
  2010-05-22 18:22 ` [Bug c/35330] [4.3/4.4/4.5/4.6 " rguenth at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-08-04 12:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rguenth at gcc dot gnu dot org  2009-08-04 12:28 -------
GCC 4.3.4 is being released, adjusting target milestone.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.4                       |4.3.5


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


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

* [Bug c/35330] [4.3/4.4/4.5/4.6 regression] ICE with invalid pragma weak
  2008-02-23 19:23 [Bug c/35330] New: [4.1/4.2/4.3/4.4 regression] ICE with invalid pragma weak reichelt at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2009-08-04 12:39 ` rguenth at gcc dot gnu dot org
@ 2010-05-22 18:22 ` rguenth at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-05-22 18:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rguenth at gcc dot gnu dot org  2010-05-22 18:12 -------
GCC 4.3.5 is being released, adjusting target milestone.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.5                       |4.3.6


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


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

end of thread, other threads:[~2010-05-22 18:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-23 19:23 [Bug c/35330] New: [4.1/4.2/4.3/4.4 regression] ICE with invalid pragma weak reichelt at gcc dot gnu dot org
2008-02-23 19:23 ` [Bug c/35330] " reichelt at gcc dot gnu dot org
2008-02-24 22:05 ` rguenth at gcc dot gnu dot org
2008-05-19 20:34 ` jsm28 at gcc dot gnu dot org
2008-07-04 23:02 ` [Bug c/35330] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
2009-03-31 20:45 ` [Bug c/35330] [4.3/4.4/4.5 " jsm28 at gcc dot gnu dot org
2009-08-04 12:39 ` rguenth at gcc dot gnu dot org
2010-05-22 18:22 ` [Bug c/35330] [4.3/4.4/4.5/4.6 " rguenth 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).