public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug c++/57887] New: nested non-type template parameters not declared in this scope
 2013-10-16 22:59 UTC  (2+ messages)
` [Bug c++/57887] "

[Bug c++/58616] New: [meta-bug] nsdmi
 2013-10-16 22:59 UTC  (2+ messages)
` [Bug c++/58616] "

[Bug c++/58760] New: Lookup of a non-type template argument fails for an initializer of a const non-static member
 2013-10-16 22:59 UTC  (6+ messages)
` [Bug c++/58760] "

[Bug c++/58761] New: ICE with a lambda capturing this in a NSDMI
 2013-10-16 22:54 UTC 

[Bug c++/58752] New: [C++11] Bogus error: ambiguous class template instantiation
 2013-10-16 22:41 UTC  (6+ messages)
` [Bug c++/58752] "

[Bug c++/58753] New: Brace-initializing a vector with a direct-initialization NSDMI doesn't work in a template
 2013-10-16 22:30 UTC  (6+ messages)
` [Bug c++/58753] "

[Bug c++/58633] New: [4.7/4.8/4.9 Regression] ICE with decltype of destructor call
 2013-10-16 22:22 UTC  (4+ messages)
` [Bug c++/58633] [4.7/4.8 "

[Bug tree-optimization/58759] New: wrong code (segfaults) at -O2 on x86_64-linux-gnu in 32-bit mode
 2013-10-16 22:00 UTC 

[Bug translation/57850] New: Option -fdump-translation-unit not working
 2013-10-16 21:59 UTC  (4+ messages)
` [Bug c++/57850] [4.8/4.9 Regression] "

[Bug c/58758] New: [4.8 REGRESSION] error: bp cannot be used in asm here
 2013-10-16 21:56 UTC  (3+ messages)
` [Bug inline-asm/58758] "

[Bug c++/58743] New: [C++11] parameter packs not expanded with '...'
 2013-10-16 21:39 UTC  (2+ messages)
` [Bug c++/58743] "

[Bug target/58757] New: Advertise the lack of denormal support on alpha without -mieee
 2013-10-16 21:26 UTC 

[Bug fortran/58754] ICE/Regression in [4.7/4.8/4.9] with allocatable character arrays
 2013-10-16 21:01 UTC 

[Bug fortran/58652] New: ICE with move_alloc and unlimited polymorphic
 2013-10-16 20:48 UTC  (3+ messages)
` [Bug fortran/58652] "

[Bug fortran/58750] Allocate-on-assignment fails when using size(other_array) in the assignment statement
 2013-10-16 20:46 UTC  (6+ messages)
` [Bug fortran/58750] [4.8/4.9 Regression] Allocate-on-assignment statement determines incorrect size(other_array) for certain KINDs
` [Bug fortran/58750] Allocate-on-assignment statement determines incorrect SIZE(other_array) "
` [Bug fortran/58750] Wrong code with realloc on assignment and array constructors with numeric type conversion

[Bug c++/58191] New: Can't use boost transform_iterator with _GLIBCXX_DEBUG
 2013-10-16 20:09 UTC  (2+ messages)
` [Bug libstdc++/58191] "

[Bug libgomp/58756] New: FAIL: libgomp.c/pr58392.c execution test
 2013-10-16 19:39 UTC 

[Bug libgomp/58755] New: FAIL: libgomp.c/depend-3.c execution test -- timeout
 2013-10-16 19:26 UTC 

[Bug middle-end/56791] New: Segmentation fault in stage2 gengenrtl -- Incorrect instruction sequence generated by reload
 2013-10-16 19:18 UTC  (4+ messages)
` [Bug middle-end/56791] [4.8/4.9 Regression] "

[Bug c/48885] New: missed optimization with restrict qualifier?
 2013-10-16 18:55 UTC  (5+ messages)
` [Bug c/48885] "

[Bug c++/58751] New: [C++11] Inheriting constructors do not work properly with virtual inheritance
 2013-10-16 17:25 UTC 

[Bug c++/16008] method overloading hides inherited methods
 2013-10-16 17:21 UTC 

[Bug target/57756] New: Function target attribute is retaining state of previously seen function
 2013-10-16 16:54 UTC  (3+ messages)
` [Bug target/57756] "

[Bug tree-optimization/58697] New: wrong code (segfaults) at -O3
 2013-10-16 15:48 UTC  (3+ messages)
` [Bug tree-optimization/58697] [4.8/4.9 Regression] "

[Bug tree-optimization/19831] Missing DSE/malloc/free optimization
 2013-10-16 15:12 UTC 

[Bug fortran/58749] New: PACK(ADJUSTL([" a"," b"]), [.TRUE.,.FALSE.]) causes an internal compiler error
 2013-10-16 14:30 UTC  (2+ messages)
` [Bug fortran/58749] "

[Bug tree-optimization/58685] New: wrong code at -Os on x86_64-linux-gnu in 64-bit mode (affecting gcc trunk, 4.8, and 4.7)
 2013-10-16 14:23 UTC  (2+ messages)
` [Bug target/58685] [4.7/4.8/4.9 Regression] "

[Bug tree-optimization/57742] New: memset(malloc(n),0,n) -> calloc(n,1)
 2013-10-16 14:11 UTC  (2+ messages)
` [Bug tree-optimization/57742] "

[Bug sanitizer/56393] New: SIGSEGV when -fsanitize=address and dynamic lib with global objects
 2013-10-16 14:02 UTC  (5+ messages)
` [Bug sanitizer/56393] "

[Bug c++/58747] new_for
 2013-10-16 13:52 UTC  (9+ messages)

[Bug libstdc++/58729] New: tr2::dynamic_bitset::resize fails
 2013-10-16 13:24 UTC  (8+ messages)
` [Bug libstdc++/58729] "

[Bug libstdc++/51636] New: Thread-safeness of new and delete operators
 2013-10-16 13:16 UTC  (2+ messages)
` [Bug libstdc++/51636] "

[Bug tree-optimization/50337] New: -ftree-dse performs wrong elimination on electric-fence
 2013-10-16 13:14 UTC  (2+ messages)
` [Bug tree-optimization/50337] "

[Bug inline-asm/58748] New: %n asm output template with symbol references should not be permitted?
 2013-10-16 13:05 UTC 

[Bug middle-end/58746] New: Incorrect warning with -Waggressive-loop-optimizations
 2013-10-16 12:45 UTC 

[Bug bootstrap/58745] New: [4.9 Regression] bootstrap failure
 2013-10-16 12:05 UTC  (2+ messages)
` [Bug bootstrap/58745] "

[Bug libstdc++/53263] New: priority_queue is very slow if -D_GLIBCXX_DEBUG is used
 2013-10-16 11:13 UTC  (2+ messages)
` [Bug libstdc++/53263] "

[Bug c++/49152] New: Unhelpful diagnostic for iterator dereference
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug c++/49152] pretty printer cannot handle iterators and other complex expressions

[Bug rtl-optimization/50339] New: suboptimal register allocation for abs(__int128_t)
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug rtl-optimization/50339] "

[Bug target/51106] New: [4.5 regression] ICE in move_insn, at haifa-sched.c:2314
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug target/51106] [4.6 Regression] "

[Bug c++/51680] New: g++ 4.7 fails to inline trivial template stuff
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug tree-optimization/51680] "

[Bug libitm/51855] New: improve calculation of stack bottom in libitm's undolog
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug libitm/51855] "

[Bug regression/52272] New: [4.7 regression] Performance regresswion of 410.bwaves on x86
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug tree-optimization/52272] [4.7/4.8/4.9 regression] Performance regression "

[Bug regression/53203] New: [4.8 Regression]: gcc.dg/setjmp-1.c
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug regression/53203] [4.8/4.9 "

[Bug debug/53363] New: g++.dg/debug/dwarf2/thunk1.C FAILs
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug debug/53363] "

[Bug middle-end/53852] New: -ftree-loop-linear: large compile time / memory usage
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug tree-optimization/53852] [4.8/4.9 Regression] "

[Bug middle-end/53884] New: [4.7/4.8 Regression] ICE: in function_and_variable_visibility, at ipa.c:818 with -flto -fno-weak
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug middle-end/53884] [4.7/4.8/4.9 "

[Bug middle-end/54224] New: [4.8 Regression] Bogus -Wunused-function warning with static function
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug fortran/54224] Warn for unused internal procedures

[Bug target/54305] New: [4.8 regression] FAIL: gcc.target/m68k/pr36134.c scan-assembler lea
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug target/54305] [4.8/4.9 "

[Bug c/54355] New: ICE on invalid code in switch statement
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug c/54355] "

[Bug rtl-optimization/54540] New: [4.8 regression] postreload incorrectly simplifies stack adjustment into constant load into SP
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug rtl-optimization/54540] "

[Bug other/55307] New: libgcc's __cpu_indicator_init does not check for avx correctly
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug target/55307] "

[Bug middle-end/55563] New: OpenMP not marking variable as thread-local
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug middle-end/55563] "

[Bug target/55657] New: objc/obj-c++ failures present under darwin12
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug target/55657] "

[Bug libstdc++/55977] New: [C++11] vector range construction imposes unnecessary conversion constraints
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug libstdc++/55977] "

[Bug ada/56274] New: [4.8 Regression] libada bootstrap failure on kfreebsd ("pthread_rwlock_t" not declared in "OS_Interface")
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug ada/56274] [4.8/4.9 "

[Bug c++/56326] New: g++.dg/gomp/tls-wrap4.C and g++.dg/tls/thread_local-wrap4.C FAIL on Solaris 9/x86
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug c++/56326] "

[Bug c/56344] New: ICE for program with larger automatic structs
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug middle-end/56344] ICE for program with very large structs returned by value

[Bug lto/56706] New: failure building CP2K at -flto -O3
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug lto/56706] [4.8/4.9 Regression] failure building CP2K at -flto -O2

[Bug c++/56746] New: 4.8 regression: increased memory usage when compiling C++
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug c++/56746] [4.8 regression] "

[Bug libstdc++/56779] New: libstdc++.so: undefined reference to `libintl_textdomain'
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug libstdc++/56779] [4.8/4.9 Regression] "

