public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c/5009: gcc 3.0.2 crashes when using -ax option
@ 2002-04-26  1:46 rth
  0 siblings, 0 replies; 4+ messages in thread
From: rth @ 2002-04-26  1:46 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, paul_williams

Synopsis: gcc 3.0.2 crashes when using -ax option

State-Changed-From-To: analyzed->closed
State-Changed-By: rth
State-Changed-When: Fri Apr 26 01:46:48 2002
State-Changed-Why:
    The -ax option has been removed.  Use -fprofile-arcs instead.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5009


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

* Re: c/5009: gcc 3.0.2 crashes when using -ax option
@ 2001-12-04 16:46 rodrigc
  0 siblings, 0 replies; 4+ messages in thread
From: rodrigc @ 2001-12-04 16:46 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c/5009; it has been noted by GNATS.

From: rodrigc@gcc.gnu.org
To: gcc-bugs@gcc.gnu.org, gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org,
  nobody@gcc.gnu.org, paul_williams@billing.com
Cc:  
Subject: Re: c/5009: gcc 3.0.2 crashes when using -ax option
Date: 5 Dec 2001 00:36:46 -0000

 Synopsis: gcc 3.0.2 crashes when using -ax option
 
 State-Changed-From-To: open->analyzed
 State-Changed-By: rodrigc
 State-Changed-When: Tue Dec  4 16:36:46 2001
 State-Changed-Why:
     Reproduced with gcc 3.0.3 20011201 (any file will do it).
     
     Problem does not occur with 3.1 20011201 (experimental) 
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=5009&database=gcc


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

* Re: c/5009: gcc 3.0.2 crashes when using -ax option
@ 2001-12-04 16:36 rodrigc
  0 siblings, 0 replies; 4+ messages in thread
From: rodrigc @ 2001-12-04 16:36 UTC (permalink / raw)
  To: gcc-bugs, gcc-gnats, gcc-prs, nobody, paul_williams

Synopsis: gcc 3.0.2 crashes when using -ax option

State-Changed-From-To: open->analyzed
State-Changed-By: rodrigc
State-Changed-When: Tue Dec  4 16:36:46 2001
State-Changed-Why:
    Reproduced with gcc 3.0.3 20011201 (any file will do it).
    
    Problem does not occur with 3.1 20011201 (experimental) 

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=5009&database=gcc


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

* c/5009: gcc 3.0.2 crashes when using -ax option
@ 2001-12-04 10:26 paul_williams
  0 siblings, 0 replies; 4+ messages in thread
From: paul_williams @ 2001-12-04 10:26 UTC (permalink / raw)
  To: gcc-gnats


>Number:         5009
>Category:       c
>Synopsis:       gcc 3.0.2 crashes when using -ax option
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Dec 04 10:26:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Paul Williams (paul_williams@billing.com)
>Release:        gcc-3.0.2
>Organization:
>Environment:
Linux 2.2.16, glibc-2.1.3
>Description:
williapc@wyerd:~/project/pgraf$ gcc -v -save-temps -pg -ggdb3 -ax -c -o main.o main.c
Reading specs from /usr/local/lib/gcc-lib/i586-pc-linux-gnu/3.0.2/specs
Configured with: ./configure --program-suffix=3
Thread model: single
gcc version 3.0.2
 /usr/local/lib/gcc-lib/i586-pc-linux-gnu/3.0.2/cpp0 -lang-c -v -D__GNUC__=3 -D__GNUC_MINOR__=0 -D__GNUC_PATCHLEVEL__=2 -D__ELF__ -Dunix -Dlinux -D__ELF__ -D__unix__ -D__linux__ -D__unix -D__linux -Asystem=posix -D__NO_INLINE__ -D__STDC_HOSTED__=1 -Acpu=i386 -Amachine=i386 -Di386 -D__i386 -D__i386__ -D__tune_i586__ -D__tune_pentium__ main.c main.i
GNU CPP version 3.0.2 (cpplib) (i386 Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:
 /usr/local/include
 /usr/local/lib/gcc-lib/i586-pc-linux-gnu/3.0.2/include
 /usr/local/i586-pc-linux-gnu/include
 /usr/include
End of search list.
 /usr/local/lib/gcc-lib/i586-pc-linux-gnu/3.0.2/cc1 -fpreprocessed main.i -quiet -dumpbase main.c -ax -ggdb3 -version -p -o main.s
GNU CPP version 3.0.2 (cpplib) (i386 Linux/ELF)
GNU C version 3.0.2 (i586-pc-linux-gnu)
        compiled by GNU C version 2.95.2 19991024 (release).
main.c: In function `prepareAndDumpConfig':
main.c:131: Unrecognizable insn:
(call_insn 87 86 88 (call (mem:QI (symbol_ref ("__bb_trace_ret")) 0)
        (const_int 0 [0x0])) -1 (nil)
    (nil)
    (nil))
main.c:131: Internal compiler error in insn_default_length, at insn-attrtab.c:223
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
------------------------------------- SNIP
(this happens with any source file I try...)
>How-To-Repeat:
use command line in above description, with or without "-v -save-temps"
>Fix:
don't use "-ax" option
>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2002-04-26  8:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-26  1:46 c/5009: gcc 3.0.2 crashes when using -ax option rth
  -- strict thread matches above, loose matches on Subject: below --
2001-12-04 16:46 rodrigc
2001-12-04 16:36 rodrigc
2001-12-04 10:26 paul_williams

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