[Bug target/28207] 128-bit IBM long double misaligned on stack

2006-07-03 Thread amodra at bigpond dot net dot au
--- Comment #4 from amodra at bigpond dot net dot au 2006-07-04 04:41 --- Patch applied 4.1 and 4.2 -- amodra at bigpond dot net dot au changed: What|Removed |Added

[Bug target/28207] 128-bit IBM long double misaligned on stack

2006-07-03 Thread amodra at gcc dot gnu dot org
--- Comment #3 from amodra at gcc dot gnu dot org 2006-07-04 04:38 --- Subject: Bug 28207 Author: amodra Date: Tue Jul 4 04:37:59 2006 New Revision: 115171 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115171 Log: PR target/28207 * config/rs6000/rs6000.c (funct

[Bug target/28207] 128-bit IBM long double misaligned on stack

2006-07-03 Thread amodra at gcc dot gnu dot org
--- Comment #2 from amodra at gcc dot gnu dot org 2006-07-04 03:35 --- Subject: Bug 28207 Author: amodra Date: Tue Jul 4 03:35:48 2006 New Revision: 115170 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115170 Log: PR target/28207 * config/rs6000/rs6000.c (funct

[Bug fortran/28213] ICE: Hollerith constant

2006-07-03 Thread kargl at gcc dot gnu dot org
--- Comment #3 from kargl at gcc dot gnu dot org 2006-07-04 02:40 --- Patch is here http://gcc.gnu.org/ml/fortran/2006-07/msg00015.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28213

[Bug bootstrap/28231] building process failed after disabling fixincludes

2006-07-03 Thread texlexsex at gmail dot com
--- Comment #2 from texlexsex at gmail dot com 2006-07-04 02:21 --- (In reply to comment #1) > Why do you want to fully disable fixincludes on x86-linux? > Some versions of the glibc headers really need to be fixed. > i'm building a linux system from scratch, i'm using different versio

[Bug libfortran/27704] Incorrect runtime error on multiple OPEN

2006-07-03 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2006-07-04 01:47 --- Subject: Bug 27704 Author: jvdelisle Date: Tue Jul 4 01:47:26 2006 New Revision: 115169 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115169 Log: 2006-07-03 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug libfortran/27704] Incorrect runtime error on multiple OPEN

2006-07-03 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2006-07-04 01:36 --- Subject: Bug 27704 Author: jvdelisle Date: Tue Jul 4 01:36:31 2006 New Revision: 115168 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115168 Log: 2006-07-03 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug c++/28239] [4.2 regression] ICE in gimple_add_tmp_var, at gimplify.c:720

2006-07-03 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-07-04 00:33 --- Confirmed, reduced testcase: int f ( bool a ) : _drop ( (void *[]) { 0, 0} -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28239] New: [4.2 regression] ICE in gimple_add_tmp_var, at gimplify.c:720

2006-07-03 Thread tbm at cyrius dot com
I get the following ICE with gcc 4.2 on invalid code: (sid)5059:[EMAIL PROTECTED]: ~/delta/bin] /usr/lib/gcc-snapshot/bin/g++ -c mini.c mini.c:1: error: 'SelectedStyle' has not been declared mini.c: In function 'int SelectedStyle(bool)': mini.c:1: error: only constructors take base initializers m

[Bug c++/20103] [4.0/4.1 regression] ICE in create_tmp_var with C99 style struct initializer

2006-07-03 Thread tbm at cyrius dot com
--- Comment #57 from tbm at cyrius dot com 2006-07-03 23:51 --- (In reply to comment #56) > complit1.C: In constructor 'Foo::Foo(int, int)': > complit1.C:14: internal compiler error: in emit_move_insn, at expr.c:3275 > Please submit a full bug report, > with preprocessed source if approp

[Bug tree-optimization/28238] [4.2 regression] verify_stmts failed (invalid operand to unary operator)

