[Bug c/47599] -fno-short-wchar does not force long wchar

2011-02-04 Thread roucaries.bastien+bugs at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47599 --- Comment #2 from Bastien ROUCARIES roucaries.bastien+bugs at gmail dot com 2011-02-04 08:21:20 UTC --- I disagree wchar_t is a building type. Indeed Laa should expand to 16 bits packed char with short wchar and 32 bits with no-short-wchar.

[Bug c/47599] -fno-short-wchar does not force long wchar

2011-02-04 Thread roucaries.bastien+bugs at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47599 --- Comment #3 from Bastien ROUCARIES roucaries.bastien+bugs at gmail dot com 2011-02-04 08:27:40 UTC --- BTW i have checked the source code, and if my memory is correct wchar_t is defined as MODIFIED_WCHAR_T = fshortwchar ? Short int : WCHAR_T

[Bug c/47599] -fno-short-wchar does not force long wchar

2011-02-04 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47599 --- Comment #4 from Andrew Pinski pinskia at gcc dot gnu.org 2011-02-04 08:33:03 UTC --- It is a builtin type (for C++ it is exposed as the keyword, wchar_t). For C, the headers define the type, see the preprocessed source to show that is the

[Bug middle-end/47602] Permit inline asm to clobber PIC register

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

[Bug c/47599] -fno-short-wchar does not force long wchar

2011-02-04 Thread roucaries.bastien+bugs at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47599 --- Comment #5 from Bastien ROUCARIES roucaries.bastien+bugs at gmail dot com 2011-02-04 09:25:36 UTC --- ok thanks it is defined in the header and in this case they are two bugs. Try the following program #include stdio.h typedef

[Bug fortran/43366] [OOP][F2008] Intrinsic assign to polymorphic variable

2011-02-04 Thread pault at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43366 --- Comment #9 from Paul Thomas pault at gcc dot gnu.org 2011-02-04 09:32:01 UTC --- (In reply to comment #5) Realloc-on-assign for scalars was implemented in r169356. Paul, what does it take to make this work for polymorphic scalars? Not a

[Bug target/47142] incorrect libgcc_s_sjlj-1.dll install

2011-02-04 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47142 --- Comment #4 from Kai Tietz ktietz at gcc dot gnu.org 2011-02-04 09:33:58 UTC --- Could you please check if this patch solves the issue for multilib? (It treats multilib scenario like cross for installation of dll files). Index: config.gcc

[Bug c/47599] -fno-short-wchar does not force long wchar

2011-02-04 Thread roucaries.bastien+bugs at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47599 --- Comment #6 from Bastien ROUCARIES roucaries.bastien+bugs at gmail dot com 2011-02-04 09:39:02 UTC --- I have checked with gcc -E the following program: typedef __WCHAR_TYPE__ wchar_t; under linux it output typedef int wchar_t under linux

[Bug c/47599] -fno-short-wchar does not force long wchar

2011-02-04 Thread roucaries.bastien+bugs at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47599 --- Comment #7 from Bastien ROUCARIES roucaries.bastien+bugs at gmail dot com 2011-02-04 09:41:04 UTC --- Sorry replace the last linux by cygwin

[Bug target/47558] 163267 breaks exception traceback in xplor-nih

2011-02-04 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47558 --- Comment #49 from Iain Sandoe iains at gcc dot gnu.org 2011-02-04 10:21:27 UTC --- (In reply to comment #38) This would avoid the need for reverting r163267. I'd rather not revert r163267 because of the behavior described in comment #35.

[Bug target/46788] unsigned int possible treated as signed in a union/struct

2011-02-04 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46788 Mikael Pettersson mikpe at it dot uu.se changed: What|Removed |Added CC||ramana at gcc

[Bug target/47558] 163267 breaks exception traceback in xplor-nih

2011-02-04 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47558 --- Comment #50 from Iain Sandoe iains at gcc dot gnu.org 2011-02-04 10:52:38 UTC --- (In reply to comment #49) (In reply to comment #38) [ you might want to re-check http://gcc.gnu.org/ml/gcc-patches/2011-02/msg00274.html would work with

[Bug target/47558] 163267 breaks exception traceback in xplor-nih

