[Bug fortran/25708] Module loading is not good at all

2007-05-02 Thread pault at gcc dot gnu dot org
--- Comment #8 from pault at gcc dot gnu dot org 2007-05-02 08:41 --- (In reply to comment #7) > BTW, here's some slides describing NAG:s experience, they use lazy symbol > lookup combined with caching, and claim it is up to 1000 times faster than > non-lazy (which gfortran uses AFAICS).

[Bug ada/29856] broken if..else in gcc/ada/adaint.c

2007-05-02 Thread charlet at gcc dot gnu dot org
--- Comment #2 from charlet at gcc dot gnu dot org 2007-05-02 09:43 --- Subject: Bug 29856 Author: charlet Date: Wed May 2 08:43:30 2007 New Revision: 124347 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124347 Log: 2007-04-20 Pascal Obry <[EMAIL PROTECTED]> * gnatc

[Bug ada/29856] broken if..else in gcc/ada/adaint.c

2007-05-02 Thread charlet at gcc dot gnu dot org
--- Comment #3 from charlet at gcc dot gnu dot org 2007-05-02 09:49 --- Fixed -- charlet at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRME

[Bug tree-optimization/31146] forwprop does not look through casts

2007-05-02 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2007-05-02 10:13 --- Subject: Bug 31146 Author: rguenth Date: Wed May 2 09:12:49 2007 New Revision: 124349 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124349 Log: 2007-05-02 Richard Guenther <[EMAIL PROTECTED]> PR

[Bug ada/19409] ACATS c460010 - valgrind detects wrong code

2007-05-02 Thread baldrick at gcc dot gnu dot org
--- Comment #6 from baldrick at gcc dot gnu dot org 2007-05-02 10:14 --- The problem still occurs. I tested with gcc version 4.3.0 20070425 (experimental), i.e. after all your patches went in. -- baldrick at gcc dot gnu dot org changed: What|Removed

[Bug ada/19409] ACATS c460010 - valgrind detects wrong code

2007-05-02 Thread charlet at gcc dot gnu dot org
--- Comment #7 from charlet at gcc dot gnu dot org 2007-05-02 10:16 --- OK well, reopening then. -- charlet at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/31146] forwprop does not look through casts

2007-05-02 Thread rguenth at gcc dot gnu dot org
--- Comment #10 from rguenth at gcc dot gnu dot org 2007-05-02 10:17 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFI

[Bug ada/29262] Adding tasking support for arm-linux

2007-05-02 Thread charlet at gcc dot gnu dot org
--- Comment #8 from charlet at gcc dot gnu dot org 2007-05-02 10:24 --- Unless the submitter intends to work on this PR, I doubt anything will happen, so closing for now. If someone is interested in working on this, feel free to reopen and assign to you. Arno -- charlet at gcc dot

[Bug ada/22500] Bug box when using -gnatwa

2007-05-02 Thread charlet at gcc dot gnu dot org
--- Comment #9 from charlet at gcc dot gnu dot org 2007-05-02 11:05 --- Works fine on trunk now: $ gcc -c -gnat05 -gnatc -gnatwe -gnatwa pkg1.adb pkg1.adb:7:24: warning: formal parameter "a" is not referenced -- charlet at gcc dot gnu dot org changed: What|Removed

[Bug ada/18455] incorrect execution

2007-05-02 Thread charlet at gcc dot gnu dot org
--- Comment #2 from charlet at gcc dot gnu dot org 2007-05-02 11:32 --- Fixed on trunk. -- charlet at gcc dot gnu dot org changed: What|Removed |Added Status|

[Bug ada/18846] Illegal program accepted, RM 10.2.1(10), 12.3(1.a)

2007-05-02 Thread charlet at gcc dot gnu dot org
--- Comment #2 from charlet at gcc dot gnu dot org 2007-05-02 11:35 --- We now get: $ gcc -c test_135.adb test_135.adb:3:19: non-static object name in preelaborated unit test_135.adb:3:19: "x1" is not static constant or named number (RM 4.9(5)) Arno -- charlet at gcc dot gnu dot or

[Bug ada/30699] in expand_one_stack_var_at, at cfgexpand.c:517

2007-05-02 Thread charlet at gcc dot gnu dot org
--- Comment #3 from charlet at gcc dot gnu dot org 2007-05-02 11:51 --- The code is clearly wrong here: type Label_Type is array (Positive) of Octet; type Name_Type is array (Positive) of Octet; You cannot expect declaring variables of these types. trunk now generates proper err

