public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/38269] Segmentation fault in main_block_label when using -fno-unit-at-a-time and precompiled headers containing inline functions
       [not found] <bug-38269-4@http.gcc.gnu.org/bugzilla/>
@ 2012-12-10 11:32 ` ktietz at gcc dot gnu.org
  0 siblings, 0 replies; 5+ messages in thread
From: ktietz at gcc dot gnu.org @ 2012-12-10 11:32 UTC (permalink / raw)
  To: gcc-bugs


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX
      Known to fail|                            |

--- Comment #7 from Kai Tietz <ktietz at gcc dot gnu.org> 2012-12-10 11:31:19 UTC ---
The 4.3 gcc version is no longer maintained.  As this issue was fixed already
with 4.4 I close this bug as wontfix


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

* [Bug target/38269] Segmentation fault in main_block_label when using -fno-unit-at-a-time and precompiled headers containing inline functions
  2008-11-25 21:56 [Bug c/38269] New: " hackbunny at reactos dot com
                   ` (2 preceding siblings ...)
  2008-11-25 22:39 ` rguenth at gcc dot gnu dot org
@ 2008-11-26  0:01 ` d dot g dot gorbachev at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: d dot g dot gorbachev at gmail dot com @ 2008-11-26  0:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from d dot g dot gorbachev at gmail dot com  2008-11-26 00:00 -------
GCC 4.3.2 failed to compile the testcase with "internal compiler error: in
copy_phis_for_bb, at tree-inline.c:1227" or "internal compiler error: in
gimplify_expr, at gimplify.c:6146" message.

GCC 4.4.0 works.


-- 


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


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

* [Bug target/38269] Segmentation fault in main_block_label when using -fno-unit-at-a-time and precompiled headers containing inline functions
  2008-11-25 21:56 [Bug c/38269] New: " hackbunny at reactos dot com
  2008-11-25 22:06 ` [Bug target/38269] " pinskia at gcc dot gnu dot org
  2008-11-25 22:13 ` hackbunny at reactos dot com
@ 2008-11-25 22:39 ` rguenth at gcc dot gnu dot org
  2008-11-26  0:01 ` d dot g dot gorbachev at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-11-25 22:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rguenth at gcc dot gnu dot org  2008-11-25 22:38 -------
Then do not use PCH.  Seriously, this is not going to be fixed unless you
provide a patch ;)  Rather I hope we will end up removing the current PCH
implementation.


-- 


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


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

* [Bug target/38269] Segmentation fault in main_block_label when using -fno-unit-at-a-time and precompiled headers containing inline functions
  2008-11-25 21:56 [Bug c/38269] New: " hackbunny at reactos dot com
  2008-11-25 22:06 ` [Bug target/38269] " pinskia at gcc dot gnu dot org
@ 2008-11-25 22:13 ` hackbunny at reactos dot com
  2008-11-25 22:39 ` rguenth at gcc dot gnu dot org
  2008-11-26  0:01 ` d dot g dot gorbachev at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: hackbunny at reactos dot com @ 2008-11-25 22:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from hackbunny at reactos dot com  2008-11-25 22:12 -------
Yes and no, we are resisting upgrading due to PR 31707 (which we are attempting
to workaround, and the workaround led to this bug...). I will try ASAP anyway


-- 


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


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

* [Bug target/38269] Segmentation fault in main_block_label when using -fno-unit-at-a-time and precompiled headers containing inline functions
  2008-11-25 21:56 [Bug c/38269] New: " hackbunny at reactos dot com
@ 2008-11-25 22:06 ` pinskia at gcc dot gnu dot org
  2008-11-25 22:13 ` hackbunny at reactos dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-11-25 22:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2008-11-25 22:04 -------
4.1.3 is old and no longer being maintained.  So can you try 4.2.3 or better
yet 4.3.2?


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
          Component|c                           |target


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


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

end of thread, other threads:[~2012-12-10 11:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-38269-4@http.gcc.gnu.org/bugzilla/>
2012-12-10 11:32 ` [Bug target/38269] Segmentation fault in main_block_label when using -fno-unit-at-a-time and precompiled headers containing inline functions ktietz at gcc dot gnu.org
2008-11-25 21:56 [Bug c/38269] New: " hackbunny at reactos dot com
2008-11-25 22:06 ` [Bug target/38269] " pinskia at gcc dot gnu dot org
2008-11-25 22:13 ` hackbunny at reactos dot com
2008-11-25 22:39 ` rguenth at gcc dot gnu dot org
2008-11-26  0:01 ` d dot g dot gorbachev 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).