public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/50236] New: compiler throws internal compiler error: Segmentation fault
@ 2011-08-30  6:51 bhanus at nds dot com
  2011-08-30  8:20 ` [Bug c/50236] " rguenth at gcc dot gnu.org
  2012-01-19  4:09 ` pinskia at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: bhanus at nds dot com @ 2011-08-30  6:51 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 50236
           Summary: compiler throws internal compiler error: Segmentation
                    fault
    Classification: Unclassified
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: bhanus@nds.com


Hi,

I am doing compilation with gcc version 

compiler/bin/mipsel-linux-uclibc-gcc  -Os -fPIC -fno-strict-aliasing -Wall
-fno-builtin -DNeedFunctioPrototypes=1 -Wmissing-prototypes -Wshadow
-Wpointer-arith -c abc.c -o abc.o

abc.c: In function ‘func’:
abc.c:952: 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.

In the function abc.c, at line 952, I am calling a function abc1();

…
Abc1();
…

And the function definintion of abc1 is  -
void abc1(void)
{
    return;
}
I am using mipsel-uclibc-gcc-4.2.0, the crosstoolchain for mipsel.

Thanks,
Bhanu


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

* [Bug c/50236] compiler throws internal compiler error: Segmentation fault
  2011-08-30  6:51 [Bug c/50236] New: compiler throws internal compiler error: Segmentation fault bhanus at nds dot com
@ 2011-08-30  8:20 ` rguenth at gcc dot gnu.org
  2012-01-19  4:09 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-08-30  8:20 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2011-08-30
     Ever Confirmed|0                           |1

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-08-30 07:26:40 UTC ---
Please update to a compiler version that is still supported, which would
be GCC 4.4.6 or newer.  Also attach preprocessed source so the bug can be
reproduced.


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

* [Bug c/50236] compiler throws internal compiler error: Segmentation fault
  2011-08-30  6:51 [Bug c/50236] New: compiler throws internal compiler error: Segmentation fault bhanus at nds dot com
  2011-08-30  8:20 ` [Bug c/50236] " rguenth at gcc dot gnu.org
@ 2012-01-19  4:09 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-01-19  4:09 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |mipsel-linux-uclibc
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-01-19 02:33:46 UTC ---
No feedback in over 3 months so closing.  We really need the preprocessed
source.


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

end of thread, other threads:[~2012-01-19  2:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-30  6:51 [Bug c/50236] New: compiler throws internal compiler error: Segmentation fault bhanus at nds dot com
2011-08-30  8:20 ` [Bug c/50236] " rguenth at gcc dot gnu.org
2012-01-19  4:09 ` pinskia at gcc dot gnu.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).