[Bug middle-end/57955] Uniquization of constants breaks constant alignment

2013-07-22 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57955 --- Comment #2 from Eric Botcazou --- The subject is very misleading, the alignment of constants is _not_ changed at all, otherwise many things would have been broken. The only change pertains to the internal alignment of initializers and cannot

[Bug middle-end/57955] Uniquization of constants breaks constant alignment

2013-07-23 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57955 --- Comment #4 from Eric Botcazou --- > I don't understand the comment "questionable optimization patterns". I don't see much value in optimizing a memcpy to initialize a variable, it's unlikely to be in a hot spot. I'd suggest adding 'const' to

[Bug fortran/31016] Use __buildin_memcpy and __memcpy for array assignment

2013-07-28 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31016 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot gnu.org --- Comment

[Bug middle-end/58041] Unaligned access to arrays in packed structure

2013-08-02 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58041 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot gnu.org --- Comment

[Bug tree-optimization/58121] [4.9 regression] FAIL: cc1224a

2013-08-12 Thread ebotcazou at gcc dot gnu.org
||2013-08-12 CC||ebotcazou at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Eric Botcazou --- I cannot reproduce: === acats tests === === acats Summary === # of

[Bug ada/58128] Problem using NAME (STANDARD_INPUT) in gcc-4.7.2

2013-08-14 Thread ebotcazou at gcc dot gnu.org
||ebotcazou at gcc dot gnu.org Resolution|--- |WONTFIX --- Comment #3 from Eric Botcazou --- The exception is correctly handled on modern systems (Linux, recent Darwin) so this may be a bug in the unwinder. Older Darwins use an antiquated system

[Bug libstdc++/58168] Installation of GCC 4.8.1 (libstdc++) hangs in make_sunver.pl on Solaris10/SPARC

2013-08-16 Thread ebotcazou at gcc dot gnu.org
||2013-08-16 CC||ebotcazou at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #2 from Eric Botcazou --- > I'm using GNU c++filt (C++ demangler), version 2.95.3. What's the output of c++filt --v

[Bug libstdc++/58168] Installation of GCC 4.8.1 (libstdc++) hangs in make_sunver.pl on Solaris10/SPARC

2013-08-16 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58168 --- Comment #4 from Eric Botcazou --- > Maybe the version is too old: > > --- > [local@raymund6:~]>which c++filt > /usr/local/bin/c++filt > [local@raymund6:~]>c++filt --version > GNU c++filt (C++ de

[Bug c++/58178] variant function name was used for user defined constructor

2013-08-20 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58178 --- Comment #8 from Eric Botcazou --- The configure line for the compiler is needed on Solaris as well.

[Bug tree-optimization/58143] [4.8/4.9 regression] wrong code at -O3

2013-08-21 Thread ebotcazou at gcc dot gnu.org
|4.8.0 Last reconfirmed||2013-08-21 Component|middle-end |tree-optimization CC||ebotcazou at gcc dot gnu.org Ever confirmed|0 |1 Summary|wrong

[Bug ada/58239] [4.9 regression] pretty-print.c:789: undefined reference to `operator delete(void*)'

2013-08-25 Thread ebotcazou at gcc dot gnu.org
||2013-08-25 CC||ebotcazou at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #4 from Eric Botcazou --- > OK, I see the emitted reference to 'operator delete', and I suspect I > have an idea of

[Bug ada/58264] Incorrect 'First when assigning function-call.all (of access String;) to an indefinite String object

2013-08-30 Thread ebotcazou at gcc dot gnu.org
||2013-08-30 CC||ebotcazou at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Eric Botcazou --- Thanks for reporting the problem.

[Bug c++/58178] variant function name was used for user defined constructor

2013-08-30 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58178 Eric Botcazou changed: What|Removed |Added Status|WAITING |NEW --- Comment #10 from Eric Botcazou -

[Bug ada/58239] [4.9 regression] pretty-print.c:789: undefined reference to `operator delete(void*)'

2013-08-30 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58239 --- Comment #11 from Eric Botcazou --- > "grep -R -static-libstdc++ gcc/ada" suggests that -static-libstdc++ only > appears in a Changelog entry. > > also the gcc driver silently ignores -static-libstdc++. > > certainly, the -B options are passe

