public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug c++/52311] New: implicitly_declare_fn: valgrind problem
 2012-12-05 11:42 UTC  (2+ messages)
` [Bug c++/52311] "

[Bug middle-end/55597] New: [4.8 Regression] internal compiler error: in plus_constant, at explow.c:88
 2012-12-05 11:34 UTC  (7+ messages)
` [Bug middle-end/55597] "
` [Bug target/55597] "
` [Bug target/55597] "
` [Bug middle-end/55597] "

[Bug tree-optimization/55600] New: excessive size of vectorized code
 2012-12-05 10:33 UTC  (2+ messages)
` [Bug tree-optimization/55600] "

[Bug fortran/55603] New: Memory leak in intrinsic assignment of allocatable derived type function result
 2012-12-05 10:14 UTC  (4+ messages)
` [Bug fortran/55603] "
` [Bug fortran/55603] Memory leak in intrinsic assignment of a scalar allocatable "

[Bug tree-optimization/51238] New: ICE: SIGSEGV in find_uses_to_rename_use (tree-ssa-loop-manip.c:1267) with -Os -ftree-loop-distribution
 2012-12-05 10:13 UTC  (3+ messages)
` [Bug tree-optimization/51238] "

[Bug c++/51810] New: internal compiler error
 2012-12-05 10:10 UTC  (4+ messages)
` [Bug c++/51810] "

[Bug c/50222] New: ICE with -O{1,2} -funswitch-loops -ftree-loop-distribution
 2012-12-05 10:09 UTC  (3+ messages)
` [Bug tree-optimization/50222] "

[Bug tree-optimization/35272] Loop distribution fails to distribute
 2012-12-05  9:51 UTC  (2+ messages)

[Bug tree-optimization/43428] vectorizer should invoke loop distribution to partially vectorize this loop
 2012-12-05  9:51 UTC 

[Bug tree-optimization/43234] ICE with per-function -ftree-loop-distribution (via attribute optimize or pragma)
 2012-12-05  9:49 UTC 

[Bug middle-end/38277] gcc.c-torture/execute/20010910-1.c wrong code generation by loop distribution enabled
 2012-12-05  9:47 UTC 

[Bug lto/55525] New: ICE: tree check: expected array_type, have pointer_type in array_ref_low_bound, at expr.c:6768
 2012-12-05  9:33 UTC  (3+ messages)
` [Bug lto/55525] "

[Bug fortran/55534] New: -Wno-missing-include-dirs does not work with gfortran
 2012-12-05  9:29 UTC  (3+ messages)
` [Bug fortran/55534] "

[Bug middle-end/51233] New: [ipa-iterations] running multiple passes of early IPA on zlib produces more optimal code
 2012-12-05  9:24 UTC  (3+ messages)
` [Bug middle-end/51233] "

[Bug fortran/37336] Fortran 2003: Finish derived-type finalization
 2012-12-05  8:54 UTC  (2+ messages)

[Bug libfortran/55601] New: libgfortran build fails with --disable-libquadmath
 2012-12-05  8:52 UTC  (2+ messages)
` [Bug libfortran/55601] "

[Bug libgcc/55589] New: Failure compiling "generic-morestack-thread.c", without threads
 2012-12-05  8:39 UTC  (3+ messages)
` [Bug libgcc/55589] "

[Bug c++/55311] New: Cannot specialize template parameter of type 'const char *const' in 'using' alias
 2012-12-05  8:33 UTC  (3+ messages)
` [Bug c++/55311] "

[Bug sanitizer/55599] New: switch from mach_override to mac interpose function support in libasan broke -static-libasan
 2012-12-05  6:11 UTC  (7+ messages)
` [Bug sanitizer/55599] "

[Bug c++/55602] New: Does not generate Error message for redefined macros
 2012-12-05  5:00 UTC  (2+ messages)
` [Bug preprocessor/55602] "

[Bug lto/55592] New: linking with -flto always links in libgcc:s.so
 2012-12-05  4:59 UTC  (3+ messages)
` [Bug lto/55592] "