[Bug ada/20042] [4.0/4.1/4.2/4.3 regression] ACATS cxaca01 assembler Bad Absolute Expression error on

2007-05-02 Thread charlet at gcc dot gnu dot org
--- Comment #6 from charlet at gcc dot gnu dot org 2007-05-02 11:56 --- Does this still occur on trunk ? -- charlet at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/26529] [4.1/4.2/4.3 Regression] Compiler crash when 'use' clause for ADA record is defined

2007-05-02 Thread charlet at gcc dot gnu dot org
--- Comment #5 from charlet at gcc dot gnu dot org 2007-05-02 12:01 --- Fixed on trunk. -- charlet at gcc dot gnu dot org changed: What|Removed |Added Status|

[Bug ada/23836] [4.0/4.1/4.2/4.3 Regression] Invalid code generated when accessing packed arrays / aliasing

2007-05-02 Thread charlet at gcc dot gnu dot org
--- Comment #7 from charlet at gcc dot gnu dot org 2007-05-02 12:03 --- Works fine on trunk. -- charlet at gcc dot gnu dot org changed: What|Removed |Added St

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

2007-05-02 Thread joseph at codesourcery dot com
--- Comment #4 from joseph at codesourcery dot com 2007-05-02 12:58 --- Subject: Re: Invalid assembly code on initial dollar signs On Wed, 2 May 2007, truedfx at gentoo dot org wrote: > Thanks for the link. I don't see how GAS could be fixed, though. How would the > assembler tell the

[Bug c++/13422] `class A' only defines a private destructor and has no friends

2007-05-02 Thread braingrant at ebestmail dot com
--- Comment #2 from braingrant at ebestmail dot com 2007-05-02 13:10 --- Created an attachment (id=13471) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13471&action=view) oakley sun glasses -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13422

[Bug ada/16099] Wrong output from legal program

2007-05-02 Thread charlet at gcc dot gnu dot org
--- Comment #2 from charlet at gcc dot gnu dot org 2007-05-02 13:10 --- Runs fine on trunk. -- charlet at gcc dot gnu dot org changed: What|Removed |Added Sta

[Bug ada/27225] Wide_String slice assignment in nested procedure does not work properly

2007-05-02 Thread charlet at gcc dot gnu dot org
--- Comment #5 from charlet at gcc dot gnu dot org 2007-05-02 13:13 --- If it works, then let's close this PR -- charlet at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/13422] `class A' only defines a private destructor and has no friends

2007-05-02 Thread braingrant at ebestmail dot com
--- Comment #3 from braingrant at ebestmail dot com 2007-05-02 13:16 --- Created an attachment (id=13472) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13472&action=view) wholesale handbags -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13422

[Bug fortran/31672] Not Implemented: Initialization of overlapping variables