2011-02-04 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47558 --- Comment #51 from Iain Sandoe iains at gcc dot gnu.org 2011-02-04 10:57:39 UTC --- (In reply to comment #37) Let me know when the dust settles and you guys agree on the path forward and I will decloak... I've been trying to avoid

[Bug target/47558] 163267 breaks exception traceback in xplor-nih

2011-02-04 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47558 --- Comment #52 from Jack Howarth howarth at nitro dot med.uc.edu 2011-02-04 11:02:02 UTC --- ain, I think the key misassumption you are making is that the internal linker and dyld behavior for 10.5 is valid under 10.6. Remember that unlike

[Bug c++/47606] New: [trans-mem] internal compiler error in expand_block_tm with O2

2011-02-04 Thread patrick.marlier at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47606 Summary: [trans-mem] internal compiler error in expand_block_tm with O2 Product: gcc Version: trans-mem Status: UNCONFIRMED Severity: normal Priority: P3

[Bug target/47558] 163267 breaks exception traceback in xplor-nih

2011-02-04 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47558 --- Comment #53 from Iain Sandoe iains at gcc dot gnu.org 2011-02-04 11:26:14 UTC --- (In reply to comment #52) ain, I think the key misassumption you are making is that the internal linker and dyld behavior for 10.5 is valid under 10.6.

[Bug lto/47607] New: FAIL: gcc.c-torture/execute/builtins/abs-2.c execution, -O2 -flto

2011-02-04 Thread amodra at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47607 Summary: FAIL: gcc.c-torture/execute/builtins/abs-2.c execution, -O2 -flto Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug target/47558] 163267 breaks exception traceback in xplor-nih

2011-02-04 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47558 --- Comment #54 from Jack Howarth howarth at nitro dot med.uc.edu 2011-02-04 12:02:18 UTC --- Test results for proposed patch in Comment 45 at http://gcc.gnu.org/ml/gcc-testresults/2011-02/msg00416.html.

[Bug target/47558] 163267 breaks exception traceback in xplor-nih

2011-02-04 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47558 --- Comment #55 from Jack Howarth howarth at nitro dot med.uc.edu 2011-02-04 12:31:28 UTC --- Moved conversation upstream for definitive answer from the Apple linker developer... http://lists.apple.com/archives/darwin-dev//2011/Feb/msg0.html

[Bug lto/47607] FAIL: gcc.c-torture/execute/builtins/abs-2.c execution, -O2 -flto

2011-02-04 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47607 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug target/47142] incorrect libgcc_s_sjlj-1.dll install

2011-02-04 Thread dongsheng.song at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47142 --- Comment #5 from Dongsheng Song dongsheng.song at gmail dot com 2011-02-04 13:29:09 UTC --- (In reply to comment #4) Could you please check if this patch solves the issue for multilib? (It treats multilib scenario like cross for installation

[Bug pch/47584] [4.6 regression] internal compiler error: sigsegv in libcpp/line-map.c:285

2011-02-04 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47584 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug c++/46941] [trans-mem] new/delete operator are unsafe

2011-02-04 Thread patrick.marlier at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46941 --- Comment #10 from Patrick Marlier patrick.marlier at gmail dot com 2011-02-04 13:54:30 UTC --- (In reply to comment #8) I will tackle the ECF_MALLOC comment separately. Should I open up a new bug report for this? or is it already on your

[Bug middle-end/47602] Permit inline asm to clobber PIC register

2011-02-04 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47602 --- Comment #10 from Ian Lance Taylor ian at airs dot com 2011-02-04 14:16:32 UTC --- What advantage do we bring to our users by requiring them to be aware of the details of the PIC register when writing inline asm code? Again, those who *are*

[Bug target/47142] incorrect libgcc_s_sjlj-1.dll install

2011-02-04 Thread dongsheng.song at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47142 --- Comment #6 from Dongsheng Song dongsheng.song at gmail dot com 2011-02-04 14:26:44 UTC --- (In reply to comment #5) My next complete building will be started at 23:50 PM(UTC), if I got different answer, I will inform you. OOPS,

[Bug middle-end/47602] Permit inline asm to clobber PIC register