[Bug rtl-optimization/56885] New: ICE: in assign_by_spills, at lra-assigns.c:1268 with -O -fschedule-insns -fselective-scheduling
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug rtl-optimization/56885] [4.8/4.9 Regression] "

[Bug rtl-optimization/57100] New: [4.8/4.9 Regression] ICE: in pre_and_rev_post_order_compute, at cfganal.c:869 with -fdump-rtl-pro_and_epilogue-graph
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug rtl-optimization/57100] "

[Bug c++/57138] New: ICE in instantiate_class_template with variadic templates, using declarations, save-temps and precompiled header
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug c++/57138] [4.8 Regression][DR 1430] ICE with pack expansion and alias template

[Bug libgcc/57221] New: [4.8/4.9 regression] libgcc symbol visibility changes break Android blobs
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug libgcc/57221] "

[Bug rtl-optimization/57425] New: RTL alias analysis unprepared to handle stack slot sharing
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug rtl-optimization/57425] [4.8/4.9 regression] "

[Bug tree-optimization/57511] New: [4.8/4.9 Regression] Missing SCEV final value replacement
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug tree-optimization/57511] [4.8 "

[Bug rtl-optimization/57534] New: Performance regression versus 4.7.3, 4.8.1 is ~15% slower
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug tree-optimization/57534] [4.8/4.9 Regression]: "