2007-05-02 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2007-05-02 13:20 --- (In reply to comment #1) > Thanks for reporting this -- this is a rather nicer testcase than the one we > had for this already. > I've also changed the title of PR #29786 to make it easier to find. > *** This bug has b

[Bug ada/29462] Sign ignored on fixed point multiplication

2007-05-02 Thread charlet at gcc dot gnu dot org
--- Comment #2 from charlet at gcc dot gnu dot org 2007-05-02 13:20 --- I get the following on trunk, which I assume is the expected output: $ ./test X = -1.0 Y = -1.0 X * Y = 1.0 T (X) * Y = 1.0 -- charlet at gcc dot gnu dot org changed: What|Removed

[Bug c++/13422] `class A' only defines a private destructor and has no friends

2007-05-02 Thread braingrant at ebestmail dot com
--- Comment #4 from braingrant at ebestmail dot com 2007-05-02 13:22 --- Created an attachment (id=13473) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13473&action=view) free credit report -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13422

[Bug ada/24019] Run-time error not detected, deallocating busy protected object, RM 9.4(20)

2007-05-02 Thread charlet at gcc dot gnu dot org
--- Comment #1 from charlet at gcc dot gnu dot org 2007-05-02 13:25 --- The program is erroneous here. RN 9.4(20) is about protected entry queues, not about protected procedures being executed while the object is deallocated. Arno -- charlet at gcc dot gnu dot org changed:

[Bug ada/21629] [doc] gnat version requirements in install.texi

2007-05-02 Thread charlet at gcc dot gnu dot org
--- Comment #2 from charlet at gcc dot gnu dot org 2007-05-02 13:31 --- PR has been fixed some time ago already, documentation now says: << In order to build a cross compiler, it is suggested to install the new compiler as native first, and then use it to build the cross compiler. >>

[Bug c++/31785] New: RFE: Possible to avoid emitting ctor sections for trivial constructors of static objects ?

2007-05-02 Thread caolanm at redhat dot com
i.e. there are global keyed constructors emitted for global objects which have trivial constructors which just zero the contents of the object e.g. gcc -Os foo.cxx of --- static void * myPointer1(0); void * myFunction1() { return myPointer1; } struct MyStruct { void * pointer; }; stati

[Bug pch/31634] *_SECTION_ASM_OP storage has undocumented constraints

2007-05-02 Thread amylaar at gcc dot gnu dot org
--- Comment #2 from amylaar at gcc dot gnu dot org 2007-05-02 13:42 --- (In reply to comment #1) Actually, struct unnamed_section is not suitable for garbage collected memory. The data member is skipped, and the callback member points to a function, which can change position when addres

[Bug ada/24468] link failure for several acats tests

2007-05-02 Thread charlet at gcc dot gnu dot org
--- Comment #9 from charlet at gcc dot gnu dot org 2007-05-02 13:44 --- >From the comment file, it's a GNU ld bug, not a GCC bug, so closing. -- charlet at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug ada/22557] Legal program runs incorrectly, RM 4.5.1(6): array xor array

2007-05-02 Thread charlet at gcc dot gnu dot org
--- Comment #1 from charlet at gcc dot gnu dot org 2007-05-02 13:46 --- Getting the expected output with trunk. -- charlet at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/13422] `class A' only defines a private destructor and has no friends

2007-05-02 Thread braingrant at ebestmail dot com
--- Comment #5 from braingrant at ebestmail dot com 2007-05-02 13:53 --- Created an attachment (id=13474) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13474&action=view) resume builder -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13422

[Bug ada/20797] Code gen creating out-of-bounds addresses on legit code

2007-05-02 Thread charlet at gcc dot gnu dot org
--- Comment #1 from charlet at gcc dot gnu dot org 2007-05-02 13:59 --- I'd suggest verifying with GCC 4.3.0, where the problem is likely fixed. If not, could you please identify which pass is faulty ? Since it works on so many other platforms, I suspect it's a codegen bug rather than an

[Bug ada/29623] Assert_Failure sinfo.adb:649 in task allocator

2007-05-02 Thread charlet at gcc dot gnu dot org
--- Comment #2 from charlet at gcc dot gnu dot org 2007-05-02 14:02 --- Works fine on trunk. -- charlet at gcc dot gnu dot org changed: What|Removed |Added St

[Bug ada/23354] Normalize_Scalars and enumeration types with holes

2007-05-02 Thread charlet at gcc dot gnu dot org
--- Comment #1 from charlet at gcc dot gnu dot org 2007-05-02 13:42 --- The conclusion is misleading in the doc, but there's no bug here, things work indeed as expected and as intended. If you really want invalid values, I'd suggest using pragma Initialize_Scalars and play with gnatbind

[Bug target/18251] unable to find a register to spill in class `POINTER_REGS'

2007-05-02 Thread ralf_corsepius at rtems dot org
--- Comment #35 from ralf_corsepius at rtems dot org 2007-05-02 14:07 --- Now, bootstrapping 4.2.0 fails with a similar error /builddir/build/BUILD/rtems-4.8-avr-rtems4.8-gcc-4.2.0/build/./gcc/xgcc -B/builddir/build/BUILD/rtems-4.8-avr-rtems4.8-gcc-4.2.0/b ../../../../../../gcc-4.2.0-2

[Bug target/31786] New: error: unable to find a register to spill in class 'BASE_POINTER_REGS'

2007-05-02 Thread ralf_corsepius at rtems dot org
bootstrapping avr-rtems* gcc-4.2.0-200704030 fails with: /builddir/build/BUILD/rtems-4.8-avr-rtems4.8-gcc-4.2.0/build/./gcc/xgcc -B/builddir/build/BUILD/rtems-4.8-avr-rtems4.8-gcc-4.2.0/build/./gcc/ -nostdinc -B/builddir/build/BUILD/rtems-4.8-avr-rtems4.8-gcc-4.2.0/build/avr-rtems4.8/newlib/ -isys

[Bug target/18251] unable to find a register to spill in class `POINTER_REGS'

2007-05-02 Thread ralf_corsepius at rtems dot org
--- Comment #36 from ralf_corsepius at rtems dot org 2007-05-02 14:16 --- (In reply to comment #35) > Now, bootstrapping 4.2.0 fails with a similar error Filed as http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31786 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18251

[Bug c++/13422] `class A' only defines a private destructor and has no friends

2007-05-02 Thread braingrant at ebestmail dot com
--- Comment #6 from braingrant at ebestmail dot com 2007-05-02 14:18 --- Created an attachment (id=13475) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13475&action=view) radiators -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13422

[Bug ada/21573] 'Valid attribute on enumeration types with holes

2007-05-02 Thread charlet at gcc dot gnu dot org
--- Comment #7 from charlet at gcc dot gnu dot org 2007-05-02 14:23 --- Runs fine at -O0 and -O2 on i686-linux on trunk -- charlet at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/13422] `class A' only defines a private destructor and has no friends

2007-05-02 Thread braingrant at ebestmail dot com
--- Comment #7 from braingrant at ebestmail dot com 2007-05-02 14:23 --- Created an attachment (id=13476) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13476&action=view) bicycle light -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13422

[Bug c++/13422] `class A' only defines a private destructor and has no friends

2007-05-02 Thread braingrant at ebestmail dot com
--- Comment #8 from braingrant at ebestmail dot com 2007-05-02 14:40 --- Created an attachment (id=13477) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13477&action=view) subaru wrx -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13422

[Bug c++/13422] `class A' only defines a private destructor and has no friends

2007-05-02 Thread braingrant at ebestmail dot com
--- Comment #9 from braingrant at ebestmail dot com 2007-05-02 14:47 --- Created an attachment (id=13478) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13478&action=view) card credit reward -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13422

[Bug c++/13422] `class A' only defines a private destructor and has no friends

2007-05-02 Thread braingrant at ebestmail dot com
--- Comment #10 from braingrant at ebestmail dot com 2007-05-02 14:50 --- Created an attachment (id=13479) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13479&action=view) medifast weight loss -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13422

[Bug c++/13422] `class A' only defines a private destructor and has no friends

2007-05-02 Thread braingrant at ebestmail dot com
--- Comment #11 from braingrant at ebestmail dot com 2007-05-02 14:51 --- Created an attachment (id=13480) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13480&action=view) bowflex -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13422

[Bug ada/28733] GNAT crash while compiling Ada-2005 code

2007-05-02 Thread charlet at gcc dot gnu dot org
--- Comment #9 from charlet at gcc dot gnu dot org 2007-05-02 14:54 --- Never mind, I could still reproduce it, although the sources need to be updated to conform to latest Ada 2005 rules (some interfaces must be marked limited). Arno -- charlet at gcc dot gnu dot org changed:

[Bug c++/31785] RFE: Possible to avoid emitting ctor sections for simple constructors of static objects ?

2007-05-02 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-05-02 14:55 --- This is not a trivial constructor (or at least what the standard defines as trivial :) ). This is the same problem as PR 4131. *** This bug has been marked as a duplicate of 4131 *** -- pinskia at gcc dot gnu do