2011-02-04 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47602 --- Comment #11 from Andreas Schwab sch...@linux-m68k.org 2011-02-04 14:28:00 UTC --- If you are writing assembler code you need to know your ABI in and out.

[Bug lto/47607] FAIL: gcc.c-torture/execute/builtins/abs-2.c execution, -O2 -flto

2011-02-04 Thread amodra at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47607 Alan Modra amodra at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/47548] [regression] m32c-rtems ICEt in change_address_1, at emit-rtl.c:1933

2011-02-04 Thread joel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47548 --- Comment #2 from Joel Sherrill joel at gcc dot gnu.org 2011-02-04 14:39:37 UTC --- Created attachment 23245 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=23245 Next ICE With your patch, the build fails earlier. $ m32c-rtems4.11-gcc

[Bug fortran/47571] [4.6 Regression] undefined reference to clock_gettime in Linux build of 02/01/2011

2011-02-04 Thread dave at hiauly1 dot hia.nrc.ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47571 --- Comment #21 from dave at hiauly1 dot hia.nrc.ca 2011-02-04 14:42:39 UTC --- Patch: http://gcc.gnu.org/ml/gcc-patches/2011-02/msg00196.html This is my previous janitorial patch, + a kludge which I believe should fix the issue on HP-UX

[Bug target/47548] [regression] m32c-rtems ICEt in change_address_1, at emit-rtl.c:1933

2011-02-04 Thread dj at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47548 DJ Delorie dj at redhat dot com changed: What|Removed |Added CC||dj at redhat dot com

[Bug middle-end/47602] Permit inline asm to clobber PIC register

2011-02-04 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47602 --- Comment #12 from H.J. Lu hjl.tools at gmail dot com 2011-02-04 15:01:56 UTC --- (In reply to comment #10) what way are we helping them by forcing them to know about it? How does that help them write inline assembler which, e.g., uses the

[Bug target/47548] [regression] m32c-rtems ICEt in change_address_1, at emit-rtl.c:1933

2011-02-04 Thread joel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47548 --- Comment #4 from Joel Sherrill joel at gcc dot gnu.org 2011-02-04 15:10:00 UTC --- (In reply to comment #3) That's odd. Could you take my patch back out, and verify the problem goes back to the original one? My patch shouldn't be able to

[Bug target/47558] 163267 breaks exception traceback in xplor-nih

2011-02-04 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47558 --- Comment #56 from Jack Howarth howarth at nitro dot med.uc.edu 2011-02-04 15:11:29 UTC --- The following works as a testcase for PR47558 test_main.c -- void main (void) { extern int unwindcall(void); int i;

[Bug target/47558] 163267 breaks exception traceback in xplor-nih

2011-02-04 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47558 --- Comment #57 from Jack Howarth howarth at nitro dot med.uc.edu 2011-02-04 15:16:42 UTC --- For the testcase in Comment 56 using my proposed patch from Comment 45... gcc-4 -dynamiclib -o libtestcall.dylib -flat_namespace -undefined suppress

[Bug target/47548] [regression] m32c-rtems ICEt in change_address_1, at emit-rtl.c:1933

2011-02-04 Thread dj at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47548 --- Comment #5 from DJ Delorie dj at redhat dot com 2011-02-04 15:21:40 UTC --- See if one of these other changes caused the problem. If so, yeah, I'll check this one in and we'll work on the other one separately. The new error you're seeing is

[Bug middle-end/47602] Permit inline asm to clobber PIC register

2011-02-04 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47602 --- Comment #13 from Eric Botcazou ebotcazou at gcc dot gnu.org 2011-02-04 15:23:22 UTC --- In what way are we helping them by forcing them to know about it? How does that help them write inline assembler which, e.g., uses the cpuid

[Bug c++/46941] [trans-mem] new/delete operator are unsafe

2011-02-04 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46941 --- Comment #11 from Aldy Hernandez aldyh at gcc dot gnu.org 2011-02-04 15:31:14 UTC --- Patrick. It's already on my TODO. I'm working on it.

[Bug tree-optimization/43695] [4.5 Regression] ICE: verify_flow_info failed: BB 2 is missing an EH edge with -fipa-cp-clone