[Bug target/58278] visibility bug from #26905 still happens with the sparc64 backend

2013-08-30 Thread ebotcazou at gcc dot gnu.org
||2013-08-30 CC||ebotcazou at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Eric Botcazou --- What do you mean exactly? What's the difference with the default visibility?

[Bug target/58278] visibility bug from #26905 still happens with the sparc64 backend

2013-08-30 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58278 --- Comment #3 from Eric Botcazou --- > Compare with this on amd64: > > > c++ -o plain.s -S conftest.cc > > c++ -o shared.s -fPIC -shared -S conftest.cc > > diff -u plain.s shared.s > --- plain.s 2013-08-30 21:46:18.0 +0200 > +++

[Bug target/58278] visibility bug from #26905 still happens with the sparc64 backend

2013-08-31 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58278 Eric Botcazou changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug ada/58239] [4.9 regression] pretty-print.c:789: undefined reference to `operator delete(void*)'

2013-08-31 Thread ebotcazou at gcc dot gnu.org
at gcc dot gnu.org |ebotcazou at gcc dot gnu.org --- Comment #13 from Eric Botcazou --- Created attachment 30734 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30734&action=edit Tentative fix

[Bug ada/58239] [4.9 regression] pretty-print.c:789: undefined reference to `operator delete(void*)'

2013-09-01 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58239 --- Comment #15 from Eric Botcazou --- > As I was trying to say in earlier comments (and failing to be clear, I > suppose), Darwin needs the library dirs as "-B" in addition to "-L", because > we have to use spec substitution to access static libs

[Bug ada/58239] [4.9 regression] pretty-print.c:789: undefined reference to `operator delete(void*)'

2013-09-01 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58239 --- Comment #17 from Eric Botcazou --- Author: ebotcazou Date: Sun Sep 1 16:51:41 2013 New Revision: 202150 URL: http://gcc.gnu.org/viewcvs?rev=202150&root=gcc&view=rev Log: PR ada/58239 gnattools/ * Makefile.in (CXX_LFLAGS): New. (T

[Bug ada/58239] [4.9 regression] pretty-print.c:789: undefined reference to `operator delete(void*)'

2013-09-01 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58239 Eric Botcazou changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug bootstrap/58242] [4.9 regression] linux-android.c:40:7: error: 'OPTION_BIONIC' was not declared in this scope breaks bootstrap on powerpc64-linux

2013-09-02 Thread ebotcazou at gcc dot gnu.org
||2013-09-02 CC||ebotcazou at gcc dot gnu.org Ever confirmed|0 |1 Build|powerpc64-linux |powerpc*-linux --- Comment #2 from Eric Botcazou --- Likewise on PowerPC/Linux.

[Bug middle-end/56382] FAIL: gcc.c-torture/compile/pr55921.c (internal compiler error)

2013-09-02 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56382 --- Comment #4 from Eric Botcazou --- Author: ebotcazou Date: Mon Sep 2 16:19:20 2013 New Revision: 202179 URL: http://gcc.gnu.org/viewcvs?rev=202179&root=gcc&view=rev Log: PR middle-end/56382 * expr.c (emit_move_complex): Do not move co

[Bug rtl-optimization/58295] [4.8/4.9 regression] Missed zero-extension elimination in the combiner

2013-09-02 Thread ebotcazou at gcc dot gnu.org
|NEW Keywords||missed-optimization Last reconfirmed||2013-09-02 CC||ebotcazou at gcc dot gnu.org Ever confirmed|0 |1 Summary

[Bug rtl-optimization/54585] stack space allocated but never used when calling functions that return structs in registers

2013-09-05 Thread ebotcazou at gcc dot gnu.org
||2013-09-05 CC||ebotcazou at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #2 from Eric Botcazou --- It's quite hard because the frame is laid out way before all the memory accesses to the stack slot

[Bug rtl-optimization/58295] [4.8/4.9 regression] Missed zero-extension elimination in the combiner

2013-09-06 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58295 --- Comment #5 from Eric Botcazou --- > Therefore, we can conclude that the original case tried by the combiner is > the best way to merge/reduce the redundant zero extension insn. Yes and, although x86 is the dominant architecture, it shouldn't

