public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "ramana at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug debug/48203] ICE in dwarf2out.c while building eglibc.
Date: Sat, 19 Mar 2011 19:21:00 -0000	[thread overview]
Message-ID: <bug-48203-4-E2TvSsCAvk@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-48203-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #6 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> 2011-03-19 19:13:30 UTC ---
(In reply to comment #5)
> Created attachment 23725 [details]
> gcc47-pr48203.patch
> 
> Untested fix

Bootstrap and cross-testing on in parallel.

Ramana(In reply to comment #5)
> Created attachment 23725 [details]
> gcc47-pr48203.patch
> 
> Untested fix.

ramana@gcc10:~/cross-build/arm-none-linux-gnueabi/obj/gcc2/gcc$ ./xgcc -B`pwd`
-S -O2 -g ~/min.i 
/home/ramana/min.i:96:1: warning: useless storage class specifier in empty
declaration [enabled by default]
/home/ramana/min.i:101:49: warning: ‘struct tm’ declared inside parameter list
[enabled by default]
/home/ramana/min.i:101:49: warning: its scope is only this definition or
declaration, which is probably not what you want [enabled by default]
/home/ramana/min.i:131:8: warning: ‘struct random_data’ declared inside
parameter list [enabled by default]
/home/ramana/min.i:133:16: warning: ‘struct drand48_data’ declared inside
parameter list [enabled by default]
/home/ramana/min.i:164:16: warning: ‘struct timezone’ declared inside parameter
list [enabled by default]
/home/ramana/min.i:241:5: warning: no semicolon at end of struct or union
[enabled by default]
/home/ramana/min.i:267:10: warning: ‘struct iovec’ declared inside parameter
list [enabled by default]
/home/ramana/min.i:448:14: warning: conflicting types for built-in function
‘__strcpy_chk’ [enabled by default]
/home/ramana/min.i:450:14: warning: conflicting types for built-in function
‘__strncat_chk’ [enabled by default]
/home/ramana/min.i:548:1: warning: declaration does not declare anything
[enabled by default]
/home/ramana/min.i:548:1: warning: no semicolon at end of struct or union
[enabled by default]
/home/ramana/min.i:562:14: warning: conflicting types for built-in function
‘dcgettext’ [enabled by default]
/home/ramana/min.i:573:1: warning: unnamed struct/union that defines no
instances [enabled by default]
/home/ramana/min.i:575:7: warning: ‘struct __gconv_step’ declared inside
parameter list [enabled by default]
/home/ramana/min.i: In function ‘read_directions’:
/home/ramana/min.i:906:32: warning: incompatible implicit declaration of
built-in function ‘calloc’ [enabled by default]
/home/ramana/min.i: In function ‘insert_weights’:
/home/ramana/min.i:976:4: warning: incompatible implicit declaration of
built-in function ‘memcpy’ [enabled by default]
/home/ramana/min.i: In function ‘handle_ellipsis’:
/home/ramana/min.i:1043:21: warning: incompatible implicit declaration of
built-in function ‘strlen’ [enabled by default]
/home/ramana/min.i:1059:14: warning: assignment makes pointer from integer
without a cast [enabled by default]
/home/ramana/min.i: In function ‘collate_read’:
/home/ramana/min.i:1238:16: warning: assignment makes pointer from integer
without a cast [enabled by default]
/home/ramana/min.i:1260:21: warning: assignment makes pointer from integer
without a cast [enabled by default]
/home/ramana/min.i:1306:6: warning: incompatible implicit declaration of
built-in function ‘sprintf’ [enabled by default]
/home/ramana/min.i:1307:8: warning: passing argument 2 of ‘sprintf’ makes
pointer from integer without a cast [enabled by default]
/home/ramana/min.i:1307:8: note: expected ‘const char *’ but argument is of
type ‘int’
/home/ramana/min.i:1424:120: warning: incompatible implicit declaration of
built-in function ‘strlen’ [enabled by default]
/home/ramana/min.i:1447:82: warning: initialization makes pointer from integer
without a cast [enabled by default]
/home/ramana/min.i:1447:4: warning: passing argument 5 of ‘error_at_line’ makes
pointer from integer without a cast [enabled by default]
/home/ramana/min.i:363:1: note: expected ‘const char *’ but argument is of type
‘int’
/home/ramana/min.i: In function ‘read_directions’:
/home/ramana/min.i:941:1: internal compiler error: in mem_loc_descriptor, at
dwarf2out.c:13885
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


cheers
Ramana


  parent reply	other threads:[~2011-03-19 19:14 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-19 15:00 [Bug debug/48203] New: " ramana at gcc dot gnu.org
2011-03-19 15:02 ` [Bug debug/48203] " ramana at gcc dot gnu.org
2011-03-19 15:06 ` ramana at gcc dot gnu.org
2011-03-19 15:17 ` ramana at gcc dot gnu.org
2011-03-19 16:51 ` ramana at gcc dot gnu.org
2011-03-19 18:37 ` jakub at gcc dot gnu.org
2011-03-19 19:21 ` ramana at gcc dot gnu.org [this message]
2011-03-19 19:25 ` ramana at gcc dot gnu.org
2011-03-19 19:57 ` jakub at gcc dot gnu.org
2011-03-19 20:02 ` ramana at gcc dot gnu.org
2011-03-19 20:06 ` jakub at gcc dot gnu.org
2011-03-19 23:31 ` ramana at gcc dot gnu.org
2011-03-20  9:27 ` ramana at gcc dot gnu.org
2011-03-29  0:05 ` jakub at gcc dot gnu.org
2011-05-31 22:44 ` ramana at gcc dot gnu.org
2011-06-01  6:32 ` jakub at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-48203-4-E2TvSsCAvk@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).