public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/9552] [x86-64] ICE in named_section_flags, at varasm.c
       [not found] <20030203191601.9552.csd_ob@daudt.org>
@ 2003-06-10  6:18 ` dank@kegel.com
  2003-06-12  0:38 ` dhazeghi@yahoo.com
                   ` (17 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: dank@kegel.com @ 2003-06-10  6: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=9552


dank@kegel.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dank@kegel.com


------- Additional Comments From dank@kegel.com  2003-06-10 06:18 -------
I ran into the exact same bug in s390 with an x86 -> s390 gcc3.3.
You can reproduce the problem in either of two ways:

1. (the just-the-one-file-that-ICEs way)
s390-unknown-linux-gnu-gcc x.i
(where x.i is the file I'm about to attach)

- or -

2. (the real world way)
wget http://www.kegel.com/crossgcc/crosstool-0.7.tar.gz
tar -xzvf crosstool-0.7.tar.gz
cd crosstool-0.7
eval `cat s390.dat` `cat gcc3.3-glibc2.3.2.dat` sh all.sh


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

* [Bug target/9552] [x86-64] ICE in named_section_flags, at varasm.c
       [not found] <20030203191601.9552.csd_ob@daudt.org>
  2003-06-10  6:18 ` [Bug target/9552] [x86-64] ICE in named_section_flags, at varasm.c dank@kegel.com