[Bug bootstrap/58340] [4.9 regression] gcc/cp/pt.c:7064:1: internal compiler error: in propagate_threaded_block_debug_into, at tree-ssa-threadedge.c:623

2013-09-07 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58340 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot gnu.org Target

[Bug bootstrap/58350] libvtv/testsuite: Makefile:369: *** missing separator. Stop.

2013-09-07 Thread ebotcazou at gcc dot gnu.org
||2013-09-07 CC||ebotcazou at gcc dot gnu.org Target Milestone|--- |4.9.0 Ever confirmed|0 |1 Severity|normal |blocker --- Comment #1 from Eric Botcazou

[Bug tree-optimization/58364] [4.8/4.9 Regression] likely wrong code bug

2013-09-10 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58364 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot gnu.org --- Comment

[Bug target/58426] vax fails to compile gcov.c in stage1

2013-09-15 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58426 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot gnu.org --- Comment

[Bug ada/58264] incorrect bounds of string when assigned from dereference of function result

2013-09-18 Thread ebotcazou at gcc dot gnu.org
at gcc dot gnu.org |ebotcazou at gcc dot gnu.org Summary|Incorrect 'First when |incorrect bounds of string |assigning function-call.all |when assigned from |(of access String;) to an |dereference of fun

[Bug ada/58264] incorrect bounds of string when assigned from dereference of function result

2013-09-18 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58264 --- Comment #2 from Eric Botcazou --- Author: ebotcazou Date: Wed Sep 18 10:51:43 2013 New Revision: 202694 URL: http://gcc.gnu.org/viewcvs?rev=202694&root=gcc&view=rev Log: PR ada/58264 * gcc-interface/trans.c (Attribute_to_gnu): Define

[Bug ada/58264] incorrect bounds of string when assigned from dereference of function result

2013-09-18 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58264 --- Comment #3 from Eric Botcazou --- Author: ebotcazou Date: Wed Sep 18 10:55:36 2013 New Revision: 202695 URL: http://gcc.gnu.org/viewcvs?rev=202695&root=gcc&view=rev Log: PR ada/58264 * gcc-interface/trans.c (Attribute_to_gnu): Define

[Bug ada/58264] incorrect bounds of string when assigned from dereference of function result

2013-09-18 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58264 Eric Botcazou changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug bootstrap/58509] [4.9 regression] ICE in calc_dfs_tree, at dominance.c:397 during Ada runtime build

2013-09-24 Thread ebotcazou at gcc dot gnu.org
-linux | Assignee|unassigned at gcc dot gnu.org |ebotcazou at gcc dot gnu.org Summary|[4.9 regression] ICE in |[4.9 regression] ICE in |calc_dfs_tree, at |calc_dfs_tree, at |dominance.c:397 breaks Ada

[Bug target/50091] [4.5/4.6/4.7 Regression] -fstack-check gives bad assembly on powerpc-apple-darwin9

2011-08-16 Thread ebotcazou at gcc dot gnu.org
||2011-08-16 AssignedTo|unassigned at gcc dot |ebotcazou at gcc dot |gnu.org |gnu.org Ever Confirmed|0 |1 --- Comment #2 from Eric Botcazou 2011-08-16 17:12:00 UTC --- > Well, look at the PR -

[Bug bootstrap/50237] New: [4.7 regression] comparison failure caused by HAVE_INITFINI_ARRAY check

2011-08-30 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50237 Bug #: 50237 Summary: [4.7 regression] comparison failure caused by HAVE_INITFINI_ARRAY check Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFI

[Bug bootstrap/50237] [4.7 regression] comparison failure caused by HAVE_INITFINI_ARRAY check

2011-08-30 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50237 --- Comment #2 from Eric Botcazou 2011-08-30 13:50:28 UTC --- > HAVE_INITFINI_ARRAY is supposed to check the binutils/glibc feature, > independent of compiler. AFAICS it doesn't, it compiles everything with the host compiler, which will use in p

[Bug bootstrap/50237] [4.7 regression] comparison failure caused by HAVE_INITFINI_ARRAY check

