aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2018-02-22re PR c++/84493 (ICE with invalid cast)Marek Polacek4-1/+18
2018-02-22[testsuite] Require et alloca for pr82210.cTom de Vries2-0/+5
2018-02-22re PR c++/77655 (ICE on invalid c++ code on x86_64-linux-gnu (internal compil...Paolo Carlini2-0/+18
2018-02-22re PR c++/84496 (Internal compiler error with lambda, static and auto since r...Jakub Jelinek2-0/+47
2018-02-22Character length cleanup for Coarray Fortran libraryJanne Blomqvist5-51/+64
2018-02-22Add "native" as a valid option value for -march= on i386 (PR driver/83193).Martin Liska2-0/+16
2018-02-22re PR c++/84502 (Argument corruption when passing empty templated struct)Jakub Jelinek4-3/+32
2018-02-22re PR tree-optimization/84503 (store-merging miscompilation on powerpc64 with...Jakub Jelinek5-21/+169
2018-02-22rs6000: Delete meaningless arguments to define_{expand,split,peephole2}Segher Boessenkool8-834/+846
2018-02-22rs6000: Use brace blocks in define_insnSegher Boessenkool6-388/+258
2018-02-22Daily bump.GCC Administrator1-1/+1
2018-02-21PR c++/84314 - ICE with templates and fastcall attribute.Jason Merrill3-11/+19
2018-02-21* ipa-cp.c (determine_versionability): Fix comment typos.Jan Hubicka2-3/+7
2018-02-21re PR c/84229 (A valid code rejected with -flto)Jan Hubicka2-0/+24
2018-02-21PR c++/84454 - ICE with pack expansion in signature.Jason Merrill3-1/+26
2018-02-21Add "native" as a valid option value for -march= on aarch64 (PR driver/83193).Martin Liska3-0/+16
2018-02-21Add "native" as a valid option value for -march= on arm (PR driver/83193).Martin Liska3-0/+15
2018-02-21re PR tree-optimization/84478 (pdftex miscompilation on i386)Jakub Jelinek5-32/+120
2018-02-21Add IntegerRange for Wcatch-value= option.Martin Liska2-1/+5
2018-02-21Daily bump.GCC Administrator1-1/+1
2018-02-20PR middle-end/84095 - false-positive -Wrestrict warnings for memcpy within arrayMartin Sebor10-141/+699
2018-02-20structure_constructor_14.f90: Adjust STOP number.Thomas Koenig2-1/+5
2018-02-20re PR target/84406 ([MSP430] ICE on valid code in find_widening_optab_handler...Richard Sandiford2-3/+25
2018-02-20re PR middle-end/82123 (spurious -Wformat-overflow warning for converted vars)Jeff Law5-7/+45
2018-02-20re PR fortran/48890 ([F95] Wrong length of a character component of named con...Thomas Koenig4-0/+70
2018-02-20re PR middle-end/82123 (spurious -Wformat-overflow warning for converted vars)Jeff Law2-5/+8
2018-02-20re PR middle-end/82123 (spurious -Wformat-overflow warning for converted vars)Jeff Law2-31/+50
2018-02-20re PR middle-end/82123 (spurious -Wformat-overflow warning for converted vars)Jeff Law2-10/+9
2018-02-20re PR middle-end/82123 (spurious -Wformat-overflow warning for converted vars)Jeff Law4-2/+31
2018-02-20re PR middle-end/82123 (spurious -Wformat-overflow warning for converted vars)Jeff Law2-0/+17
2018-02-20re PR c++/84488 (Incorrect "set but not used" warning for static_cast<Enum>(d...Jakub Jelinek2-0/+16
2018-02-20The removal of file fold-vec-neg-int.p7.c in commit 257812 didn't get commited.Carl Love1-19/+0
2018-02-20runtime: allow preemption in fast syscall returnIan Lance Taylor1-1/+1
2018-02-20Fix incorrect TARGET_MEM_REF alignment (PR 84419)Richard Sandiford4-1/+37
2018-02-20re PR middle-end/82004 (SPEC CPU2017 628.pop2_s miscompare)Jakub Jelinek4-5/+38
2018-02-20compiler: look through aliases for type compatibilityIan Lance Taylor2-10/+21
2018-02-20Fix missing info for -march and -mtune wrong values on aarch64 (PR driver/831...Martin Liska2-0/+9
2018-02-20c++: Fix spurious fallthrough warning on breakSiddhesh Poyarekar4-0/+45
2018-02-20Add limit for maximal alignment options (PR c/84310).Martin Liska7-2/+63
2018-02-20re PR c++/84446 (ICE with broken lambda)Paolo Carlini4-2/+21
2018-02-20re PR c++/84445 (ICE with __builtin_launder and virtual function)Jakub Jelinek4-1/+19
2018-02-20re PR c++/84449 (ICE with constexpr and deleted destructor)Jakub Jelinek4-1/+29
2018-02-20re PR c++/84455 (ICE in build_call_a at gcc/cp/call.c:389 during error report...Jakub Jelinek4-0/+22
2018-02-19PR c++/84429 - ICE capturing VLA.Jason Merrill3-3/+18
2018-02-20Daily bump.GCC Administrator1-1/+1
2018-02-19re PR fortran/83344 (Use of uninitialized memory with ASSOCIATE and strings)Paul Thomas6-28/+73
2018-02-19re PR target/84146 (ICE with -mcet in dwarf2out_var_location, involving sigse...Jakub Jelinek24-205/+98
2018-02-19pr70023.c (dg-do): Compile only for target int128.Uros Bizjak2-2/+7
2018-02-19re PR c++/84444 (ICE with __builtin_launder and cast)Jakub Jelinek4-2/+19
2018-02-19re PR c++/84448 (ICE with broken condition in parallel for loop)Jakub Jelinek4-6/+37