@ 2003-06-12  0:38 ` dhazeghi@yahoo.com
  2003-06-17 17:07 ` [Bug target/9552] [3.3/3.4 regression] [s390] " dhazeghi@yahoo.com
                   ` (16 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: dhazeghi@yahoo.com @ 2003-06-12  0: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=9552


dhazeghi@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|dhazeghi@yahoo.com          |
             Status|WAITING                     |NEW
  GCC build triplet|                            |x86_64-unknown-linux-gnu
   GCC host triplet|                            |x86_64-unknown-linux-gnu
 GCC target triplet|                            |x86_64-unknown-linux-gnu
   Last reconfirmed|0000-00-00 00:00:00         |2003-06-12 00:38:49
               date|                            |
            Version|unknown                     |3.3


------- Additional Comments From dhazeghi@yahoo.com  2003-06-12 00:38 -------
Received preprocessed source. Shouldn't be in WAITING now as Daniel points out.


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

* [Bug target/9552] [3.3/3.4 regression] [s390] ICE in named_section_flags, at varasm.c
       [not found] <20030203191601.9552.csd_ob@daudt.org>
  2003-06-10  6:18 ` [Bug target/9552] [x86-64] ICE in named_section_flags, at varasm.c dank@kegel.com
  2003-06-12  0:38 ` dhazeghi@yahoo.com
@ 2003-06-17 17:07 ` dhazeghi@yahoo.com
  2003-06-18 16:26 ` uweigand at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: dhazeghi@yahoo.com @ 2003-06-17 17: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=9552


dhazeghi@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  GCC build triplet|x86_64-unknown-linux-gnu    |i686-linux-pc-gnu
   GCC host triplet|x86_64-unknown-linux-gnu    |i686-pc-linux-gnu
 GCC target triplet|x86_64-unknown-linux-gnu    |s390-unknown-linux-gnu
            Summary|[x86-64] ICE in             |[3.3/3.4 regression] [s390]
                   |named_section_flags, at     |ICE in named_section_flags,
                   |varasm.c                    |at varasm.c
   Target Milestone|---                         |3.3.1


------- Additional Comments From dhazeghi@yahoo.com  2003-06-17 17:07 -------
Okay, I've confirmed the s390 bug. Since that's the only one we have preprocessed source for I'm 
changing the bug's summary to reflect that. Confirmed with gcc 3.3 branch and mainline 
(20030618). Also discovered that this bug does not occur with gcc 3.2, so this is a regression.


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

* [Bug target/9552] [3.3/3.4 regression] [s390] ICE in named_section_flags, at varasm.c
       [not found] <20030203191601.9552.csd_ob@daudt.org>
                   ` (2 preceding siblings ...)
  2003-06-17 17:07 ` [Bug target/9552] [3.3/3.4 regression] [s390] " dhazeghi@yahoo.com
@ 2003-06-18 16:26 ` uweigand at gcc dot gnu dot org
  2003-06-21  4:48 ` dank at kegel dot com
                   ` (14 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: uweigand at gcc dot gnu dot org @ 2003-06-18 16:26 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=9552



------- Additional Comments From uweigand at gcc dot gnu dot org  2003-06-18 16:26 -------
One problem here is that the test case is actually incorrect:
it attempts to place a non-const global variable into a 
read-only .eh_frame section.

Changing the test case to use 
static const char __EH_FRAME_BEGIN__[]
makes the problem disappear.

However, I guess that even so we should not ICE.  This is not s390-
related, however; the only s390-specific parts of this problem are
that s390 by default enables generation of .eh_frame even for C,
and that .eh_frame is read-only on s390.

The latter property is shared by most platforms, while the former
is only true for s390 and x86_64.  To reproduce the problem on other
platforms it should suffice to build with -fasynchronous-unwind-tables.


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

* [Bug target/9552] [3.3/3.4 regression] [s390] ICE in named_section_flags, at varasm.c
       [not found] <20030203191601.9552.csd_ob@daudt.org>
                   ` (3 preceding siblings ...)
  2003-06-18 16:26 ` uweigand at gcc dot gnu dot org
@ 2003-06-21  4:48 ` dank at kegel dot com
  2003-07-11 22:57 ` [Bug target/9552] [3.3/3.4 regression] " mmitchel at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: dank at kegel dot com @ 2003-06-21  4:48 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=9552



------- Additional Comments From dank at kegel dot com  2003-06-21 04:42 -------
I can confirm this happens when building x86_64, as well.


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

* [Bug target/9552] [3.3/3.4 regression] ICE in named_section_flags, at varasm.c
       [not found] <20030203191601.9552.csd_ob@daudt.org>
                   ` (4 preceding siblings ...)
  2003-06-21  4:48 ` dank at kegel dot com
@ 2003-07-11 22:57 ` mmitchel at gcc dot gnu dot org
  2003-07-15 16:50 ` mmitchel at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2003-07-11 22:57 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=9552


mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[3.3/3.4 regression] [s390] |[3.3/3.4 regression] ICE in
                   |ICE in named_section_flags, |named_section_flags, at
                   |at varasm.c                 |varasm.c


------- Additional Comments From mmitchel at gcc dot gnu dot org  2003-07-11 22:57 -------
Updated subject line; this is not s390-specific.


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

* [Bug target/9552] [3.3/3.4 regression] ICE in named_section_flags, at varasm.c
       [not found] <20030203191601.9552.csd_ob@daudt.org>
                   ` (5 preceding siblings ...)
  2003-07-11 22:57 ` [Bug target/9552] [3.3/3.4 regression] " mmitchel at gcc dot gnu dot org
@ 2003-07-15 16:50 ` mmitchel at gcc dot gnu dot org
  2003-08-07 17:50 ` pinskia at physics dot uc dot edu
                   ` (11 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2003-07-15 16: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=9552


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 16:50 -------
Postponed until GCC 3.3.2; this is invalid code.


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

* [Bug target/9552] [3.3/3.4 regression] ICE in named_section_flags, at varasm.c
       [not found] <20030203191601.9552.csd_ob@daudt.org>
                   ` (6 preceding siblings ...)
  2003-07-15 16:50 ` mmitchel at gcc dot gnu dot org
@ 2003-08-07 17:50 ` pinskia at physics dot uc dot edu
  2003-10-16  2:41 ` mmitchel at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-08-07 17: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=9552


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fvdl at wasabisystems dot
                   |                            |com


------- Additional Comments From pinskia at physics dot uc dot edu  2003-08-07 17:50 -------
*** Bug 10607 has been marked as a duplicate of this bug. ***


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

* [Bug target/9552] [3.3/3.4 regression] ICE in named_section_flags, at varasm.c
       [not found] <20030203191601.9552.csd_ob@daudt.org>
                   ` (7 preceding siblings ...)
  2003-08-07 17:50 ` pinskia at physics dot uc dot edu
@ 2003-10-16  2:41 ` mmitchel at gcc dot gnu dot org
  2003-12-25  1:15 ` pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2003-10-16  2:41 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=9552


mmitchel at gcc dot gnu dot org changed:

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


------- Additional Comments From mmitchel at gcc dot gnu dot org  2003-10-16 02:41 -------
Postponed until GCC 3.3.3.


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

* [Bug target/9552] [3.3/3.4 regression] ICE in named_section_flags, at varasm.c
       [not found] <20030203191601.9552.csd_ob@daudt.org>
                   ` (8 preceding siblings ...)
  2003-10-16  2:41 ` mmitchel at gcc dot gnu dot org
@ 2003-12-25  1:15 ` pinskia at gcc dot gnu dot org
  2003-12-29 18:31 ` pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-25  1:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-25 00:26 -------
ICE on invalid code is most likely not going to be fixed for 3.3.3 so moving it to 3.4.

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


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


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

* [Bug target/9552] [3.3/3.4 regression] ICE in named_section_flags, at varasm.c
       [not found] <20030203191601.9552.csd_ob@daudt.org>
                   ` (9 preceding siblings ...)
  2003-12-25  1:15 ` pinskia at gcc dot gnu dot org
@ 2003-12-29 18:31 ` pinskia at gcc dot gnu dot org
  2004-01-06 18:05 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-29 18:31 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal


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


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

* [Bug target/9552] [3.3/3.4 regression] ICE in named_section_flags, at varasm.c
       [not found] <20030203191601.9552.csd_ob@daudt.org>
                   ` (10 preceding siblings ...)
  2003-12-29 18:31 ` pinskia at gcc dot gnu dot org
@ 2004-01-06 18:05 ` pinskia at gcc dot gnu dot org
  2004-01-11  0:09 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-06 18:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-06 18:05 -------
*** Bug 13586 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tnt at traffman dot com


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


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

* [Bug target/9552] [3.3/3.4 regression] ICE in named_section_flags, at varasm.c
       [not found] <20030203191601.9552.csd_ob@daudt.org>
                   ` (11 preceding siblings ...)
  2004-01-06 18:05 ` pinskia at gcc dot gnu dot org
@ 2004-01-11  0:09 ` pinskia at gcc dot gnu dot org
  2004-01-12 23:39 ` steven at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-11  0:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-11 00:08 -------
This has been failing for a while and it is invalid code so move to 3.4.1 so it does not 
block the branching.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.0                       |3.4.1


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


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

* [Bug target/9552] [3.3/3.4 regression] ICE in named_section_flags, at varasm.c
       [not found] <20030203191601.9552.csd_ob@daudt.org>
                   ` (12 preceding siblings ...)
  2004-01-11  0:09 ` pinskia at gcc dot gnu dot org
@ 2004-01-12 23:39 ` steven at gcc dot gnu dot org
  2004-01-13  4:47 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: steven at gcc dot gnu dot org @ 2004-01-12 23:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From steven at gcc dot gnu dot org  2004-01-12 23:39 -------
Move back the target for all regressions from 3.4.1 to 3.4.0, as required by 
our bug management policy. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.1                       |3.4.0


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


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

* [Bug target/9552] [3.3/3.4 regression] ICE in named_section_flags, at varasm.c
       [not found] <20030203191601.9552.csd_ob@daudt.org>
                   ` (13 preceding siblings ...)
  2004-01-12 23:39 ` steven at gcc dot gnu dot org
@ 2004-01-13  4:47 ` pinskia at gcc dot gnu dot org
  2004-01-13  6:09 ` [Bug target/9552] accepts invalid code for attribute section pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-13  4:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-13 04:47 -------
I do not know why I reconfirmed this as x86_64 is fixed at least I can no longer reproduce 
the error.

-- 


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


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

* [Bug target/9552] accepts invalid code for attribute section
       [not found] <20030203191601.9552.csd_ob@daudt.org>
                   ` (14 preceding siblings ...)
  2004-01-13  4:47 ` pinskia at gcc dot gnu dot org
@ 2004-01-13  6:09 ` pinskia at gcc dot gnu dot org
  2004-05-11 20:03 ` dank at kegel dot com
                   ` (2 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-13  6:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-13 06:08 -------
Confirmed but the ICE is gone, so removing regression markers.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|ice-on-invalid-code         |accepts-invalid
            Summary|[3.3/3.4 regression] ICE in |accepts invalid code for
                   |named_section_flags, at     |attribute section
                   |varasm.c                    |
   Target Milestone|3.4.0                       |---


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


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

* [Bug target/9552] accepts invalid code for attribute section
       [not found] <20030203191601.9552.csd_ob@daudt.org>
                   ` (15 preceding siblings ...)
  2004-01-13  6:09 ` [Bug target/9552] accepts invalid code for attribute section pinskia at gcc dot gnu dot org
@ 2004-05-11 20:03 ` dank at kegel dot com
  2004-05-11 20:32 ` dank at kegel dot com
  2004-05-12  4:07 ` dank at kegel dot com
  18 siblings, 0 replies; 19+ messages in thread
From: dank at kegel dot com @ 2004-05-11 20:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dank at kegel dot com  2004-05-10 21:09 -------
With gcc-3.4.0, at least, the ICE depends on the build system's toolchain!

You can predict whether the ICE will occur by running with -S and grepping for 
eh_frame.  The ICE occurs if the first eh_frame's w attribute disagrees with the 
const attribute of the __EH_FRAME_BEGIN__ in the test case.  
Here's the annoying part:
with gcc-3.4.0, at least, the first eh_frame's 'w' attribute 
*seems to depend on the build system's binutils or glibc*!
eh_frame has 'w' when gcc-3.4.0 is built on a system using
gcc-3.3.3/glibc-2.1.3/binutils-2.14.90.0.5, and lacks the 'w'
when built on a system using
gcc-3.2.2/glibc-2.3.2/binutils-2.13.90.0.18.
Thus one system's workaround (adding a 'const') seems to be another system's poison.

-- 


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


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

* [Bug target/9552] accepts invalid code for attribute section
       [not found] <20030203191601.9552.csd_ob@daudt.org>
                   ` (16 preceding siblings ...)
  2004-05-11 20:03 ` dank at kegel dot com
@ 2004-05-11 20:32 ` dank at kegel dot com
  2004-05-12  4:07 ` dank at kegel dot com
  18 siblings, 0 replies; 19+ messages in thread
From: dank at kegel dot com @ 2004-05-11 20:32 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dank at kegel dot com  2004-05-10 22:08 -------
Looks like in gcc-3.4.0, gcc/gcc/configure.ac picks up the wrong ld for me,
which probably leads to the wrong value being set for HAVE_LD_RO_RW_SECTION_MIXING.

I haven't found the changeset that did it, but it could be neroden's change,
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/Attic/configure.in.diff?r1=1.645&r2=1.646

I'd be happy to provide a build log showing the wrong ld being found.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |neroden at twcny dot rr dot
                   |                            |com


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


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

* [Bug target/9552] accepts invalid code for attribute section
       [not found] <20030203191601.9552.csd_ob@daudt.org>
                   ` (17 preceding siblings ...)
  2004-05-11 20:32 ` dank at kegel dot com
@ 2004-05-12  4:07 ` dank at kegel dot com
  18 siblings, 0 replies; 19+ messages in thread
From: dank at kegel dot com @ 2004-05-12  4:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dank at kegel dot com  2004-05-11 01:11 -------
I suspect the 'found wrong ld' problem is mine somehow -- I was
trying to do something vaguely canadian-crossy -- so it's probably not worth
worrying about unless someone else runs into it.

-- 


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


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

end of thread, other threads:[~2004-05-11  1:11 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030203191601.9552.csd_ob@daudt.org>
2003-06-10  6:18 ` [Bug target/9552] [x86-64] ICE in named_section_flags, at varasm.c dank@kegel.com
2003-06-12  0:38 ` dhazeghi@yahoo.com
2003-06-17 17:07 ` [Bug target/9552] [3.3/3.4 regression] [s390] " dhazeghi@yahoo.com
2003-06-18 16:26 ` uweigand at gcc dot gnu dot org
2003-06-21  4:48 ` dank at kegel dot com
2003-07-11 22:57 ` [Bug target/9552] [3.3/3.4 regression] " mmitchel at gcc dot gnu dot org
2003-07-15 16:50 ` mmitchel at gcc dot gnu dot org
2003-08-07 17:50 ` pinskia at physics dot uc dot edu
2003-10-16  2:41 ` mmitchel at gcc dot gnu dot org
2003-12-25  1:15 ` pinskia at gcc dot gnu dot org
2003-12-29 18:31 ` pinskia at gcc dot gnu dot org
2004-01-06 18:05 ` pinskia at gcc dot gnu dot org
2004-01-11  0:09 ` pinskia at gcc dot gnu dot org
2004-01-12 23:39 ` steven at gcc dot gnu dot org
2004-01-13  4:47 ` pinskia at gcc dot gnu dot org
2004-01-13  6:09 ` [Bug target/9552] accepts invalid code for attribute section pinskia at gcc dot gnu dot org
2004-05-11 20:03 ` dank at kegel dot com
2004-05-11 20:32 ` dank at kegel dot com
2004-05-12  4:07 ` dank at kegel dot com

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).