summaryrefslogtreecommitdiff
path: root/gcc
Commit message (Expand)AuthorAgeFilesLines
* decl2.c (determine_visibility): Don't propagate visibility from type to decl.Jason Merrill2006-07-217-36/+26
* invoke.texi (C++ Dialect Options): Note that -fvisibility-inlines-hidden does...Mike Stump2006-07-216-1/+50
* * gcc.c-torture/unsorted/dump-noaddr.x: Fix test case name.Mike Stump2006-07-212-4/+8
* re PR c++/28250 (ICE with invalid catch)Volker Reichelt2006-07-214-7/+22
* re PR c++/28363 (Default template parameter causes compiler segfault)Volker Reichelt2006-07-214-13/+26
* config.gcc (i[34567]86-*-solaris2*): Add usegas.h to $tm_file if the target a...Roger Sayle2006-07-213-0/+18
* Daily bump.GCC Administrator2006-07-211-1/+1
* re PR c++/28407 (Issue with anonymous namespace)Jason Merrill2006-07-2014-61/+246
* Comment typo in previous patch.Paul Brook2006-07-201-1/+1
* re PR target/27363 (ARM gcc 4.1 optimization bug)Paul Brook2006-07-204-2/+96
* re PR target/28427 (warning: alignment of '__FUNCTION__' is greater than maxi...Danny Smith2006-07-202-0/+15
* re PR target/26877 (configure switches --with-arch and --with-tune are broken...Eric Christopher2006-07-202-4/+11
* t-slibgcc-darwin (stmp-lipo): Remove.Eric Christopher2006-07-202-11/+16
* Daily bump.GCC Administrator2006-07-201-1/+1
* re PR c++/28338 (ICE/rejects-valid with references)Mark Mitchell2006-07-194-6/+31
* re PR objc++/28434 (ICE with invalid protocol)Volker Reichelt2006-07-194-4/+18
* re PR c++/28337 (ICE with string literals in templates)Mark Mitchell2006-07-194-15/+45
* * except.c (duplicate_eh_regions_1): Clear next_peer.Jakub Jelinek2006-07-192-0/+5
* invoke.texi (RS/6000 and PowerPC Options): Document that -mlongcall does not ...Nathan Sidwell2006-07-193-14/+25
* Fix doubled testcase.Richard Sandiford2006-07-191-21/+0
* re PR c++/28048 (ICE on accessing member of dependent name)Mark Mitchell2006-07-194-3/+27
* re PR middle-end/28283 (SuperH: Very unoptimal code generated for 64-bit ints)Roger Sayle2006-07-193-2/+13
* re PR c++/28235 (ICE with static const member as default parameter in template)Mark Mitchell2006-07-194-23/+71
* Daily bump.GCC Administrator2006-07-191-1/+1
* re PR tree-optimization/28410 (Wrong aliasing with global var grouping during...Diego Novillo2006-07-184-3/+45
* re PR c++/28258 (ICE with invalid constructor)Lee Millward2006-07-186-0/+41
* re PR c++/27495 (ICE using "." instead of "->")Steve Ellcey2006-07-182-0/+13
* re PR c++/27495 (ICE using "." instead of "->")Steve Ellcey2006-07-182-2/+7
* * gcc.c (display_help): Fix typo in help text.David Daney2006-07-182-1/+5
* tree.h (categorize_ctor_elements): Adjust prototype and add descriptive comme...Olivier Hainque2006-07-189-42/+197
* Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir for stage...Paolo Bonzini2006-07-183-3/+23
* re PR c/28286 (ICE with invalid value in #pragma pack)Volker Reichelt2006-07-184-0/+20
* re PR c/26993 (ICE on invalid code with weakref)Alexandre Oliva2006-07-182-0/+16
* dbxout.c (dbxout_function_end): Do not increment scope_labelno.Carlos O'Donell2006-07-182-4/+11
* re PR middle-end/27889 (ICE on complex assignment in nested function)Richard Henderson2006-07-173-0/+20
* gmon-sol2.c: Silence compilation warnings by partially synchronizing code wit...Roger Sayle2006-07-182-30/+35
* Daily bump.GCC Administrator2006-07-181-1/+1
* invoke.texi: Remove mention of f77...Toon Moene2006-07-172-10/+17
* tree-chrec.c (avoid_arithmetics_in_type_p): New.Zdenek Dvorak2006-07-172-21/+31
* re PR c++/28291 (ICE on invalid designated initializer)Steve Ellcey2006-07-172-0/+18
* re PR middle-end/28403 (Missed argument pop after doubleword shift)Richard Sandiford2006-07-174-0/+36
* re PR middle-end/28402 (Doubleword shifts implemented using word_mode libcalls)Richard Sandiford2006-07-174-1/+55
* re PR c++/28291 (ICE on invalid designated initializer)Steve Ellcey2006-07-172-2/+10
* re PR c++/28304 (ICE looking up invalid member template)Steve Ellcey2006-07-172-0/+16
* re PR c++/28304 (ICE looking up invalid member template)Steve Ellcey2006-07-172-2/+10
* ChangeLog: Correct formatting for 2006-07-10 changes, by Carlos O'Donell.Carlos O'Donell2006-07-171-2/+3
* re PR other/28251 (dumped addresses makes diffing dumps unusable)J"orn Rennecke2006-07-1710-25/+159
* re PR tree-optimization/19505 (java bytecode to native ICE in remove_unreacha...Andrew Haley2006-07-172-0/+26
* re PR tree-optimization/28238 (verify_stmts failed (invalid operand to unary ...Richard Guenther2006-07-174-0/+42
* re PR c++/28250 (ICE with invalid catch)Volker Reichelt2006-07-177-12/+41