[Bug rtl-optimization/57676] New: ICE: Maximum number of LRA constraint passes is achieved (30)
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug rtl-optimization/57676] [4.8/4.9 Regression] "

[Bug tree-optimization/57732] New: [4.8 / 4.9 Regression] ICE (segfault in libisl) building drizzle on 32bit targets (at least arm-linux and i586-linux)
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug tree-optimization/57732] [4.8/4.9 "

[Bug fortran/58099] New: over-zealous Error pointer error checking in gfortran 4.8
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug fortran/58099] [4.8/4.9 Regression] [F03] over-zealous procedure-pointer error checking

[Bug middle-end/58143] New: wrong code at -O3 on x86_64-linux-gnu
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug tree-optimization/58143] [4.8/4.9 regression] wrong code at -O3

[Bug target/58158] New: internal compiler error: in extract_insn, at recog.c:2150 while compiling ImageMagick on mipsel
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug target/58158] [4.8/4.9 Regression] ICE with conditional moves on GPRs with a floating point conditional on mipsel with loongson2f

[Bug debug/58315] New: [4.8/4.9 Regression] Excessive memory use with -g
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug debug/58315] "

[Bug c++/58567] New: [4.8/4.9 Regression] ICE with invalid loop variable in template using openmp
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug c++/58567] "