2011-02-04 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43695 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug tree-optimization/43695] [4.5 Regression] ICE: verify_flow_info failed: BB 2 is missing an EH edge with -fipa-cp-clone

2011-02-04 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43695 --- Comment #7 from H.J. Lu hjl.tools at gmail dot com 2011-02-04 15:36:05 UTC --- We should add this testcase.

[Bug inline-asm/23200] [4.3/4.4/4.5/4.6 Regression] rejects i(var + 1)

2011-02-04 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23200 --- Comment #47 from Jakub Jelinek jakub at gcc dot gnu.org 2011-02-04 15:50:58 UTC --- Author: jakub Date: Fri Feb 4 15:50:51 2011 New Revision: 169831 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=169831 Log: PR inline-asm/23200

[Bug inline-asm/23200] [4.3/4.4/4.5 Regression] rejects i(var + 1)

2011-02-04 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23200 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug target/47142] incorrect libgcc_s_sjlj-1.dll install

2011-02-04 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47142 --- Comment #7 from Kai Tietz ktietz at gcc dot gnu.org 2011-02-04 15:54:10 UTC --- (In reply to comment #6) (In reply to comment #5) My next complete building will be started at 23:50 PM(UTC), if I got different answer, I will inform

[Bug target/47142] incorrect libgcc_s_sjlj-1.dll install

2011-02-04 Thread dongsheng.song at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47142 --- Comment #8 from Dongsheng Song dongsheng.song at gmail dot com 2011-02-04 16:05:13 UTC --- On Fri, Feb 4, 2011 at 23:54, ktietz at gcc dot gnu.org gcc-bugzi...@gcc.gnu.org wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47142 ---

[Bug target/31782] Invalid assembly code on initial dollar signs

2011-02-04 Thread funto66 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31782 funto66 at gmail dot com changed: What|Removed |Added CC||funto66 at gmail dot com ---

[Bug tree-optimization/43695] [4.5 Regression] ICE: verify_flow_info failed: BB 2 is missing an EH edge with -fipa-cp-clone

2011-02-04 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43695 --- Comment #8 from hjl at gcc dot gnu.org hjl at gcc dot gnu.org 2011-02-04 17:23:34 UTC --- Author: hjl Date: Fri Feb 4 17:23:30 2011 New Revision: 169835 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=169835 Log: Add a testcase for PR

[Bug target/47608] New: libstdc++ links to bad libgcc_s on OS X (libgcc_s rebuilt needlessly and incorrectly)

2011-02-04 Thread ossman at cendio dot se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47608 Summary: libstdc++ links to bad libgcc_s on OS X (libgcc_s rebuilt needlessly and incorrectly) Product: gcc Version: 4.4.3 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/46728] [4.6 Regression] GCC no longer generates fmadd for pow (x, 0.75)+y on powerpc

2011-02-04 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46728 --- Comment #2 from Michael Meissner meissner at gcc dot gnu.org 2011-02-04 18:11:09 UTC --- When the initial changes for bug 42694 was added that optimizes pow (x, 0.75) into sqrt(sqrt(x))*sqrt(x) under fast math, there was a desire to move this

[Bug target/47608] libstdc++ links to bad libgcc_s on OS X (libgcc_s rebuilt needlessly and incorrectly)

2011-02-04 Thread ossman at cendio dot se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47608 --- Comment #1 from Pierre Ossman ossman at cendio dot se 2011-02-04 18:12:26 UTC --- Created attachment 23246 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=23246 Hackish workaround This is what I've done here to workaround the problem.

[Bug target/47548] [regression] m32c-rtems ICEt in change_address_1, at emit-rtl.c:1933

2011-02-04 Thread joel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47548 --- Comment #6 from Joel Sherrill joel at gcc dot gnu.org 2011-02-04 18:30:41 UTC --- (In reply to comment #5) See if one of these other changes caused the problem. If so, yeah, I'll check this one in and we'll work on the other one

[Bug c++/46941] [trans-mem] new/delete operator are unsafe