2011-08-30 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50237 --- Comment #6 from Eric Botcazou 2011-08-30 15:00:54 UTC --- > How does stage 2 binutils fail the test? It doesn't. Let me explain: - during stage1, the check is made with the host compiler, i.e. the base compiler, so the old binutils are u

[Bug bootstrap/50237] [4.7 regression] bootstrap comparison failure for libcpp/lex.o

2011-09-03 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50237 Eric Botcazou changed: What|Removed |Added Summary|[4.7 regression] comparison |[4.7 regression] bootstrap

[Bug middle-end/50251] [4.7 Regression] Revision 178353 caused many test failures

2011-09-03 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50251 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot

[Bug middle-end/50266] [4.6/4.7 Regression] internal compiler error: in decode_addr_const, at varasm.c:2638

2011-09-03 Thread ebotcazou at gcc dot gnu.org
gcc dot| |gnu.org | AssignedTo|unassigned at gcc dot |ebotcazou at gcc dot |gnu.org |gnu.org --- Comment #4 from Eric Botcazou 2011-09-03 13:23:55 UTC --- Looking into it.

[Bug target/50091] [4.5/4.6/4.7 Regression] -fstack-check gives bad assembly on powerpc-apple-darwin9

2011-09-03 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50091 --- Comment #7 from Eric Botcazou 2011-09-03 13:28:43 UTC --- Created attachment 25182 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25182 Tentative fix Untested as of this writing.

[Bug middle-end/50266] [4.6/4.7 Regression] internal compiler error: in decode_addr_const, at varasm.c:2638

2011-09-03 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50266 --- Comment #5 from Eric Botcazou 2011-09-03 14:32:01 UTC --- > and we have a CTOR and not individual initializations because of Erics > const-pool changes I believe. No, we have the constructor with GCC 4.5 as well, my patch only makes it go th

[Bug target/50091] [4.5/4.6/4.7 Regression] -fstack-check gives bad assembly on powerpc-apple-darwin9

2011-09-03 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50091 --- Comment #9 from Eric Botcazou 2011-09-03 14:45:01 UTC --- > Thanks, starting bootstrap in a minute .. . > > ... your patch + this (and some unrelated fixes for powerpc ADA bootstrap): > > Index: gcc/config/rs6000/rs6000.c > ===

[Bug target/50091] [4.5/4.6/4.7 Regression] -fstack-check gives bad assembly on powerpc-apple-darwin9

2011-09-03 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50091 Eric Botcazou changed: What|Removed |Added Attachment #25182|0 |1 is obsolete|

[Bug target/50091] [4.5/4.6/4.7 Regression] -fstack-check gives bad assembly on powerpc-apple-darwin9

2011-09-03 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50091 --- Comment #12 from Eric Botcazou 2011-09-03 17:28:32 UTC --- > bootstrapped with your amended change to rs6000.c > ./gcc/xgcc -Bgcc ../tests/hello.c -o hc -fstack-check -save-temps > -fverbose-asm > -fdump-rtl-all > ... shows that the stack c

[Bug target/50091] [4.5/4.6/4.7 Regression] -fstack-check gives bad assembly on powerpc-apple-darwin9

2011-09-04 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50091 --- Comment #14 from Eric Botcazou 2011-09-04 13:02:15 UTC --- > for a smaller frame ... and the asm looks sensible... Great, thanks. Defining STACK_CHECK_STATIC_BUILTIN to 1 for Darwin would be a separate thing. In particular, you'd need to te

[Bug ada/50294] ICE in output_constructor_regular_field

2011-09-05 Thread ebotcazou at gcc dot gnu.org
||2011-09-05 CC|ebotcazou at gcc dot| |gnu.org | AssignedTo|unassigned at gcc dot |ebotcazou at gcc dot |gnu.org |gnu.org Summary|ICE in

[Bug ada/50294] ICE in output_constructor_regular_field

2011-09-06 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50294 --- Comment #5 from Eric Botcazou 2011-09-06 09:14:28 UTC --- > My idea with fixing the Ada issue would be to conditionally use a signed > or unsigned (sizetype) domain type. Not sure if all of the middle-end > copes well with ssizetype domains

[Bug ada/50294] ICE in output_constructor_regular_field

