public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/14269] New: compiler error: in cselib_record_set, at cselib.c:1196
@ 2004-02-24  2:09 jfranka at sfu dot ca
  2004-02-24  2:12 ` [Bug c/14269] " jfranka at sfu dot ca
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jfranka at sfu dot ca @ 2004-02-24  2:09 UTC (permalink / raw)
  To: gcc-bugs

/bin/sh ../libtool --mode=compile gcc -DPACKAGE=\"libfame\" -DVERSION=\"0.9.0\"
 -I. -I.      -save-temps -v -O2 -mcpu=i686 -pipe -DHAS_BSWAP -Wall
-fexpensive-optimizations -funroll-loops -ffast-math -fomit-frame-pointer
-DHAS_MMX -DHAS_SSE -c fame_syntax_mpeg1.c
rm -f .libs/fame_syntax_mpeg1.lo
gcc -DPACKAGE=\"libfame\" -DVERSION=\"0.9.0\" -I. -I. -save-temps -v -O2
-mcpu=i686 -pipe -DHAS_BSWAP -Wall -fexpensive-optimizations -funroll-loops
-ffast-math -fomit-frame-pointer -DHAS_MMX -DHAS_SSE -c  -fPIC -DPIC
fame_syntax_mpeg1.c
gcc: warning: -pipe ignored because -save-temps specified
Reading specs from /usr/lib/gcc/i686-pc-linux-gnu/3.4.0/specs
Configured with: /var/tmp/portage/gcc-3.4/work/gcc-3.4-20040218/configure
--prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/3.4
--includedir=/usr/lib/gcc/i686-pc-linux-gnu/3.4.0/include
--datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.4
--mandir=/usr/share/gcc-data/i686-pc-linux-gnu/3.4/man
--infodir=/usr/share/gcc-data/i686-pc-linux-gnu/3.4/info --enable-shared
--host=i686-pc-linux-gnu --target=i686-pc-linux-gnu --with-system-zlib
--enable-languages=c,c++,f77,java --enable-threads=posix --enable-long-long
--disable-checking --enable-cstdio=stdio --enable-clocale=generic
--enable-__cxa_atexit --enable-version-specific-runtime-libs
--with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/3.4.0/include/g++-v3
--with-local-prefix=/usr/local --disable-werror --enable-shared --enable-nls
--without-included-gettext --x-includes=/usr/X11R6/include
--x-libraries=/usr/X11R6/lib --enable-interpreter --enable-java-awt=xlib
--with-x --disable-multilib
Thread model: posix
gcc version 3.4.0 20040218 (prerelease)
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
 /usr/libexec/gcc/i686-pc-linux-gnu/3.4.0/cc1 -E -quiet -v -I. -I.
-DPACKAGE="libfame" -DVERSION="0.9.0" -DHAS_BSWAP -DHAS_MMX -DHAS_SSE -DPIC
fame_syntax_mpeg1.c -mtune=i686 -Wall -fexpensive-optimizations -funroll-loops
-ffast-math -fomit-frame-pointer -fPIC -O2 -o fame_syntax_mpeg1.i
ignoring nonexistent directory
"/usr/lib/gcc/i686-pc-linux-gnu/3.4.0/../../../../i686-pc-linux-gnu/include"
ignoring duplicate directory "."
#include "..." search starts here:
#include <...> search starts here:
 .
 /usr/local/include
 /usr/lib/gcc/i686-pc-linux-gnu/3.4.0/include
 /usr/include
End of search list.
 /usr/libexec/gcc/i686-pc-linux-gnu/3.4.0/cc1 -fpreprocessed fame_syntax_mpeg1.i
-quiet -dumpbase fame_syntax_mpeg1.c -auxbase fame_syntax_mpeg1 -O2 -Wall
-version -fexpensive-optimizations -funroll-loops -ffast-math
-fomit-frame-pointer -fPIC -o fame_syntax_mpeg1.s
GNU C version 3.4.0 20040218 (prerelease) (i686-pc-linux-gnu)
        compiled by GNU C version 3.4.0 20040218 (prerelease).
GGC heuristics: --param ggc-min-expand=64 --param ggc-min-heapsize=64330
fame_syntax_mpeg1.c: In function `mpeg1_start_sequence':
fame_syntax_mpeg1.c:297: internal compiler error: in cselib_record_set, at
cselib.c:1196
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make: *** [fame_syntax_mpeg1.lo] Error 1

-- 
           Summary: compiler error: in cselib_record_set, at cselib.c:1196
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jfranka at sfu dot ca
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu


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


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

