public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/43548] internal compiler error: in ggc_set_mark, at ggc-page.c:1338
       [not found] <bug-43548-4@http.gcc.gnu.org/bugzilla/>
@ 2010-12-15 16:20 ` alanh at fairlite dot co.uk
  2010-12-15 16:21 ` alanh at fairlite dot co.uk
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: alanh at fairlite dot co.uk @ 2010-12-15 16:20 UTC (permalink / raw)
  To: gcc-bugs

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

Alan Hourihane <alanh at fairlite dot co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alanh at fairlite dot co.uk

--- Comment #3 from Alan Hourihane <alanh at fairlite dot co.uk> 2010-12-15 16:19:55 UTC ---
I'm bumping into this on m68k-atari-mint using libpcre-8.10. And although the
mint target support isn't in gcc (yet) I thought it might help this bug along.

m68k-atari-mint-g++ -DHAVE_CONFIG_H -I.     -O2 -pipe -D_GNU_SOURCE -MT
pcrecpp_unittest.o -MD -MP -MF .deps/pcrecpp_unittest.Tpo -c -o
pcrecpp_unittest.o pcrecpp_unittest.cc

Internal compiler error: Error reporting routines re-entered.
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugs.gentoo.org/> for instructions.
{standard input}: Assembler messages:
{standard input}:4997: Warning: partial line at end of file ignored
m68k-atari-mint-g++: Internal error: Bus Error (program cc1plus)
Please submit a full bug report.
See <http://bugs.gentoo.org/> for instructions.


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

* [Bug middle-end/43548] internal compiler error: in ggc_set_mark, at ggc-page.c:1338
       [not found] <bug-43548-4@http.gcc.gnu.org/bugzilla/>
  2010-12-15 16:20 ` [Bug middle-end/43548] internal compiler error: in ggc_set_mark, at ggc-page.c:1338 alanh at fairlite dot co.uk
@ 2010-12-15 16:21 ` alanh at fairlite dot co.uk
  2010-12-15 16:22 ` alanh at fairlite dot co.uk
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: alanh at fairlite dot co.uk @ 2010-12-15 16:21 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Alan Hourihane <alanh at fairlite dot co.uk> 2010-12-15 16:20:56 UTC ---
Created attachment 22766
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22766
preprocessed source


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

* [Bug middle-end/43548] internal compiler error: in ggc_set_mark, at ggc-page.c:1338
       [not found] <bug-43548-4@http.gcc.gnu.org/bugzilla/>
  2010-12-15 16:20 ` [Bug middle-end/43548] internal compiler error: in ggc_set_mark, at ggc-page.c:1338 alanh at fairlite dot co.uk
  2010-12-15 16:21 ` alanh at fairlite dot co.uk
@ 2010-12-15 16:22 ` alanh at fairlite dot co.uk
  2010-12-15 16:25 ` alanh at fairlite dot co.uk
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: alanh at fairlite dot co.uk @ 2010-12-15 16:22 UTC (permalink / raw)
  To: gcc-bugs

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

Alan Hourihane <alanh at fairlite dot co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #22766|0                           |1
        is obsolete|                            |

--- Comment #5 from Alan Hourihane <alanh at fairlite dot co.uk> 2010-12-15 16:22:29 UTC ---
Created attachment 22767
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22767
preprocess source

sorry the last one was the garbled binary.


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

* [Bug middle-end/43548] internal compiler error: in ggc_set_mark, at ggc-page.c:1338
       [not found] <bug-43548-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2010-12-15 16:22 ` alanh at fairlite dot co.uk
@ 2010-12-15 16:25 ` alanh at fairlite dot co.uk
  2010-12-15 16:30 ` alanh at fairlite dot co.uk
  2012-02-15 17:36 ` ktietz at gcc dot gnu.org
  5 siblings, 0 replies; 8+ messages in thread
From: alanh at fairlite dot co.uk @ 2010-12-15 16:25 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Alan Hourihane <alanh at fairlite dot co.uk> 2010-12-15 16:24:57 UTC ---
Ignore comment 3, wrong output. Here's the correct one.

m68k-atari-mint-g++ -DHAVE_CONFIG_H -I.     -O2 -pipe -D_GNU_SOURCE -MT
pcrecpp_unittest.o -MD -MP -MF .deps/pcrecpp_unittest.Tpo -c -o
pcrecpp_unittest.o pcrecpp_unittest.cc
pcrecpp_unittest.cc: In function 'int main(int, char**)':
pcrecpp_unittest.cc:809:5: internal compiler error: in ggc_set_mark, at
ggc-page.c:1338
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugs.gentoo.org/> for instructions.


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

* [Bug middle-end/43548] internal compiler error: in ggc_set_mark, at ggc-page.c:1338
       [not found] <bug-43548-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2010-12-15 16:25 ` alanh at fairlite dot co.uk