[Bug lto/55596] New: [google] r191813 broke bootstrap-lto on google/gcc-4_7 branch
 2012-12-05  0:57 UTC  (3+ messages)
` [Bug lto/55596] "

[Bug target/46128] New: There is no mechanism for detecting VFP revisions in ARM GCC
 2012-12-05  0:07 UTC  (2+ messages)
` [Bug target/46128] "

[Bug middle-end/55595] New: [google] r172952 (LIPO) broke profiledbootstrap on google/main, and later in google/gcc-4_7
 2012-12-05  0:07 UTC  (3+ messages)
` [Bug middle-end/55595] "

[Bug preprocessor/54160] New: gcc should not define __OBJC2__ when lang is not set to ObjC (gcc 4.6 and later)
 2012-12-04 22:29 UTC  (3+ messages)
` [Bug target/54160] [4.6/4.7/4.8 Regression] "

[Bug middle-end/52306] New: ICE in CSE
 2012-12-04 22:06 UTC  (5+ messages)
` [Bug middle-end/52306] "

[Bug rtl-optimization/55598] New: LRA on powerpc does not like assembler in libgcc
 2012-12-04 21:36 UTC 

[Bug middle-end/55185] New: Error generated on extern inline function which isn't called
 2012-12-04 20:55 UTC  (2+ messages)
` [Bug middle-end/55185] "

[Bug bootstrap/55074] New: error during bootstrap of trunk
 2012-12-04 20:17 UTC  (2+ messages)
` [Bug bootstrap/55074] "

[Bug target/53435] New: (ix86_expand_vec_perm) and (ix86_expand_vec_perm) do not pass arguments to avx2_permvar8s[f,i] correctly
 2012-12-04 19:31 UTC  (3+ messages)
` [Bug target/53435] "

[Bug c++/55581] New: Too-eager instantiation
 2012-12-04 19:30 UTC  (2+ messages)