[Bug c++/4131] The C++ compiler don't place a const class object to ".rodata" section with non trivial constructor

2007-05-02 Thread pinskia at gcc dot gnu dot org
--- Comment #19 from pinskia at gcc dot gnu dot org 2007-05-02 14:55 --- *** Bug 31785 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/13422] `class A' only defines a private destructor and has no friends

2007-05-02 Thread braingrant at ebestmail dot com
--- Comment #12 from braingrant at ebestmail dot com 2007-05-02 14:57 --- Created an attachment (id=13481) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13481&action=view) corner computer armoire -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13422

[Bug c++/13422] `class A' only defines a private destructor and has no friends

2007-05-02 Thread braingrant at ebestmail dot com
--- Comment #13 from braingrant at ebestmail dot com 2007-05-02 14:58 --- Created an attachment (id=13482) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13482&action=view) bed frames -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13422

[Bug c++/13422] `class A' only defines a private destructor and has no friends

2007-05-02 Thread braingrant at ebestmail dot com
--- Comment #14 from braingrant at ebestmail dot com 2007-05-02 14:59 --- Created an attachment (id=13483) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13483&action=view) cheap furniture -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13422

[Bug c++/13422] `class A' only defines a private destructor and has no friends

2007-05-02 Thread braingrant at ebestmail dot com
--- Comment #16 from braingrant at ebestmail dot com 2007-05-02 15:00 --- Created an attachment (id=13485) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13485&action=view) bathroom vanities -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13422

[Bug c++/13422] `class A' only defines a private destructor and has no friends

2007-05-02 Thread braingrant at ebestmail dot com
--- Comment #17 from braingrant at ebestmail dot com 2007-05-02 15:01 --- Created an attachment (id=13486) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13486&action=view) ugg boots -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13422

