public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug c++/30111] New: Value-initialization of POD base class doesn't initialize members
 2006-12-07 18:03 UTC  (2+ messages)
` [Bug c++/30111] "

[Bug c/26854] New: Inordinate compile times on large routines
 2006-12-07 17:54 UTC  (4+ messages)
` [Bug tree-optimization/26854] "

[Bug c++/29730] New: [4.0/4.1/4.2/4.3 regression] ICE on invalid declaration of template member
 2006-12-07 17:50 UTC  (4+ messages)
` [Bug c++/29730] [4.0/4.1/4.2 "
` [Bug c++/29730] [4.0/4.1/4.2/4.3 "

[Bug fortran/25818] New: Problem with handling optional and entry master arguments
 2006-12-07 17:34 UTC  (3+ messages)
` [Bug fortran/25818] "

[Bug fortran/30081] New: Interface bug overloading random_seed, random_number
 2006-12-07 17:28 UTC  (3+ messages)
` [Bug fortran/30081] "

[Bug fortran/30068] New: Ambigous interfaces not detected
 2006-12-07 17:25 UTC  (9+ messages)
` [Bug fortran/30068] "

[Bug java/29495] New: [ecj] some field & method flags not passed through
 2006-12-07 17:19 UTC  (3+ messages)
` [Bug java/29495] "

[Bug tree-optimization/30104] New: missed code motion optimization (invariant control structures)
 2006-12-07 16:49 UTC  (4+ messages)
` [Bug tree-optimization/30104] "

[Bug fortran/30084] New: segmentation falut when compiling certain code
 2006-12-07 16:30 UTC  (5+ messages)
` [Bug fortran/30084] "

[Bug tree-optimization/30038] New: Call to sin(x), cos(x) should be transformed to sincos(x)
 2006-12-07 16:07 UTC  (4+ messages)
` [Bug tree-optimization/30038] "

[Bug libgcj/30110] New: classpath external missing from src.zip
 2006-12-07 15:48 UTC  (2+ messages)
` [Bug libgcj/30110] "

[Bug libfortran/29867] New: building libgfortran fails because of multiple definitions gcc-4.3-20061111
 2006-12-07 15:11 UTC  (2+ messages)
` [Bug target/29867] [4.3 Regression] "

[Bug fortran/30107] New: improve diagnostic of RECURSIVE LOGICAL SUBROUTINE
 2006-12-07 14:21 UTC  (2+ messages)
` [Bug fortran/30107] "

[Bug tree-optimization/30105] New: missed PRE
 2006-12-07 14:20 UTC  (2+ messages)
` [Bug tree-optimization/30105] missed code hoisting

[Bug tree-optimization/30103] New: missed strength reduction optimization (test replacement)
 2006-12-07 14:17 UTC  (2+ messages)
` [Bug tree-optimization/30103] "

[Bug tree-optimization/30102] New: missed strength reduction optimization (irreducible loops)
 2006-12-07 14:16 UTC  (2+ messages)
` [Bug tree-optimization/30102] "

[Bug tree-optimization/30101] New: missed value numbering optimization (cprop+valnum)
 2006-12-07 14:15 UTC  (2+ messages)
` [Bug tree-optimization/30101] "

[Bug tree-optimization/30099] New: missed value numbering optimization (conditional-based assertions)
 2006-12-07 14:14 UTC  (2+ messages)
` [Bug tree-optimization/30099] "

[Bug tree-optimization/30100] New: missed value numbering optimization (conditional value numbers)
 2006-12-07 14:14 UTC  (2+ messages)
` [Bug tree-optimization/30100] "

[Bug tree-optimization/30098] New: missed value numbering optimization
 2006-12-07 14:13 UTC  (2+ messages)
` [Bug tree-optimization/30098] "

[Bug tree-optimization/30089] New: Compiling FreeFem3d uses unreasonable amount of time and memory
 2006-12-07 14:07 UTC  (7+ messages)
` [Bug tree-optimization/30089] "

[Bug middle-end/20218] Can't use __attribute__ ((visibility ("hidden"))) to hide a symbol
 2006-12-07 14:05 UTC  (16+ messages)

[Bug libgcj/30109] New: InetAddress.getHostName() does not resolve host names
 2006-12-07 13:34 UTC  (2+ messages)
` [Bug libgcj/30109] "

[Bug c/28752] New: bootstrap comparision fails with "-ftree-vectorize -maltivec" on ppc
 2006-12-07 13:30 UTC  (3+ messages)
` [Bug middle-end/28752] bootstrap comparision fails with "-ftree-vectorize -maltivec" on ppc and i386

[Bug preprocessor/23479] Implement binary constants with a "0b" prefix
 2006-12-07 13:24 UTC 

[Bug tree-optimization/17687] sincos tree representation causes extra addressable vars
 2006-12-07 12:50 UTC  (4+ messages)

[Bug tree-optimization/21466] sqrt() function not vectorized
 2006-12-07 12:34 UTC  (4+ messages)

[Bug java/24938] New: gcj -C miscompiles gnu/CORBA/DynAn/gnuDynValue.java
 2006-12-07 12:31 UTC  (4+ messages)
` [Bug java/24938] "

[Bug c++/30108] New: internal compiler error: in make_decl_rtl, at varasm.c:890
 2006-12-07 11:58 UTC  (3+ messages)
` [Bug c++/30108] "

[Bug other/30083] New: double quotes in Makefile confuse solaris /bin/sh
 2006-12-07 11:04 UTC  (4+ messages)
` [Bug other/30083] "

[Bug tree-optimization/30093] New: vectorization of sqrt segfaults
 2006-12-07 10:54 UTC  (2+ messages)
` [Bug tree-optimization/30093] "

[Bug tree-optimization/30092] New: Segmentation fault with -ftreevectorize and SQRT()
 2006-12-07 10:26 UTC  (2+ messages)
` [Bug tree-optimization/30092] "

[Bug target/29794] New: cc1 segfaults with -O3 -msched-control-spec
 2006-12-07 10:08 UTC  (4+ messages)
` [Bug target/29794] "

[Bug libstdc++/30085] New: switch debug mode hash containers from ext to tr1
 2006-12-07 10:07 UTC  (2+ messages)
` [Bug libstdc++/30085] "

[Bug c/30086] New: Initialize struct to avoid warnings shouldn't be needed
 2006-12-07  9:55 UTC  (4+ messages)
` [Bug middle-end/30086] "

[Bug fortran/29711] New: error_print produces useless error message for LANG != C
 2006-12-07  9:16 UTC  (5+ messages)
` [Bug fortran/29711] [4.2 only] error_print does not support %N$X

[Bug c++/30088] New: Unexpected compilation results: -O1 vs. -O1 -fstrict-aliasing
 2006-12-07  7:23 UTC  (4+ messages)
` [Bug c++/30088] "
` [Bug tree-optimization/30088] "

[Bug c++/29980] New: [4.2/4.3 regression] ICE using attribute in invalid declaration
 2006-12-07  0:05 UTC  (3+ messages)
` [Bug c++/29980] "

[Bug c++/24926] New: gcc ignores access level violation: struct variables in anonymous union accessible as public
 2006-12-06 23:37 UTC  (2+ messages)
` [Bug c++/24926] gcc ignores access level violation for anonymous structs

[Bug c++/30097] New: Access control fails on nested protected base member
 2006-12-06 23:37 UTC  (2+ messages)
` [Bug c++/30097] "

[Bug fortran/30095] New: [Optimization] ICE in lhd_set_decl_assembler_name, at langhooks.c:165
 2006-12-06 22:30 UTC  (3+ messages)
` [Bug fortran/30095] "
` [Bug fortran/30095] ICE in lhd_set_decl_assembler_name, at langhooks.c:165 with "-O0"

[Bug middle-end/29779] New: vectorizer fortran testcases failing
 2006-12-06 22:22 UTC  (5+ messages)
` [Bug fortran/29779] [4.3 Regression] "

[Bug fortran/30096] New: Interface bug: gfortran falsely detect ambigious interface, scoping problem?
 2006-12-06 22:21 UTC  (3+ messages)
` [Bug fortran/30096] "

[Bug middle-end/30079] New: libgcov.c:785: ICE: in fold_convert, at fold-c onst.c:2034
 2006-12-06 22:10 UTC  (10+ messages)
` [Bug middle-end/30079] libgcov.c:785: ICE: in fold_convert, at fold-c
` [Bug middle-end/30079] [4.3 regression] libgcov.c:785: ICE: in fold_convert, at fold-const.c:2034

[Bug libfortran/29810] New: ld: (Warning) Unsatisfied symbol "fmodl" in file /mnt/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libgfortran/.libs/libgfortran.sl
 2006-12-06 22:04 UTC  (8+ messages)
` [Bug libfortran/29810] [4.1/4.2/4.3 regression] Unsatisfied symbol "fmodl" in libgfortran shared library

[Bug c++/29729] New: [4.0/4.1/4.2/4.3 regression] ICE with template class in template function
 2006-12-06 21:18 UTC  (7+ messages)
` [Bug c++/29729] "
` [Bug c++/29729] [4.0/4.1 "
` [Bug c++/29729] [4.0 "

[Bug gcov/profile/28441] New: Need atomic increment of gcov counters for MP programs
 2006-12-06 20:50 UTC  (2+ messages)
` [Bug gcov-profile/28441] "

[Bug tree-optimization/30032] New: sqrt(CGAMMA*PRES[j]/DENS[j]) much slower than compiting compiler
 2006-12-06 20:32 UTC  (2+ messages)
` [Bug tree-optimization/30032] sqrt(CGAMMA*PRES[j]/DENS[j]) much slower than competing compiler

[Bug ada/30094] New: bogus use of CROSS_COMPILE in adaint.c
 2006-12-06 20:28 UTC 

[Bug libfortran/30009] New: Unformatted reads exceeding one record should use the next record not give EOF
 2006-12-06 19:26 UTC  (2+ messages)
` [Bug libfortran/30009] Unformatted reads exceeding storage units gives EOF instead of ERR

[Bug libfortran/30056] New: Exceeding recl on direct access
 2006-12-06 19:26 UTC  (2+ messages)
` [Bug libfortran/30056] "

[Bug c++/29728] New: [4.0/4.1/4.2/4.3 regression] ICE on invalid initializer in template function
 2006-12-06 18:27 UTC  (7+ messages)
` [Bug c++/29728] "
` [Bug c++/29728] [4.0/4.1/4.2 "
` [Bug c++/29728] [4.0/4.1 "
` [Bug c++/29728] [4.0 "

[Bug driver/30091] New: specs file: `@LANGUAGE' not documented
 2006-12-06 18:22 UTC  (2+ messages)
` [Bug driver/30091] "

[Bug c++/28553] New: string processing -O3 optimization bug under GCC 4.1.1
 2006-12-06 17:37 UTC  (2+ messages)
` [Bug c++/28553] [4.1 Regression] "

[Bug driver/30090] New: Incorrectness in `gcc.c'
 2006-12-06 17:20 UTC 

[Bug tree-optimization/30087] New: regressions in the gfortran testsuite with -ftree-vectorize
 2006-12-06 16:43 UTC 

[Bug c++/30080] New: incorrect code generation, possibly related to casting/aliasing
 2006-12-06 16:36 UTC  (5+ messages)
` [Bug c++/30080] "

[Bug target/30052] New: memory hog
 2006-12-06 13:24 UTC  (2+ messages)
` [Bug target/30052] memory hog on x86-64

[Bug c/29613] New: static string in vararg function
 2006-12-06 12:47 UTC  (2+ messages)
` [Bug target/29613] "

[Bug middle-end/29272] New: [4.2 Regression] memcpy optimization causes wrong-code
 2006-12-06 11:37 UTC  (2+ messages)
` [Bug middle-end/29272] "

[Bug target/30082] New: Expansion of ceil and floor could use if-conversion
 2006-12-06 10:10 UTC  (2+ messages)
` [Bug target/30082] "

[Bug middle-end/29887] New: wrong-code for errno handling on overflow/underflow
 2006-12-06  8:58 UTC  (2+ messages)
` [Bug middle-end/29887] "

[Bug c/29172] New: --combine can't handle #pragma once
 2006-12-06  4:07 UTC  (3+ messages)
` [Bug c/29172] "

[Bug libfortran/30014] New: INQUIRE (iolength = xx) limited to kind=4
 2006-12-06  3:19 UTC  (2+ messages)
` [Bug libfortran/30014] "

[Bug c/30072] New: Return type of implicitly declared functions
 2006-12-06  3:08 UTC  (2+ messages)
` [Bug c/30072] "

[Bug c/30075] New: Missed optimizations with -fwhole-program -combine
 2006-12-06  2:55 UTC  (4+ messages)
` [Bug middle-end/30075] "

[Bug target/29599] New: [4.1/4.2 Regression] ICE when building the kernel on SH4
 2006-12-06  0:40 UTC  (2+ messages)
` [Bug target/29599] [4.1/4.2/4.3 "

[Bug ada/30078] New: problems mixing Tasks and recursion
 2006-12-05 22:40 UTC  (2+ messages)
` [Bug ada/30078] [ Ada ] "

gcc 3.4 uclinux Floating Point Patch
 2006-12-05 22:30 UTC 

[Bug libfortran/30005] New: Open errors (not/already exists etc.): show also the file name
 2006-12-05 20:40 UTC  (2+ messages)
` [Bug libfortran/30005] "

[Bug libgcj/30076] New: Annotations don't work with interpreted code
 2006-12-05 20:12 UTC  (2+ messages)
` [Bug libgcj/30076] [ecj] "

[Bug other/30055] New: while(__builtin_expect()) pessimizes loop
 2006-12-05 19:50 UTC  (2+ messages)
` [Bug other/30055] [4.0/4.1 Regression] "

[Bug fortran/30003] New: Expressions with side effects in array references
 2006-12-05 19:46 UTC  (2+ messages)
` [Bug fortran/30003] "

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).