[Bug preprocessor/58580] New: preprocessor goes OOM with warning for zero literals
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug preprocessor/58580] [4.8/4.9 Regression] "

[Bug c++/58632] New: [4.8/4.9 Regression] ICE reusing template parameter name as class name
 2013-10-16  9:51 UTC  (2+ messages)
` [Bug c++/58632] "

[Bug rtl-optimization/38711] ira should not be using df-lr except at -O1
 2013-10-16  9:51 UTC 

[Bug tree-optimization/45397] [4.7/4.8/4.9 Regression] Issues with integer narrowing conversions
 2013-10-16  9:51 UTC 

[Bug tree-optimization/57719] [4.8/4.9 Regression] wrong code at -O3 on x86_64-linux-gnu
 2013-10-16  9:51 UTC 

[Bug tree-optimization/57608] [4.8/4.9 Regression] wrong code for expression at -O3 on x86_64-linux-gnu with -m32
 2013-10-16  9:51 UTC 

[Bug c++/41090] [4.7/4.8/4.9 Regression] Using static label reference in c++ class constructor produces wrong code
 2013-10-16  9:51 UTC 

[Bug libstdc++/44015] template parameters not documented
 2013-10-16  9:51 UTC 

[Bug target/50176] New: [4.6/4.7 Regression] 4.7 generates spill-fill dealing with char->int conversion
 2013-10-16  9:50 UTC  (2+ messages)
` [Bug rtl-optimization/50176] "

[Bug middle-end/50199] New: [4.7 Regression] wrong code with -flto -fno-merge-constants
 2013-10-16  9:50 UTC  (2+ messages)
` [Bug middle-end/50199] [4.7/4.8/4.9 "

[Bug c/50720] New: "deprecated" doesn't work as expected for functions returning pointer
 2013-10-16  9:50 UTC  (2+ messages)
` [Bug c/50720] "

[Bug other/51173] New: XFAIL: libitm.c++/static_ctor.C
 2013-10-16  9:50 UTC  (2+ messages)