[Bug target/31787] New: bfin: Dreg expected for CLI. Input text was P0.

2007-05-02 Thread ralf_corsepius at rtems dot org
Building RTEMS for the bfin using gcc-4.2.0-20070430 raises the following error: bfin-rtems4.8-gcc --pipe -DHAVE_CONFIG_H -I.. -I../../lib/include -D__RTEMS_INSIDE__ -Wall -fasm -g -O2 -MT src/librtems_a-eventsurrender.o -MD -MP -MF src/.deps/librtems_a-eventsurrender.Tpo -c -o src/librtems_a-e

[Bug c++/13422] `class A' only defines a private destructor and has no friends

2007-05-02 Thread braingrant at ebestmail dot com
--- Comment #18 from braingrant at ebestmail dot com 2007-05-02 15:03 --- Created an attachment (id=13487) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13487&action=view) chanel handbags -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13422

[Bug c++/13422] `class A' only defines a private destructor and has no friends

2007-05-02 Thread braingrant at ebestmail dot com
--- Comment #19 from braingrant at ebestmail dot com 2007-05-02 15:04 --- Created an attachment (id=13488) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13488&action=view) buy hgh -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13422

[Bug c++/13422] `class A' only defines a private destructor and has no friends

2007-05-02 Thread braingrant at ebestmail dot com
--- Comment #20 from braingrant at ebestmail dot com 2007-05-02 15:05 --- Created an attachment (id=13489) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13489&action=view) mlm leads -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13422

[Bug c++/13422] `class A' only defines a private destructor and has no friends

2007-05-02 Thread braingrant at ebestmail dot com
--- Comment #21 from braingrant at ebestmail dot com 2007-05-02 15:08 --- Created an attachment (id=13490) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13490&action=view) office furniture -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13422

[Bug c++/13422] `class A' only defines a private destructor and has no friends

2007-05-02 Thread braingrant at ebestmail dot com
--- Comment #22 from braingrant at ebestmail dot com 2007-05-02 15:09 --- Created an attachment (id=13491) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13491&action=view) cheap cigarette -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13422

[Bug c++/13422] `class A' only defines a private destructor and has no friends

2007-05-02 Thread braingrant at ebestmail dot com
--- Comment #23 from braingrant at ebestmail dot com 2007-05-02 15:09 --- Created an attachment (id=13492) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13492&action=view) air conditioner -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13422

[Bug c++/13422] `class A' only defines a private destructor and has no friends

2007-05-02 Thread braingrant at ebestmail dot com
--- Comment #24 from braingrant at ebestmail dot com 2007-05-02 15:11 --- Created an attachment (id=13493) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13493&action=view) san francisco hotel -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13422

[Bug c++/13422] `class A' only defines a private destructor and has no friends

2007-05-02 Thread braingrant at ebestmail dot com
--- Comment #25 from braingrant at ebestmail dot com 2007-05-02 15:14 --- Created an attachment (id=13494) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13494&action=view) bad credit mortgage -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13422

[Bug c++/13422] `class A' only defines a private destructor and has no friends

2007-05-02 Thread braingrant at ebestmail dot com
--- Comment #26 from braingrant at ebestmail dot com 2007-05-02 15:14 --- Created an attachment (id=13495) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13495&action=view) mortgage refinancing -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13422

[Bug target/9511] [Cygwin] Can't detect whether threading enabled

2007-05-02 Thread davek at gcc dot gnu dot org
--- Comment #11 from davek at gcc dot gnu dot org 2007-05-02 15:38 --- From the initial PR: > There ought to be a way to detect that threading support is disabled so that > pessimizations like mutex locks can be left out. From the definition of -mthreads in TFM: " `-mthreads'

[Bug target/31733] [4.3 Regression] ICE in rtl_verify_flow_info, at cfgrtl.c:2050: {return_internal} (nil)

2007-05-02 Thread rakdver at gcc dot gnu dot org
--- Comment #4 from rakdver at gcc dot gnu dot org 2007-05-02 15:40 --- I cannot reproduce this. -- rakdver at gcc dot gnu dot org changed: What|Removed |Added As

[Bug target/9511] [Cygwin] Can't detect whether threading enabled

2007-05-02 Thread davek at gcc dot gnu dot org
--- Comment #12 from davek at gcc dot gnu dot org 2007-05-02 15:41 --- Sorry for the repeated emails, bugzilla wouldn't let me verify and close this bug without forcing me to add a comment. -- davek at gcc dot gnu dot org changed: What|Removed |Add

[Bug target/31733] [4.3 Regression] ICE in rtl_verify_flow_info, at cfgrtl.c:2050: {return_internal} (nil)

