public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/26507]  New: compiler segfaults while building libobjc
@ 2006-03-01 11:39 ebotcazou at gcc dot gnu dot org
  2006-03-01 12:38 ` [Bug middle-end/26507] [4.3 Regression] " pinskia at gcc dot gnu dot org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2006-03-01 11:39 UTC (permalink / raw)
  To: gcc-bugs

poog% cat ~/svn/gcc/LAST_UPDATED
Tue Feb 28 23:35:43 CST 2006
Wed Mar  1 05:35:43 UTC 2006 (revision 111596M)

The error message is:

/opt/build/eric/gcc/./gcc/xgcc -B/opt/build/eric/gcc/./gcc/
-B/opt/build/eric/local/gcc/sparc64-sun-solaris2.9/bin/
-B/opt/build/eric/local/gcc/sparc64-sun-solaris2.9/lib/ -isystem
/opt/build/eric/local/gcc/sparc64-sun-solaris2.9/include -isystem
/opt/build/eric/local/gcc/sparc64-sun-solaris2.9/sys-include -c -I.
-I/home/eric/svn/gcc/libobjc -O2 -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes-DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions
-I/home/eric/svn/gcc/libobjc/objc -I/home/eric/svn/gcc/libobjc/../gcc
-I/home/eric/svn/gcc/libobjc/../gcc/config -I../.././gcc
-I/home/eric/svn/gcc/libobjc/../include /home/eric/svn/gcc/libobjc/sendmsg.c 
-fPIC -DPIC -o .libs/sendmsg.o
/home/eric/svn/gcc/libobjc/sendmsg.c:44:1:
/home/eric/svn/gcc/libobjc/sendmsg.c:39: internal compiler error: Segmentation
Fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
gmake[2]: *** [sendmsg.lo] Error 1
gmake[2]: Leaving directory
`/opt/build/eric/gcc/sparc64-sun-solaris2.9/libobjc'
gmake[1]: *** [all-target-libobjc] Error 2
gmake[1]: Leaving directory `/opt/build/eric/gcc'
gmake: *** [all] Error 2


-- 
           Summary: compiler segfaults while building libobjc
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ebotcazou at gcc dot gnu dot org
 GCC build triplet: sparc64-sun-solaris2.*
  GCC host triplet: sparc64-sun-solaris2.*
GCC target triplet: sparc64-sun-solaris2.*


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


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

* [Bug middle-end/26507] [4.3 Regression] compiler segfaults while building libobjc
  2006-03-01 11:39 [Bug bootstrap/26507] New: compiler segfaults while building libobjc ebotcazou at gcc dot gnu dot org
@ 2006-03-01 12:38 ` pinskia at gcc dot gnu dot org
  2006-03-01 13:08 ` [Bug middle-end/26507] [4.2 " pinskia at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-01 12:38 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
          Component|bootstrap                   |middle-end
           Keywords|                            |build, ice-on-valid-code
            Summary|compiler segfaults while    |[4.3 Regression] compiler
                   |building libobjc            |segfaults while building
                   |                            |libobjc
   Target Milestone|---                         |4.2.0


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


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

* [Bug middle-end/26507] [4.2 Regression] compiler segfaults while building libobjc
  2006-03-01 11:39 [Bug bootstrap/26507] New: compiler segfaults while building libobjc ebotcazou at gcc dot gnu dot org
  2006-03-01 12:38 ` [Bug middle-end/26507] [4.3 Regression] " pinskia at gcc dot gnu dot org
@ 2006-03-01 13:08 ` pinskia at gcc dot gnu dot org
  2006-03-01 13:09 ` pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-01 13:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-03-01 13:08 -------
hmm, I bet it is ICE on the warning for redefining rtx as that is what is on
:44:1
#define rtx int


-- 


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


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