@ 2010-12-15 16:30 ` alanh at fairlite dot co.uk
  2012-02-15 17:36 ` ktietz at gcc dot gnu.org
  5 siblings, 0 replies; 8+ messages in thread
From: alanh at fairlite dot co.uk @ 2010-12-15 16:30 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Alan Hourihane <alanh at fairlite dot co.uk> 2010-12-15 16:30:29 UTC ---
If I disable -O2 it works.


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

* [Bug middle-end/43548] internal compiler error: in ggc_set_mark, at ggc-page.c:1338
       [not found] <bug-43548-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2010-12-15 16:30 ` alanh at fairlite dot co.uk
@ 2012-02-15 17:36 ` ktietz at gcc dot gnu.org
  5 siblings, 0 replies; 8+ messages in thread
From: ktietz at gcc dot gnu.org @ 2012-02-15 17:36 UTC (permalink / raw)
  To: gcc-bugs

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

Kai Tietz <ktietz at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |ktietz at gcc dot gnu.org
         Resolution|                            |FIXED

--- Comment #8 from Kai Tietz <ktietz at gcc dot gnu.org> 2012-02-15 17:09:59 UTC ---
This bug was fixed.  Can't reproduce it with 4.5.x, 4.6.x, and 4.7.x.  IIRC it
was related to a fixed bug about push/pop-macro.


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

* [Bug middle-end/43548] internal compiler error: in ggc_set_mark, at ggc-page.c:1338
  2010-03-26 22:14 [Bug c/43548] New: " James dot C dot Tilton at nasa dot gov
  2010-03-26 22:25 ` [Bug middle-end/43548] " James dot C dot Tilton at nasa dot gov
@ 2010-03-27 10:44 ` rguenth at gcc dot gnu dot org
  1 sibling, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-03-27 10:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rguenth at gcc dot gnu dot org  2010-03-27 10:44 -------
Created an attachment (id=20223)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20223&action=view)
preprocessed source

Downloaded and attached.


-- 


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


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

* [Bug middle-end/43548] internal compiler error: in ggc_set_mark, at ggc-page.c:1338
  2010-03-26 22:14 [Bug c/43548] New: " James dot C dot Tilton at nasa dot gov
@ 2010-03-26 22:25 ` James dot C dot Tilton at nasa dot gov
  2010-03-27 10:44 ` rguenth at gcc dot gnu dot org
  1 sibling, 0 replies; 8+ messages in thread
From: James dot C dot Tilton at nasa dot gov @ 2010-03-26 22:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from James dot C dot Tilton at nasa dot gov  2010-03-26 22:25 -------
You have 10 days from 03-26-2010 to download the file(s) from the following
URL: 

https://webdrive.gsfc.nasa.gov/shortauth/james.c.tilton/nBHjD4C 


Please use the following to login: 


username = Bug43548
password = bugzilla



-- 


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


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

end of thread, other threads:[~2012-02-15 17:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-43548-4@http.gcc.gnu.org/bugzilla/>
2010-12-15 16:20 ` [Bug middle-end/43548] internal compiler error: in ggc_set_mark, at ggc-page.c:1338 alanh at fairlite dot co.uk
2010-12-15 16:21 ` alanh at fairlite dot co.uk
2010-12-15 16:22 ` alanh at fairlite dot co.uk
2010-12-15 16:25 ` alanh at fairlite dot co.uk
2010-12-15 16:30 ` alanh at fairlite dot co.uk
2012-02-15 17:36 ` ktietz at gcc dot gnu.org
2010-03-26 22:14 [Bug c/43548] New: " James dot C dot Tilton at nasa dot gov
2010-03-26 22:25 ` [Bug middle-end/43548] " James dot C dot Tilton at nasa dot gov
2010-03-27 10:44 ` rguenth 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).