public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/21126] New: internal compiler error: in output_constant_pool_2, at varasm.c:3232
@ 2005-04-20 17:09 oystein at gnubg dot org
  2005-04-20 17:31 ` [Bug target/21126] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: oystein at gnubg dot org @ 2005-04-20 17:09 UTC (permalink / raw)
  To: gcc-bugs

gcc -v
Using built-in specs.
Target: mingw32
Configured with: ../gcc-4.1-20050410/configure --with-gcc --with-gnu-ld
--with-gnu-as --host=mingw32 --target=mingw32 --prefix=/home/mingw
--enable-threads --disable-nls --enable-languages=c,c++,treelang
--disable-win32-registry --disable-shared
Thread model: win32
gcc version 4.1.0 20050410 (experimental)

/msys/1.0/home/mingw/bin/gcc.exe -g -Wall -O3 -msse -mtune=pentium3 -DHAVE_CONFI
G_H  -I. -I..   -c -o neuralnet.o neuralnet.c
neuralnet.c: In function 'Evaluate':
neuralnet.c:540: internal compiler error: in output_constant_pool_2, at varasm.c
:3232
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make: *** [neuralnet.o] Error 1

Preprocessed files can be found here:
http://home.online.no/~oeysteij/neuralnet.i
http://home.online.no/~oeysteij/neuralnet.s

-- 
           Summary: internal compiler error: in output_constant_pool_2, at
                    varasm.c:3232
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: oystein at gnubg dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: 4.1.0 20050410 (built with msys 1.0.10)
  GCC host triplet: i686-mingw
GCC target triplet: i686-mingw


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


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

* [Bug target/21126] internal compiler error: in output_constant_pool_2, at varasm.c:3232
  2005-04-20 17:09 [Bug c/21126] New: internal compiler error: in output_constant_pool_2, at varasm.c:3232 oystein at gnubg dot org
@ 2005-04-20 17:31 ` pinskia at gcc dot gnu dot org
  2005-04-20 20:18 ` rth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-20 17:31 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |target
           Keywords|                            |ice-on-valid-code, ssemmx


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


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

* [Bug target/21126] internal compiler error: in output_constant_pool_2, at varasm.c:3232
  2005-04-20 17:09 [Bug c/21126] New: internal compiler error: in output_constant_pool_2, at varasm.c:3232 oystein at gnubg dot org
  2005-04-20 17:31 ` [Bug target/21126] " pinskia at gcc dot gnu dot org
@ 2005-04-20 20:18 ` rth at gcc dot gnu dot org
  2005-04-20 20:32 ` oystein at gnubg dot org
  2005-04-24 23:07 ` oystein at gnubg dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rth at gcc dot gnu dot org @ 2005-04-20 20:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rth at gcc dot gnu dot org  2005-04-20 20:18 -------
Doesn't fail on i686-linux.

-- 


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


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

* [Bug target/21126] internal compiler error: in output_constant_pool_2, at varasm.c:3232
  2005-04-20 17:09 [Bug c/21126] New: internal compiler error: in output_constant_pool_2, at varasm.c:3232 oystein at gnubg dot org
  2005-04-20 17:31 ` [Bug target/21126] " pinskia at gcc dot gnu dot org
  2005-04-20 20:18 ` rth at gcc dot gnu dot org
@ 2005-04-20 20:32 ` oystein at gnubg dot org
  2005-04-24 23:07 ` oystein at gnubg dot org
  3 siblings, 0 replies; 5+ messages in thread
From: oystein at gnubg dot org @ 2005-04-20 20:32 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 412 bytes --]


------- Additional Comments From oystein at gnubg dot org  2005-04-20 20:31 -------
Hmmmm....

I'm a bit skeptic to the compiler installation. I did a configure with
--prefix=/home/mingw/. Then I did a 'make install'. I notice now that
/home/mingw/include/ is empty. Should it be?

(And which header files was then used in the compilation?)

-Øystein


-- 


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


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

* [Bug target/21126] internal compiler error: in output_constant_pool_2, at varasm.c:3232
  2005-04-20 17:09 [Bug c/21126] New: internal compiler error: in output_constant_pool_2, at varasm.c:3232 oystein at gnubg dot org
                   ` (2 preceding siblings ...)
  2005-04-20 20:32 ` oystein at gnubg dot org
@ 2005-04-24 23:07 ` oystein at gnubg dot org
  3 siblings, 0 replies; 5+ messages in thread
From: oystein at gnubg dot org @ 2005-04-24 23:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From oystein at gnubg dot org  2005-04-24 23:06 -------
I've fetched the cvs sources today, and the code builds today. I don't know
what's different, but it's not the source file that's changed. The snapshit
tarball build fails in the same way as usual.

Using built-in specs.
Target: mingw32
Configured with: ../gcc/configure --with-gcc --with-gnu-ld --with-gnu-as
--host=mingw32 --target=mingw32 --prefix=/gcc4.0 --enable-threads --disable-nls
--enable-languages=c,c++ --disable-win32-registry --disable-shared
Thread model: win32
gcc version 4.1.0 20050424 (experimental)

I'm closing this bug! OK?


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WORKSFORME


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


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

end of thread, other threads:[~2005-04-24 23:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-20 17:09 [Bug c/21126] New: internal compiler error: in output_constant_pool_2, at varasm.c:3232 oystein at gnubg dot org
2005-04-20 17:31 ` [Bug target/21126] " pinskia at gcc dot gnu dot org
2005-04-20 20:18 ` rth at gcc dot gnu dot org
2005-04-20 20:32 ` oystein at gnubg dot org
2005-04-24 23:07 ` oystein at gnubg 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).