public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/39333]  New: gcc 4.3.3 miscompiles when -finline-small-functions is used
@ 2009-03-01 18:18 galtgendo at o2 dot pl
  2009-03-01 18:20 ` [Bug c/39333] " galtgendo at o2 dot pl
                   ` (22 more replies)
  0 siblings, 23 replies; 33+ messages in thread
From: galtgendo at o2 dot pl @ 2009-03-01 18:18 UTC (permalink / raw)
  To: gcc-bugs

Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.3.3/work/gcc-4.3.3/configure
--prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.3.3
--includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.3.3/include
--datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.3.3
--mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.3.3/man
--infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.3.3/info
--with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.3.3/include/g++-v4
--host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec
--disable-fixed-point --enable-nls --without-included-gettext
--with-system-zlib --disable-checking --disable-werror --enable-secureplt
--disable-multilib --enable-libmudflap --disable-libssp --enable-libgomp
--enable-cld --disable-libgcj --with-arch=i686 --enable-objc-gc
--enable-languages=c,c++,objc,treelang,fortran --enable-shared
--enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
--with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.3.3 p1.0,
pie-10.1.5'
Thread model: posix
gcc version 4.3.3 (Gentoo 4.3.3 p1.0, pie-10.1.5) 
COLLECT_GCC_OPTIONS='-DHAVE_CONFIG_H' '-I.' '-I.' '-I../..' '-I../../utility'
'-I..' '-I../../common' '-I../../intl' '-DLOCALEDIR="/usr/share/locale"'
'-DDEFAULT_DATA_PATH=".:data:~/.freeciv:/usr/share/games/freeciv"' '-Wall'
'-Wpointer-arith' '-Wcast-align' '-Wmissing-prototypes'
'-Wmissing-declarations' '-O2' '-march=athlon' '-mtune=athlon' '-pipe' '-c'
'-save-temps' '-v'
 /usr/libexec/gcc/i686-pc-linux-gnu/4.3.3/cc1 -E -quiet -v -I. -I. -I../..
-I../../utility -I.. -I../../common -I../../intl -DHAVE_CONFIG_H
-DLOCALEDIR="/usr/share/locale"
-DDEFAULT_DATA_PATH=".:data:~/.freeciv:/usr/share/games/freeciv" cm.c
-D_FORTIFY_SOURCE=2 -march=athlon -mtune=athlon -Wall -Wpointer-arith
-Wcast-align -Wmissing-prototypes -Wmissing-declarations -O2 -fpch-preprocess
-o cm.i
ignoring nonexistent directory "/usr/local/include"
ignoring nonexistent directory
"/usr/lib/gcc/i686-pc-linux-gnu/4.3.3/../../../../i686-pc-linux-gnu/include"
ignoring duplicate directory "."
ignoring duplicate directory "../../common"
#include "..." search starts here:
#include <...> search starts here:
 .
 ../..
 ../../utility
 ..
 ../../intl
 /usr/lib/gcc/i686-pc-linux-gnu/4.3.3/include
 /usr/lib/gcc/i686-pc-linux-gnu/4.3.3/include-fixed
 /usr/include
End of search list.
COLLECT_GCC_OPTIONS='-DHAVE_CONFIG_H' '-I.' '-I.' '-I../..' '-I../../utility'
'-I..' '-I../../common' '-I../../intl' '-DLOCALEDIR="/usr/share/locale"'
'-DDEFAULT_DATA_PATH=".:data:~/.freeciv:/usr/share/games/freeciv"' '-Wall'
'-Wpointer-arith' '-Wcast-align' '-Wmissing-prototypes'
'-Wmissing-declarations' '-O2' '-march=athlon' '-mtune=athlon' '-pipe' '-c'
'-save-temps' '-v'
 /usr/libexec/gcc/i686-pc-linux-gnu/4.3.3/cc1 -fpreprocessed cm.i -quiet
-dumpbase cm.c -march=athlon -mtune=athlon -auxbase cm -O2 -Wall
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations
-version -o cm.s
GNU C (Gentoo 4.3.3 p1.0, pie-10.1.5) version 4.3.3 (i686-pc-linux-gnu)
        compiled by GNU C version 4.3.3, GMP version 4.2.4, MPFR version 2.3.2.
GGC heuristics: --param ggc-min-expand=64 --param ggc-min-heapsize=64090
Compiler executable checksum: 3bb01a6c568a839db7333dbf97a76459
COLLECT_GCC_OPTIONS='-DHAVE_CONFIG_H' '-I.' '-I.' '-I../..' '-I../../utility'
'-I..' '-I../../common' '-I../../intl' '-DLOCALEDIR="/usr/share/locale"'
'-DDEFAULT_DATA_PATH=".:data:~/.freeciv:/usr/share/games/freeciv"' '-Wall'
'-Wpointer-arith' '-Wcast-align' '-Wmissing-prototypes'
'-Wmissing-declarations' '-O2' '-march=athlon' '-mtune=athlon' '-pipe' '-c'
'-save-temps' '-v'
 /usr/lib/gcc/i686-pc-linux-gnu/4.3.3/../../../../i686-pc-linux-gnu/bin/as -V