` [Bug c++/55581] "

[Bug fortran/29383] Fortran 2003/F95[TR15580:1999]: Floating point exception (IEEE) support
 2012-12-04 19:28 UTC 

[Bug bootstrap/55571] New: [4.6.4 regression] PR48076 fix broke bootstrap on armv5tel-linux-gnueabi
 2012-12-04 19:13 UTC  (11+ messages)
` [Bug bootstrap/55571] [4.6/4.7/4.8 "

[Bug tree-optimization/27109] Simplify "a - 10 > 150" into "a > 160" when range of a is known (in VRP or somewhere else)
 2012-12-04 18:48 UTC 

[Bug c/15376] shift and modulo operators not usable for integral vector types
 2012-12-04 18:41 UTC 

[Bug fortran/55591] New: strict-aliasing & Fortran
 2012-12-04 17:06 UTC  (4+ messages)
` [Bug fortran/55591] "

[Bug regression/55486] New: FAIL: gcc.dg/sms-7.c (internal compiler error)
 2012-12-04 16:55 UTC  (2+ messages)
` [Bug regression/55486] "

[Bug fortran/55395] New: [4.8 Regression] libgfortran bootstrap failure on powerpc-linux-gnu
 2012-12-04 16:42 UTC  (6+ messages)
` [Bug fortran/55395] [4.8 Regression] libgfortran bootstrap failure on powerpc-linux-gnu and arm-linux-gnueabi

[Bug sanitizer/55521] New: many instances of ASAN:SIGSEGV failures in g++ testsuite with -fsanitize=address
 2012-12-04 14:53 UTC  (2+ messages)
` [Bug sanitizer/55521] "

[Bug fortran/55593] New: Bogus error on passing DO LOOP variable
 2012-12-04 14:50 UTC  (2+ messages)
` [Bug fortran/55593] [4.8 Regression] "

[Bug libstdc++/55594] New: [4.8 Regression] -Wa,-nH incorrectly added to compile line of all targets
 2012-12-04 14:45 UTC  (2+ messages)
` [Bug libstdc++/55594] "

[Bug sanitizer/55587] New: Testsuite test c-c++-common/asn/memcmp-1.c fails to link on targets without libasan/libsanitizer
 2012-12-04 13:27 UTC  (7+ messages)
` [Bug testsuite/55587] [ASAN] Testsuite test c-c++-common/asan/memcmp-1.c "

[Bug other/55439] New: ThreadSanitizer: handle atomic operations
 2012-12-04 13:21 UTC  (2+ messages)
` [Bug sanitizer/55439] "

[Bug debug/54970] New: Missing DW_OP_GNU_implicit_pointer in debuginfo
 2012-12-04 13:17 UTC  (2+ messages)
` [Bug debug/54970] "

[Bug target/54063] New: [4.8 regression] on powerpc64 gcc 4.8 generates larger code for global variable accesses than gcc 4.7
 2012-12-04 13:05 UTC  (2+ messages)
` [Bug target/54063] "

[Bug middle-end/55585] New: compile time hog at -O1 -fboundscheck -g
 2012-12-04 11:57 UTC  (7+ messages)
` [Bug debug/55585] "

[Bug rtl-optimization/55158] New: ICE: [4.8 Regreesion] [IA64] segv in schedule_region
 2012-12-04 11:37 UTC  (10+ messages)
` [Bug rtl-optimization/55158] [4.8 Regression] segfault in schedule_region at -O3

[Bug c++/54207] New: ICE in build_noexcept_spec when bool is #defined/typedef'd
 2012-12-04 11:09 UTC  (2+ messages)
` [Bug c++/54207] [4.7/4.8 Regression][C++0x] "

[Bug c++/55576] New: Fails to compile a call to template member function
 2012-12-04 11:05 UTC  (6+ messages)
` [Bug c++/55576] "

[Bug tree-optimization/55590] New: SRA still produces unnecessarily unaligned memory accesses
 2012-12-04 10:35 UTC 

[Bug rtl-optimization/55583] New: Extended shift instruction on x86-64 is not used, producing unoptimal code
 2012-12-04 10:16 UTC  (5+ messages)
` [Bug rtl-optimization/55583] "
` [Bug target/55583] "

[Bug middle-end/54386] New: Unaligned mem load wrongly generated for inlined inline/static function
 2012-12-04  9:53 UTC  (2+ messages)
` [Bug tree-optimization/54386] [4.8 Regression] "

[Bug debug/55579] New: SRA doesn't create debug stmts when they would be useful
 2012-12-04  9:39 UTC  (2+ messages)
` [Bug debug/55579] "

[Bug tree-optimization/55124] New: ICE in find_or_generate_expression, at tree-ssa-pre.c:2803
 2012-12-04  9:27 UTC  (3+ messages)
` [Bug tree-optimization/55124] [4.8 Regression] "

[Bug c++/55588] New: Failure to diagnose non-template-id prefixed by keyword template
 2012-12-04  9:14 UTC  (2+ messages)
` [Bug c++/55588] "

[Bug middle-end/55545] New: [4.8 Regression] Incredibly large compile-time performance regression on IA64 compiling 253.perlbmk
 2012-12-04  9:04 UTC  (4+ messages)
` [Bug middle-end/55545] "

[Bug c++/55559] New: Marshalling double through union with inlines, incorrect behavior with -O2
 2012-12-04  9:03 UTC  (3+ messages)
` [Bug tree-optimization/55559] [4.6/4.7/4.8 Regression] "

[Bug debug/55586] New: Incorrect .debug_line section for function with variable number of arguments in PowerPC
 2012-12-04  8:28 UTC 

[Bug c/55584] New: __sync_fetch_and_* friends do not issue warnings when CPU does not support them natively
 2012-12-04  4:21 UTC 

[Bug c++/55582] New: [C++11] Unable to define string user-defined literal without leading underscore
 2012-12-04  0:35 UTC  (2+ messages)
` [Bug c++/55582] "

[Bug middle-end/55401] New: uninstrumented path in TM clones are still instrumented
 2012-12-04  0:25 UTC  (3+ messages)
` [Bug middle-end/55401] "

[Bug lto/50468] New: ICE in force_type_die when compiling binutils with -flto -O[12]
 2012-12-04  0:13 UTC  (2+ messages)
` [Bug lto/50468] "

[Bug c++/55580] New: internal compiler error: Segmentation fault - with variadic template parameter
 2012-12-04  0:12 UTC  (4+ messages)
` [Bug c++/55580] "

[Bug debug/48670] New: explosion in time and stack usage when using -ggdb
 2012-12-04  0:03 UTC  (3+ messages)
` [Bug debug/48670] [4.6 regression] explosion in time and stack usage when using -ggdb on a class with many members

[Bug middle-end/55046] New: [4.8 Regression] ICE in ira_reuse_stack_slot at ira-color.c:4065
 2012-12-03 23:25 UTC  (4+ messages)
` [Bug middle-end/55046] "
` [Bug middle-end/55046] "

[Bug middle-end/50398] New: ICE when compiling openssl-1.0.0d with graphite optimizations
 2012-12-03 23:21 UTC  (2+ messages)
` [Bug middle-end/50398] ICE when compiling openssl-1.0.0d with -O2 -floop-flatten

[Bug bootstrap/45700] [4.5/4.6 Regression] --enable-checking=fold bootstrap failures
 2012-12-03 23:19 UTC 

[Bug bootstrap/42628] ICE during bootstrap when compiling several libsupc++ files: original tree changed by fold
 2012-12-03 23:19 UTC 

[Bug bootstrap/54926] New: [4.8 Regression] Bootstrap comparison failure for various files in libbacktrace
 2012-12-03 22:33 UTC  (3+ messages)
` [Bug bootstrap/54926] "

[Bug c++/53094] New: vector literal
 2012-12-03 22:31 UTC  (6+ messages)
` [Bug c++/53094] constexpr vector subscripting

[Bug fortran/55548] New: SYSTEM_CLOCK with integer(8) provides nanosecond resolution, but only microsecond precision (without -lrt)
 2012-12-03 22:19 UTC  (3+ messages)
` [Bug fortran/55548] "

[Bug rtl-optimization/51771] New: trans-mem: abnormal edges get lost or corrupted
 2012-12-03 18:52 UTC  (3+ messages)
` [Bug rtl-optimization/51771] "

[Bug sanitizer/55577] New: g++.dg/asan/asan_test.C failures
 2012-12-03 18:48 UTC  (4+ messages)
` [Bug sanitizer/55577] "

[Bug c++/55578] New: Disabling warnings inside macro definition doesn't work
 2012-12-03 18:41 UTC 

[Bug c++/55564] New: internal error using decltype of a template type parameter for late-specified function result type
 2012-12-03 18:22 UTC  (6+ messages)
` [Bug c++/55564] 4.8 Regression] "

