public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/29183]  New: cc1: internal compiler error: Segmentation Fault
@ 2006-09-22 14:53 zaniyah at gmail dot com
  2006-09-22 16:08 ` [Bug c/29183] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: zaniyah at gmail dot com @ 2006-09-22 14:53 UTC (permalink / raw)
  To: gcc-bugs

titan sydev :: EG >make -f unix26.mak
gcc -g -Wall -D -I . -I ../Common/MemMgmt  -I ../Common/StringMgmt -I
../Common/DateTime -I ../Common/FileMgmt -I ../Common/OSWrapper -I
../Common/ProcessMgmt -I ../Common/ErrorLog -I ../Common/SocketBase -I
../Common/MiscMgmt -I ../Common/LinkedList ReqFile.c -c -o Unix/ReqFile.o
gcc: .: linker input file unused because linking not done
cc1: .: No such file or directory
cc1: 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.
make: *** [Unix/ReqFile.o] Error 1

FYI:
titan sydev :: EG >uname -a
SunOS titan 5.7 Generic_106541-34 sun4u sparc SUNW,Ultra-4

I can truss/strace it if necessary, but I'm afraid that I can't provide the
source as it is for a proprietry product.


-- 
           Summary: cc1: internal compiler error: Segmentation Fault
           Product: gcc
           Version: 3.4.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: zaniyah at gmail dot com


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


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

* [Bug c/29183] cc1: internal compiler error: Segmentation Fault
  2006-09-22 14:53 [Bug c/29183] New: cc1: internal compiler error: Segmentation Fault zaniyah at gmail dot com
@ 2006-09-22 16:08 ` pinskia at gcc dot gnu dot org
  2006-09-23 10:05 ` rguenth at gcc dot gnu dot org
  2006-09-26 12:53 ` zaniyah at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-09-22 16:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-09-22 16:08 -------
(In reply to comment #0)
> gcc: .: linker input file unused because linking not done
> cc1: .: No such file or directory
> cc1: 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.

This error message does not make sense and your command line that you invoked
makes even less sense for the error you gave.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 GCC target triplet|                            |sparc-sun-solaris2.7


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


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

* [Bug c/29183] cc1: internal compiler error: Segmentation Fault
  2006-09-22 14:53 [Bug c/29183] New: cc1: internal compiler error: Segmentation Fault zaniyah at gmail dot com
  2006-09-22 16:08 ` [Bug c/29183] " pinskia at gcc dot gnu dot org
@ 2006-09-23 10:05 ` rguenth at gcc dot gnu dot org
  2006-09-26 12:53 ` zaniyah at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2006-09-23 10:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rguenth at gcc dot gnu dot org  2006-09-23 10:05 -------
gcc -g -Wall -D -I . -I ../Common/MemMgmt  -I ../Common/StringMgmt -I

The '-D -I .' part is broken.  Remove the -D.

Otherwise we cannot do anything about bugs without a testcase.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


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

* [Bug c/29183] cc1: internal compiler error: Segmentation Fault
  2006-09-22 14:53 [Bug c/29183] New: cc1: internal compiler error: Segmentation Fault zaniyah at gmail dot com
  2006-09-22 16:08 ` [Bug c/29183] " pinskia at gcc dot gnu dot org
  2006-09-23 10:05 ` rguenth at gcc dot gnu dot org
@ 2006-09-26 12:53 ` zaniyah at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: zaniyah at gmail dot com @ 2006-09-26 12:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from zaniyah at gmail dot com  2006-09-26 12:53 -------
Subject: Re:  cc1: internal compiler error: Segmentation Fault

Thanks, I have since spoken to our techies and discovered that this is
a wierd custom build that has just been left floating around on our
servers and somehow ended up on my path (it's great being the new
guy).

Thanks for looking into it.  Sorry to waste your time.

Jess

On 23 Sep 2006 10:05:47 -0000, rguenth at gcc dot gnu dot org
<gcc-bugzilla@gcc.gnu.org> wrote:
>
>
> ------- Comment #2 from rguenth at gcc dot gnu dot org  2006-09-23 10:05 -------
> gcc -g -Wall -D -I . -I ../Common/MemMgmt  -I ../Common/StringMgmt -I
>
> The '-D -I .' part is broken.  Remove the -D.
>
> Otherwise we cannot do anything about bugs without a testcase.
>
>
> --
>
> rguenth at gcc dot gnu dot org changed:
>
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>              Status|UNCONFIRMED                 |RESOLVED
>          Resolution|                            |INVALID
>
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29183
>
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>


-- 


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


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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-22 14:53 [Bug c/29183] New: cc1: internal compiler error: Segmentation Fault zaniyah at gmail dot com
2006-09-22 16:08 ` [Bug c/29183] " pinskia at gcc dot gnu dot org
2006-09-23 10:05 ` rguenth at gcc dot gnu dot org
2006-09-26 12:53 ` zaniyah at gmail 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).