2011-02-04 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46941 --- Comment #12 from Aldy Hernandez aldyh at gcc dot gnu.org 2011-02-04 18:40:09 UTC --- Patrick, the reason memory allocated by the C++ new operator does not get optimized by the TM-memopt pass is not because of a missing ECF_MALLOC attribute,

[Bug target/47609] New: libstdc++ depends on libgcc_s.10.5 but gets linked to libgcc_s.10.4

2011-02-04 Thread ossman at cendio dot se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47609 Summary: libstdc++ depends on libgcc_s.10.5 but gets linked to libgcc_s.10.4 Product: gcc Version: 4.4.3 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/46394] [C++0X] [4.6 Regression] no matching function with default template parameter

2011-02-04 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46394 Dodji Seketeli dodji at gcc dot gnu.org changed: What|Removed |Added Depends on|35722 | --- Comment #5

[Bug middle-end/47610] New: [4.6 Regression] cp-demangle.c:1970:1: error: cplus_demangle_builtin_types causes a section type conflict

2011-02-04 Thread danglin at gcc dot gnu.org
=/opt/gnu64 --enable-languages=c,c++,objc,obj-c++,fortran,lto Thread model: posix gcc version 4.6.0 20110204 (experimental) [trunk revision 169834] (GCC)

[Bug other/47554] [trans-mem] expand_expr_addr_expr_1 ICE

2011-02-04 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47554 Aldy Hernandez aldyh at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|WAITING ---

[Bug c++/46941] [trans-mem] new/delete operator are unsafe

2011-02-04 Thread patrick.marlier at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46941 --- Comment #13 from Patrick Marlier patrick.marlier at gmail dot com 2011-02-04 20:13:04 UTC --- Hi Aldy, On Fri, Feb 4, 2011 at 7:40 PM, aldyh at gcc dot gnu.org gcc-bugzi...@gcc.gnu.org wrote:

[Bug c++/46941] [trans-mem] new/delete operator are unsafe

2011-02-04 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46941 --- Comment #14 from Aldy Hernandez aldyh at gcc dot gnu.org 2011-02-04 20:16:07 UTC --- Yes, this is an improvement, because once has to figure out why the unadultered new operator is not handled specially by the alias oracle. You are welcome

[Bug middle-end/47610] [4.6 Regression] cp-demangle.c:1970:1: error: cplus_demangle_builtin_types causes a section type conflict

2011-02-04 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47610 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last

[Bug c++/47611] New: [trans-mem] memory allocated by default new/new_vec operator can be considered as transaction local

2011-02-04 Thread patrick.marlier at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47611 Summary: [trans-mem] memory allocated by default new/new_vec operator can be considered as transaction local Product: gcc Version: trans-mem Status: UNCONFIRMED Severity:

[Bug middle-end/47610] [4.6 Regression] cp-demangle.c:1970:1: error: cplus_demangle_builtin_types causes a section type conflict

2011-02-04 Thread dave at hiauly1 dot hia.nrc.ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47610 --- Comment #2 from dave at hiauly1 dot hia.nrc.ca 2011-02-04 20:28:03 UTC --- On Fri, 04 Feb 2011, jakub at gcc dot gnu.org wrote: Please provide preprocessed source, so I can try to reproduce it with a cross compiler. Attached.

[Bug c++/46941] [trans-mem] new/delete operator are unsafe

2011-02-04 Thread patrick.marlier at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46941 --- Comment #15 from Patrick Marlier patrick.marlier at gmail dot com 2011-02-04 20:30:15 UTC --- Filled a enhancement http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47611 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47611Yeah don't lose time of

[Bug tree-optimization/46886] [4.5/4.6 Regression] gfortran.dg/array_constructor_9.f90 FAILs with -ftree-parallelize-loops -fstrict-overflow -fno-tree-ch

2011-02-04 Thread sebpop at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46886 --- Comment #4 from sebpop at gmail dot com sebpop at gmail dot com 2011-02-04 20:30:46 UTC --- On Tue, Jan 18, 2011 at 11:00, jakub at gcc dot gnu.org gcc-bugzi...@gcc.gnu.org wrote: Seems one extra incorrect iteration is added after

[Bug rtl-optimization/47612] New: RTL crash when cc0 setter moved away from cc0 user