2006-07-03 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-07-03 23:16 --- Confirmed. Reduced testcase: struct iterator{}; struct ByteIterator : iterator { ByteIterator (){} int a[1024]; }; inline ByteIterator f () { return ByteIterator (); } class ConfLexerCore {

[Bug fortran/25828] [f2003] ACCESS='STREAM' io support

2006-07-03 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2006-07-03 23:14 --- Since I do not have access to an F2003 compiler and have not used this feature, could someone post an example program using this feature that is "known to work" that I can then use as a working test case. I am go

[Bug target/28232] Wrong aligned load is generated with -m4a on sh-*

2006-07-03 Thread kkojima at gcc dot gnu dot org
--- Comment #1 from kkojima at gcc dot gnu dot org 2006-07-03 22:49 --- I've confirmed that 4.0 and 4.2 behave same as 4.1. So all compilers which support -m4a option have this issue. It seems that the combine is too smart and replaces the movua insn (define_insn "movua" [(set (matc

[Bug tree-optimization/28238] [4.2 regression] verify_stmts failed (invalid operand to unary operator)

2006-07-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug tree-optimization/28238] [4.2 regression] verify_stmts failed (invalid operand to unary operator)

2006-07-03 Thread tbm at cyrius dot com
--- Comment #1 from tbm at cyrius dot com 2006-07-03 22:18 --- Created an attachment (id=11809) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11809&action=view) test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28238

[Bug tree-optimization/28238] New: [4.2 regression] verify_stmts failed (invalid operand to unary operator)

2006-07-03 Thread tbm at cyrius dot com
I get the following ICE with gcc 4.2. gcc 4.0 and 4.1 work. (sid)65:[EMAIL PROTECTED]: ~] /usr/lib/gcc-snapshot/bin/g++ -c -O min4.c min4.c: In constructor 'ConfLexerCore::ConfLexerCore(ConfIO*)': min4.c:86: error: invalid operand to unary operator &thisD.2456_2->m_matchStartD.2447; min4.c:86: i

[Bug fortran/25297] Support for STRUCTURE/END STRUCTURE and RECORD

2006-07-03 Thread steven at gcc dot gnu dot org
--- Comment #3 from steven at gcc dot gnu dot org 2006-07-03 21:52 --- Paul, Since gfortran is developed by volunteers who are often gfortran users themselves, it usually depends on the needs of the developers what gets implemented in gfortran. Given that nobody has responded to your l

[Bug c++/28225] [4.0/4.1/4.2 regression] segfault in type_dependent_expression_p

2006-07-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug tree-optimization/26251] [4.2 Regression] code size increase with -Os

2006-07-03 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-07-03 20:51 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug fortran/18923] segfault after subroutine name confusion

2006-07-03 Thread reichelt at gcc dot gnu dot org
--- Comment #8 from reichelt at gcc dot gnu dot org 2006-07-03 18:35 --- With the following testcase I still get an internal error: = module FOO contains subroutine FOO integer :: I character(len=selected_int_kind(I))

[Bug fortran/28237] print call()

2006-07-03 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-07-03 18:28 --- This has nothing to do with recursive functions, reduced testcase: program r implicit none print fact() stop contains function fact() result(nfact) implicit none integer :: nfact end function fact end -- pinskia

[Bug c++/26577] [4.0/4.1/4.2 regression] ICE in cp_expr_size with volatile and call to static

2006-07-03 Thread reichelt at gcc dot gnu dot org
--- Comment #14 from reichelt at gcc dot gnu dot org 2006-07-03 18:28 --- Marks's testcase from comment #6 still ICEs. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/28237] recursive fuction causes ICE

2006-07-03 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-07-03 18:26 --- Confirmed, related to PR 23420. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Bu

[Bug c++/28235] [4.0/4.1/4.2 Regression] segmentation fault ICE in 4.0 and 4.1

2006-07-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug c++/28235] segmentation fault ICE in 4.0 and 4.1

2006-07-03 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-07-03 18:16 --- Reduced testcase: template class PerfectHashMap { static const bool BitSet = BitSet1; template struct makeIter { }; typedef typename makeIter<>::type const_iterator; }; -- pinskia at gcc do

[Bug middle-end/28205] Request an option to make -finstrument-functions not apply to inlined function calls

2006-07-03 Thread joev dot dubach at nuance dot com
--- Comment #1 from joev dot dubach at nuance dot com 2006-07-03 18:01 --- (In reply to comment #0) > The best we can do is say > "-fno-inline" to turn off inlining altogether, and accept a slower and less > accurate profiler. This is problematic as well, due to the existence of __attr

[Bug fortran/28237] New: recursive fuction causes ICE