` [Bug libitm/51173] "

[Bug other/52664] New: [4.8 Regression]: gcc.dg/tree-ssa/pr31261.c fails
 2013-10-16  9:50 UTC  (2+ messages)
` [Bug middle-end/52664] [4.8/4.9 "

[Bug debug/54402] New: [4.8 Regression] var-tracking does not scale
 2013-10-16  9:50 UTC  (2+ messages)
` [Bug debug/54402] [4.8/4.9 "

[Bug target/54699] New: [4.8 Regression] [SH] gfortran.dg/class_array_9.f03 ICEs
 2013-10-16  9:50 UTC  (2+ messages)
` [Bug target/54699] [4.8/4.9 "

[Bug go/54873] New: runtime/pprof FAILs
 2013-10-16  9:50 UTC  (2+ messages)
` [Bug go/54873] "

[Bug c++/54890] New: Incorrect SFINAE Rejection
 2013-10-16  9:50 UTC  (2+ messages)
` [Bug c++/54890] "

[Bug debug/55056] New: [4.8 Regression] -O0 -g missing location for register double var
 2013-10-16  9:50 UTC  (2+ messages)
` [Bug debug/55056] [4.8/4.9 "

[Bug bootstrap/55163] New: Ongoing problem with gengtype-lex.c under CygWin with CRLF text mode line endings since 4.8
 2013-10-16  9:50 UTC  (2+ messages)
` [Bug bootstrap/55163] [4.8/4.9 Regression] Ongoing problem with gengtype-lex.c under CygWin with CRLF text mode line endings since 4.8/4.9

[Bug rtl-optimization/55342] New: [LRA,x86] Non-optimal code for simple loop with LRA
 2013-10-16  9:50 UTC  (2+ messages)
` [Bug rtl-optimization/55342] [4.8/4.9 Regression] "

[Bug other/55374] New: [asan] Can't link static libasan with static libstdc++
 2013-10-16  9:50 UTC  (2+ messages)
` [Bug sanitizer/55374] [asan] -static-libasan -static-libstdc++ doesn't work

[Bug c/56811] New: gcc build fails: Unsatisfied symbol "_Unwind_GetIPInfo"
 2013-10-16  9:50 UTC  (2+ messages)
` [Bug other/56811] [4.8/4.9 Regression] libbacktrace causes undefined symbol "_Unwind_GetIPInfo" on ia64-hpux

[Bug rtl-optimization/56912] New: scheduler change breaks linux kernel LTO build with 4.8
 2013-10-16  9:50 UTC  (2+ messages)
` [Bug rtl-optimization/56912] [4.8/4.9 Regression] "

[Bug bootstrap/57059] New: Host configuration of loose_warn breaks for build components for Canadian crosses
 2013-10-16  9:50 UTC  (2+ messages)
` [Bug bootstrap/57059] [4.8/4.9 Regression] "

[Bug sanitizer/57316] New: [4.8 regresion] build failure in libsanitizer
 2013-10-16  9:50 UTC  (2+ messages)
` [Bug sanitizer/57316] [4.8/4.9 regression] "

[Bug debug/57481] New: [4.8 Regression] LTO VTA compile time hog
 2013-10-16  9:50 UTC  (2+ messages)
` [Bug debug/57481] "

[Bug rtl-optimization/57569] New: wrong code for struct copy at -O3 on x86_64-linux
 2013-10-16  9:50 UTC  (2+ messages)
` [Bug rtl-optimization/57569] [4.8/4.9 Regression] "

[Bug go/57689] New: [4.8 Regression] ICE (segfault) building libgo on ia64-linux-gnu
 2013-10-16  9:50 UTC  (2+ messages)
` [Bug go/57689] "

[Bug debug/58123] New: [4.8 Regression] debug line not tracked for last autovariable dtor
 2013-10-16  9:50 UTC  (2+ messages)
` [Bug debug/58123] [4.8/4.9 "

[Bug c++/58596] New: [4.8/4.9 Regression] [c++11] ICE with decltype in non-static data member initializer
 2013-10-16  9:50 UTC  (2+ messages)
` [Bug c++/58596] "

[Bug c++/58612] New: [4.8/4.9 Regression] [c++11] ICE calling non-constexpr from constexpr in template class
 2013-10-16  9:50 UTC  (2+ messages)
` [Bug c++/58612] "

[Bug c++/58700] New: [4.8/4.9 Regression] ICE declaring static bit-field
 2013-10-16  9:50 UTC  (2+ messages)
` [Bug c++/58700] "

[Bug fortran/42954] [4.7/4.8/4.9 regression] TARGET_*_CPP_BUILTINS issues with gfortran
 2013-10-16  9:50 UTC 

[Bug tree-optimization/38785] [4.5/4.7/4.8/4.9 Regression] huge performance regression on EEMBC bitmnp01
 2013-10-16  9:50 UTC 

[Bug target/28896] -fstack-limit-symbol and m68k and non 68020
 2013-10-16  9:50 UTC 

[Bug c++/27557] OpenMP threadprivate directive does not work with non-POD types
 2013-10-16  9:50 UTC 

[Bug rtl-optimization/47477] New: [4.6 regression] Sub-optimal mov at end of method
 2013-10-16  9:49 UTC  (2+ messages)
` [Bug rtl-optimization/47477] [4.7/4.8/4.9 "

[Bug target/54063] New: [4.8 regression] on powerpc64 gcc 4.8 generates larger code for global variable accesses than gcc 4.7
 2013-10-16  9:49 UTC  (2+ messages)
` [Bug target/54063] [4.8/4.9 regression] on powerpc64 gcc 4.8/4.9 "

[Bug fortran/54221] New: Explicit private access specifier signals "unexpected defined but not used [-Wunused-function]" warning
 2013-10-16  9:49 UTC  (2+ messages)
` [Bug fortran/54221] [4.8/4.9 Regression] "

[Bug rtl-optimization/55092] New: [4.8 Regression] LRA doesn't scale
 2013-10-16  9:49 UTC  (2+ messages)
` [Bug rtl-optimization/55092] [4.8/4.9 Regression] LRA aggravates var-tracking scalability problems

[Bug target/55145] New: [4.8 Regression] [x32] -maddress-mode=long miscompiles glibc
 2013-10-16  9:49 UTC  (2+ messages)
` [Bug middle-end/55145] Different bits for long double constant depending on long int size

[Bug rtl-optimization/55278] New: Botan performance regressions apparently due to LRA
 2013-10-16  9:49 UTC  (2+ messages)
` [Bug rtl-optimization/55278] [4.8/4.9 Regression] Botan performance regressions, other compilers generate better code than gcc

[Bug target/55656] New: objc/obj-c++ failures present under darwin11
 2013-10-16  9:49 UTC  (2+ messages)
` [Bug target/55656] "

[Bug fortran/55978] New: [4.8 Regression] class_optional_2.f90 -Os fails
 2013-10-16  9:49 UTC  (2+ messages)
` [Bug fortran/55978] "

[Bug tree-optimization/56145] New: [4.8.0 ICE] Use of too much optimizations -O2 -ffast-math -floop-parallelize-all
 2013-10-16  9:49 UTC  (2+ messages)
` [Bug tree-optimization/56145] [4.8/4.9 Regression] "

[Bug libgomp/56357] New: [4.8 Regression] missing symbol references for libgomp when using -flto -fopenmp on mingw32
 2013-10-16  9:49 UTC  (2+ messages)
` [Bug libgomp/56357] [4.8/4.9 "

[Bug rtl-optimization/56451] New: [4.8 regression] Wrong code for gcc.c-torture/execute/941015-1.c on SH
 2013-10-16  9:49 UTC  (2+ messages)
` [Bug rtl-optimization/56451] [4.8/4.9 "

[Bug tree-optimization/56982] New: Bad optimization with setjmp()
 2013-10-16  9:49 UTC  (2+ messages)
` [Bug tree-optimization/56982] [4.8 Regression] "

[Bug tree-optimization/57218] New: Excessive inlining even at -Os
 2013-10-16  9:49 UTC  (2+ messages)
` [Bug tree-optimization/57218] [4.8/4.9 Regression] "

[Bug target/57293] New: [4.8/4.9 Regression] not needed frame pointers on IA-32 (performance regression?)
 2013-10-16  9:49 UTC  (2+ messages)
` [Bug target/57293] "

[Bug fortran/57445] New: [4.8/4.9 Regression][OOP] ICE in gfc_conv_class_to_class - for OPTIONAL polymorphic array
 2013-10-16  9:49 UTC  (2+ messages)
` [Bug fortran/57445] "

[Bug rtl-optimization/57518] New: Redundent insn generated in LRA
 2013-10-16  9:49 UTC  (2+ messages)
` [Bug rtl-optimization/57518] [4.8 Regression] Redundant "

[Bug target/57748] New: ICE on ARM with -mfloat-abi=softfp -mfpu=neo
 2013-10-16  9:49 UTC  (2+ messages)
` [Bug middle-end/57748] [4.7/4.8/4.9 Regression] ICE when expanding assignment to unaligned zero-sized array

[Bug c/58048] New: internal compiler error: Max. number of generated reload insns per insn is achieved (90)
 2013-10-16  9:49 UTC  (2+ messages)
` [Bug rtl-optimization/58048] [4.8/4.9 Regression] "

[Bug middle-end/58134] New: -ftree-vectorizer-verbose=<n> shows vectroiyed loops only for N== 1 and N >2 but not for N==2
 2013-10-16  9:49 UTC  (2+ messages)
` [Bug middle-end/58134] [4.8/4.9 Regression] -ftree-vectorizer-verbose=<n> shows vectorized "

[Bug rtl-optimization/58295] New: The combination pass doesn't eliminates some extra zero extensions
 2013-10-16  9:49 UTC  (2+ messages)
` [Bug rtl-optimization/58295] [4.8/4.9 regression] Missed zero-extension elimination in the combiner

[Bug c++/58518] New: [4.8/4.9 regression] ICE template specialization
 2013-10-16  9:49 UTC  (2+ messages)
` [Bug c++/58518] [4.8/4.9 regression] ICE with "

[Bug c++/58606] New: [4.8/4.9 Regression] [c++11] ICE with specialization in variadic template
 2013-10-16  9:49 UTC  (2+ messages)
` [Bug c++/58606] "

[Bug c++/39970] gcc accepts the . dot operator in template arguments
 2013-10-16  9:49 UTC 

[Bug fortran/45586] [4.8/4.9 Regression] ICE non-trivial conversion at assignment
 2013-10-16  9:49 UTC 

[Bug middle-end/55943] New: ICE in gen_reg_rtx
 2013-10-16  9:48 UTC  (2+ messages)
` [Bug middle-end/55943] [4.7/4.8/4.9 Regression] "

[Bug tree-optimization/56049] New: [4.8 Regression] Simplification to constants not done
 2013-10-16  9:48 UTC  (2+ messages)
` [Bug tree-optimization/56049] [4.8/4.9 "

[Bug lto/56061] New: [4.8 Regression] ICE in lto1 (in inline_call, at ipa-inline-transform.c:267)
 2013-10-16  9:48 UTC  (2+ messages)
` [Bug lto/56061] [4.8/4.9 "

[Bug other/56273] New: [4.8 regression] Bogus -Warray-bounds warning
 2013-10-16  9:48 UTC  (2+ messages)
` [Bug tree-optimization/56273] [4.8/4.9 "

[Bug rtl-optimization/56339] New: [4.8 Regression]: Suboptimal register allocation
 2013-10-16  9:48 UTC  (2+ messages)
` [Bug rtl-optimization/56339] [4.8/4.9 "

[Bug c++/57101] New: [4.8/4.9 Regression] -fcompare-debug failure with <type error>
 2013-10-16  9:48 UTC  (2+ messages)
` [Bug c++/57101] [4.8 "

[Bug c++/57427] New: ICE in gimplify_init_constructor
 2013-10-16  9:48 UTC  (2+ messages)
` [Bug middle-end/57427] "

[Bug c++/58466] New: [4.8/4.9 Regression] ICE in cxx_eval_constant_expression
 2013-10-16  9:48 UTC  (2+ messages)
` [Bug c++/58466] "

[Bug c++/58674] New: [4.8/4.9 Regression] [c++11] ICE with template using declaration
 2013-10-16  9:48 UTC  (2+ messages)
` [Bug c++/58674] "

[Bug fortran/34547] [4.8/4.9 regression] NULL(): Fortran 2003 changes, accepts invalid, ICE on invalid
 2013-10-16  9:48 UTC 

[Bug middle-end/45273] [4.7/4.8/4.9 Regression] The compiler depends on the host double (-fprofile-corection only)
 2013-10-16  9:48 UTC 

[Bug debug/57664] [4.8/4.9 Regression] ICE: in should_move_die_to_comdat, at dwarf2out.c:6750 with -fdebug-types-section and lambda
 2013-10-16  9:48 UTC 

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).