2011-02-04 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47612 Summary: RTL crash when cc0 setter moved away from cc0 user Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3

[Bug rtl-optimization/47612] RTL crash when cc0 setter moved away from cc0 user

2011-02-04 Thread joel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47612 Joel Sherrill joel at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug rtl-optimization/47612] RTL crash when cc0 setter moved away from cc0 user

2011-02-04 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47612 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added See Also|

[Bug fortran/47613] New: [4.6 Regression] namelist read with -static

2011-02-04 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47613 Summary: [4.6 Regression] namelist read with -static Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo:

[Bug other/47554] [trans-mem] expand_expr_addr_expr_1 ICE

2011-02-04 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47554 Aldy Hernandez aldyh at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug c++/47611] [trans-mem] memory allocated by default new/new_vec operator can be considered as transaction local

2011-02-04 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47611 Aldy Hernandez aldyh at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P5

[Bug rtl-optimization/47612] RTL crash when cc0 setter moved away from cc0 user

2011-02-04 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47612 --- Comment #3 from Ian Lance Taylor ian at airs dot com 2011-02-04 21:27:40 UTC --- It's similar to PR 46878 in that this is also CC0 related, but it is different code that is splitting up the CC0 setter and the CC0 user. My sources do include

[Bug target/46997] new ia64 vector instructions are broken on HP-UX (big-endian)

2011-02-04 Thread sje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46997 --- Comment #4 from Steve Ellcey sje at gcc dot gnu.org 2011-02-04 21:46:50 UTC --- Author: sje Date: Fri Feb 4 21:46:45 2011 New Revision: 169840 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=169840 Log: 2011-02-04 Richard Henderson

[Bug fortran/47613] [4.6 Regression] namelist read with -static

2011-02-04 Thread kargl at gcc dot gnu.org
lo.f90 troutmask:sgk[212] ./z -1 T troutmask:sgk[213] gfc45 -o z lo.f90 -static troutmask:sgk[214] ./z -1 T troutmask:sgk[215] gfc4x --version GNU Fortran (GCC) 4.6.0 20110204 (experimental) troutmask:sgk[216] gfc45 --version GNU Fortran (GCC) 4.5.3 20110131 (prerelease) So

[Bug rtl-optimization/47614] New: cpu2000 benchmark 301.apsi fails with revision 169782

2011-02-04 Thread pthaugen at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47614 Summary: cpu2000 benchmark 301.apsi fails with revision 169782 Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization

[Bug middle-end/47610] [4.6 Regression] cp-demangle.c:1970:1: error: cplus_demangle_builtin_types causes a section type conflict

2011-02-04 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47610 John David Anglin danglin at gcc dot gnu.org changed: What|Removed |Added Target|hppa64-hp-hpux11.11 |hppa*-*-*

[Bug rtl-optimization/47614] cpu2000 benchmark 301.apsi fails with revision 169782

2011-02-04 Thread pthaugen at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47614 Pat Haugen pthaugen at gcc dot gnu.org changed: What|Removed |Added CC||bergner at gcc

[Bug middle-end/47610] [4.6 Regression] cp-demangle.c:1970:1: error: cplus_demangle_builtin_types causes a section type conflict

2011-02-04 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47610 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug middle-end/38878] [4.4/4.5/4.6/4.7 Regression] gcc.dg/tree-ssa/foldaddr-1.c XFAILed

2011-02-04 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38878 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added URL|

[Bug middle-end/47610] [4.6 Regression] cp-demangle.c:1970:1: error: cplus_demangle_builtin_types causes a section type conflict

2011-02-04 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47610 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |NEW Target

[Bug target/47596] internal compiler error: in print_reg, at config/i386/i386.c:10894

2011-02-04 Thread jmichae3 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47596 --- Comment #5 from Jim Michaels jmichae3 at yahoo dot com 2011-02-04 23:12:20 UTC --- unfortunately, a release of later versions of gcc in a personal sezero build are not available.

[Bug lto/47607] FAIL: gcc.c-torture/execute/builtins/abs-2.c execution, -O2 -flto

2011-02-04 Thread bergner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47607 Peter Bergner bergner at gcc dot gnu.org changed: What|Removed |Added CC||bergner at gcc