2011-09-06 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50294 --- Comment #7 from Eric Botcazou 2011-09-06 10:21:42 UTC --- > And 32-bit for 32-bit targets? sizetype is 32bits there ... No, 64-bit type are supported universally. Of course your mileage may vary for array types indexed with a 64-bit type..

[Bug middle-end/50266] [4.6/4.7 Regression] ICE in decode_addr_const

2011-09-06 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50266 --- Comment #6 from Eric Botcazou 2011-09-06 21:17:51 UTC --- Author: ebotcazou Date: Tue Sep 6 21:17:46 2011 New Revision: 178611 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178611 Log: PR middle-end/50266 * c-common.c (c_ful

[Bug middle-end/50266] [4.6/4.7 Regression] ICE in decode_addr_const

2011-09-06 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50266 --- Comment #7 from Eric Botcazou 2011-09-06 21:23:57 UTC --- Author: ebotcazou Date: Tue Sep 6 21:23:53 2011 New Revision: 178613 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178613 Log: PR middle-end/50266 * c-common.c (c_ful

[Bug middle-end/50266] [4.6/4.7 Regression] ICE in decode_addr_const

2011-09-06 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50266 Eric Botcazou changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug bootstrap/50342] gcc/configure fails on Mac OS X Lion/Xcode 4.1 with recent GCCs

2011-09-09 Thread ebotcazou at gcc dot gnu.org
||2011-09-09 CC||ebotcazou at gcc dot ||gnu.org Summary|gcc/configure fails on Mac |gcc/configure fails on Mac |OS X Lion/Xcode 4.1 if |OS X Lion/Xcode 4.1 with

[Bug bootstrap/50342] gcc/configure fails on Mac OS X Lion/Xcode 4.1 with recent GCCs

2011-09-09 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50342 --- Comment #4 from Eric Botcazou 2011-09-09 18:09:00 UTC --- > Other than only building ada triggers the bug. Huh? How could Ada have something to do with the toplevel configure?

[Bug bootstrap/50342] gcc/configure fails on Mac OS X Lion/Xcode 4.1 with recent GCCs

2011-09-09 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50342 --- Comment #7 from Eric Botcazou 2011-09-09 18:56:19 UTC --- > Is there an approved way of getting CFLAGS="-D_FORTIFY_SOURCE=0" into the > configure process? (there isn't AFAICT a problem with the actual build). I've > tried > > ../gcc-4.6.1/

[Bug bootstrap/50010] [4.7 regression] bootstrap comparison failure without CFI directives

2011-09-11 Thread ebotcazou at gcc dot gnu.org
||ebotcazou at gcc dot ||gnu.org Host||i[345]86-*-* Summary|[4.7 regression]|[4.7 regression] bootstrap |i386-unknown-freebsd|comparison

[Bug tree-optimization/49452] [4.7 regression] comp-goto-2.c regresses in testing

2011-09-13 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49452 --- Comment #21 from Eric Botcazou 2011-09-14 06:48:01 UTC --- > All callee saved registers should never changed after function call. Here fp > has been changed is not because it is after a function call, it is because it > is after the target of

[Bug ada/50433] [4.7 Regression] ACATS c460010 fails to compile

2011-09-16 Thread ebotcazou at gcc dot gnu.org
||2011-09-16 CC||ebotcazou at gcc dot ||gnu.org Summary|[4.7 Regression] acats |[4.7 Regression] ACATS |tests FAIL: c460010 on |c460010 fails to compile

[Bug tree-optimization/49452] [4.7 regression] comp-goto-2.c regresses in testing

2011-09-16 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49452 --- Comment #24 from Eric Botcazou 2011-09-16 21:24:30 UTC --- > It seems postreload.c should be changed to the following to avoid combining > > --- postreload.c(revision 178904) > +++ postreload.c(working copy) > @@ -1312,7 +1312,7 @@ r

[Bug tree-optimization/50433] [4.7 Regression] ACATS c460010 fails to compile

2011-09-17 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50433 Eric Botcazou changed: What|Removed |Added CC||hubicka at gcc dot gnu.org Compo

[Bug target/50091] [4.5/4.6/4.7 Regression] -fstack-check generates wrong assembly