-Qy -o cm.o cm.s
GNU assembler version 2.19 (i686-pc-linux-gnu) using BFD version (GNU Binutils)
2.19
COMPILER_PATH=/usr/libexec/gcc/i686-pc-linux-gnu/4.3.3/:/usr/libexec/gcc/i686-pc-linux-gnu/4.3.3/:/usr/libexec/gcc/i686-pc-linux-gnu/:/usr/lib/gcc/i686-pc-linux-gnu/4.3.3/:/usr/lib/gcc/i686-pc-linux-gnu/:/usr/libexec/gcc/i686-pc-linux-gnu/4.3.3/:/usr/libexec/gcc/i686-pc-linux-gnu/:/usr/lib/gcc/i686-pc-linux-gnu/4.3.3/:/usr/lib/gcc/i686-pc-linux-gnu/:/usr/lib/gcc/i686-pc-linux-gnu/4.3.3/../../../../i686-pc-linux-gnu/bin/
LIBRARY_PATH=/usr/lib/gcc/i686-pc-linux-gnu/4.3.3/:/usr/lib/gcc/i686-pc-linux-gnu/4.3.3/:/usr/lib/gcc/i686-pc-linux-gnu/4.3.3/../../../../i686-pc-linux-gnu/lib/:/usr/lib/gcc/i686-pc-linux-gnu/4.3.3/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-DHAVE_CONFIG_H' '-I.' '-I.' '-I../..' '-I../../utility'
'-I..' '-I../../common' '-I../../intl' '-DLOCALEDIR="/usr/share/locale"'
'-DDEFAULT_DATA_PATH=".:data:~/.freeciv:/usr/share/games/freeciv"' '-Wall'
'-Wpointer-arith' '-Wcast-align' '-Wmissing-prototypes'
'-Wmissing-declarations' '-O2' '-march=athlon' '-mtune=athlon' '-pipe' '-c'
'-save-temps' '-v'

Now, I'm not sure, whether this file is the correct one, as freeciv is quite
big, but http://bugs.freeciv.org/Ticket/Display.html?id=40610 seems to suggest
that this is the correct one.
I'm not sure, whether or not upstream has opened a bug here already, as I'm not
sure,
what search terms should I use.


-- 
           Summary: gcc 4.3.3 miscompiles when -finline-small-functions is
                    used
           Product: gcc
           Version: 4.3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: galtgendo at o2 dot pl


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


^ permalink raw reply	[flat|nested] 33+ messages in thread
[parent not found: <bug-39333-4@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2013-01-06  3:34 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-01 18:18 [Bug c/39333] New: gcc 4.3.3 miscompiles when -finline-small-functions is used galtgendo at o2 dot pl
2009-03-01 18:20 ` [Bug c/39333] " galtgendo at o2 dot pl
2009-03-02 13:52 ` [Bug middle-end/39333] " pinskia at gcc dot gnu dot org
2009-03-02 21:56 ` galtgendo at o2 dot pl
2009-03-02 22:20 ` galtgendo at o2 dot pl
2009-03-02 22:43 ` pinskia at gcc dot gnu dot org
2009-03-03  0:20 ` galtgendo at o2 dot pl
2009-03-03  0:21 ` pinskia at gcc dot gnu dot org
2009-03-03  3:23 ` galtgendo at o2 dot pl
2009-03-03  3:43 ` galtgendo at o2 dot pl
2009-03-03  3:51 ` pinskia at gcc dot gnu dot org
2009-03-03 15:15 ` galtgendo at o2 dot pl
2009-03-03 16:17 ` galtgendo at o2 dot pl
2009-03-03 16:22 ` galtgendo at o2 dot pl
2009-03-03 17:01 ` hjl dot tools at gmail dot com
2009-03-03 21:13 ` galtgendo at o2 dot pl
2009-03-07  4:30 ` galtgendo at o2 dot pl
2009-03-07  4:35   ` Andrew Thomas Pinski
2009-03-07  4:36 ` pinskia at gmail dot com
2009-03-07 14:06 ` galtgendo at o2 dot pl
2009-03-16 10:24 ` falk at debian dot org
2009-04-22  0:04 ` galtgendo at o2 dot pl
2009-04-22  0:23 ` galtgendo at o2 dot pl
2009-04-22  1:08 ` galtgendo at o2 dot pl
2009-04-22  1:15 ` galtgendo at o2 dot pl
     [not found] <bug-39333-4@http.gcc.gnu.org/bugzilla/>
2011-03-26  8:19 ` dirtyepic at gentoo dot org
2011-03-26  8:25 ` dirtyepic at gentoo dot org
2011-06-29 13:28 ` dexuan.cui at intel dot com
2011-09-11  9:16 ` galtgendo at o2 dot pl
2011-09-11 15:08 ` galtgendo at o2 dot pl
2012-06-17 13:18 ` galtgendo at o2 dot pl
2013-01-06  2:20 ` galtgendo at o2 dot pl
2013-01-06  3:34 ` galtgendo at o2 dot pl

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).