[Bug ada/27186] GNAT BUG DETECTED with Booch Components Set_Test_Support

2006-04-17 Thread george dot chapman at lmco dot com
--- Comment #2 from george dot chapman at lmco dot com 2006-04-17 22:01 --- Created an attachment (id=11288) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11288action=view) shell input -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27186

[Bug target/27187] New: gcc.target/powerpc/doloop-1.c doesn't get desired branch insn

2006-04-17 Thread janis at gcc dot gnu dot org
Test gcc.target/powerpc/doloop-1.c has failed on mainline for powerpc64-linux with -m64 and for powerpc-apple-darwin8.5.0 since this patch was added: http://gcc.gnu.org/viewcvs?view=revrev=112126 r112126 | mkuvyrkov | 2006-03-16 05:20:39 + (Thu, 16 Mar 2006) | 9 lines 2006-03-16 Maxim

[Bug fortran/21130] 38822 lines of Fortran 90 takes more than 10 minutes to compile on a dual 3GHz P4 Linux box with lots of RAM

2006-04-17 Thread bdavis at gcc dot gnu dot org
-- bdavis at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bdavis at gcc dot gnu dot |dot org

[Bug target/27187] gcc.target/powerpc/doloop-1.c doesn't get desired branch insn

2006-04-17 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-04-17 22:54 --- *** This bug has been marked as a duplicate of 26727 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/26727] [4.2 Regression] gcc.target/powerpc/doloop-1.c fails

2006-04-17 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-04-17 22:54 --- *** Bug 27187 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

Bugs kopete-0.7.3

2006-04-17 Thread Vitor Max Rocha
|| echo './'`kopetecontactlist.cpp kopetecontactlist.cpp: In member function `QStringList KopeteContactList::contactFileProtocols(const QString)': kopetecontactlist.cpp:779: internal error: Bus error Please submit a full bug report, with preprocessed source if appropriate. See

[Bug c/27153] function result is dereferenced error

2006-04-17 Thread alexey at cs dot sunysb dot edu
--- Comment #7 from alexey at cs dot sunysb dot edu 2006-04-18 00:06 --- (In reply to comment #6) In C, there is no ordering left to right, please go read the C FAQ at: http://www.eskimo.com/~scs/c-faq.com/expr/index.html subpage:

[Bug c/27153] function result is dereferenced error

