public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/53670] New: GCC internal compiler error
@ 2012-06-14 12:36 satyaprakash.prasad at gmail dot com
  2012-06-14 12:39 ` [Bug c++/53670] " redi at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: satyaprakash.prasad at gmail dot com @ 2012-06-14 12:36 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 53670
           Summary: GCC internal compiler error
    Classification: Unclassified
           Product: gcc
           Version: 4.1.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: satyaprakash.prasad@gmail.com


llvm/llvm/tools/clang/lib/Frontend/InitHeaderSearch.cpp: In member function
'void<unnamed>::InitHeaderSearch::AddMinGWCPlusPlusIncludePaths(llvm::StringRef,
llvm::StringRef, llvm::StringRef)':
llvm/llvm/tools/clang/lib/Frontend/InitHeaderSearch.cpp:197:1: error:
unrecognizable insn:
(insn 318 317 46 2 llvm/llvm/include/llvm/ADT/Twine.h:181 (set (reg:DI 23 xmm2)
        (plus:DI (reg:DI 23 xmm2)
            (mem/u/c/i:DI (symbol_ref/u:DI ("*.LC22") [flags 0x2]) [0 S8
A64]))) -1 (expr_list:REG_EQUIV (plus:DI (reg/f:DI 7 sp)
            (mem/u/c/i:DI (symbol_ref/u:DI ("*.LC22") [flags 0x2]) [0 S8 A64]))
        (nil)))
llvm/llvm/tools/clang/lib/Frontend/InitHeaderSearch.cpp:197:1: internal
compiler error: in extract_insn, at recog.c:2103
Please submit a full bug report,
with preprocessed source if appropriate.

Please let me what additional information you require from my end.


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

* [Bug c++/53670] GCC internal compiler error
  2012-06-14 12:36 [Bug c++/53670] New: GCC internal compiler error satyaprakash.prasad at gmail dot com
@ 2012-06-14 12:39 ` redi at gcc dot gnu.org
  2012-06-14 12:51 ` paolo.carlini at oracle dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: redi at gcc dot gnu.org @ 2012-06-14 12:39 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-06-14 12:39:21 UTC ---
4.1.2 is no longer maintained or supported, I suggest you try a more recent
release.


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

* [Bug c++/53670] GCC internal compiler error
  2012-06-14 12:36 [Bug c++/53670] New: GCC internal compiler error satyaprakash.prasad at gmail dot com
  2012-06-14 12:39 ` [Bug c++/53670] " redi at gcc dot gnu.org
@ 2012-06-14 12:51 ` paolo.carlini at oracle dot com
  2012-06-14 14:21 ` satyaprakash.prasad at gmail dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: paolo.carlini at oracle dot com @ 2012-06-14 12:51 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2012-06-14
     Ever Confirmed|0                           |1


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

* [Bug c++/53670] GCC internal compiler error
  2012-06-14 12:36 [Bug c++/53670] New: GCC internal compiler error satyaprakash.prasad at gmail dot com
  2012-06-14 12:39 ` [Bug c++/53670] " redi at gcc dot gnu.org
  2012-06-14 12:51 ` paolo.carlini at oracle dot com
@ 2012-06-14 14:21 ` satyaprakash.prasad at gmail dot com
  2012-06-14 14:32 ` redi at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: satyaprakash.prasad at gmail dot com @ 2012-06-14 14:21 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Prakash <satyaprakash.prasad at gmail dot com> 2012-06-14 14:21:27 UTC ---
Thanks for the quick update. But our organization is heavily using GCC 4.1.2. I
have the source code downloaded, build and deployed locally in one of our
boxes. If you can provide the code fix I would fix it accordingly my side.

Thanks in advance.


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

* [Bug c++/53670] GCC internal compiler error
  2012-06-14 12:36 [Bug c++/53670] New: GCC internal compiler error satyaprakash.prasad at gmail dot com
                   ` (2 preceding siblings ...)
  2012-06-14 14:21 ` satyaprakash.prasad at gmail dot com
@ 2012-06-14 14:32 ` redi at gcc dot gnu.org
  2012-07-04 13:58 ` [Bug target/53670] " sergey.e.galanov at gmail dot com
  2012-07-04 14:06 ` rguenth at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: redi at gcc dot gnu.org @ 2012-06-14 14:32 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-06-14 14:32:28 UTC ---
There have been thousands of changes made in the five years since 4.1.2, noone
knows if any of them fixes your issue, or even if it has been fixed, and I
doubt anyone will spent their time investigating a problem in an old,
unmaintained release.


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

* [Bug target/53670] GCC internal compiler error
  2012-06-14 12:36 [Bug c++/53670] New: GCC internal compiler error satyaprakash.prasad at gmail dot com
                   ` (3 preceding siblings ...)
  2012-06-14 14:32 ` redi at gcc dot gnu.org
@ 2012-07-04 13:58 ` sergey.e.galanov at gmail dot com
  2012-07-04 14:06 ` rguenth at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: sergey.e.galanov at gmail dot com @ 2012-07-04 13:58 UTC (permalink / raw)
  To: gcc-bugs

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

Sergey Galanov <sergey.e.galanov at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sergey.e.galanov at gmail
                   |                            |dot com

--- Comment #4 from Sergey Galanov <sergey.e.galanov at gmail dot com> 2012-07-04 13:58:26 UTC ---
The same problem happens with gcc 4.5.2.
gcc 4.6.2 works fine, though.


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

* [Bug target/53670] GCC internal compiler error
  2012-06-14 12:36 [Bug c++/53670] New: GCC internal compiler error satyaprakash.prasad at gmail dot com
                   ` (4 preceding siblings ...)
  2012-07-04 13:58 ` [Bug target/53670] " sergey.e.galanov at gmail dot com
@ 2012-07-04 14:06 ` rguenth at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-07-04 14:06 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED

--- Comment #5 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-07-04 14:05:47 UTC ---
Then it's fixed.  GCC 4.5 is no longer maintained either.  Without a testcase
we couldn't have done anything anyways.


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

end of thread, other threads:[~2012-07-04 14:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-14 12:36 [Bug c++/53670] New: GCC internal compiler error satyaprakash.prasad at gmail dot com
2012-06-14 12:39 ` [Bug c++/53670] " redi at gcc dot gnu.org
2012-06-14 12:51 ` paolo.carlini at oracle dot com
2012-06-14 14:21 ` satyaprakash.prasad at gmail dot com
2012-06-14 14:32 ` redi at gcc dot gnu.org
2012-07-04 13:58 ` [Bug target/53670] " sergey.e.galanov at gmail dot com
2012-07-04 14:06 ` rguenth 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).