2011-09-18 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50091 --- Comment #16 from Eric Botcazou 2011-09-18 22:00:57 UTC --- Author: ebotcazou Date: Sun Sep 18 22:00:52 2011 New Revision: 178944 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178944 Log: PR target/50091 * config/rs6000/rs6000

[Bug target/50091] [4.5/4.6/4.7 Regression] -fstack-check generates wrong assembly

2011-09-18 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50091 --- Comment #17 from Eric Botcazou 2011-09-18 22:02:01 UTC --- Author: ebotcazou Date: Sun Sep 18 22:01:56 2011 New Revision: 178945 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178945 Log: PR target/50091 * config/rs6000/rs6000

[Bug target/50091] [4.5/4.6/4.7 Regression] -fstack-check generates wrong assembly

2011-09-18 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50091 --- Comment #18 from Eric Botcazou 2011-09-18 22:02:31 UTC --- Author: ebotcazou Date: Sun Sep 18 22:02:27 2011 New Revision: 178946 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178946 Log: PR target/50091 * config/rs6000/rs6000

[Bug target/50091] [4.5/4.6/4.7 Regression] -fstack-check generates wrong assembly

2011-09-18 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50091 Eric Botcazou changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug tree-optimization/50433] [4.7 Regression] ACATS c460010 fails to compile

2011-09-21 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50433 Eric Botcazou changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug lto/50492] [4.7 regression] Ada bootstrap failure --with-build-config=bootstrap-lto

2011-09-23 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50492 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Known to work|

[Bug lto/50492] [4.7 regression] Ada bootstrap failure --with-build-config=bootstrap-lto

2011-09-23 Thread ebotcazou at gcc dot gnu.org
at gcc dot |ebotcazou at gcc dot |gnu.org |gnu.org --- Comment #2 from Eric Botcazou 2011-09-23 11:59:56 UTC --- Investigating.

[Bug libgomp/49965] libgomp.c++/reduction-4.C and libgomp.c++/task-8.C FAIL on Solaris 11/SPARC

2011-09-30 Thread ebotcazou at gcc dot gnu.org
at gcc dot |ebotcazou at gcc dot |gnu.org |gnu.org --- Comment #11 from Eric Botcazou 2011-09-30 10:14:23 UTC --- Investigating.

[Bug lto/50492] [4.7 regression] Ada bootstrap failure --with-build-config=bootstrap-lto

2011-10-07 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50492 --- Comment #6 from Eric Botcazou 2011-10-07 11:43:08 UTC --- Author: ebotcazou Date: Fri Oct 7 11:43:03 2011 New Revision: 179652 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179652 Log: PR lto/50492 * gcc-interface/gigi.h (gn

[Bug lto/50492] [4.7 regression] Ada bootstrap failure --with-build-config=bootstrap-lto

2011-10-07 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50492 Eric Botcazou changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug ada/50678] [4.7 Regression] FAIL: c52104y on x86_64-apple-darwin10

2011-10-09 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50678 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot

[Bug tree-optimization/50678] [4.7 Regression] FAIL: c52104y on x86_64-apple-darwin10

2011-10-10 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50678 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/50608] [4.6/4.7 Regression] cannot apply 'offsetof' to a non constant address

2011-10-11 Thread ebotcazou at gcc dot gnu.org
at gcc dot |ebotcazou at gcc dot |gnu.org |gnu.org --- Comment #4 from Eric Botcazou 2011-10-11 09:48:05 UTC --- It turns out that __builtin_offsetof goes through the new code. Fixing...

[Bug tree-optimization/50678] [4.7 Regression] FAIL: c52104y on x86_64-apple-darwin10

2011-10-11 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50678 --- Comment #9 from Eric Botcazou 2011-10-11 11:20:41 UTC --- > It would be nice to know whether this particular FAIL is the failure > of some checking mechanism or a genuine wrong-code bug. I suppose > it's the former, and for -fstack-check we

[Bug libgomp/49965] libgomp.c++/reduction-4.C and libgomp.c++/task-8.C FAIL on Solaris 11/SPARC