2006-07-03 Thread buraphalinuxserver at gmail dot com
recursive function causes ICE -- program r implicit none integer :: i=5 print fact(i) stop end recursive function fact(n) result(nfact) implicit none integer, intent(in) :: n integer :: nfact if (n>0) then nfact = n * fact(n-1) else nfact = 1 end if end function fact end --

[Bug fortran/19292] [meta-bug] g77 features lacking in gfortran

2006-07-03 Thread sgk at troutmask dot apl dot washington dot edu
--- Comment #26 from sgk at troutmask dot apl dot washington dot edu 2006-07-03 17:17 --- Subject: Re: [meta-bug] g77 features lacking in gfortran On Mon, Jul 03, 2006 at 04:41:30PM -, jvdelisle at gcc dot gnu dot org wrote: > > FSEEK should be straightforward (ha ha) I will take

[Bug c++/28236] wrong "control reaches" warning with enums.

2006-07-03 Thread pluto at agmk dot net
--- Comment #1 from pluto at agmk dot net 2006-07-03 17:00 --- zoo (__e) { int D.1616; : switch (__e) { case 0: goto ; case 1: goto ; default : goto ; < } :; D.1616 = -1; goto (); :; return; < problem. :; D.1616 = 1; :;

[Bug c++/20681] [4.0/4.1/4.2 Regression] wrong "control reaches" warning with switches

2006-07-03 Thread pluto at agmk dot net
--- Comment #18 from pluto at agmk dot net 2006-07-03 16:55 --- (In reply to comment #17) > (In reply to comment #16) > > ohh, 3.3.6 also fails. > > That is a different issue and really should be filed in a different bug. The > issue there is C++'s enums are only defined for those two

[Bug c++/28236] New: wrong "control reaches" warning with enums.

2006-07-03 Thread pluto at agmk dot net
typedef enum { foo, bar } e; int zoo( e __e ) { switch ( __e ) { case foo: return -1; case bar: return +1; } } bug.cpp: In function 'int zoo(e)': bug.cpp:9: warning: control reaches end of non-void function -- Summary: wrong "co

[Bug fortran/19292] [meta-bug] g77 features lacking in gfortran

2006-07-03 Thread jvdelisle at gcc dot gnu dot org
--- Comment #25 from jvdelisle at gcc dot gnu dot org 2006-07-03 16:41 --- FSEEK should be straightforward (ha ha) I will take a shot at that one. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19292

[Bug c++/28139] alias information for EH is wrong

2006-07-03 Thread amylaar at gcc dot gnu dot org
--- Comment #7 from amylaar at gcc dot gnu dot org 2006-07-03 16:39 --- The keyword description says that the "alias" keyword is specific to missed optimizations due to aliasing issues. If that is true, than adding this keyword here was incorrect. If that isn't true, then the keyword de

[Bug c++/28235] segmentation fault ICE in 4.0 and 4.1

2006-07-03 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-07-03 15:46 --- Reducing. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Known to fail|

[Bug libgcj/28234] MAXHOSTNAMELEN usage in libjava

2006-07-03 Thread mbanck at debian dot org
--- Comment #2 from mbanck at debian dot org 2006-07-03 15:37 --- > s/GNU/Hurd/. Sure, I was merely following the GNU project's terminology here. > Also this is a dup of bug 21821. Maybe I am blind, but I don't see this particular issue mentioned in that bug, nor adressed by the patch

[Bug c++/20681] [4.0/4.1/4.2 Regression] wrong "control reaches" warning with switches

2006-07-03 Thread pinskia at gcc dot gnu dot org
--- Comment #17 from pinskia at gcc dot gnu dot org 2006-07-03 15:34 --- (In reply to comment #16) > ohh, 3.3.6 also fails. That is a different issue and really should be filed in a different bug. The issue there is C++'s enums are only defined for those two values. -- http://gcc

[Bug c++/20681] [4.0/4.1/4.2 Regression] wrong "control reaches" warning with switches

2006-07-03 Thread pluto at agmk dot net
--- Comment #16 from pluto at agmk dot net 2006-07-03 15:30 --- (In reply to comment #15) > one more valid code rejected by 4.1/4.2: > > typedef enum { foo, bar } e; > int zoo( e __e ) > { > switch ( __e ) > { > case foo: return -1; > case

[Bug c++/20681] [4.0/4.1/4.2 Regression] wrong "control reaches" warning with switches