[Bug middle-end/47610] [4.6 Regression] cp-demangle.c:1970:1: error: cplus_demangle_builtin_types causes a section type conflict

2011-02-04 Thread dave at hiauly1 dot hia.nrc.ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47610 --- Comment #5 from dave at hiauly1 dot hia.nrc.ca 2011-02-05 01:03:51 UTC --- On Fri, 04 Feb 2011, jakub at gcc dot gnu.org wrote: --- Comment #4 from Jakub Jelinek jakub at gcc dot gnu.org 2011-02-04 23:08:21 UTC --- Created attachment

[Bug libfortran/47567] Wrong output for small absolute values with F editing

2011-02-04 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47567 --- Comment #3 from Jerry DeLisle jvdelisle at gcc dot gnu.org 2011-02-05 01:32:42 UTC --- For this special case: print (F1.0), 0.0 ! = 0 expected * Up to now, we have interpreted the last sentence in F95 10.5.1.2.1 F95 10.2.1.1 to require

[Bug tree-optimization/46194] [4.5/4.6 Regression] gcc.dg/graphite/block-0.c FAILs with -ftree-parallelize-loops

2011-02-04 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46194 --- Comment #11 from Sebastian Pop spop at gcc dot gnu.org 2011-02-05 01:39:23 UTC --- Author: spop Date: Sat Feb 5 01:39:20 2011 New Revision: 169847 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=169847 Log: Fix PR46194: fix the

[Bug tree-optimization/46194] [4.5/4.6 Regression] gcc.dg/graphite/block-0.c FAILs with -ftree-parallelize-loops

2011-02-04 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46194 Sebastian Pop spop at gcc dot gnu.org changed: What|Removed |Added Known to work||4.6.0 Known

[Bug libfortran/47567] Wrong output for small absolute values with F editing

2011-02-04 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47567 --- Comment #4 from Jerry DeLisle jvdelisle at gcc dot gnu.org 2011-02-05 02:10:39 UTC --- With: print (F0.0), 0.001 ! = 0. print (F0.0), 0.01 ! = 0. print (F0.0), 0.1 ! = 0. print (F1.0), -0.0 ! = 0 print (F1.0), 0.001 ! = * print (F1.0),

[Bug tree-optimization/47615] New: [4.6 Regression] ICE: too deep recursion in phi_translate/phi_translate_1 with -ftree-pre -fno-tree-fre -fno-tree-sra

2011-02-04 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47615 Summary: [4.6 Regression] ICE: too deep recursion in phi_translate/phi_translate_1 with -ftree-pre -fno-tree-fre -fno-tree-sra Product: gcc Version: 4.6.0 Status:

[Bug libfortran/47567] Wrong output for small absolute values with F editing

2011-02-04 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47567 --- Comment #5 from Jerry DeLisle jvdelisle at gcc dot gnu.org 2011-02-05 06:22:03 UTC --- Created attachment 23251 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=23251 A proposed patch This patch regression tests OK and gives the results

[Bug libfortran/47567] Wrong output for small absolute values with F editing

2011-02-04 Thread thenlich at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47567 --- Comment #6 from Thomas Henlich thenlich at users dot sourceforge.net 2011-02-05 07:40:49 UTC --- (In reply to comment #3) For this special case: print (F1.0), 0.0 ! = 0 expected * Up to now, we have interpreted the last sentence in

[Bug libfortran/47567] Wrong output for small absolute values with F editing

2011-02-04 Thread thenlich at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47567 --- Comment #7 from Thomas Henlich thenlich at users dot sourceforge.net 2011-02-05 07:45:57 UTC --- (In reply to comment #6) Regardless of this choice, the following should all print the same result, which they currently don't. print

[Bug libfortran/47567] Wrong output for small absolute values with F editing

2011-02-04 Thread thenlich at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47567 --- Comment #8 from Thomas Henlich thenlich at users dot sourceforge.net 2011-02-05 07:53:40 UTC --- (In reply to comment #6) In extension, the following should also print the same result: print (F1.0), 0.0 ! = 0 print (F1.0), 1.0 ! = *