2011-10-11 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49965 --- Comment #12 from Eric Botcazou 2011-10-11 15:37:29 UTC --- This is a fallout of the merge of the cond-optab branch in the 4.5 series.

[Bug target/49965] libgomp.c++/reduction-4.C and libgomp.c++/task-8.C FAIL on Solaris 11/SPARC

2011-10-11 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49965 --- Comment #14 from Eric Botcazou 2011-10-11 21:34:01 UTC --- Author: ebotcazou Date: Tue Oct 11 21:33:57 2011 New Revision: 179828 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179828 Log: PR target/49965 * config/sparc/sparc.m

[Bug target/49965] libgomp.c++/reduction-4.C and libgomp.c++/task-8.C FAIL on Solaris 11/SPARC

2011-10-11 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49965 --- Comment #13 from Eric Botcazou 2011-10-11 21:33:28 UTC --- Author: ebotcazou Date: Tue Oct 11 21:33:24 2011 New Revision: 179827 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179827 Log: PR target/49965 * config/sparc/sparc.m

[Bug target/49965] libgomp.c++/reduction-4.C and libgomp.c++/task-8.C FAIL on Solaris 11/SPARC

2011-10-11 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49965 --- Comment #15 from Eric Botcazou 2011-10-11 21:34:48 UTC --- Author: ebotcazou Date: Tue Oct 11 21:34:42 2011 New Revision: 179829 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179829 Log: PR target/49965 * config/sparc/sparc.m

[Bug target/49965] libgomp.c++/reduction-4.C and libgomp.c++/task-8.C FAIL on Solaris 11/SPARC

2011-10-11 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49965 Eric Botcazou changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug ada/50678] [4.7 Regression] FAIL: c52104y on x86_64-apple-darwin10

2011-10-12 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50678 --- Comment #23 from Eric Botcazou 2011-10-12 18:04:00 UTC --- It turns out that Tom's patch is innocent, you can reproduce the problem at the preceding revision if you compiled at -O1 instead of -O2. This appears to be a problem in the signal u

[Bug ada/50678] [4.7 Regression] FAIL: c52104y on x86_64-apple-darwin10

2011-10-12 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50678 --- Comment #26 from Eric Botcazou 2011-10-12 20:55:31 UTC --- > reproducible (using gdb 7.1) on darwin9 @ m64 (m32 is OK on D9 and D10) - > - so where are we looking for a problem- in the m64 libgcc_s unwinder - or in > the ada handers? .. or i

[Bug ada/50678] [4.7 Regression] FAIL: c52104y on x86_64-apple-darwin10

2011-10-12 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50678 --- Comment #28 from Eric Botcazou 2011-10-12 22:54:57 UTC --- > OK. well libgcc_s or libSystem contains the unwinder, depending on whether > it's darwin9 or darwin10 (and assuming that there's no insertion caused by a > DYLD_LIBRARY_PATH). I'l

[Bug ada/50589] [4.7] Ada bootstrap failure on sparc-linux

2011-10-13 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50589 --- Comment #1 from Eric Botcazou 2011-10-13 10:54:23 UTC --- Author: ebotcazou Date: Thu Oct 13 10:54:19 2011 New Revision: 179911 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179911 Log: PR ada/50589 * s-linux-alpha.ads: Do no

[Bug ada/50589] [4.7] Ada bootstrap failure on sparc-linux

2011-10-13 Thread ebotcazou at gcc dot gnu.org
||ebotcazou at gcc dot ||gnu.org Resolution||FIXED AssignedTo|unassigned at gcc dot |ebotcazou at gcc dot |gnu.org |gnu.org Target Milestone

[Bug target/50354] [4.7 regression] sparc64-linux gcc generates assembly code that gas rejects, breaking bootstrap

2011-10-13 Thread ebotcazou at gcc dot gnu.org
||2011-10-13 CC||ebotcazou at gcc dot ||gnu.org AssignedTo|unassigned at gcc dot |ebotcazou at gcc dot |gnu.org |gnu.org Ever

[Bug target/50354] [4.7 regression] architecture mismatch between compiler and assembler

2011-10-14 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50354 --- Comment #2 from Eric Botcazou 2011-10-14 23:02:46 UTC --- Author: ebotcazou Date: Fri Oct 14 23:02:40 2011 New Revision: 180013 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180013 Log: PR target/50354 * config/sparc/linux64.