2006-07-03 Thread pluto at agmk dot net
--- Comment #15 from pluto at agmk dot net 2006-07-03 15:27 --- one more valid code rejected by 4.1/4.2: typedef enum { foo, bar } e; int zoo( e __e ) { switch ( __e ) { case foo: return -1; case bar: return +1; } } $ x86_64-gnu-l

[Bug bootstrap/18058] [4.2 Regression] Bootstrap fails with BOOTCFLAGS="-O0 -fkeep-inline-functions"

2006-07-03 Thread ebotcazou at gcc dot gnu dot org
-- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |ebotcazou at gcc dot gnu dot |dot org

[Bug libgcj/21821] MAXPATHLEN usage in libjava

2006-07-03 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-07-03 15:04 --- *** Bug 28234 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21821

[Bug libgcj/28234] MAXHOSTNAMELEN usage in libjava

2006-07-03 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-07-03 15:04 --- (In reply to comment #0) > libjava/java/net/natInetAddressPosix.cc is broken on system which have no > limit > for the hostname length (i.e., GNU): s/GNU/Hurd/. Also this is a dup of bug 21821. *** This bug has be

[Bug c/28233] internal compiler error: in make_decl_rtl, at varasm.c:752

2006-07-03 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-07-03 15:02 --- Can you attach the preprocessed source? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug bootstrap/28231] building process failed after disabling fixincludes

2006-07-03 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-07-03 15:01 --- Why do you want to fully disable fixincludes on x86-linux? Some versions of the glibc headers really need to be fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |

[Bug tree-optimization/26251] [4.2 Regression] code size increase with -Os

2006-07-03 Thread sayle at gcc dot gnu dot org
--- Comment #7 from sayle at gcc dot gnu dot org 2006-07-03 14:35 --- Subject: Bug 26251 Author: sayle Date: Mon Jul 3 14:35:13 2006 New Revision: 115150 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115150 Log: PR tree-optimization/26251 * tree-ssa-threadupda

[Bug c++/28235] segmentation fault ICE in 4.0 and 4.1

2006-07-03 Thread sascha dot krissler at web dot de
--- Comment #4 from sascha dot krissler at web dot de 2006-07-03 13:21 --- Created an attachment (id=11808) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11808&action=view) minimal difference causing ICE after applying this patch it throws an ICE @@ -52823,13 +52823,13 @@ }

[Bug fortran/19292] [meta-bug] g77 features lacking in gfortran

2006-07-03 Thread fxcoudert at gcc dot gnu dot org
--- Comment #24 from fxcoudert at gcc dot gnu dot org 2006-07-03 12:58 --- (In reply to comment #23) > Is the list of missing intrinsics given in comment #7 still valid? I tried to > compile F77 code I inherited and got undefined references for itime_ and > idate_ > (gfortran-4.1.1). I

[Bug c++/28235] segmentation fault ICE in 4.0 and 4.1

2006-07-03 Thread sascha dot krissler at web dot de
--- Comment #3 from sascha dot krissler at web dot de 2006-07-03 12:45 --- thank you for making such a standard compliant c++ compiler -- sascha dot krissler at web dot de changed: What|Removed |Added --

[Bug c++/28235] segmentation fault ICE in 4.0 and 4.1

2006-07-03 Thread sascha dot krissler at web dot de
--- Comment #2 from sascha dot krissler at web dot de 2006-07-03 12:39 --- Created an attachment (id=11806) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11806&action=view) preprocessed source code (gzip compressed) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28235

[Bug c++/28235] segmentation fault ICE in 4.0 and 4.1

2006-07-03 Thread sascha dot krissler at web dot de
--- Comment #1 from sascha dot krissler at web dot de 2006-07-03 12:36 --- Created an attachment (id=11805) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11805&action=view) command line and compiler output -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28235

[Bug c++/28235] New: segmentation fault ICE in 4.0 and 4.1

2006-07-03 Thread sascha dot krissler at web dot de
have not tested 4.2, debian doesnt have it and i am lazy -- Summary: segmentation fault ICE in 4.0 and 4.1 Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: un

[Bug fortran/19292] [meta-bug] g77 features lacking in gfortran

2006-07-03 Thread franke dot daniel at gmail dot com
--- Comment #23 from franke dot daniel at gmail dot com 2006-07-03 12:14 --- Is the list of missing intrinsics given in comment #7 still valid? I tried to compile F77 code I inherited and got undefined references for itime_ and idate_ (gfortran-4.1.1). If they are still missing, is some