2007-05-02 Thread rakdver at gcc dot gnu dot org
-- rakdver at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|nobody at gcc dot gnu dot |unassigned at gcc dot gnu |org

[Bug ada/29462] Sign ignored on fixed point multiplication

2007-05-02 Thread dewi dot daniels at silver-software dot com
--- Comment #3 from dewi dot daniels at silver-software dot com 2007-05-02 15:48 --- Subject: RE: Sign ignored on fixed point multiplication Yes, that output looks correct to me :) > -Original Message- > From: charlet at gcc dot gnu dot org > [mailto:[EMAIL PROTECTED] > Sen

[Bug ada/30078] [ Ada ] problems mixing Tasks and recursion

2007-05-02 Thread charlet at gcc dot gnu dot org
--- Comment #2 from charlet at gcc dot gnu dot org 2007-05-02 15:50 --- lowering severity -- charlet at gcc dot gnu dot org changed: What|Removed |Added Severit

[Bug rtl-optimization/31771] [4.3 Regression] g++.dg/gomp/pr26913.C ICEs

2007-05-02 Thread rakdver at gcc dot gnu dot org
--- Comment #2 from rakdver at gcc dot gnu dot org 2007-05-02 15:53 --- I'm checking this. -- rakdver at gcc dot gnu dot org changed: What|Removed |Added Assigned

[Bug ada/27300] gnattools/configure.ac selects incorrect body for indepsw on GNU/Linux

2007-05-02 Thread charlet at gcc dot gnu dot org
--- Comment #3 from charlet at gcc dot gnu dot org 2007-05-02 15:53 --- Patch applied on trunk apparently -- charlet at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/24726] Gigi abort, Code=508

2007-05-02 Thread charlet at gcc dot gnu dot org
--- Comment #5 from charlet at gcc dot gnu dot org 2007-05-02 15:56 --- Fixed, so closing. -- charlet at gcc dot gnu dot org changed: What|Removed |Added Stat

[Bug ada/25902] GNAT Bug Box, Assert_Failure in sem when using default box <> for invisible record component

2007-05-02 Thread charlet at gcc dot gnu dot org
--- Comment #3 from charlet at gcc dot gnu dot org 2007-05-02 16:03 --- Works fine on trunk: $ gcc -c rooms.adb rooms.adb:6:43: expected private type "DOOR" defined at doors.ads:3 rooms.adb:6:43: found a composite type -- charlet at gcc dot gnu dot org changed: What|

[Bug c++/31788] New: no warnings for passing temps by reference into obviously longer lifetime pointer

2007-05-02 Thread dkruger at stevens dot edu
I was surprised to discover that passing a reference to a temp that is clearly going out of scope is not tracked at all. While in general catching a pointer to a value with shorter lifetime could be hard, if it's auto, it's fairly obvious.In the following example, the commented out code correctly g