[Bug target/50354] [4.7 regression] architecture mismatch between compiler and assembler

2011-10-14 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50354 Eric Botcazou changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug rtl-optimization/50615] [4.7 Regression] ICE: in distribute_notes, at combine.c:13282 with -O --param max-cse-insns=1

2011-10-14 Thread ebotcazou at gcc dot gnu.org
||ebotcazou at gcc dot ||gnu.org AssignedTo|unassigned at gcc dot |ebotcazou at gcc dot |gnu.org |gnu.org --- Comment #2 from Eric Botcazou 2011-10-14 23:58:50 UTC --- Investigating.

[Bug target/50737] FAIL: Throw_3 -O3 execution, generic dwarf2 EH problem?

2011-10-15 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50737 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot

[Bug rtl-optimization/50496] [4.7 regression] ICE in redirect_jump, at jump.c:1497

2011-10-15 Thread ebotcazou at gcc dot gnu.org
||2011-10-15 CC||ebotcazou at gcc dot ||gnu.org Component|middle-end |rtl-optimization Ever Confirmed|0 |1 --- Comment #6 from Eric

[Bug target/50737] FAIL: Throw_3 -O3 execution, generic dwarf2 EH problem?

2011-10-15 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50737 --- Comment #7 from Eric Botcazou 2011-10-15 14:56:44 UTC --- > ... but looking at Dwarf2 frames dump, there is no "S" in any of the CIE > augmentation data. Try to add fs->signal_frame = 1; at the end of alpha_fallback_frame_state then.

[Bug target/50678] [4.7 Regression] FAIL: c52104y on x86_64-apple-darwin10

2011-10-15 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50678 --- Comment #30 from Eric Botcazou 2011-10-15 20:49:03 UTC --- > however I've not got far through Raise_From_Signal_Handler () - if one > continues from there it ends with a loop on x86-64/darwin9 and another segv on > x86-64/darwin10. You need

[Bug target/50678] [4.7 Regression] FAIL: c52104y on x86_64-apple-darwin10

2011-10-15 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50678 --- Comment #31 from Eric Botcazou 2011-10-15 21:34:32 UTC --- There is some suspicious code in #0 0x7fff85c75d48 in libunwind::DwarfInstructions::stepWithDwarf(libunwind::LocalAddressSpace&, unsigned long long, unsigned long long, libunwin

[Bug target/50683] GCC compiles MPFR 3.1.0 wrongly on sparc

2011-10-16 Thread ebotcazou at gcc dot gnu.org
||ebotcazou at gcc dot ||gnu.org AssignedTo|unassigned at gcc dot |ebotcazou at gcc dot |gnu.org |gnu.org --- Comment #4 from Eric Botcazou 2011-10-16 11:25:03 UTC --- Investigating.

[Bug rtl-optimization/50615] [4.7 Regression] ICE: in distribute_notes, at combine.c:13282 with -O --param max-cse-insns=1

2011-10-16 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50615 --- Comment #3 from Eric Botcazou 2011-10-16 13:14:37 UTC --- Author: ebotcazou Date: Sun Oct 16 13:14:34 2011 New Revision: 180058 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180058 Log: PR rtl-optimization/50615 * combine.c (

[Bug rtl-optimization/50615] [4.7 Regression] ICE: in distribute_notes, at combine.c:13282 with -O --param max-cse-insns=1

2011-10-16 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50615 Eric Botcazou changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug target/50683] GCC compiles MPFR 3.1.0 wrongly on sparc

2011-10-16 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50683 Eric Botcazou changed: What|Removed |Added CC||davem at davemloft dot net --- Comment #5

[Bug target/50737] FAIL: Throw_3 -O3 execution, generic dwarf2 EH problem?

2011-10-16 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50737 --- Comment #11 from Eric Botcazou 2011-10-16 19:33:19 UTC --- (In reply to comment #10) > Hm, I didn't notice new Java failure with the patch: > > === libjava tests === > > > Running target unix > FAIL: Array_3 execution - source comp

<    2   3   4   5   6   7   8   9   10   11   >