[Bug other/54691] New: [4.8 Regression] --enable-checking=valgrind doesn't build
 2012-12-03 17:29 UTC  (3+ messages)
` [Bug other/54691] "

[Bug bootstrap/55566] New: [4.8 regression] [IA64] ICE during bootstrap (related to recent "vec" re-implementation?)
 2012-12-03 17:24 UTC  (2+ messages)
` [Bug bootstrap/55566] [4.8 regression] segfault during build "

[Bug bootstrap/55380] New: All search_line_fast implementations read beyond buffer
 2012-12-03 17:20 UTC  (2+ messages)
` [Bug bootstrap/55380] "

[Bug c/53663] New: 4.7 inconsistent inline handling of bool within union
 2012-12-03 16:54 UTC  (3+ messages)
` [Bug tree-optimization/53663] [4.7 Regression] "

[Bug c++/54170] New: Call to lambda elided
 2012-12-03 16:10 UTC  (2+ messages)
` [Bug c++/54170] "

[Bug tree-optimization/55006] New: [4.8 Regression] aermod.f90 is miscompiled with '-m64 -O2 -funroll-loops' after revision 192526
 2012-12-03 16:04 UTC  (2+ messages)
` [Bug rtl-optimization/55006] "

[Bug c++/55033] New: [4.6/4.7/4.8 Regression] PowerPC section type conflict error
 2012-12-03 16:04 UTC  (2+ messages)
` [Bug target/55033] "

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