[Bug c++/31789] New: odd roundoff behavior (may be due to 80-bit vs. 64-bit behavior?

2007-05-02 Thread dkruger at stevens dot edu
Adding +x to -x should result in a hardware zero. But in this small gaussian integration routine, .6^3 + -.6^3 is not zero. When the same computation is done inline, it works. This may be due to the hardware rounding properties, but given that the integration routine is inline, I wouldn't see why i

[Bug c++/31789] odd roundoff behavior (may be due to 80-bit vs. 64-bit behavior?

2007-05-02 Thread dkruger at stevens dot edu
--- Comment #1 from dkruger at stevens dot edu 2007-05-02 16:12 --- Created an attachment (id=13496) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13496&action=view) odd roundoff behavior -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31789

[Bug ada/15606] Legal program rejected, RM 8.2(22)

2007-05-02 Thread charlet at gcc dot gnu dot org
--- Comment #2 from charlet at gcc dot gnu dot org 2007-05-02 16:13 --- Error message looks right to me, the instantiation is not finished so you cannot use foo twice here without disambiguating it, e.g: procedure FOO is new Standard.foo; Arno -- charlet at gcc dot gnu dot org c

[Bug target/31490] Compile error section type conflict

2007-05-02 Thread dtemirbulatov at gmail dot com
--- Comment #5 from dtemirbulatov at gmail dot com 2007-05-02 16:14 --- I can reproduce this bug any architecture with -fpic option -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31490

[Bug c++/31789] odd roundoff behavior (may be due to 80-bit vs. 64-bit behavior?

2007-05-02 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-05-02 16:15 --- This works for me on powerpc-darwin. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug other/31790] New: [4.2 regression] 4.2.0 RC2 build failure host=mingw target=avr

2007-05-02 Thread eweddington at cso dot atmel dot com
4.2.0 RC2 fails to build on host=mingw target=avr Configured as: CFLAGS=-D__USE_MINGW_ACCESS \ ../gcc-$version/configure \ --prefix=$installdir \ --target=$target \ --enable-languages=c,c++ \ --with-dwarf2 \ --enable-win32-registry=WinAVR-$release \ --disable-nls \ --

[Bug other/31790] [4.2 regression] 4.2.0 RC2 build failure host=mingw target=avr

2007-05-02 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-05-02 16:24 --- Don't do this: --disable-fixincludes This is the same thing: it hurts when I do this The doctor told you not to do that. -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug target/31490] Compile error section type conflict

2007-05-02 Thread dtemirbulatov at gmail dot com
--- Comment #6 from dtemirbulatov at gmail dot com 2007-05-02 16:25 --- workaround for the bug: --- gcc/varasm.c-orig 2007-05-02 19:15:04.0 +0400 +++ gcc/varasm.c2007-05-02 19:16:17.0 +0400 @@ -5519,6 +5519,8 @@ decl_readonly_section (tree decl, int re case

[Bug c/31791] New: Builtin functions too intrusive causing -Werror build to break.

2007-05-02 Thread franz at digital-connectivity dot com
My code contains function identifiers that are are unique within their namespace. However, they collide with some builtin function generating a "conflicting types for built-in function " warning. The project build will break when using -Werror inspite the code being semantically correct. I have tr

[Bug c/31791] Builtin functions too intrusive causing -Werror build to break.

2007-05-02 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-05-02 16:36 --- > I have tried the 3.4.6 compiler with same results. But judging the situation I > expect this to be a conceptual issue. Well there are two things, first you are using a reserved name in C99. The C standard dicttake

[Bug middle-end/31490] Compile error section type conflict

2007-05-02 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2007-05-02 16:41 --- > I can reproduce this bug any architecture with -fpic option Oh and this is why it fails without -fpic on powerpc64-linux-gnu as really it is always PIC with the toc based ABI. >workaround for the bug: Actually th

[Bug c++/31789] odd roundoff behavior (may be due to 80-bit vs. 64-bit behavior?

2007-05-02 Thread dkruger at stevens dot edu
--- Comment #3 from dkruger at stevens dot edu 2007-05-02 16:56 --- small correction: I forgot that the call to the function being integreated isn't inline. That clearly is what causes the problem. Also, if you change the bogus .6 coefficient to .5, the fact that it's a nice number make

[Bug libstdc++/29286] [4.0/4.1/4.2/4.3 Regression] placement new does not change the dynamic type as it should

2007-05-02 Thread ian at airs dot com
--- Comment #29 from ian at airs dot com 2007-05-02 16:57 --- Created an attachment (id=13497) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13497&action=view) Patch Here is one approach which fixes the test case. This introduces a new tree code, ALIASING_CONVERT_EXPR. It is con

[Bug target/31787] bfin: Dreg expected for CLI. Input text was P0.

2007-05-02 Thread ralf_corsepius at rtems dot org
--- Comment #1 from ralf_corsepius at rtems dot org 2007-05-02 17:05 --- I've been trying to attach the *.i of this breakdown, but creating attachments seems to be broken right now. I am always receiving this: undef error - Undefined subroutine Fh::slice at data/template/template/en/de

[Bug libstdc++/29286] [4.0/4.1/4.2/4.3 Regression] placement new does not change the dynamic type as it should

2007-05-02 Thread pinskia at gcc dot gnu dot org
--- Comment #30 from pinskia at gcc dot gnu dot org 2007-05-02 17:10 --- Only one suggestion for the patch, instead of: - if (is_gimple_cast (t) || TREE_CODE (t) == VIEW_CONVERT_EXPR) + if (is_gimple_cast (t) || TREE_CODE (t) == VIEW_CONVERT_EXPR + || TREE_CODE (t) == ALIASING_CO

[Bug libstdc++/29286] [4.0/4.1/4.2/4.3 Regression] placement new does not change the dynamic type as it should

2007-05-02 Thread pinskia at gcc dot gnu dot org
--- Comment #31 from pinskia at gcc dot gnu dot org 2007-05-02 17:14 --- Also should we fold the case where ALIASING_CONVERT_EXPR and the argument type are the same. Also I think this right now causes a regression on the tunk interacting with the patch which fixed PR 31146. -- htt

[Bug middle-end/29715] fold produces &a - 4

2007-05-02 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2007-05-02 18:48 --- Subject: Bug 29715 Author: pinskia Date: Wed May 2 17:47:50 2007 New Revision: 124354 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124354 Log: Forgot to add the PR number to the last changelog entry: 2007

[Bug middle-end/29715] fold produces &a - 4

2007-05-02 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2007-05-02 18:49 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c/31792] New: ivopts generates slightly worse code for tight loop from zlib

2007-05-02 Thread vlad at petric dot cc
The loop in question is isolated from zlib 1.2.3's longest_match() function (it s longest_match()'s inner-most loop). Given two char * pointers, scan and match, it figures out their longest common prefix. After every 8 character comparisons, it also tests whether scan has reached the end. int inne

[Bug c/31792] ivopts generates slightly worse code for tight loop from zlib

2007-05-02 Thread vlad at petric dot cc
--- Comment #1 from vlad at petric dot cc 2007-05-02 19:36 --- Created an attachment (id=13498) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13498&action=view) Isolated code which illustrates the ivopts issue -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31792

[Bug libstdc++/31777] GLIBCXX_FORCE_NEW doesn't always work in pool_allocator

2007-05-02 Thread paolo at gcc dot gnu dot org
--- Comment #2 from paolo at gcc dot gnu dot org 2007-05-02 19:37 --- Subject: Bug 31777 Author: paolo Date: Wed May 2 18:37:00 2007 New Revision: 124355 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124355 Log: 2007-05-02 Paolo Carlini <[EMAIL PROTECTED]> PR libstd

[Bug c/31793] New: [4.3 Regression] internal compiler error in build_int_cst_wide tree.c:902

2007-05-02 Thread jojelino at gmail dot com
configure flag --- Using built-in specs. Target: i686-pc-cygwin Configured with: ./configure --prefix=/usr --disable-win32-registry --enable-thr eads=posix --enable-languages=all --with-win32-nlsapi=unicode --enable-tls --dis able-bootstrap : (reconfigured) ./configure --prefix=/usr --disable-win32

[Bug c/31793] [4.3 Regression] internal compiler error in build_int_cst_wide tree.c:902

2007-05-02 Thread jojelino at gmail dot com
--- Comment #1 from jojelino at gmail dot com 2007-05-02 19:54 --- Created an attachment (id=13499) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13499&action=view) demux_vqf.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31793

[Bug middle-end/31793] [4.3 Regression] internal compiler error in build_int_cst_wide tree.c:902

2007-05-02 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-05-02 19:56 --- I think this was fixed by: 2007-05-01 Ian Lance Taylor <[EMAIL PROTECTED]> PR tree-optimization/31739 * tree-vrp.c (vrp_val_is_max): New static function. (vrp_val_is_min): New static functi

[Bug c++/27177] [4.0/4.1/4.2/4.3 Regression] ICE in build_simple_base_path, at cp/class.c:474

2007-05-02 Thread mark at codesourcery dot com
--- Comment #13 from mark at codesourcery dot com 2007-05-02 20:02 --- Subject: Re: [4.0/4.1/4.2/4.3 Regression] ICE in build_simple_base_path, at cp/class.c:474 crowl at google dot com wrote: > I think (B*)(D*)0 is a conversion under 4.10. > >> Has anyone asked about this case on t

[Bug target/31794] New: Problem while compiling gcc for m32c-elf

2007-05-02 Thread mstein at phenix dot rootshell dot be
Hello, there seems to be a gcc problem with the target 'm32c-elf': /home/mstein/sim/m32c-elf/build/./gcc/xgcc -B/home/mstein/sim/m32c-elf/build/./gcc/ -B/n/07/mstein/cross-local/m32c-elf/m32c-elf/bin/ -B/n/07/mstein/cross-local/m32c-elf/m32c-elf/lib/ -isystem /n/07/mstein/cross-local/m32c-elf/m32

[Bug target/31794] Problem while compiling gcc for m32c-elf

2007-05-02 Thread mstein at phenix dot rootshell dot be
--- Comment #1 from mstein at phenix dot rootshell dot be 2007-05-02 20:26 --- Created an attachment (id=13500) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13500&action=view) preprocessed source file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31794

[Bug other/31790] [4.2 regression] 4.2.0 RC2 build failure host=mingw target=avr

2007-05-02 Thread eweddington at cso dot atmel dot com
--- Comment #2 from eweddington at cso dot atmel dot com 2007-05-02 20:28 --- Woops! Thanks for catching that! I forgot I had --disable-fixincludes still in there. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31790

  1   2   >