* [Bug c/14269] compiler error: in cselib_record_set, at cselib.c:1196
  2004-02-24  2:09 [Bug c/14269] New: compiler error: in cselib_record_set, at cselib.c:1196 jfranka at sfu dot ca
@ 2004-02-24  2:12 ` jfranka at sfu dot ca
  2004-02-24  2:17 ` jfranka at sfu dot ca
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jfranka at sfu dot ca @ 2004-02-24  2:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From jfranka at sfu dot ca  2004-02-24 02:12 -------
Created an attachment (id=5790)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5790&action=view)
File that causes the ice...


-- 


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


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

* [Bug c/14269] compiler error: in cselib_record_set, at cselib.c:1196
  2004-02-24  2:09 [Bug c/14269] New: compiler error: in cselib_record_set, at cselib.c:1196 jfranka at sfu dot ca
  2004-02-24  2:12 ` [Bug c/14269] " jfranka at sfu dot ca
@ 2004-02-24  2:17 ` jfranka at sfu dot ca
  2004-02-24  2:33 ` [Bug optimization/14269] " jfranka at sfu dot ca
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jfranka at sfu dot ca @ 2004-02-24  2:17 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
 GCC target triplet|                            |i686-pc-linux-gnu


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


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

* [Bug optimization/14269] compiler error: in cselib_record_set, at cselib.c:1196
  2004-02-24  2:09 [Bug c/14269] New: compiler error: in cselib_record_set, at cselib.c:1196 jfranka at sfu dot ca
  2004-02-24  2:12 ` [Bug c/14269] " jfranka at sfu dot ca
  2004-02-24  2:17 ` jfranka at sfu dot ca
@ 2004-02-24  2:33 ` jfranka at sfu dot ca
  2004-02-24  5:35 ` [Bug optimization/14269] [3.4 Regression] " pinskia at gcc dot gnu dot org
  2004-03-03  7:30 ` rth at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: jfranka at sfu dot ca @ 2004-02-24  2:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From jfranka at sfu dot ca  2004-02-24 02:33 -------
Seems to compile fine with -O0 and all other flags the same, but not with -O1,
-O2, or -O3.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |optimization


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


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

* [Bug optimization/14269] [3.4 Regression] compiler error: in cselib_record_set, at cselib.c:1196
  2004-02-24  2:09 [Bug c/14269] New: compiler error: in cselib_record_set, at cselib.c:1196 jfranka at sfu dot ca
                   ` (2 preceding siblings ...)
  2004-02-24  2:33 ` [Bug optimization/14269] " jfranka at sfu dot ca
@ 2004-02-24  5:35 ` pinskia at gcc dot gnu dot org
  2004-03-03  7:30 ` rth at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-24  5:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-24 05:35 -------
Jan, I think this is caused by one of your patches to cselib.
This is related to bug 13951 and 13862.
Note I cannot confirm this on 3.5.0 20040223 but that could just that 3.5.0 is already optimizing this
differently.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
      Known to work|                            |3.3.1 3.5.0
   Last reconfirmed|0000-00-00 00:00:00         |2004-02-24 05:35:29
               date|                            |
            Summary|compiler error: in          |[3.4 Regression] compiler
                   |cselib_record_set, at       |error: in cselib_record_set,
                   |cselib.c:1196               |at cselib.c:1196
   Target Milestone|---                         |3.4.0


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


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

* [Bug optimization/14269] [3.4 Regression] compiler error: in cselib_record_set, at cselib.c:1196
  2004-02-24  2:09 [Bug c/14269] New: compiler error: in cselib_record_set, at cselib.c:1196 jfranka at sfu dot ca
                   ` (3 preceding siblings ...)
  2004-02-24  5:35 ` [Bug optimization/14269] [3.4 Regression] " pinskia at gcc dot gnu dot org
@ 2004-03-03  7:30 ` rth at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: rth at gcc dot gnu dot org @ 2004-03-03  7:30 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rth at gcc dot gnu dot org  2004-03-03 07:30 -------


*** This bug has been marked as a duplicate of 13862 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


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


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

end of thread, other threads:[~2004-03-03  7:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-24  2:09 [Bug c/14269] New: compiler error: in cselib_record_set, at cselib.c:1196 jfranka at sfu dot ca
2004-02-24  2:12 ` [Bug c/14269] " jfranka at sfu dot ca
2004-02-24  2:17 ` jfranka at sfu dot ca
2004-02-24  2:33 ` [Bug optimization/14269] " jfranka at sfu dot ca
2004-02-24  5:35 ` [Bug optimization/14269] [3.4 Regression] " pinskia at gcc dot gnu dot org
2004-03-03  7:30 ` rth 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).