* [Bug middle-end/26507] [4.2 Regression] compiler segfaults while building libobjc
  2006-03-01 11:39 [Bug bootstrap/26507] New: compiler segfaults while building libobjc ebotcazou at gcc dot gnu dot org
  2006-03-01 12:38 ` [Bug middle-end/26507] [4.3 Regression] " pinskia at gcc dot gnu dot org
  2006-03-01 13:08 ` [Bug middle-end/26507] [4.2 " pinskia at gcc dot gnu dot org
@ 2006-03-01 13:09 ` pinskia at gcc dot gnu dot org
  2006-03-01 18:31 ` ebotcazou at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-01 13:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-03-01 13:09 -------
and I bet this is just the same issue as PR 23541 too.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |23541


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


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

* [Bug middle-end/26507] [4.2 Regression] compiler segfaults while building libobjc
  2006-03-01 11:39 [Bug bootstrap/26507] New: compiler segfaults while building libobjc ebotcazou at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2006-03-01 13:09 ` pinskia at gcc dot gnu dot org
@ 2006-03-01 18:31 ` ebotcazou at gcc dot gnu dot org
  2006-06-04 17:55 ` [Bug other/26507] [4.2 Regression] compiler segfaults while building libobjc (ICE while printing out warning) mmitchel at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2006-03-01 18:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from ebotcazou at gcc dot gnu dot org  2006-03-01 18:31 -------
> and I bet this is just the same issue as PR 23541 too.

Hum... yes, you're right, the CPP testsuite is a disaster.  I only detected the
problem today because I switched to --enable-bootstrap, since the old scheme
has really started to bitrot.

I guess I now have an incentive for seriously tackling the infamous 23541. :-(

Thanks for the tip!


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |ebotcazou at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-03-01 18:31:03
               date|                            |


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


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

* [Bug other/26507] [4.2 Regression] compiler segfaults while building libobjc (ICE while printing out warning)
  2006-03-01 11:39 [Bug bootstrap/26507] New: compiler segfaults while building libobjc ebotcazou at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2006-03-01 18:31 ` ebotcazou at gcc dot gnu dot org
@ 2006-06-04 17:55 ` mmitchel at gcc dot gnu dot org
  2006-06-04 17:56 ` mmitchel at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-06-04 17:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from mmitchel at gcc dot gnu dot org  2006-06-04 17:52 -------
Isn't this just a duplicate of 23541?  We have it marked as depending on 23541,
but why keep both open?

On it's own, I'd call this a P2, but 23541 is a P1 for sure.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2


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


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

* [Bug other/26507] [4.2 Regression] compiler segfaults while building libobjc (ICE while printing out warning)
  2006-03-01 11:39 [Bug bootstrap/26507] New: compiler segfaults while building libobjc ebotcazou at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2006-06-04 17:55 ` [Bug other/26507] [4.2 Regression] compiler segfaults while building libobjc (ICE while printing out warning) mmitchel at gcc dot gnu dot org
@ 2006-06-04 17:56 ` mmitchel at gcc dot gnu dot org
  2006-06-04 17:56 ` mmitchel at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-06-04 17:56 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |ASSIGNED


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


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

* [Bug other/26507] [4.2 Regression] compiler segfaults while building libobjc (ICE while printing out warning)
  2006-03-01 11:39 [Bug bootstrap/26507] New: compiler segfaults while building libobjc ebotcazou at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2006-06-04 17:56 ` mmitchel at gcc dot gnu dot org
@ 2006-06-04 17:56 ` mmitchel at gcc dot gnu dot org
  2006-06-04 18:16 ` ebotcazou at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-06-04 17:56 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |WAITING


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


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

* [Bug other/26507] [4.2 Regression] compiler segfaults while building libobjc (ICE while printing out warning)
  2006-03-01 11:39 [Bug bootstrap/26507] New: compiler segfaults while building libobjc ebotcazou at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2006-06-04 17:56 ` mmitchel at gcc dot gnu dot org
@ 2006-06-04 18:16 ` ebotcazou at gcc dot gnu dot org
  2006-09-13 21:23 ` ebotcazou at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2006-06-04 18:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from ebotcazou at gcc dot gnu dot org  2006-06-04 18:12 -------
> Isn't this just a duplicate of 23541?  We have it marked as depending on 23541,
> but why keep both open?

It essentially is, but this one is much more severe since there is no
workaround.

> On it's own, I'd call this a P2, but 23541 is a P1 for sure.

In my opinion, it's the other way around.


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mark at codesourcery dot com


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


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

* [Bug other/26507] [4.2 Regression] compiler segfaults while building libobjc (ICE while printing out warning)
  2006-03-01 11:39 [Bug bootstrap/26507] New: compiler segfaults while building libobjc ebotcazou at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2006-06-04 18:16 ` ebotcazou at gcc dot gnu dot org
@ 2006-09-13 21:23 ` ebotcazou at gcc dot gnu dot org
  2006-09-13 21:24 ` ebotcazou at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2006-09-13 21:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from ebotcazou at gcc dot gnu dot org  2006-09-13 21:23 -------
Subject: Bug 26507

Author: ebotcazou
Date: Wed Sep 13 21:23:28 2006
New Revision: 116931

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116931
Log:
        PR other/23541
        PR other/26507
        Backport from gettext repository:

        2003-09-04  Bruno Haible  <bruno@clisp.org>
        * dgettext.c: Include <locale.h> after gettextP.h, not before. This
        ensures that libintl_dcgettext is correctly declared on Solaris.
        (Needed because Solaris <locale.h> includes libintl.h.)
        * dngettext.c: Likewise, for the libintl_dcngettext declaration.


Modified:
    trunk/intl/ChangeLog
    trunk/intl/dgettext.c
    trunk/intl/dngettext.c


-- 


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


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

* [Bug other/26507] [4.2 Regression] compiler segfaults while building libobjc (ICE while printing out warning)
  2006-03-01 11:39 [Bug bootstrap/26507] New: compiler segfaults while building libobjc ebotcazou at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2006-09-13 21:24 ` ebotcazou at gcc dot gnu dot org
@ 2006-09-13 21:24 ` ebotcazou at gcc dot gnu dot org
  2006-09-13 21:26 ` [Bug other/26507] [4.2 Regression] compiler segfaults while building libobjc ebotcazou at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2006-09-13 21:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from ebotcazou at gcc dot gnu dot org  2006-09-13 21:24 -------
Subject: Bug 26507

Author: ebotcazou
Date: Wed Sep 13 21:23:44 2006
New Revision: 116932

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116932
Log:
        PR other/23541
        PR other/26507
        Backport from gettext repository:

        2003-09-04  Bruno Haible  <bruno@clisp.org>
        * dgettext.c: Include <locale.h> after gettextP.h, not before. This
        ensures that libintl_dcgettext is correctly declared on Solaris.
        (Needed because Solaris <locale.h> includes libintl.h.)
        * dngettext.c: Likewise, for the libintl_dcngettext declaration.


Modified:
    branches/gcc-4_1-branch/intl/ChangeLog
    branches/gcc-4_1-branch/intl/dgettext.c
    branches/gcc-4_1-branch/intl/dngettext.c


-- 


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


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

* [Bug other/26507] [4.2 Regression] compiler segfaults while building libobjc (ICE while printing out warning)
  2006-03-01 11:39 [Bug bootstrap/26507] New: compiler segfaults while building libobjc ebotcazou at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2006-09-13 21:23 ` ebotcazou at gcc dot gnu dot org
@ 2006-09-13 21:24 ` ebotcazou at gcc dot gnu dot org
  2006-09-13 21:24 ` ebotcazou at gcc dot gnu dot org
  2006-09-13 21:26 ` [Bug other/26507] [4.2 Regression] compiler segfaults while building libobjc ebotcazou at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2006-09-13 21:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from ebotcazou at gcc dot gnu dot org  2006-09-13 21:24 -------
Subject: Bug 26507

Author: ebotcazou
Date: Wed Sep 13 21:24:04 2006
New Revision: 116933

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116933
Log:
        PR other/23541
        PR other/26507
        Backport from gettext repository:

        2003-09-04  Bruno Haible  <bruno@clisp.org>
        * dgettext.c: Include <locale.h> after gettextP.h, not before. This
        ensures that libintl_dcgettext is correctly declared on Solaris.
        (Needed because Solaris <locale.h> includes libintl.h.)
        * dngettext.c: Likewise, for the libintl_dcngettext declaration.


Modified:
    branches/gcc-4_0-branch/intl/ChangeLog
    branches/gcc-4_0-branch/intl/dgettext.c
    branches/gcc-4_0-branch/intl/dngettext.c


-- 


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


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

* [Bug other/26507] [4.2 Regression] compiler segfaults while building libobjc
  2006-03-01 11:39 [Bug bootstrap/26507] New: compiler segfaults while building libobjc ebotcazou at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2006-09-13 21:24 ` ebotcazou at gcc dot gnu dot org
@ 2006-09-13 21:26 ` ebotcazou at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2006-09-13 21:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from ebotcazou at gcc dot gnu dot org  2006-09-13 21:26 -------
At last.


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2006-
                   |                            |09/msg00518.html
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
            Summary|[4.2 Regression] compiler   |[4.2 Regression] compiler
                   |segfaults while building    |segfaults while building
                   |libobjc (ICE while printing |libobjc
                   |out warning)                |


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


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

end of thread, other threads:[~2006-09-13 21:26 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-01 11:39 [Bug bootstrap/26507] New: compiler segfaults while building libobjc ebotcazou at gcc dot gnu dot org
2006-03-01 12:38 ` [Bug middle-end/26507] [4.3 Regression] " pinskia at gcc dot gnu dot org
2006-03-01 13:08 ` [Bug middle-end/26507] [4.2 " pinskia at gcc dot gnu dot org
2006-03-01 13:09 ` pinskia at gcc dot gnu dot org
2006-03-01 18:31 ` ebotcazou at gcc dot gnu dot org
2006-06-04 17:55 ` [Bug other/26507] [4.2 Regression] compiler segfaults while building libobjc (ICE while printing out warning) mmitchel at gcc dot gnu dot org
2006-06-04 17:56 ` mmitchel at gcc dot gnu dot org
2006-06-04 17:56 ` mmitchel at gcc dot gnu dot org
2006-06-04 18:16 ` ebotcazou at gcc dot gnu dot org
2006-09-13 21:23 ` ebotcazou at gcc dot gnu dot org
2006-09-13 21:24 ` ebotcazou at gcc dot gnu dot org
2006-09-13 21:24 ` ebotcazou at gcc dot gnu dot org
2006-09-13 21:26 ` [Bug other/26507] [4.2 Regression] compiler segfaults while building libobjc ebotcazou 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).