[Bug libgcj/28234] New: MAXHOSTNAMELEN usage in libjava

2006-07-03 Thread mbanck at debian dot org
libjava/java/net/natInetAddressPosix.cc is broken on system which have no limit for the hostname length (i.e., GNU): /build/buildd/gcj-4.1-4.1.1/build/./gcc/xgcc -shared-libgcc -B/build/buildd/gcj-4.1-4.1.1/build/./gcc -nostdinc++ -L/build/buildd/gcj-4.1-4.1.1/build/i486-gnu/libstdc++-v3/src -L/bu

[Bug c/28233] New: internal compiler error: in make_decl_rtl, at varasm.c:752

2006-07-03 Thread gcc-bugzilla at gcc dot gnu dot org
An array of 64K labels triggers the error. Environment: System: FreeBSD FreeBSD.jphartmann.net 6.1-RELEASE FreeBSD 6.1-RELEASE #1: Sat Jun 17 11:51:42 CEST 2006 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/KERNEL i386 host: i386-unknown-freebsd6.1 build: i386-unknown-freebsd6.1

[Bug target/28232] New: wrong movua.l instruction combine for sh4a

2006-07-03 Thread tyokota at k2 dot dion dot ne dot jp
union unaligned { void *ptr; } __attribute__((__packed__)); void *foo(union unaligned *p) { return (p->ptr); } sh-elf-gcc -V4.1.1 -S -O2 -m4a test2.c combine optimize change movua.l to mov.l instruction. .file "test2.c" .text .text

[Bug other/28230] ICE during profiled bootstrap.

2006-07-03 Thread pluto at agmk dot net
--- Comment #1 from pluto at agmk dot net 2006-07-03 11:24 --- without profiling boostrap fails too. Program received signal SIGSEGV, Segmentation fault. 0x0074c419 in lshift_significand (r=0xc97980, a=0xc97980, n=63) at ../../gcc/real.c:254 254 r-

[Bug fortran/28119] forall_stmt ; stmt gives an internal error

2006-07-03 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28119

[Bug fortran/16206] rejects valid array initialization expression

2006-07-03 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16206

[Bug bootstrap/28231] New: building process failed after disabling fixincludes

2006-07-03 Thread texlexsex at gmail dot com
possible reason maybe: syslimits.h depends on fixincludes, but include/limits.h always include syslimit.h , regardless wether or not fixincludes is enabled - error message - ./xgcc -B./ -B/usr/local/i686-pc-linux-gnu/bin/ -isystem /usr/local/i686-pc-linux-gnu/include -isystem /usr/local/i

confusing error-message

2006-07-03 Thread Martin R.
Hi, the following code: struct S { void f(int x) {} }; int main() { S s; s.f(3); } would produce: error: no matching function for call to 'S::f(int)' note: candidates are: void S::f(int&) but should be something like "trying to convert non-variable to reference"... Regards, Martin

[Bug other/28230] New: ICE during profiled bootstrap.

2006-07-03 Thread pluto at agmk dot net
/home/users/pluto/rpm/BUILD/trunk/builddir/./gcc/xgcc -B/home/users/pluto/rpm/BUILD/trunk/builddir/./gcc/ -B/usr/x86_64-pld-linux/bin/ -B/usr/x86_64-pld-linux/lib/ -isystem /usr/x86_64-pld-linux/include -isystem /usr/x86_64-pld-linux/sys-include -O2 -O2 -O2 -fno-strict-aliasing -fwrapv -march=x86-6

[Bug other/27063] Fail to build gcc-core-4.2 snapshots

2006-07-03 Thread bonzini at gnu dot org
--- Comment #6 from bonzini at gnu dot org 2006-07-03 07:58 --- patch committed, should be ok. -- bonzini at gnu dot org changed: What|Removed |Added Status|A

[Bug other/27063] Fail to build gcc-core-4.2 snapshots

2006-07-03 Thread bonzini at gcc dot gnu dot org
--- Comment #5 from bonzini at gnu dot org 2006-07-03 07:58 --- Subject: Bug 27063 Author: bonzini Date: Mon Jul 3 07:58:08 2006 New Revision: 115145 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115145 Log: 2006-07-03 Paolo Bonzini <[EMAIL PROTECTED]> PR other/2706