aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2008-03-26uninit-16.c (decode_reloc): Mark static.Kaveh R. Ghazi2-0/+5
2008-03-26re PR c++/35546 (__attribute__(format...) broken for members of template clas...Jakub Jelinek4-3/+50
2008-03-26* doc/invoke.texi: Fix use of @item vs. @itemx.Andreas Schwab2-51/+53
2008-03-26Makefile.in (build/gensupport.o, [...]): Depend on options.h.Tom Tromey2-22/+34
2008-03-26revert: fold-const.c (target.h): Include.Richard Guenther4-49/+48
2008-03-26builtins.c (expand_builtin_pow, [...]): Remove uses of dconst3, dconstsqrt2, ...Kaveh R. Ghazi6-41/+102
2008-03-26cygming.h (BIGGEST_ALIGNMENT): Removed.H.J. Lu3-8/+12
2008-03-26* Makefile.in (DEPFILES): Add missing '/'.Tom Tromey2-1/+5
2008-03-26sse-13.c: Include <mm_malloc.h> before redefinitions of extern and __inline.Uros Bizjak4-39/+42
2008-03-26re PR c++/35332 (Broken diagnostics for builtins)Jakub Jelinek4-0/+31
2008-03-26fold-const.c (target.h): Include.Richard Guenther4-34/+61
2008-03-26re PR target/31232 (Problem while compiling gcc for xstormy16-elf)Nick Clifton2-1/+12
2008-03-26tree-flow.h (widen_bitfield): Remove declaration.Richard Guenther4-134/+14
2008-03-2620030731-2.c: Scan dce1 dump.Richard Guenther8-27/+40
2008-03-26* adaint.c: Fix warnings.Arnaud Charlet2-7/+15
2008-03-26New testsArnaud Charlet10-0/+138
2008-03-26* g-dirope.ads, g-dirope.adb: (Dir_Type_Value): Moved to spec.Arnaud Charlet3-5/+14
2008-03-26a-witeio.adb: Fix problem with Current_Output (introduce Self).Arnaud Charlet2-13/+28
2008-03-26s-proinf-irix-athread.ads, [...]: Minor reformatting.Arnaud Charlet17-37/+48
2008-03-26Resync.Arnaud Charlet1-0/+605
2008-03-26gnat_ugn.texi: Add documentation for -gnatw.w/-gnatw.W Add description for th...Robert Dewar4-161/+673
2008-03-26tbuild.ads, [...] (N_Pragma): Chars field removed, use Chars (Pragma_Identifi...Robert Dewar12-72/+92
2008-03-26[multiple changes]Arnaud Charlet4-43/+90
2008-03-26back_end.adb, [...]: Minor reformattingRobert Dewar19-227/+136
2008-03-26g-byorma.adb (Read_BOM): Reorder tests so that UTF_32 is recognizedRobert Dewar1-18/+21
2008-03-26a-ciorse.ads, [...]: Marked with clauses as private, and controlled operation...Matthew Heaney9-43/+61
2008-03-26a-direct.adb (Start_Search): Raise Use_Error if the directory is not readable.Vincent Celier1-4/+10
2008-03-26sem_warn.ads, [...] (Warnings_Off_Pragmas): New tableRobert Dewar2-179/+424
2008-03-26sem_res.adb (Check_Infinite_Recursion): Diagnose definite infinite recursion ...Robert Dewar1-13/+60
2008-03-26sem_ch7.adb (Install_Parent_Private_Declarations): If the private declaration...Ed Schonberg2-8/+37
2008-03-26sem_ch6.adb (Analyze_Subprogram_Body): Remove spurious check on operations th...Ed Schonberg2-79/+88
2008-03-26sem_ch11.adb: Fix No_Exception_Restriction violation for SJLJRobert Dewar3-25/+71
2008-03-26sem_ch10.adb (Analyze_Compilation_Unit): if a unit in the context is a generi...Ed Schonberg2-186/+225
2008-03-26scn.adb (Initialize_Scanner): Format messages belong on standard errorRobert Dewar1-0/+4
2008-03-26prj-dect.adb (Parse_Package_Declaration): When a package name is not known...Vincent Celier4-265/+435
2008-03-26sem_cat.adb (Validate_RACW_Primitives): Do not rely on Comes_From_Source to e...Thomas Quinot1-24/+60
2008-03-26osint-c.adb (Set_Library_Info_Name): Use canonical case file names to check i...Vincent Celier1-3/+10
2008-03-26itypes.adb (Create_Itype): Use new name Access_Subprogram_KindRobert Dewar2-149/+151
2008-03-26Makefile.in: Add proper GNAT.Serial_Communications implementation on supporte...Pascal Obry8-20/+971
2008-03-26g-pehage.adb, [...]: Replace Raise_Exception by "raise with" construct.Robert Dewar8-56/+29
2008-03-26gnatcmd.adb: Add processing for GNAT SYNCVincent Celier6-246/+474
2008-03-26exp_pakd.adb (Expand_Bit_Packed_Element_Set): If the component assignment is ...Ed Schonberg1-1/+14
2008-03-26exp_ch7.adb (Make_Clean): Code cleanup using the new centralized subprogram C...Javier Miranda2-318/+311
2008-03-26exp_disp.adb (Make_DT, [...]): Set attribute Is_Static_Dispatch_TableJavier Miranda7-424/+849
2008-03-26exp_ch5.adb (Expand_N_Extended_Return_Statement): Suppress generation of a he...Gary Dismukes2-3/+46
2008-03-26exp_ch4.adb (Expand_N_Op_Concat): Remove special tests for No_Run_Time_ModeRobert Dewar1-16/+6
2008-03-26sem_ch3.adb (Access_Definition): If the access type is the return result of a...Ed Schonberg2-30/+171
2008-03-26exp_ch11.adb (Expand_At_End_Handler): Set From_At_End flag on raise stmt.Robert Dewar3-113/+143
2008-03-26exp_attr.adb (N_Pragma): Chars field removed.Javier Miranda5-929/+1143
2008-03-26exp_aggr.adb (Replace_Type): When checking for self-reference...Ed Schonberg1-17/+26