2006-04-17 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-04-18 00:21 --- (In reply to comment #7) (In reply to comment #6) In C, there is no ordering left to right, please go read the C FAQ at: http://www.eskimo.com/~scs/c-faq.com/expr/index.html subpage:

[Bug ada/27186] GNAT BUG DETECTED with Booch Components Set_Test_Support

2006-04-17 Thread george dot chapman at lmco dot com
--- Comment #3 from george dot chapman at lmco dot com 2006-04-18 00:35 --- (From update of attachment 11287) Missing body for Managed_Storage. -- george dot chapman at lmco dot com changed: What|Removed |Added

[Bug ada/27186] GNAT BUG DETECTED with Booch Components Set_Test_Support

2006-04-17 Thread george dot chapman at lmco dot com
--- Comment #4 from george dot chapman at lmco dot com 2006-04-18 00:36 --- Created an attachment (id=11289) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11289action=view) gnatchop input -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27186

[Bug ada/27186] GNAT BUG DETECTED with Booch Components Set_Test_Support

2006-04-17 Thread george dot chapman at lmco dot com
--- Comment #5 from george dot chapman at lmco dot com 2006-04-18 00:40 --- Compiles at -O0 but not -O1 and subsequent. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27186

[Bug debug/27188] New: libgcc2.c:382: internal compiler error: in prune_unused_types_update_strings, at dwarf2out.c:14009

2006-04-17 Thread danglin at gcc dot gnu dot org
/home/dave/gcc-4.2/objdir/./gcc/xgcc -B/home/dave/gcc-4.2/objdir/./gcc/ -B/home/ dave/opt/gnu/gcc/gcc-4.2.0/hppa-linux/bin/ -B/home/dave/opt/gnu/gcc/gcc-4.2.0/hp pa-linux/lib/ -isystem /home/dave/opt/gnu/gcc/gcc-4.2.0/hppa-linux/include -isys tem

[Bug debug/27188] [4.2 Regression] libgcc2.c:382: internal compiler error: in prune_unused_types_update_strings, at dwarf2out.c:14009

2006-04-17 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||aldyh at gcc dot gnu dot org Keywords|

[Bug debug/27188] [4.2 Regression] libgcc2.c:382: internal compiler error: in prune_unused_types_update_strings, at dwarf2out.c:14009

2006-04-17 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-04-18 01:33 --- Sorry Aldy for CCing you (I saw prune_unused and thought it was your front-end patch). When in fact it was: http://gcc.gnu.org/ml/gcc-patches/2006-04/msg00641.html That caused the ICE. -- pinskia at gcc dot

[Bug c/27190] New: Support for multiline string constant

2006-04-17 Thread sampo at symlabs dot com
char* help = Usage: foo [options] -v verbose -d debug ; Code like the above should work. It is really convenient when editing this code that you do not have to terminate your lines with cruft like \n\ Of course this is pure convenience, but I never heard any convincing argument why this

[Bug target/27067] Compile errors with multiple inheritance where the stdcall attribute is applied to virtual functions.

2006-04-17 Thread wszafran at users dot sourceforge dot net
--- Comment #2 from wszafran at users dot sourceforge dot net 2006-04-18 03:10 --- Yes, it works like a charm now. I only built the CygWin-hosted, MinGW-targetting compiler with your patch applied, but I suppose a similar result would be achieved with a compiler bootstrapped on

[Bug c/27153] function result is dereferenced error

2006-04-17 Thread bangerth at dealii dot org
--- Comment #9 from bangerth at dealii dot org 2006-04-18 03:21 --- It does not matter either. The evaluation of a function argument is an atomic procedure. No, it actually isn't. If it starts it should generate a result. Isn't it strange if the compiler evaluates a little bit

[Bug c++/26838] Legal program rejection - protected base method addressing fails from grandchild class

2006-04-17 Thread bangerth at dealii dot org
--- Comment #4 from bangerth at dealii dot org 2006-04-18 03:28 --- This is not a bug. While the name in a function call is looked up from inside the class, the name of a member function is looked up in the global scope. There, the member in question here is inaccessible. W. --

[Bug c++/26917] [4.0/4.1/4.2 regression] ICE with -frepo on invalid code

2006-04-17 Thread bangerth at dealii dot org
--- Comment #1 from bangerth at dealii dot org 2006-04-18 03:30 --- Confirmed. -- bangerth at dealii dot org changed: What|Removed |Added Status|UNCONFIRMED

[Bug c/27191] New: ice on bootstrap - dwarf2out.c

2006-04-17 Thread jvdelisle at gcc dot gnu dot org
/home/jerry/gcc/4.2/./gcc/xgcc -B/home/jerry/gcc/4.2/./gcc/ -B/home/jerry/gcc/usr/i686-pc-linux-gnu/bin/ -B/home/jerry/gcc/usr/i686-pc-linux-gnu/lib/ -isystem /home/jerry/gcc/usr/i686-pc-linux-gnu/include -isystem /home/jerry/gcc/usr/i686-pc-linux-gnu/sys-include -O2 -O2 -g -O2 -DIN_GCC -W

[Bug c++/26988] template constructor in template class derived from virtual base can not be specialized

2006-04-17 Thread bangerth at dealii dot org
--- Comment #2 from bangerth at dealii dot org 2006-04-18 03:45 --- Confirmed, though this doesn't seem to have anything to do with PR 9050. Here's a shorter testcase: -- struct B{}; struct Bar : virtual B { template typename T Bar( T const cast ); };

[Bug c++/26997] g++ reports misleading error message when the identifier with error occurs earlier on the same line

2006-04-17 Thread bangerth at dealii dot org
--- Comment #3 from bangerth at dealii dot org 2006-04-18 03:47 --- Confirmed. -- bangerth at dealii dot org changed: What|Removed |Added Status|UNCONFIRMED

[Bug c++/27052] When using excessive -ftemplate-depth g++ overflows the stack

2006-04-17 Thread bangerth at dealii dot org
--- Comment #8 from bangerth at dealii dot org 2006-04-18 03:50 --- We've had numerous such reports in the past. The compiler can't do anything to detect whether it has run out of stack space. What happens is that a program allocates stack space, the operating systems gives it to the

[Bug c++/27053] symbol2.c:2102: internal error: Segmentation fault when i try to compile gSOAP in cross compilation

2006-04-17 Thread bangerth at dealii dot org
-- bangerth at dealii dot org changed: What|Removed |Added Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27053

[Bug c/27191] ice on bootstrap - dwarf2out.c

2006-04-17 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2006-04-18 03:51 --- I just found this already reported. *** This bug has been marked as a duplicate of 27188 *** -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug debug/27188] [4.2 Regression] libgcc2.c:382: internal compiler error: in prune_unused_types_update_strings, at dwarf2out.c:14009

2006-04-17 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2006-04-18 03:51 --- *** Bug 27191 has been marked as a duplicate of this bug. *** -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/27192] New: call through function pointer goes to wrong address

2006-04-17 Thread regehr at cs dot utah dot edu
The program below confuses gcc in such a way that it generates code loading the byte-address of bar() into the Z register, which causes icall to jump off to neverneverland. Rather, the double-byte address of bar() should be loaded into Z before the indirect call. This bug is also present in gcc

[Bug c/27193] New: dump-tree-original-raw does not print the linkage for a variable with file scope.

2006-04-17 Thread yokoyama-hxb at necst dot nec dot co dot jp
dump-tree-original-raw does not print the linkage for a variable with file scope. --- test case (sta.c)--- static int static_var=9; double global_var = 0; main() { int x; x = 4+ static_var + global_var; return x; } -- to reproduce --- gcc -fdump-tree-original-raw sta.c

<    1   2